Build Information
Successful build of RelatedDB, reference 1.1.8 (a5f025
), with Swift 6.0 for macOS (SPM) on 5 Jun 2025 22:42:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.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: 1.1.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/relatedcode/RelatedDB
* tag 1.1.8 -> FETCH_HEAD
HEAD is now at a5f0252 1.1.8
Cloned https://github.com/relatedcode/RelatedDB.git
Revision (git rev-parse @):
a5f02521644c6938495a6b559d6b1a0c5a42183e
SUCCESS checkout https://github.com/relatedcode/RelatedDB.git at 1.1.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/relatedcode/RelatedDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-5BDAB9E9C0126B9D.txt
[3/14] Compiling RelatedDB RDLogger.swift
[4/15] Compiling RelatedDB RDCryptor.swift
[5/15] Compiling RelatedDB RDDate.swift
[6/15] Compiling RelatedDB RDObject.swift
[7/15] Emitting module RelatedDB
[8/15] Compiling RelatedDB RDExecute.swift
[9/15] Compiling RelatedDB RDSchema.swift
[10/15] Compiling RelatedDB RDSchemas.swift
[11/15] Compiling RelatedDB RDDebug.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! (5.58s)
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.