We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5306a4b + 709cc21 commit 89c80d8Copy full SHA for 89c80d8
Tests/SwiftDriverTests/CachingBuildTests.swift
@@ -759,6 +759,9 @@ final class CachingBuildTests: XCTestCase {
759
"-scanner-prefix-map", path.description + "=/^tmp",
760
main.nativePathString(escaped: true)] + sdkArgumentsForTesting,
761
env: ProcessEnv.vars)
762
+ guard driver.isFeatureSupported(.cache_compile_job) else {
763
+ throw XCTSkip("toolchain does not support caching.")
764
+ }
765
guard driver.isFrontendArgSupported(.scannerPrefixMap) else {
766
throw XCTSkip("frontend doesn't support prefix map")
767
}
0 commit comments