Build Information
Successful build of CSErrors, reference 2.0.0 (776b78
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 19:30:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CharlesJS/CSErrors.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSErrors
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 776b781 Move Foundation support to a trait instead of a separate target
Cloned https://github.com/CharlesJS/CSErrors.git
Revision (git rev-parse @):
776b7813f14e4618701b3c4f33c7ff27be53dfc0
SUCCESS checkout https://github.com/CharlesJS/CSErrors.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/CharlesJS/CSErrors.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/14] Compiling CSErrors Stderr.swift
[4/15] Compiling CSErrors NSError+CSErrors.swift
[5/15] Compiling CSErrors Recoverability.swift
[6/15] Compiling CSErrors Error+CSErrors.swift
[7/15] Compiling CSErrors ErrorMetadata.swift
[8/15] Compiling CSErrors OSStatus Errors.swift
[9/15] Compiling CSErrors POSIX Errors.swift
[10/15] Compiling CSErrors Internal.swift
[11/15] Compiling CSErrors CSErrorProtocol.swift
[12/15] Compiling CSErrors CocoaError+CSErrors.swift
[13/15] Compiling CSErrors HTTPError.swift
[14/15] Emitting module CSErrors
[15/15] Compiling CSErrors URLError+CSErrors.swift
Build complete! (7.66s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.81s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (3.36s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.66s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.20s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Build complete.
{
"dependencies" : [
{
"identity" : "cwlpreconditiontesting",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
}
],
"manifest_display_name" : "CSErrors",
"name" : "CSErrors",
"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" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CSErrors",
"targets" : [
"CSErrors"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CSErrorsTests",
"module_type" : "SwiftTarget",
"name" : "CSErrorsTests",
"path" : "Tests/CSErrorsTests",
"product_dependencies" : [
"CwlPreconditionTesting"
],
"sources" : [
"CocoaErrorTests.swift",
"ErrnoCocoaMappingTests.swift",
"ErrnoURLSupportTests.swift",
"ErrorMetadataTests.swift",
"HTTPErrorTests.swift",
"NSErrorTests.swift",
"OSStatusErrorTests.swift",
"POSIXErrorTests.swift",
"RecoverabilityTests.swift",
"StderrTests.swift",
"URLErrorTests.swift"
],
"target_dependencies" : [
"CSErrors"
],
"type" : "test"
},
{
"c99name" : "CSErrors",
"module_type" : "SwiftTarget",
"name" : "CSErrors",
"path" : "Sources/CSErrors",
"product_memberships" : [
"CSErrors"
],
"sources" : [
"CSErrorProtocol.swift",
"CocoaError+CSErrors.swift",
"Error+CSErrors.swift",
"ErrorMetadata.swift",
"HTTPError.swift",
"Internal.swift",
"NSError+CSErrors.swift",
"OSStatus Errors.swift",
"POSIX Errors.swift",
"Recoverability.swift",
"Stderr.swift",
"URLError+CSErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.