The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Locks, reference 1.0.1 (e5c133), with Swift 6.1 for macOS (SPM) on 5 Sep 2025 07:32:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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
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.24s)
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.13s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at main (b45d1f2)
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 (a1f5339)
========================================
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",
  "dependencies": [
    {
      "identity": "locks",
      "name": "Locks",
      "url": "https://github.com/adamwulf/Locks.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Locks",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/adamwulf/Locks.git
[1/312] Fetching locks
Fetched https://github.com/adamwulf/Locks.git from cache (0.90s)
Creating working copy for https://github.com/adamwulf/Locks.git
Working copy of https://github.com/adamwulf/Locks.git resolved at 1.0.1 (e5c1338)
warning: '.resolve-product-dependencies': dependency 'locks' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adamwulf/Locks.git
https://github.com/adamwulf/Locks.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[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-2F0A5646E1D333AE.txt
[5/14] Compiling Locks RecursiveMutex.swift
[6/15] Compiling Locks Mutex.swift
[7/15] Compiling Locks UnfairLock.swift
[8/15] Compiling Locks ThreadLocal.swift
[9/15] Compiling Locks ReadWriteLock.swift
[10/15] Compiling Locks NSLocking+Extensions.swift
[11/15] Compiling Locks AtomicSet.swift
[12/15] Compiling Locks AtomicDictionary.swift
[13/15] Emitting module Locks
[14/15] Compiling Locks AtomicWrapper.swift
[15/15] Compiling Locks AtomicWrapper+Extensions.swift
Build complete! (14.26s)
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.