Build Information
Successful build of FieryCrucible, reference 3.0.2 (7f3a30
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 18:31:42 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/jkolb/FieryCrucible.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkolb/FieryCrucible
* tag 3.0.2 -> FETCH_HEAD
HEAD is now at 7f3a308 Update readme for v3.0.2
Cloned https://github.com/jkolb/FieryCrucible.git
Revision (git rev-parse @):
7f3a30812577039e003c6334227a00f515d151bd
SUCCESS checkout https://github.com/jkolb/FieryCrucible.git at 3.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jkolb/FieryCrucible.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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 [#DeprecatedDeclaration]
43 | let name: String
44 |
45 | var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'DependencyFactory.InstanceKey' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
46 | return lifecycle.hashValue ^ name.hashValue
47 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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 [#DeprecatedDeclaration]
43 | let name: String
44 |
45 | var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'DependencyFactory.InstanceKey' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
46 | return lifecycle.hashValue ^ name.hashValue
47 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (0.73s)
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.