Build Information
Successful build of ReadWriteLock, reference main (98a435), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 13:22:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SomeRandomiOSDev/ReadWriteLock.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/ReadWriteLock
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 98a435b Merge pull request #6 from SomeRandomiOSDev/Modernize
Cloned https://github.com/SomeRandomiOSDev/ReadWriteLock.git
Revision (git rev-parse @):
98a435b60dfcb35bb58b739935392912e899ae2a
SUCCESS checkout https://github.com/SomeRandomiOSDev/ReadWriteLock.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "readwritelock",
"name": "ReadWriteLock",
"url": "https://github.com/SomeRandomiOSDev/ReadWriteLock.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReadWriteLock",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SomeRandomiOSDev/ReadWriteLock.git
[1/149] Fetching readwritelock
Fetched https://github.com/SomeRandomiOSDev/ReadWriteLock.git from cache (0.65s)
Creating working copy for https://github.com/SomeRandomiOSDev/ReadWriteLock.git
Working copy of https://github.com/SomeRandomiOSDev/ReadWriteLock.git resolved at main (98a435b)
warning: '.resolve-product-dependencies': dependency 'readwritelock' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SomeRandomiOSDev/ReadWriteLock.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling ReadWriteLock ReadWriteLock.swift
[4/5] Emitting module ReadWriteLock
[5/5] Compiling ReadWriteLock ReadWriteAtomic.swift
Build complete! (7.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ReadWriteLock",
"name" : "ReadWriteLock",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "ReadWriteLock",
"targets" : [
"ReadWriteLock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ReadWriteLockTests",
"module_type" : "SwiftTarget",
"name" : "ReadWriteLockTests",
"path" : "Tests/ReadWriteLockTests",
"sources" : [
"ReadWriteAtomicTests.swift",
"ReadWriteLockTests.swift"
],
"target_dependencies" : [
"ReadWriteLock"
],
"type" : "test"
},
{
"c99name" : "ReadWriteLock",
"module_type" : "SwiftTarget",
"name" : "ReadWriteLock",
"path" : "Sources/ReadWriteLock",
"product_memberships" : [
"ReadWriteLock"
],
"sources" : [
"ReadWriteAtomic.swift",
"ReadWriteLock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.