Build Information
Successful build of xxHash-Swift, reference 1.1.1 (e86a07), with Swift 6.0 for macOS (SPM) on 3 Dec 2025 15:39:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daisuke-t-jp/xxHash-Swift.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daisuke-t-jp/xxHash-Swift
* tag 1.1.1 -> FETCH_HEAD
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 1.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/daisuke-t-jp/xxHash-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling xxHash_Swift XXH3.swift
[4/10] Compiling xxHash_Swift XXH3-Bit64.swift
[5/10] Compiling xxHash_Swift XXH64.swift
[6/10] Emitting module xxHash_Swift
[7/10] Compiling xxHash_Swift XXH32.swift
[8/10] Compiling xxHash_Swift xxHash-Common.swift
[9/10] Compiling xxHash_Swift XXH3-Bit128.swift
[10/10] Compiling xxHash_Swift XXH3-Common.swift
Build complete! (4.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.