Build Information
Successful build of distributed-lock, reference 0.0.3 (56949e), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 16:24:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-service-context.git
[1/1251] Fetching swift-service-context
[127/6989] Fetching swift-service-context, swift-distributed-tracing
[279/13545] Fetching swift-service-context, swift-distributed-tracing, swift-log
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.29s)
Fetched https://github.com/apple/swift-log.git from cache (1.29s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.29s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (4.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.58s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.67s)
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.1.2
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.2
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.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "distributed-lock-swift",
"name": "distributed-lock",
"url": "https://github.com/rosecoder/distributed-lock-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/distributed-lock-swift",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.12.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
},
{
"identity": "swift-distributed-tracing",
"name": "swift-distributed-tracing",
"url": "https://github.com/apple/swift-distributed-tracing.git",
"version": "1.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-distributed-tracing",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-service-context",
"name": "swift-service-context",
"url": "https://github.com/apple/swift-service-context.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-service-context",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/rosecoder/distributed-lock-swift.git
[1/72] Fetching distributed-lock-swift
Fetched https://github.com/rosecoder/distributed-lock-swift.git from cache (0.59s)
Fetching https://github.com/apple/swift-distributed-tracing.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.16s)
Fetching https://github.com/apple/swift-service-context.git from cache
Fetched https://github.com/apple/swift-service-context.git from cache (0.55s)
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.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.59s)
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-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/rosecoder/distributed-lock-swift.git
Working copy of https://github.com/rosecoder/distributed-lock-swift.git resolved at 0.0.3 (56949e5)
warning: '.resolve-product-dependencies': dependency 'distributed-lock-swift' is not used by any target
Found 2 product dependencies
- swift-log
- swift-distributed-tracing
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/rosecoder/distributed-lock-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--6988338F2F200930.txt
[7/14] Compiling ServiceContextModule ServiceContext.swift
[8/14] Compiling ServiceContextModule ServiceContextKey.swift
[9/14] Emitting module ServiceContextModule
[10/20] Compiling Instrumentation NoOpInstrument.swift
[11/20] Compiling Instrumentation MultiplexInstrument.swift
[12/20] Compiling Instrumentation InstrumentationSystem.swift
[13/20] Emitting module Instrumentation
[14/20] Compiling Instrumentation Instrument.swift
[15/20] Compiling Instrumentation Locks.swift
[16/28] Compiling Logging MetadataProvider.swift
[17/28] Compiling Logging LogHandler.swift
[18/28] Compiling Logging Locks.swift
[19/28] Emitting module Logging
[20/28] Compiling Logging Logging.swift
[21/28] Compiling Tracing TracingTime.swift
[22/28] Compiling Tracing TracerProtocol.swift
[23/28] Compiling Tracing TracerProtocol+Legacy.swift
[24/28] Compiling Tracing Tracer.swift
[25/28] Compiling Tracing NoOpTracer.swift
[26/28] Compiling Tracing InstrumentationSystem+Tracing.swift
[27/28] Emitting module Tracing
[28/28] Compiling Tracing SpanProtocol.swift
[29/34] Compiling DistributedLock Key.swift
[30/34] Compiling DistributedLock NoOpDistributedLock.swift
[31/34] Compiling DistributedLock DistributedLock+Lock.swift
[32/34] Compiling DistributedLock DistributedLock.swift
[33/34] Emitting module DistributedLock
[34/34] Compiling DistributedLock LocalDistributedLock.swift
Build complete! (6.88s)
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" : "/Users/admin/builder/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"
}
Done.