Build Information
Successful build of RelatedDB, reference main (011d9c
), with Swift 5.9 for macOS (SPM) on 5 Jun 2025 22:39:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/relatedcode/RelatedDB.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/relatedcode/RelatedDB
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 011d9c4 Update README.md
Cloned https://github.com/relatedcode/RelatedDB.git
Revision (git rev-parse @):
011d9c4d48e48a6e628b25a4a9f53f634498a9da
SUCCESS checkout https://github.com/relatedcode/RelatedDB.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/relatedcode/RelatedDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling RelatedDB RDDebug.swift
[2/12] Compiling RelatedDB RDLogger.swift
[3/12] Compiling RelatedDB RDDate.swift
[4/12] Compiling RelatedDB RDCryptor.swift
[5/12] Compiling RelatedDB RDObject.swift
[6/12] Compiling RelatedDB RDSchemas.swift
[7/12] Compiling RelatedDB RDExecute.swift
[8/12] Compiling RelatedDB RDSchema.swift
[9/12] Compiling RelatedDB RDatabase.swift
[10/12] Emitting module RelatedDB
[11/12] Compiling RelatedDB RDRuntime.swift
[11/12] Archiving libRelatedDB.a
Build complete! (8.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RelatedDB",
"name" : "RelatedDB",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "RelatedDB",
"targets" : [
"RelatedDB"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "RelatedDB",
"module_type" : "SwiftTarget",
"name" : "RelatedDB",
"path" : "RelatedDB",
"product_memberships" : [
"RelatedDB"
],
"sources" : [
"Sources/Core/RDExecute.swift",
"Sources/Core/RDObject.swift",
"Sources/Core/RDSchema.swift",
"Sources/Core/RDSchemas.swift",
"Sources/Core/RDatabase.swift",
"Sources/Tools/RDCryptor.swift",
"Sources/Tools/RDDate.swift",
"Sources/Tools/RDDebug.swift",
"Sources/Tools/RDLogger.swift",
"Sources/Tools/RDRuntime.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.