Build Information
Successful build of FieryCrucible, reference 3.0.2 (7f3a30
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 04:01:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fierycrucible",
"name": "FieryCrucible",
"url": "https://github.com/jkolb/FieryCrucible.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FieryCrucible",
"dependencies": [
]
}
]
}
Fetching https://github.com/jkolb/FieryCrucible.git
[1/301] Fetching fierycrucible
Fetched https://github.com/jkolb/FieryCrucible.git from cache (0.69s)
Creating working copy for https://github.com/jkolb/FieryCrucible.git
Working copy of https://github.com/jkolb/FieryCrucible.git resolved at 3.0.2 (7f3a308)
warning: '.resolve-product-dependencies': dependency 'fierycrucible' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/jkolb/FieryCrucible.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/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
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
46 | return lifecycle.hashValue ^ name.hashValue
47 | }
[4/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
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
46 | return lifecycle.hashValue ^ name.hashValue
47 | }
Build complete! (1.88s)
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.