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 (b22c6a), with Swift 6.2 (beta) for macOS (SPM) on 13 Jul 2025 19:10:49 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 b22c6a7 add hash collision code implementation example
Cloned https://github.com/bastie/CollisionHash.git
Revision (git rev-parse @):
b22c6a72f4ed082fb9e33970073bcf995307c0c8
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 CollisionHashExample-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling CollisionHash PearsonHash.swift
[6/10] Compiling CollisionHash CollisionHash.swift
[7/10] Emitting module CollisionHash
[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.44s)
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" : "6.1"
}
Done.