Build Information
Successful build of Catcher, reference main (305d58), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 12:27:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/Catcher.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/Catcher
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 305d582 Docs Improvements
Cloned https://github.com/DandyLyons/Catcher.git
Revision (git rev-parse @):
305d582cae770404b153ccc062b67d83c43ea13b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DandyLyons/Catcher.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/DandyLyons/Catcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling Catcher result.swift
[4/8] Compiling Catcher optional.swift
[5/8] Compiling Catcher value with defaults.swift
[6/8] Compiling Catcher doTry.swift
[7/8] Emitting module Catcher
[8/8] Compiling Catcher value.swift
Build complete! (3.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Catcher",
"name" : "Catcher",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Catcher",
"targets" : [
"Catcher"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CatcherTests",
"module_type" : "SwiftTarget",
"name" : "CatcherTests",
"path" : "Tests/CatcherTests",
"sources" : [
"MyStruct.swift",
"optional tests.swift",
"result tests.swift",
"value tests.swift",
"value with defaults tests.swift"
],
"target_dependencies" : [
"Catcher"
],
"type" : "test"
},
{
"c99name" : "Catcher",
"module_type" : "SwiftTarget",
"name" : "Catcher",
"path" : "Sources/Catcher",
"product_memberships" : [
"Catcher"
],
"sources" : [
"doTry.swift",
"optional.swift",
"result.swift",
"value with defaults.swift",
"value.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.