Build Information
Successful build of distributed-lock, reference main (56949e), with Swift 6.2 for Linux on 22 Jun 2025 23:33:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/distributed-lock-swift.git
Reference: main
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/rosecoder/distributed-lock-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 56949e5 feat: Allowed for locking multiple keys at once
Cloned https://github.com/rosecoder/distributed-lock-swift.git
Revision (git rev-parse @):
56949e5516eef75c9a7abb7743f2280fd43a799a
SUCCESS checkout https://github.com/rosecoder/distributed-lock-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/rosecoder/distributed-lock-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3836] Fetching swift-log
[3684/8829] Fetching swift-log, swift-distributed-tracing
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.70s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (1.56s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.78s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
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/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Compiling ServiceContextModule ServiceContextKey.swift
[8/14] Emitting module ServiceContextModule
[9/14] Compiling ServiceContextModule ServiceContext.swift
[10/14] Compiling Logging LogHandler.swift
[12/21] Compiling Instrumentation NoOpInstrument.swift
[13/21] Emitting module Instrumentation
[14/21] Compiling Instrumentation MultiplexInstrument.swift
[15/21] Compiling Instrumentation InstrumentationSystem.swift
[16/21] Compiling Logging MetadataProvider.swift
[17/21] Compiling Instrumentation Locks.swift
[18/21] Compiling Instrumentation Instrument.swift
[19/22] Compiling Logging Locks.swift
[20/22] Emitting module Logging
[22/30] Compiling Tracing InstrumentationSystem+Tracing.swift
[23/30] Compiling Logging Logging.swift
[25/31] Emitting module Tracing
[26/31] Compiling Tracing TracingTime.swift
[27/31] Compiling Tracing TracerProtocol.swift
[28/31] Compiling Tracing TracerProtocol+Legacy.swift
[29/31] Compiling Tracing Tracer.swift
[30/31] Compiling Tracing NoOpTracer.swift
[31/31] Compiling Tracing SpanProtocol.swift
[33/38] Compiling DistributedLock Key.swift
[34/38] Compiling DistributedLock NoOpDistributedLock.swift
[35/38] Emitting module DistributedLock
[36/38] Compiling DistributedLock DistributedLock+Lock.swift
[37/38] Compiling DistributedLock DistributedLock.swift
[38/38] Compiling DistributedLock LocalDistributedLock.swift
Build complete! (33.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
}
],
"manifest_display_name" : "distributed-lock",
"name" : "distributed-lock",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "DistributedLock",
"targets" : [
"DistributedLock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DistributedLockTests",
"module_type" : "SwiftTarget",
"name" : "DistributedLockTests",
"path" : "Tests/DistributedLockTests",
"sources" : [
"Implementations/LocalDistributedLockTests.swift",
"Implementations/NoOpDistributedLockTests.swift",
"KeyTests.swift",
"Utils/AssertedLock.swift",
"WithLockTests.swift"
],
"target_dependencies" : [
"DistributedLock"
],
"type" : "test"
},
{
"c99name" : "DistributedLock",
"module_type" : "SwiftTarget",
"name" : "DistributedLock",
"path" : "Sources/DistributedLock",
"product_dependencies" : [
"Logging",
"Tracing"
],
"product_memberships" : [
"DistributedLock"
],
"sources" : [
"DistributedLock+Lock.swift",
"DistributedLock.swift",
"Implementations/LocalDistributedLock.swift",
"Implementations/NoOpDistributedLock.swift",
"Key.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.