File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2424 linux_static_sdk_build_command : SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
2525 enable_macos_checks : true
2626 macos_exclude_xcode_versions : " [{\" xcode_version\" : \" 16.2\" }]"
27+ macos_build_command :
28+ swift test &&
29+ /usr/bin/xcrun xcodebuild -workspace . -scheme SwiftBuild-Package -destination generic/platform=iOS
2730 cmake-smoke-test :
2831 name : cmake-smoke-test
2932 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ extension ProcessInfo {
2626#endif
2727
2828#if (!canImport(Foundation.NSTask) || targetEnvironment(macCatalyst)) && canImport(Darwin)
29- public final class Process {
30- public enum TerminationReason : Int {
29+ public final class Process : @ unchecked Sendable {
30+ public enum TerminationReason : Int , Sendable {
3131 case exit = 1
3232 case uncaughtSignal = 2
3333 }
You can’t perform that action at this time.
0 commit comments