Build Information
Successful build of CwlCatchException, reference 2.2.1 (07b2ba), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 01:46:24 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/mattgallagher/cwlcatchexception.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattgallagher/cwlcatchexception
* tag 2.2.1 -> FETCH_HEAD
HEAD is now at 07b2ba2 Merge pull request #10 from LowAmmo/Issue-9-Xcode16-Warnings
Cloned https://github.com/mattgallagher/cwlcatchexception.git
Revision (git rev-parse @):
07b2ba21d361c223e25e3c1e924288742923f08c
SUCCESS checkout https://github.com/mattgallagher/cwlcatchexception.git at 2.2.1
========================================
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! (3.91s)
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.