Build Information
Successful build of distributed-lock, reference 0.0.3 (56949e), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 23:25:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rosecoder/distributed-lock-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/14] Compiling ServiceContextModule ServiceContextKey.swift
[8/14] Compiling ServiceContextModule ServiceContext.swift
[9/14] Emitting module ServiceContextModule
[10/20] Compiling Logging LogHandler.swift
[11/20] Compiling Instrumentation MultiplexInstrument.swift
[12/20] Compiling Instrumentation NoOpInstrument.swift
[13/20] Emitting module Instrumentation
[14/20] Compiling Instrumentation InstrumentationSystem.swift
[15/20] Compiling Instrumentation Instrument.swift
[16/20] Compiling Instrumentation Locks.swift
[17/20] Compiling Logging MetadataProvider.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] Emitting module Tracing
[26/28] Compiling Tracing InstrumentationSystem+Tracing.swift
[27/28] Compiling Tracing SpanProtocol.swift
[28/28] Compiling Tracing NoOpTracer.swift
[29/34] Compiling DistributedLock Key.swift
[30/34] Compiling DistributedLock DistributedLock.swift
[31/34] Compiling DistributedLock DistributedLock+Lock.swift
[32/34] Emitting module DistributedLock
[33/34] Compiling DistributedLock LocalDistributedLock.swift
[34/34] Compiling DistributedLock NoOpDistributedLock.swift
Build complete! (9.87s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/4993] Fetching swift-distributed-tracing
[601/8829] Fetching swift-distributed-tracing, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.11s)
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.54s)
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.83s)
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.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.39s)
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
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
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.