Build Information
Successful build of swift-service-context, reference 1.3.0 (d09973), with Swift 6.0 for macOS (SPM) on 16 Feb 2026 20:59:48 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/apple/swift-service-context.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-service-context
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at d099735 Migrate to Swift Testing (#70)
Cloned https://github.com/apple/swift-service-context.git
Revision (git rev-parse @):
d0997351b0c7779017f88e7a93bc30a1878d7f29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-service-context.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/swift-service-context.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/6] Compiling ServiceContextModule ServiceContextKey.swift
[5/6] Emitting module ServiceContextModule
[6/6] Compiling ServiceContextModule ServiceContext.swift
[7/8] Emitting module InstrumentationBaggage
[8/8] Compiling InstrumentationBaggage CompatibilityShims.swift
Build complete! (0.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-service-context",
"name" : "swift-service-context",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ServiceContextModule",
"targets" : [
"ServiceContextModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InstrumentationBaggage",
"targets" : [
"InstrumentationBaggage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ServiceContextTests",
"module_type" : "SwiftTarget",
"name" : "ServiceContextTests",
"path" : "Tests/ServiceContextTests",
"sources" : [
"ServiceContextTests.swift"
],
"target_dependencies" : [
"ServiceContextModule"
],
"type" : "test"
},
{
"c99name" : "ServiceContextModule",
"module_type" : "SwiftTarget",
"name" : "ServiceContextModule",
"path" : "Sources/ServiceContextModule",
"product_memberships" : [
"ServiceContextModule",
"InstrumentationBaggage"
],
"sources" : [
"ServiceContext.swift",
"ServiceContextKey.swift"
],
"type" : "library"
},
{
"c99name" : "InstrumentationBaggage",
"module_type" : "SwiftTarget",
"name" : "InstrumentationBaggage",
"path" : "Sources/InstrumentationBaggage",
"product_memberships" : [
"InstrumentationBaggage"
],
"sources" : [
"CompatibilityShims.swift"
],
"target_dependencies" : [
"ServiceContextModule"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.