Build Information
Successful build of swift-distributed-tracing-baggage-core, reference 0.1.1 (9a2884
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:37:39 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: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-distributed-tracing-baggage-core
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 9a2884a Update README.md (#3)
Cloned https://github.com/apple/swift-distributed-tracing-baggage-core.git
Revision (git rev-parse @):
9a2884a37f39e08ebd225627c400feae9c6ea8df
SUCCESS checkout https://github.com/apple/swift-distributed-tracing-baggage-core.git at 0.1.1
========================================
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling CoreBaggage Baggage.swift
[4/5] Compiling CoreBaggage BaggageKey.swift
[5/5] Emitting module CoreBaggage
Build complete! (0.64s)
Build complete.
{
"dependencies" : [
],
"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.0"
}
Done.