Build Information
Successful build of XCTAssertCrash, reference 0.2.0 (880c52), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:54:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "xctassertcrash",
"name": "XCTAssertCrash",
"url": "https://github.com/norio-nomura/xctassertcrash.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctassertcrash",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/norio-nomura/xctassertcrash.git
[1/224] Fetching xctassertcrash
Fetched https://github.com/norio-nomura/xctassertcrash.git from cache (0.72s)
Creating working copy for https://github.com/norio-nomura/xctassertcrash.git
Working copy of https://github.com/norio-nomura/xctassertcrash.git resolved at 0.2.0 (880c524)
warning: '.resolve-product-dependencies': dependency 'xctassertcrash' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/norio-nomura/xctassertcrash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[2/4] Compiling CMachExceptionHandler CMachExceptionHandler.c
[3/4] Compiling CMachExceptionHandler mach_excServer.c
[5/10] Compiling XCTAssertCrash SwiftReportFatalErrorsToDebugger.swift
[6/10] Compiling XCTAssertCrash PosixSignal.swift
[7/10] Compiling XCTAssertCrash ThreadState.swift
[8/10] Compiling XCTAssertCrash MachException.swift
[9/10] Compiling XCTAssertCrash XCTAssertCrash.swift
[10/10] Emitting module XCTAssertCrash
Build complete! (11.29s)
Build complete.
{
"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"
}
Done.