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 1f8e8c9 commit 71f5b6fCopy full SHA for 71f5b6f
Package.swift
@@ -76,7 +76,9 @@ let wasiLibcCSettings: [CSetting] = [
76
]
77
78
let testOnlySwiftSettings: [SwiftSetting] = [
79
- .define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux])) // The latest Windows toolchain does not yet have exit tests in swift-testing
+ // The latest Windows toolchain does not yet have exit tests in swift-testing
80
+ // Enabling exit tests currently causes tests to hang in the full toolchain Linux CI
81
+ .define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS]))
82
83
84
let package = Package(
0 commit comments