Build Information
Successful build of CBOR, reference 0.7.0 (4da266), with Swift 6.2 for macOS (SPM) on 30 Nov 2025 08:41:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wendylabsinc/cbor.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wendylabsinc/cbor
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 4da266d Update version to 0.7.0 in README
Cloned https://github.com/wendylabsinc/cbor.git
Revision (git rev-parse @):
4da266dde3f9c2b8b1839a03089f36ddb6045f5b
SUCCESS checkout https://github.com/wendylabsinc/cbor.git at 0.7.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",
"dependencies": [
{
"identity": "cbor",
"name": "CBOR",
"url": "https://github.com/wendylabsinc/cbor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cbor",
"dependencies": [
]
}
]
}
Fetching https://github.com/wendylabsinc/cbor.git
[1/392] Fetching cbor
Fetched https://github.com/wendylabsinc/cbor.git from cache (0.88s)
Creating working copy for https://github.com/wendylabsinc/cbor.git
Working copy of https://github.com/wendylabsinc/cbor.git resolved at 0.7.0 (4da266d)
warning: '.resolve-product-dependencies': dependency 'cbor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wendylabsinc/cbor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling CBOR CBOR.swift
[4/9] Emitting module CBOR
[5/9] Compiling CBOR CBORReader.swift
[6/9] Compiling CBOR CBORCodable.swift
[7/9] Compiling CBOR CBOREncoder.swift
[8/9] Compiling CBOR CBORError.swift
[9/9] Compiling CBOR CBORDecoder.swift
Build complete! (4.43s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CBOR",
"name" : "CBOR",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CBOR",
"targets" : [
"CBOR"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBORTests",
"module_type" : "SwiftTarget",
"name" : "CBORTests",
"path" : "Tests/CBORTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CBORTests/TestPlan.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CBORCodableTests.swift",
"CBORContainerTests.swift",
"CBORErrorTests.swift",
"CBORPrimitiveTests.swift",
"CBORTaggedAndErrorTests.swift"
],
"target_dependencies" : [
"CBOR"
],
"type" : "test"
},
{
"c99name" : "CBOR",
"module_type" : "SwiftTarget",
"name" : "CBOR",
"path" : "Sources/CBOR",
"product_memberships" : [
"CBOR"
],
"sources" : [
"CBOR.swift",
"CBORError.swift",
"CBORReader.swift",
"Codable/CBORCodable.swift",
"Codable/CBORDecoder.swift",
"Codable/CBOREncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.