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 333c7fa commit 920bc9bCopy full SHA for 920bc9b
Package.swift
@@ -77,7 +77,7 @@ let wasiLibcCSettings: [CSetting] = [
77
78
let testOnlySwiftSettings: [SwiftSetting] = [
79
// The latest Windows toolchain does not yet have exit tests in swift-testing
80
- .define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd]))
+ .define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux, .openbsd, .windows]))
81
]
82
83
let package = Package(
0 commit comments