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 main (e5c133), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 21:47:32 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/Locks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/Locks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 ThreadLocal.swift
[6/15] Compiling Locks RecursiveMutex.swift
[7/15] Compiling Locks Mutex.swift
[8/15] Compiling Locks AtomicWrapper+Extensions.swift
[9/15] Compiling Locks AtomicSet.swift
[10/15] Compiling Locks AtomicDictionary.swift
[11/15] Compiling Locks AtomicWrapper.swift
[12/15] Emitting module Locks
[13/15] Compiling Locks NSLocking+Extensions.swift
[14/15] Compiling Locks ReadWriteLock.swift
[15/15] Compiling Locks UnfairLock.swift
Build complete! (17.02s)
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.02s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (1.68s)
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
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)
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.