Build Information
Successful build of Locks, reference 1.0.1 (e5c133), with Swift 5.10 for macOS (SPM) on 5 Sep 2025 07:31:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build 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: 5.10
Building package at path: $PWD
https://github.com/adamwulf/Locks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/14] Compiling Locks ThreadLocal.swift
[6/14] Compiling Locks NSLocking+Extensions.swift
[7/14] Compiling Locks AtomicWrapper+Extensions.swift
[8/14] Compiling Locks ReadWriteLock.swift
[9/14] Compiling Locks AtomicDictionary.swift
[10/14] Emitting module Locks
[11/14] Compiling Locks AtomicWrapper.swift
[12/14] Compiling Locks RecursiveMutex.swift
[13/14] Compiling Locks Mutex.swift
[14/14] Compiling Locks AtomicSet.swift
[15/15] Compiling Locks UnfairLock.swift
Build complete! (18.43s)
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.56s)
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.20s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.49s)
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.