Build Information
Successful build of Cerberus, reference 0.4.2 (ed6193
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 19:57:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bermudadigitalstudio/cerberus.git
Reference: 0.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bermudadigitalstudio/cerberus
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at ed6193a Moved the Log repo to @bermudadigitalstudio, because it was deleted from @lgaches account.
Cloned https://github.com/bermudadigitalstudio/cerberus.git
Revision (git rev-parse @):
ed6193a45c6f7092d083aa3fb89ce99bf5dadff9
SUCCESS checkout https://github.com/bermudadigitalstudio/cerberus.git at 0.4.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bermudadigitalstudio/cerberus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Emitting module Log
[5/5] Compiling Log Log.swift
[6/10] Compiling Cerberus VaultClient+Kubernetes.swift
[7/10] Compiling Cerberus RenewalManager.swift
[8/10] Compiling Cerberus VaultClient.swift
[9/10] Emitting module Cerberus
[10/10] Compiling Cerberus VaultAPIClient.swift
Build complete! (4.73s)
Fetching https://github.com/bermudadigitalstudio/Log.git
[1/15] Fetching log
Fetched https://github.com/bermudadigitalstudio/Log.git from cache (0.55s)
Computing version for https://github.com/bermudadigitalstudio/Log.git
Computed https://github.com/bermudadigitalstudio/Log.git at 0.0.1 (1.08s)
Creating working copy for https://github.com/bermudadigitalstudio/Log.git
Working copy of https://github.com/bermudadigitalstudio/Log.git resolved at 0.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "log",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bermudadigitalstudio/Log.git"
}
],
"manifest_display_name" : "Cerberus",
"name" : "Cerberus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cerberus",
"targets" : [
"Cerberus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CerberusTests",
"module_type" : "SwiftTarget",
"name" : "CerberusTests",
"path" : "Tests/CerberusTests",
"sources" : [
"AutoRenewalTests.swift",
"KubernetesVaultTests.swift",
"LiveVaultTests.swift"
],
"target_dependencies" : [
"Cerberus"
],
"type" : "test"
},
{
"c99name" : "Cerberus",
"module_type" : "SwiftTarget",
"name" : "Cerberus",
"path" : "Sources/Cerberus",
"product_dependencies" : [
"Log"
],
"product_memberships" : [
"Cerberus"
],
"sources" : [
"RenewalManager.swift",
"VaultAPIClient.swift",
"VaultClient+Kubernetes.swift",
"VaultClient.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.