Build Information
Successful build of AgileDB, reference 6.5.7 (00ae2a), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 00:21:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AaronBratcher/AgileDB.git
Reference: 6.5.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AaronBratcher/AgileDB
* tag 6.5.7 -> FETCH_HEAD
HEAD is now at 00ae2aa Formatting
Cloned https://github.com/AaronBratcher/AgileDB.git
Revision (git rev-parse @):
00ae2aaa2bbf36b75a3ca47a3c6581e85759f4cb
SUCCESS checkout https://github.com/AaronBratcher/AgileDB.git at 6.5.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AaronBratcher/AgileDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling AgileDB PublicModels.swift
[4/10] Compiling AgileDB DBResultsPublisher.swift
[5/10] Compiling AgileDB DBResults.swift
[6/10] Compiling AgileDB DBObject.swift
[7/10] Compiling AgileDB DBObjectEncoder.swift
[8/10] Compiling AgileDB DBObjectDecoder.swift
[9/10] Emitting module AgileDB
[10/10] Compiling AgileDB AgileDB.swift
Build complete! (4.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AgileDB",
"name" : "AgileDB",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AgileDB",
"targets" : [
"AgileDB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AgileDBTests",
"module_type" : "SwiftTarget",
"name" : "AgileDBTests",
"path" : "Tests/AgileDBTests",
"sources" : [
"AsyncTests.swift",
"BasicTests.swift",
"ConditionTests.swift",
"DBObjectTests.swift",
"DBResultsTests.swift",
"PublisherTests.swift",
"SyncTests.swift"
],
"target_dependencies" : [
"AgileDB"
],
"type" : "test"
},
{
"c99name" : "AgileDB",
"module_type" : "SwiftTarget",
"name" : "AgileDB",
"path" : "Sources/AgileDB",
"product_memberships" : [
"AgileDB"
],
"sources" : [
"AgileDB.swift",
"DBObject.swift",
"DBObjectDecoder.swift",
"DBObjectEncoder.swift",
"DBResults.swift",
"DBResultsPublisher.swift",
"PublicModels.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.