Build Information
Successful build of SwiftLocal, reference main (800cd0), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 12:44:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Andre-Pham/SwiftLocal.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Andre-Pham/SwiftLocal
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 800cd04 update lint rules
Cloned https://github.com/Andre-Pham/SwiftLocal.git
Revision (git rev-parse @):
800cd043cc4e25063a76b37948e2b245583c1f32
SUCCESS checkout https://github.com/Andre-Pham/SwiftLocal.git at main
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/6267] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.34s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.1 (4.51s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftlocal",
"name": "SwiftLocal",
"url": "https://github.com/Andre-Pham/SwiftLocal.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLocal",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftyjson",
"name": "SwiftyJSON",
"url": "https://github.com/SwiftyJSON/SwiftyJSON",
"version": "5.0.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyJSON",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Andre-Pham/SwiftLocal.git
[1/332] Fetching swiftlocal
Fetched https://github.com/Andre-Pham/SwiftLocal.git from cache (0.74s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON from cache
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (0.54s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (1.20s)
Creating working copy for https://github.com/Andre-Pham/SwiftLocal.git
Working copy of https://github.com/Andre-Pham/SwiftLocal.git resolved at main (800cd04)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
warning: '.resolve-product-dependencies': dependency 'swiftlocal' is not used by any target
Found 1 product dependencies
- SwiftyJSON
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Andre-Pham/SwiftLocal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module SwiftyJSON
[5/5] Compiling SwiftyJSON SwiftyJSON.swift
[6/13] Compiling SwiftLocal Record.swift
[7/13] Compiling SwiftLocal TestObjects.swift
[8/13] Compiling SwiftLocal Metadata.swift
[9/13] Compiling SwiftLocal Legacy.swift
[10/13] Compiling SwiftLocal Storable.swift
[11/13] Emitting module SwiftLocal
[12/13] Compiling SwiftLocal LocalDatabase.swift
[13/13] Compiling SwiftLocal DataObject.swift
Build complete! (7.47s)
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.