The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FieryCrucible, reference master (4c5b25), with Swift 6.2 for macOS (SPM) on 5 Nov 2025 19:49:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build 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
========================================
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/305] Fetching fierycrucible
Fetched https://github.com/jkolb/FieryCrucible.git from cache (0.61s)
Creating working copy for https://github.com/jkolb/FieryCrucible.git
Working copy of https://github.com/jkolb/FieryCrucible.git resolved at master (4c5b254)
warning: '.resolve-product-dependencies': dependency 'fierycrucible' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.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 [#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] 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>
Build complete! (0.65s)
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.