Build Information
Successful build of XXH3, reference main (d18450), with Swift 6.0 for macOS (SPM) on 16 Dec 2025 02:42:42 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/swift-cloud/swift-xxh3.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/swift-xxh3
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d184501 update readme
Cloned https://github.com/swift-cloud/swift-xxh3.git
Revision (git rev-parse @):
d184501b21b543c4d52094afed3e679296575f0e
SUCCESS checkout https://github.com/swift-cloud/swift-xxh3.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/swift-cloud/swift-xxh3.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/4] Emitting module XXH3
[4/4] Compiling XXH3 XXH3.swift
Build complete! (0.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XXH3",
"name" : "XXH3",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "XXH3",
"targets" : [
"XXH3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XXH3Tests",
"module_type" : "SwiftTarget",
"name" : "XXH3Tests",
"path" : "Tests/XXH3Tests",
"sources" : [
"XXH3Tests.swift"
],
"target_dependencies" : [
"XXH3"
],
"type" : "test"
},
{
"c99name" : "XXH3",
"module_type" : "SwiftTarget",
"name" : "XXH3",
"path" : "Sources/XXH3",
"product_memberships" : [
"XXH3"
],
"sources" : [
"XXH3.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.