Build Information
Successful build of CSCodeSignature, reference 0.1.4 (e26e68), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 04:06:50 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/CSCodeSignature.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSCodeSignature
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at e26e68e Update Swift tools to version 6.1
Cloned https://github.com/CharlesJS/CSCodeSignature.git
Revision (git rev-parse @):
e26e68e31d2372f5c9e8e03d793d62da631bae06
SUCCESS checkout https://github.com/CharlesJS/CSCodeSignature.git at 0.1.4
Fetching https://github.com/CharlesJS/CSErrors
[1/398] Fetching cserrors
Fetched https://github.com/CharlesJS/CSErrors from cache (0.66s)
Creating working copy for https://github.com/CharlesJS/CSErrors
Working copy of https://github.com/CharlesJS/CSErrors resolved at 2.0.0
========================================
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": "cscodesignature",
"name": "CSCodeSignature",
"url": "https://github.com/CharlesJS/CSCodeSignature.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSCodeSignature",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cserrors",
"name": "CSErrors",
"url": "https://github.com/CharlesJS/CSErrors",
"version": "2.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSErrors",
"traits": [
"default",
"Foundation"
],
"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/CSCodeSignature.git
[1/57] Fetching cscodesignature
Fetched https://github.com/CharlesJS/CSCodeSignature.git from cache (0.56s)
Fetching https://github.com/CharlesJS/CSErrors from cache
Fetched https://github.com/CharlesJS/CSErrors from cache (0.45s)
Computing version for https://github.com/CharlesJS/CSErrors
Computed https://github.com/CharlesJS/CSErrors at 2.1.0 (1.02s)
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (1.15s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.94s)
Creating working copy for https://github.com/CharlesJS/CSCodeSignature.git
Working copy of https://github.com/CharlesJS/CSCodeSignature.git resolved at 0.1.4 (e26e68e)
Creating working copy for https://github.com/CharlesJS/CSErrors
Working copy of https://github.com/CharlesJS/CSErrors resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
warning: '.resolve-product-dependencies': dependency 'cscodesignature' is not used by any target
Found 1 product dependencies
- CSErrors
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/CharlesJS/CSCodeSignature.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/15] Compiling CSErrors Stderr.swift
[5/15] Compiling CSErrors Recoverability.swift
[6/16] Compiling CSErrors OSStatus Errors.swift
[7/16] Compiling CSErrors NSError+CSErrors.swift
[8/16] Compiling CSErrors Internal.swift
[9/16] Compiling CSErrors Error+CSErrors.swift
[10/16] Compiling CSErrors ErrorMetadata.swift
[11/16] Emitting module CSErrors
[12/16] Compiling CSErrors HTTPError.swift
[13/16] Compiling CSErrors POSIX Errors.swift
[14/16] Compiling CSErrors CSErrorProtocol.swift
[15/16] Compiling CSErrors CocoaError+CSErrors.swift
[16/16] Compiling CSErrors URLError+CSErrors.swift
[17/18] Emitting module CSCodeSignature
[18/18] Compiling CSCodeSignature CSCodeSignature.swift
Build complete! (6.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "cserrors",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CharlesJS/CSErrors"
}
],
"manifest_display_name" : "CSCodeSignature",
"name" : "CSCodeSignature",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CSCodeSignature",
"targets" : [
"CSCodeSignature"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CSCodeSignature",
"module_type" : "SwiftTarget",
"name" : "CSCodeSignature",
"path" : "Sources/CSCodeSignature",
"product_dependencies" : [
"CSErrors"
],
"product_memberships" : [
"CSCodeSignature"
],
"sources" : [
"CSCodeSignature.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.