Build Information
Successful build of SwiftLocal, reference 1.0.2 (7bacdf), with Swift 6.2 for macOS (SPM) on 10 Nov 2025 21:20:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/6213] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.31s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.1 (3.99s)
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",
"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",
"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",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Andre-Pham/SwiftLocal.git
[1/329] 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.57s)
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/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Creating working copy for https://github.com/Andre-Pham/SwiftLocal.git
Working copy of https://github.com/Andre-Pham/SwiftLocal.git resolved at 1.0.2 (7bacdfd)
warning: '.resolve-product-dependencies': dependency 'swiftlocal' is not used by any target
Found 1 product dependencies
- SwiftyJSON
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Andre-Pham/SwiftLocal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/5] Emitting module SwiftyJSON
[5/5] Compiling SwiftyJSON SwiftyJSON.swift
[6/13] Compiling SwiftLocal TestObjects.swift
[7/13] Compiling SwiftLocal Record.swift
[8/13] Compiling SwiftLocal Metadata.swift
[9/13] Compiling SwiftLocal Storable.swift
[10/13] Compiling SwiftLocal LocalDatabase.swift
[11/13] Compiling SwiftLocal Legacy.swift
[12/13] Emitting module SwiftLocal
[13/13] Compiling SwiftLocal DataObject.swift
Build complete! (6.56s)
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.