Build Information
Successful build of swift-sync-engine, reference v0.2.0 (d93ca0), with Swift 6.0 for macOS (SPM) on 3 Apr 2026 03:09:11 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-sync-engine.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-sync-engine
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at d93ca0e Release v0.2.0
Cloned https://github.com/philiprehberger/swift-sync-engine.git
Revision (git rev-parse @):
d93ca0e617dc6afd51dd73af8509e2d21031a16e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-sync-engine.git at v0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/philiprehberger/swift-sync-engine.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/9] Compiling SyncEngine SyncRecord.swift
[4/9] Compiling SyncEngine SyncResult.swift
[5/9] Compiling SyncEngine SyncEngine.swift
[6/9] Compiling SyncEngine LocalStore.swift
[7/9] Compiling SyncEngine ConflictResolver.swift
[8/9] Emitting module SyncEngine
[9/9] Compiling SyncEngine RetryQueue.swift
Build complete! (5.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-sync-engine",
"name" : "swift-sync-engine",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SyncEngine",
"targets" : [
"SyncEngine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SyncEngineTests",
"module_type" : "SwiftTarget",
"name" : "SyncEngineTests",
"path" : "Tests/SyncEngineTests",
"sources" : [
"ConflictResolverTests.swift",
"LocalStoreTests.swift",
"RetryQueueTests.swift",
"SyncEngineTests.swift",
"SyncRecordTests.swift"
],
"target_dependencies" : [
"SyncEngine"
],
"type" : "test"
},
{
"c99name" : "SyncEngine",
"module_type" : "SwiftTarget",
"name" : "SyncEngine",
"path" : "Sources/SyncEngine",
"product_memberships" : [
"SyncEngine"
],
"sources" : [
"ConflictResolver.swift",
"LocalStore.swift",
"RetryQueue.swift",
"SyncEngine.swift",
"SyncRecord.swift",
"SyncResult.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.