Build Information
Successful build of Synchronized, reference v4.0.1 (85653e), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 01:52:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/synchronized.git
Reference: v4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/synchronized
* tag v4.0.1 -> FETCH_HEAD
HEAD is now at 85653e2 Update .swiftformat
Cloned https://github.com/shareup/synchronized.git
Revision (git rev-parse @):
85653e23270ec88ae19f8d494157769487e34aed
SUCCESS checkout https://github.com/shareup/synchronized.git at v4.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shareup/synchronized.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Synchronized Lock.swift
[4/6] Compiling Synchronized Locked.swift
[5/6] Emitting module Synchronized
[6/6] Compiling Synchronized RecursiveLock.swift
Build complete! (3.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Synchronized",
"name" : "Synchronized",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Synchronized",
"targets" : [
"Synchronized"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SynchronizedTests",
"module_type" : "SwiftTarget",
"name" : "SynchronizedTests",
"path" : "Tests/SynchronizedTests",
"sources" : [
"Counter.swift",
"SynchronizedTests.swift"
],
"target_dependencies" : [
"Synchronized"
],
"type" : "test"
},
{
"c99name" : "Synchronized",
"module_type" : "SwiftTarget",
"name" : "Synchronized",
"path" : "Sources/Synchronized",
"product_memberships" : [
"Synchronized"
],
"sources" : [
"Lock.swift",
"Locked.swift",
"RecursiveLock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.