Build Information
Successful build of distributed-lock, reference 0.0.3 (56949e), with Swift 6.3 for Android on 23 Apr 2026 08:27:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/distributed-lock-swift.git
Reference: 0.0.3
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
* tag 0.0.3 -> FETCH_HEAD
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 0.0.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/rosecoder/distributed-lock-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-log.git
[1/6636] Fetching swift-log
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-log.git from cache (1.01s)
[1/5769] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.87s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (2.73s)
Fetching https://github.com/apple/swift-service-context.git
[1/1276] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.79s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
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.4.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.3.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--4F562202D5529B1.txt
[7/15] Emitting module ServiceContextModule
[8/15] Compiling ServiceContextModule ServiceContext.swift
[9/15] Compiling ServiceContextModule ServiceContextKey.swift
[11/22] Compiling Instrumentation Instrument.swift
[12/22] Compiling Instrumentation NoOpInstrument.swift
[13/22] Emitting module Instrumentation
[14/22] Compiling Instrumentation MultiplexInstrument.swift
[15/22] Compiling Logging MetadataProvider.swift
[16/22] Compiling Instrumentation InstrumentationSystem.swift
[17/22] Compiling Instrumentation Locks.swift
[19/31] Compiling Logging LogHandler.swift
[20/31] Compiling Logging LogEvent.swift
[21/31] Compiling Logging Logging.swift
[22/31] Compiling Logging Locks.swift
[23/31] Emitting module Logging
[25/32] Emitting module Tracing
[26/32] Compiling Tracing TracingTime.swift
[27/32] Compiling Tracing TracerProtocol.swift
[28/32] Compiling Tracing Tracer.swift
[29/32] Compiling Tracing TracerProtocol+Legacy.swift
[30/32] Compiling Tracing NoOpTracer.swift
[31/32] Compiling Tracing InstrumentationSystem+Tracing.swift
[32/32] Compiling Tracing SpanProtocol.swift
[34/39] Compiling DistributedLock Key.swift
[35/39] Compiling DistributedLock NoOpDistributedLock.swift
[36/39] Compiling DistributedLock DistributedLock.swift
[37/39] Compiling DistributedLock DistributedLock+Lock.swift
[38/39] Emitting module DistributedLock
[39/39] Compiling DistributedLock LocalDistributedLock.swift
Build complete! (38.21s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.