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 xxHash-Swift, reference master (e86a07), with Swift 5.10 for macOS (SPM) on 3 Dec 2025 15:38:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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/daisuke-t-jp/xxHash-Swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daisuke-t-jp/xxHash-Swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e86a07a Ver 1.1.1
Cloned https://github.com/daisuke-t-jp/xxHash-Swift.git
Revision (git rev-parse @):
e86a07ab4867f81481d430e1370a5ec97b6e3359
SUCCESS checkout https://github.com/daisuke-t-jp/xxHash-Swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/daisuke-t-jp/xxHash-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/10] Compiling xxHash_Swift XXH3-Common.swift
[4/10] Compiling xxHash_Swift XXH3.swift
[5/10] Compiling xxHash_Swift XXH3-Bit128.swift
[6/10] Compiling xxHash_Swift XXH3-Bit64.swift
[7/10] Compiling xxHash_Swift XXH64.swift
[8/10] Compiling xxHash_Swift XXH32.swift
[9/10] Compiling xxHash_Swift xxHash-Common.swift
[10/10] Emitting module xxHash_Swift
Build complete! (6.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "xxHash-Swift",
  "name" : "xxHash-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "xxHash-Swift",
      "targets" : [
        "xxHash_Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "xxHash_Swift",
      "module_type" : "SwiftTarget",
      "name" : "xxHash_Swift",
      "path" : "Sources/xxHash",
      "product_memberships" : [
        "xxHash-Swift"
      ],
      "sources" : [
        "XXH32.swift",
        "XXH64.swift",
        "xxHash-Common.swift",
        "xxh3/XXH3-Bit128.swift",
        "xxh3/XXH3-Bit64.swift",
        "xxh3/XXH3-Common.swift",
        "xxh3/XXH3.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "xxHashTests",
      "module_type" : "SwiftTarget",
      "name" : "xxHashTests",
      "path" : "Tests/xxHashTests",
      "sources" : [
        "XCTestManifests.swift",
        "xxHashTests.swift"
      ],
      "target_dependencies" : [
        "xxHash_Swift"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.0"
}
Done.