Build Information
Successful build of FieryCrucible, reference master (4c5b25), with Swift 5.10 for macOS (SPM) on 5 Nov 2025 19:50:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkolb/FieryCrucible.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkolb/FieryCrucible
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4c5b254 Merge pull request #22 from NoahBPeterson/patch-1
Cloned https://github.com/jkolb/FieryCrucible.git
Revision (git rev-parse @):
4c5b254f0c26378e4c5db903e520dfc0692c2878
SUCCESS checkout https://github.com/jkolb/FieryCrucible.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/jkolb/FieryCrucible.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module FieryCrucible
/Users/admin/builder/spi-builder-workspace/Sources/FieryCrucible/DependencyFactory.swift:45:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'DependencyFactory.InstanceKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
[4/4] Compiling FieryCrucible DependencyFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/FieryCrucible/DependencyFactory.swift:45:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'DependencyFactory.InstanceKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
Build complete! (4.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FieryCrucible",
"name" : "FieryCrucible",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FieryCrucible",
"targets" : [
"FieryCrucible"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FieryCrucibleTests",
"module_type" : "SwiftTarget",
"name" : "FieryCrucibleTests",
"path" : "Tests/FieryCrucibleTests",
"sources" : [
"FieryCrucibleTests.swift"
],
"target_dependencies" : [
"FieryCrucible"
],
"type" : "test"
},
{
"c99name" : "FieryCrucible",
"module_type" : "SwiftTarget",
"name" : "FieryCrucible",
"path" : "Sources/FieryCrucible",
"product_memberships" : [
"FieryCrucible"
],
"sources" : [
"DependencyFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.