Build Information
Successful build of CwlPreconditionTesting, reference 2.2.2 (0139c6), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 01:47:39 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/cwlpreconditiontesting.git
Reference: 2.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattgallagher/cwlpreconditiontesting
* tag 2.2.2 -> FETCH_HEAD
HEAD is now at 0139c66 Merge pull request #39 from LowAmmo/Issue-38-Xcode16-Warnings
Cloned https://github.com/mattgallagher/cwlpreconditiontesting.git
Revision (git rev-parse @):
0139c665ebb45e6a9fbdb68aabfd7c39f3fe0071
SUCCESS checkout https://github.com/mattgallagher/cwlpreconditiontesting.git at 2.2.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mattgallagher/cwlpreconditiontesting.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling CwlMachBadInstructionHandler mach_excServer.c
[5/9] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[6/9] Compiling CwlCatchExceptionSupport CwlCatchException.m
[8/11] Emitting module CwlPosixPreconditionTesting
[9/11] Compiling CwlPosixPreconditionTesting CwlCatchBadInstructionPosix.swift
[10/11] Emitting module CwlCatchException
[11/11] Compiling CwlCatchException CwlCatchException.swift
[12/15] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[13/15] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[14/15] Emitting module CwlPreconditionTesting
[15/15] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
Build complete! (5.31s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.22s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "cwlcatchexception",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattgallagher/CwlCatchException.git"
}
],
"manifest_display_name" : "CwlPreconditionTesting",
"name" : "CwlPreconditionTesting",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CwlPreconditionTesting",
"targets" : [
"CwlPreconditionTesting",
"CwlMachBadInstructionHandler"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CwlPosixPreconditionTesting",
"targets" : [
"CwlPosixPreconditionTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CwlPreconditionTestingTests",
"module_type" : "SwiftTarget",
"name" : "CwlPreconditionTestingTests",
"path" : "Tests/CwlPreconditionTestingTests",
"sources" : [
"CwlCatchBadInstructionTests.swift"
],
"target_dependencies" : [
"CwlPreconditionTesting",
"CwlPosixPreconditionTesting"
],
"type" : "test"
},
{
"c99name" : "CwlPreconditionTesting",
"module_type" : "SwiftTarget",
"name" : "CwlPreconditionTesting",
"path" : "Sources/CwlPreconditionTesting",
"product_dependencies" : [
"CwlCatchException"
],
"product_memberships" : [
"CwlPreconditionTesting"
],
"sources" : [
"CwlBadInstructionException.swift",
"CwlCatchBadInstruction.swift",
"CwlDarwinDefinitions.swift"
],
"target_dependencies" : [
"CwlMachBadInstructionHandler"
],
"type" : "library"
},
{
"c99name" : "CwlPosixPreconditionTesting",
"module_type" : "SwiftTarget",
"name" : "CwlPosixPreconditionTesting",
"path" : "Sources/CwlPosixPreconditionTesting",
"product_memberships" : [
"CwlPosixPreconditionTesting"
],
"sources" : [
"CwlCatchBadInstructionPosix.swift"
],
"type" : "library"
},
{
"c99name" : "CwlMachBadInstructionHandler",
"module_type" : "ClangTarget",
"name" : "CwlMachBadInstructionHandler",
"path" : "Sources/CwlMachBadInstructionHandler",
"product_memberships" : [
"CwlPreconditionTesting"
],
"sources" : [
"CwlMachBadInstructionHandler.m",
"mach_excServer.c"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.