Build Information
Successful build of CwlCatchException, reference master (fbe848), with Swift 6.2 for macOS (SPM) on 13 Sep 2025 00:56:45 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattgallagher/cwlcatchexception.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattgallagher/cwlcatchexception
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fbe8489 Merge pull request #12 from jszumski/fix-include-path
Cloned https://github.com/mattgallagher/cwlcatchexception.git
Revision (git rev-parse @):
fbe84898e2e949f91d96b8ea5c7538f5364425f2
SUCCESS checkout https://github.com/mattgallagher/cwlcatchexception.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mattgallagher/cwlcatchexception.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling CwlCatchExceptionSupport CwlCatchException.m
[4/5] Emitting module CwlCatchException
[5/5] Compiling CwlCatchException CwlCatchException.swift
Build complete! (4.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CwlCatchException",
"name" : "CwlCatchException",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CwlCatchException",
"targets" : [
"CwlCatchException"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CwlCatchExceptionTests",
"module_type" : "SwiftTarget",
"name" : "CwlCatchExceptionTests",
"path" : "Tests/CwlCatchExceptionTests",
"sources" : [
"CwlCatchExceptionTests.swift"
],
"target_dependencies" : [
"CwlCatchException"
],
"type" : "test"
},
{
"c99name" : "CwlCatchExceptionSupport",
"module_type" : "ClangTarget",
"name" : "CwlCatchExceptionSupport",
"path" : "Sources/CwlCatchExceptionSupport",
"product_memberships" : [
"CwlCatchException"
],
"sources" : [
"CwlCatchException.m"
],
"type" : "library"
},
{
"c99name" : "CwlCatchException",
"module_type" : "SwiftTarget",
"name" : "CwlCatchException",
"path" : "Sources/CwlCatchException",
"product_memberships" : [
"CwlCatchException"
],
"sources" : [
"CwlCatchException.swift"
],
"target_dependencies" : [
"CwlCatchExceptionSupport"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.