Build Information
Successful build of SwiftLocal, reference 1.0.2 (7bacdf), with Swift 6.0 for macOS (SPM) on 10 Nov 2025 21:18:52 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/Andre-Pham/SwiftLocal.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Andre-Pham/SwiftLocal
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 7bacdfd Format and lint (#1)
Cloned https://github.com/Andre-Pham/SwiftLocal.git
Revision (git rev-parse @):
7bacdfd29b5e9cedb779718c9d301815a682bea5
SUCCESS checkout https://github.com/Andre-Pham/SwiftLocal.git at 1.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Andre-Pham/SwiftLocal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/7] Compiling SwiftyJSON resource_bundle_accessor.swift
[6/7] Emitting module SwiftyJSON
[7/7] Compiling SwiftyJSON SwiftyJSON.swift
[8/15] Compiling SwiftLocal Record.swift
[9/15] Compiling SwiftLocal Legacy.swift
[10/15] Compiling SwiftLocal TestObjects.swift
[11/15] Compiling SwiftLocal Metadata.swift
[12/15] Compiling SwiftLocal LocalDatabase.swift
[13/15] Compiling SwiftLocal Storable.swift
[14/15] Compiling SwiftLocal DataObject.swift
[15/15] Emitting module SwiftLocal
Build complete! (13.01s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/6213] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.33s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (3.66s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Build complete.
{
"dependencies" : [
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON"
}
],
"manifest_display_name" : "SwiftLocal",
"name" : "SwiftLocal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftLocal",
"targets" : [
"SwiftLocal"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftLocalTests",
"module_type" : "SwiftTarget",
"name" : "SwiftLocalTests",
"path" : "Tests/SwiftLocalTests",
"sources" : [
"DataObjectTests.swift",
"LegacyTests.swift",
"LocalDatabaseTests.swift",
"ThreadingTests.swift",
"TransactionTests.swift"
],
"target_dependencies" : [
"SwiftLocal"
],
"type" : "test"
},
{
"c99name" : "SwiftLocal",
"module_type" : "SwiftTarget",
"name" : "SwiftLocal",
"path" : "Sources/SwiftLocal",
"product_dependencies" : [
"SwiftyJSON"
],
"product_memberships" : [
"SwiftLocal"
],
"sources" : [
"Data/DataObject.swift",
"Data/Legacy.swift",
"Data/Storable.swift",
"Database/LocalDatabase.swift",
"Database/Metadata.swift",
"Database/Record.swift",
"Testing/TestObjects.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.