Build Information
Successful build of RelatedDB, reference main (011d9c
), with Swift 5.10 for macOS (SPM) on 5 Jun 2025 22:42:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path: $PWD
https://github.com/relatedcode/RelatedDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-33747A42983211AE.txt
[3/14] Compiling RelatedDB RDLogger.swift
[4/15] Compiling RelatedDB RDDate.swift
[5/15] Compiling RelatedDB RDDebug.swift
[6/15] Compiling RelatedDB RDSchemas.swift
[7/15] Compiling RelatedDB RDCryptor.swift
[8/15] Compiling RelatedDB RDSchema.swift
[9/15] Compiling RelatedDB RDObject.swift
[10/15] Emitting module RelatedDB
[11/15] Compiling RelatedDB RDExecute.swift
[12/15] Compiling RelatedDB RDatabase.swift
[13/15] Compiling RelatedDB RDRuntime.swift
[13/15] Write Objects.LinkFileList
[14/15] Archiving libRelatedDB.a
Build complete! (7.48s)
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.