Build Information
Successful build of swift-distributed-tracing, reference 1.3.1 (baa932), with Swift 5.10 for Linux on 7 Oct 2025 13:50:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-distributed-tracing.git
Reference: 1.3.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-distributed-tracing
* tag 1.3.1 -> FETCH_HEAD
HEAD is now at baa932c Windows CI & Fix Windows support (#188)
Cloned https://github.com/apple/swift-distributed-tracing.git
Revision (git rev-parse @):
baa932c1336f7894145cbaafcd34ce2dd0b77c97
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-distributed-tracing.git at 1.3.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-distributed-tracing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-service-context.git
[1/1117] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.40s)
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.46s)
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
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/8] Emitting module ServiceContextModule
[7/8] Compiling ServiceContextModule ServiceContext.swift
[8/8] Compiling ServiceContextModule ServiceContextKey.swift
[10/15] Compiling Instrumentation NoOpInstrument.swift
[11/15] Compiling Instrumentation MultiplexInstrument.swift
[12/15] Compiling Instrumentation Instrument.swift
[13/15] Compiling Instrumentation InstrumentationSystem.swift
[14/15] Emitting module Instrumentation
[15/15] Compiling Instrumentation Locks.swift
[17/24] Compiling Tracing TracingTime.swift
[18/24] Compiling Tracing TracerProtocol.swift
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public protocol Tracer: LegacyTracer {
^
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: note: use 'Tracer' instead
public protocol Tracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
[19/24] Emitting module Tracing
/host/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public struct NoOpTracer: LegacyTracer {
^
/host/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: note: use 'Tracer' instead
public struct NoOpTracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:82:11: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
extension LegacyTracer {
^
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:82:11: note: use 'Tracer' instead
extension LegacyTracer {
^~~~~~~~~~~~
Tracer
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public protocol Tracer: LegacyTracer {
^
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol.swift:25:25: note: use 'Tracer' instead
public protocol Tracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
[20/24] Compiling Tracing InstrumentationSystem+Tracing.swift
[21/24] Compiling Tracing Tracer.swift
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:54:27: warning: 'legacyTracer' is deprecated: prefer tracer
InstrumentationSystem.legacyTracer.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:54:40: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
InstrumentationSystem.legacyTracer.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:99:27: warning: 'legacyTracer' is deprecated: prefer tracer
InstrumentationSystem.legacyTracer.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:99:40: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
InstrumentationSystem.legacyTracer.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:146:34: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
InstrumentationSystem.tracer.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:193:31: warning: 'legacyTracer' is deprecated: prefer tracer
try InstrumentationSystem.legacyTracer.withAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:238:31: warning: 'legacyTracer' is deprecated: prefer tracer
try InstrumentationSystem.legacyTracer.withAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:285:31: warning: 'legacyTracer' is deprecated: prefer tracer
try InstrumentationSystem.legacyTracer.withAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:380:37: warning: 'legacyTracer' is deprecated: prefer tracer
try await InstrumentationSystem.legacyTracer.withAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:468:37: warning: 'legacyTracer' is deprecated: prefer tracer
try await InstrumentationSystem.legacyTracer.withAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/Tracer.swift:560:37: warning: 'legacyTracer' is deprecated: prefer tracer
try await InstrumentationSystem.legacyTracer.withAnySpan(
^
[22/24] Compiling Tracing TracerProtocol+Legacy.swift
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:82:11: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
extension LegacyTracer {
^
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:82:11: note: use 'Tracer' instead
extension LegacyTracer {
^~~~~~~~~~~~
Tracer
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:170:14: warning: 'startAnySpan(_:context:ofKind:at:function:file:line:)' is deprecated: prefer withSpan
self.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:216:25: warning: 'startAnySpan(_:context:ofKind:at:function:file:line:)' is deprecated: prefer withSpan
let span = self.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:370:25: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
let span = self.startAnySpan(
^
/host/spi-builder-workspace/Sources/Tracing/TracerProtocol+Legacy.swift:472:25: warning: 'startAnySpan(_:at:context:ofKind:function:file:line:)' is deprecated: prefer withSpan
let span = self.startAnySpan(
^
[23/24] Compiling Tracing NoOpTracer.swift
/host/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: warning: 'LegacyTracer' is deprecated: renamed to 'Tracer'
public struct NoOpTracer: LegacyTracer {
^
/host/spi-builder-workspace/Sources/Tracing/NoOpTracer.swift:20:27: note: use 'Tracer' instead
public struct NoOpTracer: LegacyTracer {
^~~~~~~~~~~~
Tracer
[24/24] Compiling Tracing SpanProtocol.swift
[26/29] Compiling InMemoryTracing InMemorySpan.swift
[27/29] Compiling InMemoryTracing InMemoryTracer.swift
[28/29] Emitting module InMemoryTracing
[29/29] Compiling InMemoryTracing InMemorySpanContext.swift
Build complete! (9.25s)
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" : "/host/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"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.