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.
1 parent eefaca2 commit e069aa4Copy full SHA for e069aa4
Tests/CommandsTests/BuildCommandTests.swift
@@ -462,6 +462,10 @@ final class BuildCommandTests: CommandsTestCase {
462
}
463
#endif
464
465
+ if ProcessInfo.processInfo.environment["SWIFTPM_NO_SWBUILD_DEPENDENCY"] != nil {
466
+ throw XCTSkip("SWIFTPM_NO_SWBUILD_DEPENDENCY is set so skipping because SwiftPM doesn't have the swift-build capability built inside.")
467
+ }
468
+
469
try await testBuildSystemDefaultSettings(buildSystem: "swiftbuild")
470
471
0 commit comments