This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FieryCrucible with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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 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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/jkolb/FieryCrucible.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.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
 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] 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 |         }
Build complete! (2.92s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.