Build Information
Successful build of xxHash-Swift, reference master (e86a07), with Swift 6.2 for macOS (SPM) on 3 Dec 2025 15:39:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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: 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "xxhash-swift",
"name": "xxHash-Swift",
"url": "https://github.com/daisuke-t-jp/xxHash-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xxHash-Swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/daisuke-t-jp/xxHash-Swift.git
[1/1778] Fetching xxhash-swift
Fetched https://github.com/daisuke-t-jp/xxHash-Swift.git from cache (0.93s)
Creating working copy for https://github.com/daisuke-t-jp/xxHash-Swift.git
Working copy of https://github.com/daisuke-t-jp/xxHash-Swift.git resolved at master (e86a07a)
warning: '.resolve-product-dependencies': dependency 'xxhash-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/daisuke-t-jp/xxHash-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/10] Compiling xxHash_Swift XXH3-Common.swift
[4/10] Compiling xxHash_Swift XXH3-Bit64.swift
[5/10] Compiling xxHash_Swift XXH3.swift
[6/10] Compiling xxHash_Swift XXH3-Bit128.swift
[7/10] Emitting module xxHash_Swift
[8/10] Compiling xxHash_Swift XXH64.swift
[9/10] Compiling xxHash_Swift XXH32.swift
[10/10] Compiling xxHash_Swift xxHash-Common.swift
Build complete! (4.42s)
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.