Build Information
Successful build of swift-longhair, reference 0.0.1 (1c2330), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 05:15:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sena-mike/swift-longhair.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sena-mike/swift-longhair
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 1c23301 Update docs
Submodule path 'Sources/CLonghair': checked out 'd5f9fa07403ce65f63e3edffaa898414c9774619'
Submodule 'Sources/CLonghair' (https://github.com/catid/longhair.git) registered for path 'Sources/CLonghair'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/CLonghair'...
Cloned https://github.com/sena-mike/swift-longhair.git
Revision (git rev-parse @):
1c2330135ba837951110dac598c7a8aaf45cc660
SUCCESS checkout https://github.com/sena-mike/swift-longhair.git at 0.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sena-mike/swift-longhair.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-1EA4D86E10B52AF.txt
[2/5] Compiling CLonghair gf256.cpp
[3/5] Compiling CLonghair cauchy_256.cpp
[4/5] Compiling CLonghair SiameseTools.cpp
[6/7] Emitting module Longhair
[7/7] Compiling Longhair Longhair.swift
Build complete! (9.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-longhair",
"name" : "swift-longhair",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Longhair",
"targets" : [
"Longhair"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LonghairTests",
"module_type" : "SwiftTarget",
"name" : "LonghairTests",
"path" : "Tests/LonghairTests",
"sources" : [
"LonghairTests.swift"
],
"target_dependencies" : [
"CLonghair",
"Longhair"
],
"type" : "test"
},
{
"c99name" : "Longhair",
"module_type" : "SwiftTarget",
"name" : "Longhair",
"path" : "Sources/Longhair",
"product_memberships" : [
"Longhair"
],
"sources" : [
"Longhair.swift"
],
"target_dependencies" : [
"CLonghair"
],
"type" : "library"
},
{
"c99name" : "CLonghair",
"module_type" : "ClangTarget",
"name" : "CLonghair",
"path" : "Sources/CLonghair",
"product_memberships" : [
"Longhair"
],
"sources" : [
"SiameseTools.cpp",
"cauchy_256.cpp",
"gf256.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.