Build Information
Successful build of CSErrors, reference 2.1.0 (7426dd), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 07:12:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CharlesJS/CSErrors.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSErrors
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 7426dd0 Merge pull request #1 from CharlesJS/linux-fix
Cloned https://github.com/CharlesJS/CSErrors.git
Revision (git rev-parse @):
7426dd06aaeedf468b768f77f48b3f52e87abc5d
SUCCESS checkout https://github.com/CharlesJS/CSErrors.git at 2.1.0
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (1.12s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.72s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cserrors",
"name": "CSErrors",
"url": "https://github.com/CharlesJS/CSErrors.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSErrors",
"traits": [
],
"dependencies": [
{
"identity": "swift-system",
"name": "swift-system",
"url": "https://github.com/apple/swift-system",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/CharlesJS/CSErrors.git
[1/398] Fetching cserrors
Fetched https://github.com/CharlesJS/CSErrors.git from cache (0.66s)
Fetching https://github.com/apple/swift-system from cache
Fetched https://github.com/apple/swift-system from cache (0.55s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.65s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/CharlesJS/CSErrors.git
Working copy of https://github.com/CharlesJS/CSErrors.git resolved at 2.1.0 (7426dd0)
Found 1 product dependencies
- swift-system
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/CharlesJS/CSErrors.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/14] Compiling CSErrors NSError+CSErrors.swift
[4/14] Compiling CSErrors HTTPError.swift
[5/14] Compiling CSErrors Internal.swift
[6/14] Compiling CSErrors Error+CSErrors.swift
[7/14] Compiling CSErrors ErrorMetadata.swift
[8/14] Compiling CSErrors Recoverability.swift
[9/14] Emitting module CSErrors
[10/14] Compiling CSErrors CSErrorProtocol.swift
[11/14] Compiling CSErrors CocoaError+CSErrors.swift
[12/14] Compiling CSErrors POSIX Errors.swift
[13/14] Compiling CSErrors OSStatus Errors.swift
[14/14] Compiling CSErrors Stderr.swift
[15/15] Compiling CSErrors URLError+CSErrors.swift
Build complete! (2.93s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
}
],
"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",
"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_dependencies" : [
"SystemPackage"
],
"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.2"
}
Done.