Build Information
Successful build of swift-distributed-tracing, reference main (660088
), with Swift 5.10 for macOS (SPM) on 11 Sep 2025 12:16:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-distributed-tracing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-distributed-tracing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6600888 Pushing InMemoryTracer (#180) over the finish line (#183)
Cloned https://github.com/apple/swift-distributed-tracing.git
Revision (git rev-parse @):
6600888f4cb5bbf1bcac51000f60b2cbd224c91b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-distributed-tracing.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-distributed-tracing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-33747A42983211AE.txt
[6/8] Emitting module ServiceContextModule
[7/8] Compiling ServiceContextModule ServiceContextKey.swift
[8/8] Compiling ServiceContextModule ServiceContext.swift
[9/14] Compiling Instrumentation MultiplexInstrument.swift
[10/14] Compiling Instrumentation NoOpInstrument.swift
[11/14] Compiling Instrumentation Instrument.swift
[12/14] Compiling Instrumentation InstrumentationSystem.swift
[13/14] Emitting module Instrumentation
[14/14] Compiling Instrumentation Locks.swift
[15/22] Compiling Tracing TracingTime.swift
[16/22] Compiling Tracing Tracer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:54:27: warning: 'legacyTracer' is deprecated: prefer tracer
InstrumentationSystem.legacyTracer.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:54:40: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
InstrumentationSystem.legacyTracer.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:99:27: warning: 'legacyTracer' is deprecated: prefer tracer
InstrumentationSystem.legacyTracer.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:99:40: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
InstrumentationSystem.legacyTracer.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:146:34: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
InstrumentationSystem.tracer.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:193:31: warning: 'legacyTracer' is deprecated: prefer tracer
try InstrumentationSystem.legacyTracer.withAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:238:31: warning: 'legacyTracer' is deprecated: prefer tracer
try InstrumentationSystem.legacyTracer.withAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:285:31: warning: 'legacyTracer' is deprecated: prefer tracer
try InstrumentationSystem.legacyTracer.withAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:365:37: warning: 'legacyTracer' is deprecated: prefer tracer
try await InstrumentationSystem.legacyTracer.withAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:440:37: warning: 'legacyTracer' is deprecated: prefer tracer
try await InstrumentationSystem.legacyTracer.withAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/Tracer.swift:518:37: warning: 'legacyTracer' is deprecated: prefer tracer
try await InstrumentationSystem.legacyTracer.withAnySpan(
^
[17/22] Compiling Tracing TracerProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public protocol Tracer: LegacyTracer {
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: note: use 'Tracer' instead
public protocol Tracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
[18/22] Compiling Tracing TracerProtocol+Legacy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:83:11: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
extension LegacyTracer {
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:83:11: note: use 'Tracer' instead
extension LegacyTracer {
^~~~~~~~~~~~
Tracer
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:171:14: warning: 'startAnySpan(_:context:ofKind:at:function:file:line:)' is deprecated: prefer withSpan
self.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:217:25: warning: 'startAnySpan(_:context:ofKind:at:function:file:line:)' is deprecated: prefer withSpan
let span = self.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:356:25: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
let span = self.startAnySpan(
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:446:25: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
let span = self.startAnySpan(
^
[19/22] Compiling Tracing InstrumentationSystem+Tracing.swift
[20/22] Compiling Tracing NoOpTracer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public struct NoOpTracer: LegacyTracer {
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: note: use 'Tracer' instead
public struct NoOpTracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
[21/22] Emitting module Tracing
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public struct NoOpTracer: LegacyTracer {
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: note: use 'Tracer' instead
public struct NoOpTracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:83:11: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
extension LegacyTracer {
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:83:11: note: use 'Tracer' instead
extension LegacyTracer {
^~~~~~~~~~~~
Tracer
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public protocol Tracer: LegacyTracer {
^
/Users/admin/builder/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: note: use 'Tracer' instead
public protocol Tracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
[22/22] Compiling Tracing SpanProtocol.swift
[23/26] Compiling InMemoryTracing InMemorySpanContext.swift
[24/26] Emitting module InMemoryTracing
[25/26] Compiling InMemoryTracing InMemorySpan.swift
[26/26] Compiling InMemoryTracing InMemoryTracer.swift
Build complete! (5.96s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (1.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.40s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-service-context",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-service-context.git"
}
],
"manifest_display_name" : "swift-distributed-tracing",
"name" : "swift-distributed-tracing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Instrumentation",
"targets" : [
"Instrumentation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tracing",
"targets" : [
"Tracing"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InMemoryTracing",
"targets" : [
"InMemoryTracing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_CWASI",
"module_type" : "ClangTarget",
"name" : "_CWASI",
"path" : "Sources/_CWASI",
"product_memberships" : [
"Tracing",
"InMemoryTracing"
],
"sources" : [
"_CWASI.c"
],
"type" : "library"
},
{
"c99name" : "TracingTests",
"module_type" : "SwiftTarget",
"name" : "TracingTests",
"path" : "Tests/TracingTests",
"sources" : [
"ActorTracingTests.swift",
"DynamicTracepointTracerTests.swift",
"SpanTests.swift",
"TestTracer.swift",
"TracedLock.swift",
"TracedLockTests.swift",
"TracerTests+swift57.swift",
"TracerTests.swift",
"TracerTimeTests.swift",
"TracingInstrumentationSystemTests.swift"
],
"target_dependencies" : [
"Tracing"
],
"type" : "test"
},
{
"c99name" : "Tracing",
"module_type" : "SwiftTarget",
"name" : "Tracing",
"path" : "Sources/Tracing",
"product_dependencies" : [
"ServiceContextModule"
],
"product_memberships" : [
"Tracing",
"InMemoryTracing"
],
"sources" : [
"InstrumentationSystem+Tracing.swift",
"NoOpTracer.swift",
"SpanProtocol.swift",
"Tracer.swift",
"TracerProtocol+Legacy.swift",
"TracerProtocol.swift",
"TracingTime.swift"
],
"target_dependencies" : [
"Instrumentation",
"_CWASI"
],
"type" : "library"
},
{
"c99name" : "InstrumentationTests",
"module_type" : "SwiftTarget",
"name" : "InstrumentationTests",
"path" : "Tests/InstrumentationTests",
"sources" : [
"InstrumentTests.swift",
"InstrumentationSystemTests.swift"
],
"target_dependencies" : [
"Instrumentation"
],
"type" : "test"
},
{
"c99name" : "Instrumentation",
"module_type" : "SwiftTarget",
"name" : "Instrumentation",
"path" : "Sources/Instrumentation",
"product_dependencies" : [
"ServiceContextModule"
],
"product_memberships" : [
"Instrumentation",
"Tracing",
"InMemoryTracing"
],
"sources" : [
"Instrument.swift",
"InstrumentationSystem.swift",
"Locks.swift",
"MultiplexInstrument.swift",
"NoOpInstrument.swift"
],
"type" : "library"
},
{
"c99name" : "InMemoryTracingTests",
"module_type" : "SwiftTarget",
"name" : "InMemoryTracingTests",
"path" : "Tests/InMemoryTracingTests",
"sources" : [
"InMemoryTracerTests.swift"
],
"target_dependencies" : [
"InMemoryTracing"
],
"type" : "test"
},
{
"c99name" : "InMemoryTracing",
"module_type" : "SwiftTarget",
"name" : "InMemoryTracing",
"path" : "Sources/InMemoryTracing",
"product_memberships" : [
"InMemoryTracing"
],
"sources" : [
"InMemorySpan.swift",
"InMemorySpanContext.swift",
"InMemoryTracer.swift"
],
"target_dependencies" : [
"Tracing"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.