Build Information
Successful build of swift-distributed-tracing-baggage-core, reference main (459dc4
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:36:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-distributed-tracing-baggage-core.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-distributed-tracing-baggage-core
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 459dc46 Update CI (#12)
Cloned https://github.com/apple/swift-distributed-tracing-baggage-core.git
Revision (git rev-parse @):
459dc46fac4aab62b97938587e4a1a1922d61696
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-distributed-tracing-baggage-core.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-distributed-tracing-baggage-core.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/7] Compiling CoreBaggage BaggageKey.swift
[6/7] Compiling CoreBaggage Baggage.swift
[7/7] Emitting module CoreBaggage
Build complete! (14.18s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.71s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-distributed-tracing-baggage-core",
"name" : "swift-distributed-tracing-baggage-core",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoreBaggage",
"targets" : [
"CoreBaggage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreBaggageTests",
"module_type" : "SwiftTarget",
"name" : "CoreBaggageTests",
"path" : "Tests/CoreBaggageTests",
"sources" : [
"BaggageTests+XCTest.swift",
"BaggageTests.swift"
],
"target_dependencies" : [
"CoreBaggage"
],
"type" : "test"
},
{
"c99name" : "CoreBaggage",
"module_type" : "SwiftTarget",
"name" : "CoreBaggage",
"path" : "Sources/CoreBaggage",
"product_memberships" : [
"CoreBaggage"
],
"sources" : [
"Baggage.swift",
"BaggageKey.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.