Build Information
Successful build of TakeoffKit, reference v1.0.1 (48bd26), with Swift 6.0 for macOS (SPM) on 2 Oct 2025 19:41:28 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/orloff-n/TakeoffKit.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orloff-n/TakeoffKit
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at 48bd26b Fixed debug description of some engine events, added documentation link to the readme file.
Cloned https://github.com/orloff-n/TakeoffKit.git
Revision (git rev-parse @):
48bd26b0b2a68c540c840c19c60765157e57d6a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orloff-n/TakeoffKit.git at v1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/orloff-n/TakeoffKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-5BDAB9E9C0126B9D.txt
[3/20] Compiling TakeoffKit TKSyncableValue.swift
[4/20] Compiling TakeoffKit TKSyncableValueType.swift
[5/20] Compiling TakeoffKit TKLogger.swift
[6/20] Compiling TakeoffKit TKSyncEngineState.swift
[7/20] Compiling TakeoffKit TKSyncable.swift
[8/20] Compiling TakeoffKit TKOperationHandler.swift
[9/20] Compiling TakeoffKit TKOperationQueue.swift
[10/20] Compiling TakeoffKit TKSyncEngineDelegate.swift
[11/20] Compiling TakeoffKit TKSyncEngineEvent.swift
[12/20] Compiling TakeoffKit TKSyncEngine.swift
[13/20] Compiling TakeoffKit TKSyncEngineConfiguration.swift
[14/21] Compiling TakeoffKit CKRecord.swift
[15/21] Compiling TakeoffKit TKOperation.swift
[16/21] Compiling TakeoffKit Array.swift
[17/21] Compiling TakeoffKit CKAccountStatus.swift
[18/21] Emitting module TakeoffKit
[19/21] Compiling TakeoffKit TKRecord.swift
[19/21] Write Objects.LinkFileList
[20/21] Archiving libTakeoffKit.a
Build complete! (5.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TakeoffKit",
"name" : "TakeoffKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "TakeoffKit",
"targets" : [
"TakeoffKit"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "TakeoffKitTests",
"module_type" : "SwiftTarget",
"name" : "TakeoffKitTests",
"path" : "Tests",
"sources" : [
"TKOperationQueueTests.swift",
"TKSyncStateTests.swift",
"TKSyncableTests.swift"
],
"target_dependencies" : [
"TakeoffKit"
],
"type" : "test"
},
{
"c99name" : "TakeoffKit",
"module_type" : "SwiftTarget",
"name" : "TakeoffKit",
"path" : "Sources",
"product_memberships" : [
"TakeoffKit"
],
"sources" : [
"Extensions/Array.swift",
"Extensions/CKAccountStatus.swift",
"Extensions/CKRecord.swift",
"Operations/TKOperation.swift",
"Operations/TKOperationHandler.swift",
"Operations/TKOperationQueue.swift",
"Sync Engine/TKSyncEngine.swift",
"Sync Engine/TKSyncEngineConfiguration.swift",
"Sync Engine/TKSyncEngineDelegate.swift",
"Sync Engine/TKSyncEngineEvent.swift",
"Sync Engine/TKSyncEngineState.swift",
"Syncable/TKSyncable.swift",
"Syncable/TKSyncableValue.swift",
"Syncable/TKSyncableValueType.swift",
"TKLogger.swift",
"TKRecord.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.