The Swift Package Index logo.Swift Package Index

Build Information

Successful build of distributed-lock, reference main (56949e), with Swift 6.3 for Wasm on 15 Apr 2026 16:24:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         wasm
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-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git
[1/5738] Fetching swift-distributed-tracing
[5338/12294] Fetching swift-distributed-tracing, swift-log
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.46s)
Fetched https://github.com/apple/swift-log.git from cache (1.30s)
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.95s)
Fetching https://github.com/apple/swift-service-context.git
[1/1251] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.43s)
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/7] Write sources
[5/7] Compiling _CWASI _CWASI.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/16] Compiling ServiceContextModule ServiceContextKey.swift
[9/16] Compiling ServiceContextModule ServiceContext.swift
[10/16] Emitting module ServiceContextModule
[11/17] Compiling Logging LogEvent.swift
[13/23] Compiling Instrumentation Instrument.swift
[14/23] Emitting module Instrumentation
[15/23] Compiling Instrumentation NoOpInstrument.swift
[16/23] Compiling Instrumentation MultiplexInstrument.swift
[17/23] Compiling Logging MetadataProvider.swift
[18/23] Compiling Instrumentation Locks.swift
[19/23] Emitting module Logging
[20/23] Compiling Instrumentation InstrumentationSystem.swift
[22/32] Compiling Tracing TracingTime.swift
[23/32] Compiling Tracing TracerProtocol.swift
[24/32] Compiling Tracing TracerProtocol+Legacy.swift
[25/32] Compiling Tracing Tracer.swift
[26/32] Compiling Logging Locks.swift
[27/32] Compiling Logging LogHandler.swift
[28/32] Compiling Logging Logging.swift
[30/33] Compiling Tracing InstrumentationSystem+Tracing.swift
[31/33] Compiling Tracing NoOpTracer.swift
[32/33] Emitting module Tracing
[33/33] Compiling Tracing SpanProtocol.swift
[35/40] Compiling DistributedLock NoOpDistributedLock.swift
[36/40] Compiling DistributedLock Key.swift
[37/40] Emitting module DistributedLock
[38/40] Compiling DistributedLock DistributedLock.swift
[39/40] Compiling DistributedLock DistributedLock+Lock.swift
[40/40] Compiling DistributedLock LocalDistributedLock.swift
Build complete! (20.82s)
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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.