Build Information
Successful build of SwiftTryCatch, reference master (6a1772), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 05:41:26 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/seanparsons/swifttrycatch.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/seanparsons/swifttrycatch
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6a17725 Merge pull request #4 from orta/master
Cloned https://github.com/seanparsons/swifttrycatch.git
Revision (git rev-parse @):
6a177252cfa2ef649b0aa7b2d16ab221386ca51c
SUCCESS checkout https://github.com/seanparsons/swifttrycatch.git at master
========================================
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": "swifttrycatch",
"name": "SwiftTryCatch",
"url": "https://github.com/seanparsons/swifttrycatch.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swifttrycatch",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/seanparsons/swifttrycatch.git
[1/82] Fetching swifttrycatch
Fetched https://github.com/seanparsons/swifttrycatch.git from cache (0.55s)
Creating working copy for https://github.com/seanparsons/swifttrycatch.git
Working copy of https://github.com/seanparsons/swifttrycatch.git resolved at master (6a17725)
warning: '.resolve-product-dependencies': dependency 'swifttrycatch' 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/seanparsons/swifttrycatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling SwiftTryCatch SwiftTryCatch.m
Build complete! (1.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftTryCatch",
"name" : "SwiftTryCatch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftTryCatch",
"targets" : [
"SwiftTryCatch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTryCatch",
"module_type" : "ClangTarget",
"name" : "SwiftTryCatch",
"path" : "Sources",
"product_memberships" : [
"SwiftTryCatch"
],
"sources" : [
"SwiftTryCatch.m"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.