Build Information
Successful build of XCTAssertCrash with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/norio-nomura/xctassertcrash.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "xctassertcrash",
"name": "XCTAssertCrash",
"url": "https://github.com/norio-nomura/xctassertcrash.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctassertcrash",
"dependencies": [
]
}
]
}
Fetching https://github.com/norio-nomura/xctassertcrash.git
[3/224] Fetching xctassertcrash
Fetched https://github.com/norio-nomura/xctassertcrash.git (0.31s)
Creating working copy for https://github.com/norio-nomura/xctassertcrash.git
Working copy of https://github.com/norio-nomura/xctassertcrash.git resolved at master
warning: '.resolve-product-dependencies': dependency 'xctassertcrash' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CMachExceptionHandler CMachExceptionHandler.c
[1/2] Compiling CMachExceptionHandler mach_excServer.c
[3/8] Compiling XCTAssertCrash XCTAssertCrash.swift
[4/8] Compiling XCTAssertCrash ThreadState.swift
[5/8] Compiling XCTAssertCrash SwiftReportFatalErrorsToDebugger.swift
[6/8] Compiling XCTAssertCrash PosixSignal.swift
[7/8] Emitting module XCTAssertCrash
[8/8] Compiling XCTAssertCrash MachException.swift
Build complete! (16.34s)
Build complete.
Done.