Build Information
Successful build of CBOR, reference 0.7.0 (4da266), with Swift 6.1 for macOS (SPM) on 30 Nov 2025 08:44:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild 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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wendylabsinc/cbor.git
https://github.com/wendylabsinc/cbor.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling CBOR CBORDecoder.swift
[4/9] Compiling CBOR CBORCodable.swift
[5/9] Compiling CBOR CBORReader.swift
[6/9] Compiling CBOR CBORError.swift
[7/9] Compiling CBOR CBOR.swift
[8/9] Emitting module CBOR
[9/9] Compiling CBOR CBOREncoder.swift
Build complete! (4.88s)
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.