Build Information
Successful build of XCTAssertCrash, reference master (4b414b
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 02:46:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/norio-nomura/xctassertcrash.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/norio-nomura/xctassertcrash
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4b414b3 [GitHub Actions] Update action-swiftlint to 3.0.1
Cloned https://github.com/norio-nomura/xctassertcrash.git
Revision (git rev-parse @):
4b414b3b865299332b4b0c185c530fe3ea681867
SUCCESS checkout https://github.com/norio-nomura/xctassertcrash.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/norio-nomura/xctassertcrash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[2/4] Compiling CMachExceptionHandler mach_excServer.c
[3/4] Compiling CMachExceptionHandler CMachExceptionHandler.c
[5/10] Compiling XCTAssertCrash PosixSignal.swift
[6/10] Compiling XCTAssertCrash MachException.swift
[7/10] Emitting module XCTAssertCrash
[8/10] Compiling XCTAssertCrash ThreadState.swift
[9/10] Compiling XCTAssertCrash XCTAssertCrash.swift
[10/10] Compiling XCTAssertCrash SwiftReportFatalErrorsToDebugger.swift
Build complete! (9.75s)
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.