Build Information
Successful build of CBOR, reference main (c15a11), with Swift 6.0 for macOS (SPM) on 9 Dec 2025 05:34:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wendylabsinc/cbor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c15a114 Fix documentation link to use Swift Package Index
Cloned https://github.com/wendylabsinc/cbor.git
Revision (git rev-parse @):
c15a114524c9502925162dc4a9c7e1aa226ee44a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wendylabsinc/cbor.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/wendylabsinc/cbor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling CBOR CBORReader.swift
[4/9] Compiling CBOR CBORCodable.swift
[5/9] Compiling CBOR CBORError.swift
[6/9] Emitting module CBOR
[7/9] Compiling CBOR CBORDecoder.swift
[8/9] Compiling CBOR CBOR.swift
[9/9] Compiling CBOR CBOREncoder.swift
Build complete! (5.06s)
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.