Build Information
Successful build of Synchronized, reference main (1a9cde), with Swift 6.0 for macOS (SPM) on 14 Feb 2026 23:38:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/synchronized.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/synchronized
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a9cde1 Add MIT license and update CI to latest macOS/Xcode (#11)
Cloned https://github.com/shareup/synchronized.git
Revision (git rev-parse @):
1a9cde1ffab5db3fe10b1a889c18312c9df510dc
SUCCESS checkout https://github.com/shareup/synchronized.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/shareup/synchronized.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Emitting module Synchronized
[4/6] Compiling Synchronized RecursiveLock.swift
[5/6] Compiling Synchronized Lock.swift
[6/6] Compiling Synchronized Locked.swift
Build complete! (3.90s)
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.