The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of HashableByKeyPath, reference v1.2.0 (956d83), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:27:31 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/JosephDuffy/HashableByKeyPath.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JosephDuffy/HashableByKeyPath
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at 956d839 Add Xcode versions badge to README.md
Cloned https://github.com/JosephDuffy/HashableByKeyPath.git
Revision (git rev-parse @):
956d839894a90c3557eea8d9f5aa0b22dad5cb04
SUCCESS checkout https://github.com/JosephDuffy/HashableByKeyPath.git at v1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JosephDuffy/HashableByKeyPath.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/15] Compiling HashableByKeyPath HashableKeyPathAggregator.swift
[4/15] Compiling HashableByKeyPath HashableKeyPathConsumer.swift
[5/15] Compiling HashableByKeyPath EquatableKeyPathProvider.swift
[6/15] Compiling HashableByKeyPath HashableKeyPathCollection.swift
[7/15] Compiling HashableByKeyPath HashableKeyPathForwarder.swift
[8/15] Compiling HashableByKeyPath HashableKeyPathCollectionBuilder.swift
[9/15] Compiling HashableByKeyPath EquatableKeyPathCollection.swift
[10/15] Compiling HashableByKeyPath EquatableKeyPathConsumer.swift
[11/15] Compiling HashableByKeyPath HashableByKeyPath.swift
[12/15] Compiling HashableByKeyPath EquatabilityKeyPathAggregator.swift
[13/15] Compiling HashableByKeyPath EquatableByKeyPath.swift
[14/15] Compiling HashableByKeyPath EquatableKeyPathCollectionBuilder.swift
[15/15] Emitting module HashableByKeyPath
[16/16] Compiling HashableByKeyPath HashableKeyPathProvider.swift
Build complete! (0.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HashableByKeyPath",
  "name" : "HashableByKeyPath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HashableByKeyPath",
      "targets" : [
        "HashableByKeyPath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HashableByKeyPathTests",
      "module_type" : "SwiftTarget",
      "name" : "HashableByKeyPathTests",
      "path" : "Tests/HashableByKeyPathTests",
      "sources" : [
        "EquatableKeyPathCollectionBuilderTests.swift",
        "EquatableKeyPathProviderTests.swift",
        "HashableKeyPathCollectionBuilderTests.swift",
        "HashableKeyPathProviderTests.swift"
      ],
      "target_dependencies" : [
        "HashableByKeyPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HashableByKeyPath",
      "module_type" : "SwiftTarget",
      "name" : "HashableByKeyPath",
      "path" : "Sources/HashableByKeyPath",
      "product_memberships" : [
        "HashableByKeyPath"
      ],
      "sources" : [
        "EquatabilityKeyPathAggregator.swift",
        "EquatableByKeyPath.swift",
        "EquatableKeyPathConsumer.swift",
        "HashableByKeyPath.swift",
        "HashableKeyPathAggregator.swift",
        "HashableKeyPathConsumer.swift",
        "HashableKeyPathForwarder.swift",
        "ResultBuilderAPI/EquatableKeyPathCollection.swift",
        "ResultBuilderAPI/EquatableKeyPathCollectionBuilder.swift",
        "ResultBuilderAPI/EquatableKeyPathProvider.swift",
        "ResultBuilderAPI/HashableKeyPathCollection.swift",
        "ResultBuilderAPI/HashableKeyPathCollectionBuilder.swift",
        "ResultBuilderAPI/HashableKeyPathProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.