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 CollisionHash, reference main (b12bee), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:53:26 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/bastie/CollisionHash.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bastie/CollisionHash
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b12bee1 Update README.md
Cloned https://github.com/bastie/CollisionHash.git
Revision (git rev-parse @):
b12bee1940029157248bc8c073ef234532396fba
SUCCESS checkout https://github.com/bastie/CollisionHash.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bastie/CollisionHash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write CollisionHashExample-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling CollisionHash PearsonHash.swift
[6/10] Emitting module CollisionHash
[7/10] Compiling CollisionHash CollisionHash.swift
[8/12] Compiling CollisionHashExample CollisionHashExample.swift
[9/12] Emitting module CollisionHashExample
[9/12] Write Objects.LinkFileList
[10/12] Linking CollisionHashExample
[11/12] Applying CollisionHashExample
Build complete! (4.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollisionHash",
  "name" : "CollisionHash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CollisionHash",
      "targets" : [
        "CollisionHash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CollisionHashExample",
      "targets" : [
        "CollisionHashExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollisionHashTests",
      "module_type" : "SwiftTarget",
      "name" : "CollisionHashTests",
      "path" : "Tests/CollisionHashTests",
      "sources" : [
        "CollisionHashTests.swift"
      ],
      "target_dependencies" : [
        "CollisionHash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollisionHashExample",
      "module_type" : "SwiftTarget",
      "name" : "CollisionHashExample",
      "path" : "Sources/CollisionHashExample",
      "product_memberships" : [
        "CollisionHashExample"
      ],
      "sources" : [
        "CollisionHashExample.swift"
      ],
      "target_dependencies" : [
        "CollisionHash"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CollisionHash",
      "module_type" : "SwiftTarget",
      "name" : "CollisionHash",
      "path" : "Sources/CollisionHash",
      "product_memberships" : [
        "CollisionHash",
        "CollisionHashExample"
      ],
      "sources" : [
        "CollisionHash.swift",
        "PearsonHash.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.