File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 88 tests :
99 name : Test
1010 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+ with :
12+ linux_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
13+ windows_exclude_swift_versions : ' [{"swift_version": "5.9"}]'
14+ enable_macos_checks : true
15+ macos_exclude_xcode_versions : ' [{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
1116 soundness :
1217 name : Soundness
1318 uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
1419 with :
1520 license_header_check_project_name : " Swift.org"
21+ unacceptable_language_check_enabled : false
22+
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import XCTest
1515// *without* `-disable-availability-checking` to ensure the #available check is
1616// not compiled into a no-op.
1717
18- #if os(Linux) || os(Android)
18+ #if os(Linux) || os(Android) || os(Windows)
1919public func XCTExpectFailure(
2020 _ message: String ? = nil , body: ( ) throws -> Void
2121) rethrows { }
You can’t perform that action at this time.
0 commit comments