Build Information
Failed to build XCTAssertCrash, reference 0.2.0 (880c52
), with Swift 6.1 for iOS using Xcode 16.3 on 25 Apr 2025 02:36:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertCrash-Package -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/norio-nomura/xctassertcrash.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/norio-nomura/xctassertcrash
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 880c524 Bump version to 0.2.0
Cloned https://github.com/norio-nomura/xctassertcrash.git
Revision (git rev-parse @):
880c5241254da53f32caf77248ee3d25cb2a9630
SUCCESS checkout https://github.com/norio-nomura/xctassertcrash.git at 0.2.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/norio-nomura/xctassertcrash.git
https://github.com/norio-nomura/xctassertcrash.git
{
"c_language_standard" : "gnu99",
"dependencies" : [
],
"manifest_display_name" : "XCTAssertCrash",
"name" : "XCTAssertCrash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "XCTAssertCrash",
"targets" : [
"XCTAssertCrash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAssertCrashTests",
"module_type" : "SwiftTarget",
"name" : "XCTAssertCrashTests",
"path" : "Tests/XCTAssertCrashTests",
"sources" : [
"AbortTests.swift",
"XCTAssertCrashTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCTAssertCrash"
],
"type" : "test"
},
{
"c99name" : "XCTAssertCrash",
"module_type" : "SwiftTarget",
"name" : "XCTAssertCrash",
"path" : "Sources/XCTAssertCrash",
"product_memberships" : [
"XCTAssertCrash"
],
"sources" : [
"MachException.swift",
"PosixSignal.swift",
"SwiftReportFatalErrorsToDebugger.swift",
"ThreadState.swift",
"XCTAssertCrash.swift"
],
"target_dependencies" : [
"CMachExceptionHandler"
],
"type" : "library"
},
{
"c99name" : "CMachExceptionHandler",
"module_type" : "ClangTarget",
"name" : "CMachExceptionHandler",
"path" : "Sources/CMachExceptionHandler",
"product_memberships" : [
"XCTAssertCrash"
],
"sources" : [
"CMachExceptionHandler.c",
"mach_excServer.c"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"c_language_standard" : "gnu99",
"dependencies" : [
],
"manifest_display_name" : "XCTAssertCrash",
"name" : "XCTAssertCrash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "XCTAssertCrash",
"targets" : [
"XCTAssertCrash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAssertCrashTests",
"module_type" : "SwiftTarget",
"name" : "XCTAssertCrashTests",
"path" : "Tests/XCTAssertCrashTests",
"sources" : [
"AbortTests.swift",
"XCTAssertCrashTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCTAssertCrash"
],
"type" : "test"
},
{
"c99name" : "XCTAssertCrash",
"module_type" : "SwiftTarget",
"name" : "XCTAssertCrash",
"path" : "Sources/XCTAssertCrash",
"product_memberships" : [
"XCTAssertCrash"
],
"sources" : [
"MachException.swift",
"PosixSignal.swift",
"SwiftReportFatalErrorsToDebugger.swift",
"ThreadState.swift",
"XCTAssertCrash.swift"
],
"target_dependencies" : [
"CMachExceptionHandler"
],
"type" : "library"
},
{
"c99name" : "CMachExceptionHandler",
"module_type" : "ClangTarget",
"name" : "CMachExceptionHandler",
"path" : "Sources/CMachExceptionHandler",
"product_memberships" : [
"XCTAssertCrash"
],
"sources" : [
"CMachExceptionHandler.c",
"mach_excServer.c"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "XCTAssertCrash",
"schemes" : [
"Test_iOS_App",
"XCTAssertCrash-Package"
],
"targets" : [
"XCTAssertCrash",
"XCTAssertCrashPackageDescription",
"XCTAssertCrashPackageTests",
"XCTAssertCrashTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertCrash-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XCTAssertCrash-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'XCTAssertCrash' in project 'XCTAssertCrash' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b1b65ef2c476eb28c69d4f43e2b7f6b1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b1b65ef2c476eb28c69d4f43e2b7f6b1.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Script-6C19D31322E33B2F000EA2C0.sh (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Script-6C19D31322E33B2F000EA2C0.sh
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/XCTAssertCrash.DependencyStaticMetadataFileList (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/XCTAssertCrash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/XCTAssertCrash.DependencyMetadataFileList (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/XCTAssertCrash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.SwiftConstValuesFileList (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios10.0 -fpascal-strings -O0 -fno-common '-DSWIFT_PACKAGE=1' '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-OutputFileMap.json (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.SwiftFileList (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.LinkFileList (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash_const_extract_protocols.json (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash_const_extract_protocols.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Headers (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Info.plist /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj/XCTAssertCrash_Info.plist (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj/XCTAssertCrash_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Info.plist
SwiftDriver XCTAssertCrash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertCrash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-Swift.h -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include/CMachExceptionHandler.h -pch-output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftGeneratePch normal arm64 Compiling\ bridging\ header (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
PrecompileSwiftBridgingHeader normal arm64 (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745548556202544-swift-frontend-XCTAssertCrash-all-arm64_apple_ios10.0-pch-Onone-3365655485.json' for writing
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0082 seconds (0.0082 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0051 (100.0%) 0.0032 (100.0%) 0.0082 (100.0%) 0.0082 (100.0%) Building Target
0.0051 (100.0%) 0.0032 (100.0%) 0.0082 (100.0%) 0.0082 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling bridging header (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftEmitModule normal arm64 Emitting\ module\ for\ XCTAssertCrash (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
EmitSwiftModule normal arm64 (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: warning: static property 'callSignalHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: note: convert 'callSignalHandler' to a 'let' constant to make 'Sendable' shared state immutable
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: note: add '@MainActor' to make static property 'callSignalHandler' part of global actor 'MainActor'
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: warning: static property 'registeredSignalInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var registeredSignalInfo = [SignalInfo]()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: note: convert 'registeredSignalInfo' to a 'let' constant to make 'Sendable' shared state immutable
static var registeredSignalInfo = [SignalInfo]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: note: add '@MainActor' to make static property 'registeredSignalInfo' part of global actor 'MainActor'
static var registeredSignalInfo = [SignalInfo]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var registeredSignalInfo = [SignalInfo]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: warning: static property 'registeredThreads' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var registeredThreads = Set<Thread>()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: note: convert 'registeredThreads' to a 'let' constant to make 'Sendable' shared state immutable
private static var registeredThreads = Set<Thread>()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: note: add '@MainActor' to make static property 'registeredThreads' part of global actor 'MainActor'
private static var registeredThreads = Set<Thread>()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var registeredThreads = Set<Thread>()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:30:24: warning: static property 'pointer' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<Bool>?' may have shared mutable state; this is an error in the Swift 6 language mode
private static let pointer = dlopen(nil, RTLD_GLOBAL)
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:30:24: note: add '@MainActor' to make static property 'pointer' part of global actor 'MainActor'
private static let pointer = dlopen(nil, RTLD_GLOBAL)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:30:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let pointer = dlopen(nil, RTLD_GLOBAL)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: warning: var 'skipXCTAssertCrashIfIsBeingDebugged' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: note: convert 'skipXCTAssertCrashIfIsBeingDebugged' to a 'let' constant to make 'Sendable' shared state immutable
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: note: add '@MainActor' to make var 'skipXCTAssertCrashIfIsBeingDebugged' part of global actor 'MainActor'
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745548556310109-swift-frontend-XCTAssertCrash-all-arm64_apple_ios10.0-swiftmodule-Onone-2509770064.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5671 seconds (9.3185 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1007 ( 29.5%) 0.0892 ( 39.6%) 0.1899 ( 33.5%) 4.5579 ( 48.9%) parse-and-resolve-imports
0.0992 ( 29.0%) 0.0881 ( 39.1%) 0.1872 ( 33.0%) 4.5553 ( 48.9%) Import resolution
0.0104 ( 3.1%) 0.0094 ( 4.2%) 0.0199 ( 3.5%) 0.0352 ( 0.4%) load-stdlib
0.0226 ( 6.6%) 0.0054 ( 2.4%) 0.0281 ( 5.0%) 0.0281 ( 0.3%) perform-sema
0.0226 ( 6.6%) 0.0054 ( 2.4%) 0.0280 ( 4.9%) 0.0280 ( 0.3%) Type checking and Semantic analysis
0.0224 ( 6.6%) 0.0053 ( 2.4%) 0.0277 ( 4.9%) 0.0277 ( 0.3%) typecheck-decl
0.0152 ( 4.5%) 0.0066 ( 2.9%) 0.0218 ( 3.8%) 0.0218 ( 0.2%) SIL optimization
0.0166 ( 4.9%) 0.0038 ( 1.7%) 0.0204 ( 3.6%) 0.0204 ( 0.2%) typecheck-expr
0.0079 ( 2.3%) 0.0043 ( 1.9%) 0.0122 ( 2.2%) 0.0122 ( 0.1%) Serialization, swiftmodule
0.0073 ( 2.1%) 0.0018 ( 0.8%) 0.0091 ( 1.6%) 0.0091 ( 0.1%) precheck-target
0.0050 ( 1.5%) 0.0010 ( 0.4%) 0.0059 ( 1.0%) 0.0059 ( 0.1%) SILGen
0.0047 ( 1.4%) 0.0007 ( 0.3%) 0.0055 ( 1.0%) 0.0055 ( 0.1%) build-rewrite-system
0.0025 ( 0.7%) 0.0029 ( 1.3%) 0.0054 ( 1.0%) 0.0054 ( 0.1%) import-clang-decl
0.0039 ( 1.1%) 0.0007 ( 0.3%) 0.0047 ( 0.8%) 0.0046 ( 0.0%) SILGen-function
0.0002 ( 0.1%) 0.0007 ( 0.3%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.3417 (100.0%) 0.2254 (100.0%) 0.5671 (100.0%) 9.3185 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2893 seconds (4.6737 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1655 (100.0%) 0.1237 (100.0%) 0.2893 (100.0%) 4.6737 (100.0%) Building Target
0.1655 (100.0%) 0.1237 (100.0%) 0.2893 (100.0%) 4.6737 (100.0%) Total
SwiftCompile normal arm64 Compiling\ XCTAssertCrash.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: warning: var 'skipXCTAssertCrashIfIsBeingDebugged' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: note: convert 'skipXCTAssertCrashIfIsBeingDebugged' to a 'let' constant to make 'Sendable' shared state immutable
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: note: add '@MainActor' to make var 'skipXCTAssertCrashIfIsBeingDebugged' part of global actor 'MainActor'
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:18:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var skipXCTAssertCrashIfIsBeingDebugged: Bool = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:82:40: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
thread = Thread(block: block)
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:94:9: error: cannot find 'XCTFail' in scope
XCTFail(message(), file: file, line: line)
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestAssertions.h:45:9: note: macro 'XCTFail' unavailable: function like macros not supported
#define XCTFail(...) \
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745548556310159-swift-frontend-XCTAssertCrash-XCTAssertCrash.swift-arm64_apple_ios10.0-o-Onone-1461032707.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 8.5296 seconds (9.2305 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.3172 ( 48.1%) 0.7785 ( 47.7%) 4.0957 ( 48.0%) 4.4229 ( 47.9%) parse-and-resolve-imports
3.3156 ( 48.1%) 0.7778 ( 47.6%) 4.0933 ( 48.0%) 4.4206 ( 47.9%) Import resolution
0.0775 ( 1.1%) 0.0107 ( 0.7%) 0.0883 ( 1.0%) 0.0882 ( 1.0%) build-rewrite-system
0.0382 ( 0.6%) 0.0107 ( 0.7%) 0.0490 ( 0.6%) 0.0502 ( 0.5%) perform-sema
0.0382 ( 0.6%) 0.0107 ( 0.7%) 0.0489 ( 0.6%) 0.0501 ( 0.5%) Type checking and Semantic analysis
0.0014 ( 0.0%) 0.0076 ( 0.5%) 0.0090 ( 0.1%) 0.0497 ( 0.5%) load-stdlib
0.0313 ( 0.5%) 0.0085 ( 0.5%) 0.0398 ( 0.5%) 0.0408 ( 0.4%) typecheck-stmt
0.0291 ( 0.4%) 0.0082 ( 0.5%) 0.0373 ( 0.4%) 0.0383 ( 0.4%) typecheck-expr
0.0148 ( 0.2%) 0.0103 ( 0.6%) 0.0251 ( 0.3%) 0.0251 ( 0.3%) import-clang-decl
0.0174 ( 0.3%) 0.0049 ( 0.3%) 0.0224 ( 0.3%) 0.0226 ( 0.2%) typecheck-decl
0.0145 ( 0.2%) 0.0052 ( 0.3%) 0.0197 ( 0.2%) 0.0208 ( 0.2%) precheck-target
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
6.8960 (100.0%) 1.6336 (100.0%) 8.5296 (100.0%) 9.2305 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 5.3382 seconds (5.7148 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
4.2349 (100.0%) 1.1033 (100.0%) 5.3382 (100.0%) 5.7148 (100.0%) Building Target
4.2349 (100.0%) 1.1033 (100.0%) 5.3382 (100.0%) 5.7148 (100.0%) Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/ThreadState.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include/CMachExceptionHandler.h -pch-output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name XCTAssertCrash -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.o -index-unit-output-path /XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SwiftReportFatalErrorsToDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745548556310109-swift-frontend-XCTAssertCrash-SwiftReportFatalErrorsToDebugger.swift-arm64_apple_ios10.0-o-Onone-2810560578.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3310 seconds (9.8472 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0307 ( 17.3%) 0.0532 ( 34.6%) 0.0839 ( 25.4%) 4.8216 ( 49.0%) parse-and-resolve-imports
0.0288 ( 16.3%) 0.0514 ( 33.5%) 0.0803 ( 24.3%) 4.8180 ( 48.9%) Import resolution
0.0473 ( 26.7%) 0.0135 ( 8.8%) 0.0608 ( 18.4%) 0.0608 ( 0.6%) build-rewrite-system
0.0013 ( 0.8%) 0.0061 ( 4.0%) 0.0074 ( 2.2%) 0.0483 ( 0.5%) load-stdlib
0.0115 ( 6.5%) 0.0093 ( 6.1%) 0.0209 ( 6.3%) 0.0208 ( 0.2%) import-clang-decl
0.0098 ( 5.5%) 0.0038 ( 2.5%) 0.0136 ( 4.1%) 0.0136 ( 0.1%) perform-sema
0.0097 ( 5.5%) 0.0038 ( 2.5%) 0.0135 ( 4.1%) 0.0135 ( 0.1%) Type checking and Semantic analysis
0.0086 ( 4.9%) 0.0033 ( 2.2%) 0.0120 ( 3.6%) 0.0120 ( 0.1%) typecheck-expr
0.0070 ( 4.0%) 0.0033 ( 2.1%) 0.0103 ( 3.1%) 0.0103 ( 0.1%) typecheck-decl
0.0047 ( 2.7%) 0.0031 ( 2.0%) 0.0079 ( 2.4%) 0.0079 ( 0.1%) IRGen
0.0063 ( 3.5%) 0.0001 ( 0.1%) 0.0064 ( 1.9%) 0.0064 ( 0.1%) SIL optimization
0.0032 ( 1.8%) 0.0005 ( 0.3%) 0.0037 ( 1.1%) 0.0037 ( 0.0%) SILGen
0.0028 ( 1.6%) 0.0004 ( 0.3%) 0.0033 ( 1.0%) 0.0033 ( 0.0%) SILGen-function
0.0025 ( 1.4%) 0.0005 ( 0.3%) 0.0030 ( 0.9%) 0.0030 ( 0.0%) typecheck-stmt
0.0021 ( 1.2%) 0.0006 ( 0.4%) 0.0026 ( 0.8%) 0.0026 ( 0.0%) precheck-target
0.0008 ( 0.5%) 0.0006 ( 0.4%) 0.0014 ( 0.4%) 0.0014 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1774 (100.0%) 0.1537 (100.0%) 0.3310 (100.0%) 9.8472 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5946 seconds (5.3736 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4598 (100.0%) 0.1348 (100.0%) 0.5946 (100.0%) 5.3736 (100.0%) Building Target
0.4598 (100.0%) 0.1348 (100.0%) 0.5946 (100.0%) 5.3736 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: warning: static property 'registeredThreads' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var registeredThreads = Set<Thread>()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: note: convert 'registeredThreads' to a 'let' constant to make 'Sendable' shared state immutable
private static var registeredThreads = Set<Thread>()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: note: add '@MainActor' to make static property 'registeredThreads' part of global actor 'MainActor'
private static var registeredThreads = Set<Thread>()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:28:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var registeredThreads = Set<Thread>()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:30:24: warning: static property 'pointer' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<Bool>?' may have shared mutable state; this is an error in the Swift 6 language mode
private static let pointer = dlopen(nil, RTLD_GLOBAL)
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:30:24: note: add '@MainActor' to make static property 'pointer' part of global actor 'MainActor'
private static let pointer = dlopen(nil, RTLD_GLOBAL)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift:30:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let pointer = dlopen(nil, RTLD_GLOBAL)
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MachException.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745548556310281-swift-frontend-XCTAssertCrash-MachException.swift-arm64_apple_ios10.0-o-Onone-4263287978.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5058 seconds (9.2693 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0248 ( 7.8%) 0.0484 ( 26.0%) 0.0732 ( 14.5%) 4.4353 ( 47.8%) parse-and-resolve-imports
0.0234 ( 7.3%) 0.0471 ( 25.3%) 0.0705 ( 13.9%) 4.4326 ( 47.8%) Import resolution
0.0747 ( 23.4%) 0.0230 ( 12.4%) 0.0977 ( 19.3%) 0.0977 ( 1.1%) build-rewrite-system
0.0365 ( 11.4%) 0.0096 ( 5.2%) 0.0462 ( 9.1%) 0.0472 ( 0.5%) perform-sema
0.0365 ( 11.4%) 0.0096 ( 5.2%) 0.0461 ( 9.1%) 0.0471 ( 0.5%) Type checking and Semantic analysis
0.0014 ( 0.4%) 0.0071 ( 3.8%) 0.0084 ( 1.7%) 0.0458 ( 0.5%) load-stdlib
0.0298 ( 9.3%) 0.0077 ( 4.1%) 0.0375 ( 7.4%) 0.0375 ( 0.4%) typecheck-expr
0.0200 ( 6.2%) 0.0045 ( 2.4%) 0.0245 ( 4.8%) 0.0245 ( 0.3%) typecheck-stmt
0.0174 ( 5.4%) 0.0047 ( 2.5%) 0.0221 ( 4.4%) 0.0221 ( 0.2%) typecheck-decl
0.0116 ( 3.6%) 0.0097 ( 5.2%) 0.0214 ( 4.2%) 0.0214 ( 0.2%) import-clang-decl
0.0162 ( 5.1%) 0.0050 ( 2.7%) 0.0212 ( 4.2%) 0.0212 ( 0.2%) precheck-target
0.0112 ( 3.5%) 0.0005 ( 0.3%) 0.0117 ( 2.3%) 0.0117 ( 0.1%) SIL optimization
0.0055 ( 1.7%) 0.0059 ( 3.2%) 0.0114 ( 2.2%) 0.0114 ( 0.1%) IRGen
0.0045 ( 1.4%) 0.0015 ( 0.8%) 0.0060 ( 1.2%) 0.0060 ( 0.1%) SILGen
0.0039 ( 1.2%) 0.0013 ( 0.7%) 0.0052 ( 1.0%) 0.0052 ( 0.1%) SILGen-function
0.0014 ( 0.4%) 0.0002 ( 0.1%) 0.0016 ( 0.3%) 0.0016 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3197 (100.0%) 0.1862 (100.0%) 0.5058 (100.0%) 9.2693 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.9506 seconds (5.3631 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7379 (100.0%) 0.2128 (100.0%) 0.9506 (100.0%) 5.3631 (100.0%) Building Target
0.7379 (100.0%) 0.2128 (100.0%) 0.9506 (100.0%) 5.3631 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: warning: static property 'callSignalHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: note: convert 'callSignalHandler' to a 'let' constant to make 'Sendable' shared state immutable
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: note: add '@MainActor' to make static property 'callSignalHandler' part of global actor 'MainActor'
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var callSignalHandler: @convention(c) (Int32) -> Void = { signal in
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PosixSignal.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745548556310247-swift-frontend-XCTAssertCrash-PosixSignal.swift-arm64_apple_ios10.0-o-Onone-1806515036.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5481 seconds (9.3838 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0265 ( 7.4%) 0.0521 ( 27.5%) 0.0786 ( 14.3%) 4.4824 ( 47.8%) parse-and-resolve-imports
0.0248 ( 6.9%) 0.0506 ( 26.8%) 0.0755 ( 13.8%) 4.4793 ( 47.7%) Import resolution
0.0744 ( 20.7%) 0.0227 ( 12.0%) 0.0971 ( 17.7%) 0.0970 ( 1.0%) build-rewrite-system
0.0424 ( 11.8%) 0.0092 ( 4.8%) 0.0516 ( 9.4%) 0.0516 ( 0.5%) perform-sema
0.0424 ( 11.8%) 0.0092 ( 4.8%) 0.0515 ( 9.4%) 0.0515 ( 0.5%) Type checking and Semantic analysis
0.0395 ( 11.0%) 0.0086 ( 4.6%) 0.0482 ( 8.8%) 0.0482 ( 0.5%) typecheck-expr
0.0352 ( 9.8%) 0.0065 ( 3.4%) 0.0417 ( 7.6%) 0.0417 ( 0.4%) typecheck-stmt
0.0014 ( 0.4%) 0.0059 ( 3.1%) 0.0073 ( 1.3%) 0.0354 ( 0.4%) load-stdlib
0.0183 ( 5.1%) 0.0052 ( 2.7%) 0.0235 ( 4.3%) 0.0235 ( 0.3%) typecheck-decl
0.0125 ( 3.5%) 0.0101 ( 5.3%) 0.0226 ( 4.1%) 0.0225 ( 0.2%) import-clang-decl
0.0144 ( 4.0%) 0.0033 ( 1.7%) 0.0176 ( 3.2%) 0.0176 ( 0.2%) precheck-target
0.0099 ( 2.8%) 0.0001 ( 0.1%) 0.0100 ( 1.8%) 0.0100 ( 0.1%) SIL optimization
0.0059 ( 1.7%) 0.0034 ( 1.8%) 0.0093 ( 1.7%) 0.0093 ( 0.1%) IRGen
0.0054 ( 1.5%) 0.0011 ( 0.6%) 0.0066 ( 1.2%) 0.0066 ( 0.1%) SILGen
0.0049 ( 1.4%) 0.0010 ( 0.5%) 0.0059 ( 1.1%) 0.0059 ( 0.1%) SILGen-function
0.0007 ( 0.2%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3588 (100.0%) 0.1892 (100.0%) 0.5481 (100.0%) 9.3838 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.9218 seconds (5.3617 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7291 (100.0%) 0.1927 (100.0%) 0.9218 (100.0%) 5.3617 (100.0%) Building Target
0.7291 (100.0%) 0.1927 (100.0%) 0.9218 (100.0%) 5.3617 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: warning: static property 'registeredSignalInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var registeredSignalInfo = [SignalInfo]()
^
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: note: convert 'registeredSignalInfo' to a 'let' constant to make 'Sendable' shared state immutable
static var registeredSignalInfo = [SignalInfo]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: note: add '@MainActor' to make static property 'registeredSignalInfo' part of global actor 'MainActor'
static var registeredSignalInfo = [SignalInfo]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var registeredSignalInfo = [SignalInfo]()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ThreadState.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/ThreadState.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745548556310171-swift-frontend-XCTAssertCrash-ThreadState.swift-arm64_apple_ios10.0-o-Onone-923054391.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3671 seconds (9.6474 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0265 ( 12.7%) 0.0498 ( 31.3%) 0.0763 ( 20.8%) 4.6998 ( 48.7%) parse-and-resolve-imports
0.0249 ( 11.9%) 0.0483 ( 30.5%) 0.0732 ( 20.0%) 4.6968 ( 48.7%) Import resolution
0.0435 ( 20.9%) 0.0132 ( 8.3%) 0.0568 ( 15.5%) 0.0567 ( 0.6%) build-rewrite-system
0.0013 ( 0.6%) 0.0085 ( 5.4%) 0.0099 ( 2.7%) 0.0426 ( 0.4%) load-stdlib
0.0233 ( 11.2%) 0.0068 ( 4.3%) 0.0301 ( 8.2%) 0.0301 ( 0.3%) perform-sema
0.0233 ( 11.2%) 0.0068 ( 4.3%) 0.0301 ( 8.2%) 0.0301 ( 0.3%) Type checking and Semantic analysis
0.0200 ( 9.6%) 0.0058 ( 3.6%) 0.0258 ( 7.0%) 0.0258 ( 0.3%) typecheck-stmt
0.0108 ( 5.2%) 0.0085 ( 5.4%) 0.0194 ( 5.3%) 0.0194 ( 0.2%) import-clang-decl
0.0115 ( 5.5%) 0.0034 ( 2.1%) 0.0148 ( 4.0%) 0.0148 ( 0.2%) precheck-target
0.0059 ( 2.8%) 0.0043 ( 2.7%) 0.0102 ( 2.8%) 0.0107 ( 0.1%) IRGen
0.0044 ( 2.1%) 0.0001 ( 0.1%) 0.0046 ( 1.2%) 0.0046 ( 0.0%) SIL optimization
0.0037 ( 1.8%) 0.0008 ( 0.5%) 0.0045 ( 1.2%) 0.0045 ( 0.0%) SILGen
0.0029 ( 1.4%) 0.0006 ( 0.4%) 0.0035 ( 1.0%) 0.0036 ( 0.0%) SILGen-function
0.0028 ( 1.4%) 0.0006 ( 0.4%) 0.0035 ( 0.9%) 0.0035 ( 0.0%) typecheck-expr
0.0024 ( 1.2%) 0.0008 ( 0.5%) 0.0033 ( 0.9%) 0.0033 ( 0.0%) typecheck-decl
0.0008 ( 0.4%) 0.0004 ( 0.2%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2083 (100.0%) 0.1587 (100.0%) 0.3671 (100.0%) 9.6474 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.7008 seconds (5.3608 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4837 (100.0%) 0.2171 (100.0%) 0.7008 (100.0%) 5.3608 (100.0%) Building Target
0.4837 (100.0%) 0.2171 (100.0%) 0.7008 (100.0%) 5.3608 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/ThreadState.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for XCTAssertCrash (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftDriver\ Compilation\ Requirements XCTAssertCrash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertCrash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-Swift.h -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include/CMachExceptionHandler.h -pch-output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Headers/XCTAssertCrash-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-Swift.h (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Headers/XCTAssertCrash-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftmodule (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftdoc (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.abi.json (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftsourceinfo (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Modules/XCTAssertCrash.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/mach_excServer.o /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/mach_excServer.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/mach_excServer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/mach_excServer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/mach_excServer.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/mach_excServer.o -index-unit-output-path /XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/mach_excServer.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/CMachExceptionHandler.o /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/CMachExceptionHandler.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/CMachExceptionHandler.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/CMachExceptionHandler.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/CMachExceptionHandler.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/CMachExceptionHandler.o -index-unit-output-path /XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/CMachExceptionHandler.o
/Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/CMachExceptionHandler.c:13:44: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
13 | mach_port_t startMachExceptionHandlerThread()
| ^
| void
1 warning generated.
SwiftDriverJobDiscovery normal arm64 Compiling ThreadState.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftReportFatalErrorsToDebugger.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftDriverJobDiscovery normal arm64 Compiling PosixSignal.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftDriverJobDiscovery normal arm64 Compiling MachException.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
/Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftCompile normal arm64 Compiling\ XCTAssertCrash.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
Building project XCTAssertCrash with scheme XCTAssertCrash-Package
(3 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"c_language_standard" : "gnu99",
"dependencies" : [
],
"manifest_display_name" : "XCTAssertCrash",
"name" : "XCTAssertCrash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "XCTAssertCrash",
"targets" : [
"XCTAssertCrash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAssertCrashTests",
"module_type" : "SwiftTarget",
"name" : "XCTAssertCrashTests",
"path" : "Tests/XCTAssertCrashTests",
"sources" : [
"AbortTests.swift",
"XCTAssertCrashTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCTAssertCrash"
],
"type" : "test"
},
{
"c99name" : "XCTAssertCrash",
"module_type" : "SwiftTarget",
"name" : "XCTAssertCrash",
"path" : "Sources/XCTAssertCrash",
"product_memberships" : [
"XCTAssertCrash"
],
"sources" : [
"MachException.swift",
"PosixSignal.swift",
"SwiftReportFatalErrorsToDebugger.swift",
"ThreadState.swift",
"XCTAssertCrash.swift"
],
"target_dependencies" : [
"CMachExceptionHandler"
],
"type" : "library"
},
{
"c99name" : "CMachExceptionHandler",
"module_type" : "ClangTarget",
"name" : "CMachExceptionHandler",
"path" : "Sources/CMachExceptionHandler",
"product_memberships" : [
"XCTAssertCrash"
],
"sources" : [
"CMachExceptionHandler.c",
"mach_excServer.c"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "XCTAssertCrash",
"schemes" : [
"Test_iOS_App",
"XCTAssertCrash-Package"
],
"targets" : [
"XCTAssertCrash",
"XCTAssertCrashPackageDescription",
"XCTAssertCrashPackageTests",
"XCTAssertCrashTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertCrash-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XCTAssertCrash-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'XCTAssertCrash' in project 'XCTAssertCrash' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3fd9de662e516aa1c39c47fe0feba31c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3fd9de662e516aa1c39c47fe0feba31c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Info.plist /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj/XCTAssertCrash_Info.plist (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj/XCTAssertCrash_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertCrash.framework/Info.plist
SwiftDriver XCTAssertCrash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertCrash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash-Swift.h -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include/CMachExceptionHandler.h -pch-output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftGeneratePch normal arm64 Compiling\ bridging\ header (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
PrecompileSwiftBridgingHeader normal arm64 (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling bridging header (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftEmitModule normal arm64 Emitting\ module\ for\ XCTAssertCrash (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
EmitSwiftModule normal arm64 (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ XCTAssertCrash.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/ThreadState.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/CMachExceptionHandler/include/CMachExceptionHandler.h -pch-output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -module-name XCTAssertCrash -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.o -index-unit-output-path /XCTAssertCrash.build/Debug-iphoneos/XCTAssertCrash.build/Objects-normal/arm64/XCTAssertCrash.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift:94:9: error: cannot find 'XCTFail' in scope
XCTFail(message(), file: file, line: line)
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTestAssertions.h:45:9: note: macro 'XCTFail' unavailable: function like macros not supported
#define XCTFail(...) \
^
SwiftCompile normal arm64 Compiling\ ThreadState.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/ThreadState.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/ThreadState.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ MachException.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/MachException.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ PosixSignal.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/PosixSignal.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ SwiftReportFatalErrorsToDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/SwiftReportFatalErrorsToDebugger.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling SwiftReportFatalErrorsToDebugger.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
/Users/admin/builder/spi-builder-workspace/XCTAssertCrash.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ XCTAssertCrash.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertCrash/XCTAssertCrash.swift (in target 'XCTAssertCrash' from project 'XCTAssertCrash')
Building project XCTAssertCrash with scheme XCTAssertCrash-Package
(3 failures)
BUILD FAILURE 6.1 iOS