The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Locks, reference 1.0.1 (e5c133), with Swift 6.2 for macOS (SPM) on 5 Sep 2025 07:31:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/Locks.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/Locks
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at e5c1338 Add method to atomically toggle a boolean
Cloned https://github.com/adamwulf/Locks.git
Revision (git rev-parse @):
e5c133845f3ad1a890a8823374c2694f969884e2
SUCCESS checkout https://github.com/adamwulf/Locks.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adamwulf/Locks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/14] Compiling Locks RecursiveMutex.swift
[6/14] Compiling Locks NSLocking+Extensions.swift
[7/14] Compiling Locks ReadWriteLock.swift
[8/14] Compiling Locks ThreadLocal.swift
[9/14] Compiling Locks Mutex.swift
[10/14] Compiling Locks AtomicWrapper.swift
[11/14] Compiling Locks AtomicWrapper+Extensions.swift
[12/15] Compiling Locks AtomicSet.swift
[13/15] Emitting module Locks
[14/15] Compiling Locks AtomicDictionary.swift
[15/15] Compiling Locks UnfairLock.swift
Build complete! (17.52s)
Fetching https://github.com/themomax/swift-docc-plugin
[1/647] Fetching swift-docc-plugin
Fetched https://github.com/themomax/swift-docc-plugin from cache (1.01s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/3502] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (1.67s)
Creating working copy for https://github.com/themomax/swift-docc-plugin
Working copy of https://github.com/themomax/swift-docc-plugin resolved at add-extended-types-flag (c234e51)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "branch" : [
          "add-extended-types-flag"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/themomax/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Locks",
  "name" : "Locks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Locks",
      "targets" : [
        "Locks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocksTests",
      "module_type" : "SwiftTarget",
      "name" : "LocksTests",
      "path" : "Tests/LocksTests",
      "sources" : [
        "LocksTests.swift"
      ],
      "target_dependencies" : [
        "Locks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Locks",
      "module_type" : "SwiftTarget",
      "name" : "Locks",
      "path" : "Sources/Locks",
      "product_memberships" : [
        "Locks"
      ],
      "sources" : [
        "AtomicDictionary.swift",
        "AtomicSet.swift",
        "AtomicWrapper+Extensions.swift",
        "AtomicWrapper.swift",
        "Mutex.swift",
        "NSLocking+Extensions.swift",
        "ReadWriteLock.swift",
        "RecursiveMutex.swift",
        "ThreadLocal.swift",
        "UnfairLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.