Build Information
Successful build of swift-hnsw, reference main (4b50f7), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 06:19:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/swift-hnsw.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkrukowski/swift-hnsw
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4b50f7d format
Cloned https://github.com/jkrukowski/swift-hnsw.git
Revision (git rev-parse @):
4b50f7db11bf33e42d8b6be69f7326a6d5a62091
SUCCESS checkout https://github.com/jkrukowski/swift-hnsw.git at main
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.67s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-hnsw",
"name": "swift-hnsw",
"url": "https://github.com/jkrukowski/swift-hnsw.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-hnsw",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jkrukowski/swift-hnsw.git
[1/46] Fetching swift-hnsw
Fetched https://github.com/jkrukowski/swift-hnsw.git from cache (0.60s)
Creating working copy for https://github.com/jkrukowski/swift-hnsw.git
Working copy of https://github.com/jkrukowski/swift-hnsw.git resolved at main (4b50f7d)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jkrukowski/swift-hnsw.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write HNSWCLI-entitlement.plist
[3/8] Write swift-version--6988338F2F200930.txt
[4/8] Compiling CHNSW hnsw.c
[6/18] Compiling HNSW Quantization.swift
[7/18] Compiling HNSW NodeSequence.swift
[8/18] Compiling HNSW NodeIterator.swift
[9/18] Compiling HNSW Node.swift
[10/18] Compiling HNSW InsertContext.swift
[11/18] Compiling HNSW SearchResult.swift
[12/19] Compiling HNSW IndexError.swift
[13/19] Emitting module HNSW
[14/19] Compiling HNSW Index.swift
[15/19] Compiling HNSW Constants.swift
[16/19] Compiling HNSW SerializedNode.swift
[17/21] Emitting module HNSWCLI
[18/21] Compiling HNSWCLI CLI.swift
[18/21] Write Objects.LinkFileList
[19/21] Linking HNSWCLI
[20/21] Applying HNSWCLI
Build complete! (6.94s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics.git"
}
],
"manifest_display_name" : "swift-hnsw",
"name" : "swift-hnsw",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "visionos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "HNSWCLI",
"targets" : [
"HNSWCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "HNSW",
"targets" : [
"HNSW"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HNSWTests",
"module_type" : "SwiftTarget",
"name" : "HNSWTests",
"path" : "Tests/HNSWTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"IndexTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"HNSW"
],
"type" : "test"
},
{
"c99name" : "HNSWCLI",
"module_type" : "SwiftTarget",
"name" : "HNSWCLI",
"path" : "Sources/HNSWCLI",
"product_memberships" : [
"HNSWCLI"
],
"sources" : [
"CLI.swift"
],
"target_dependencies" : [
"HNSW"
],
"type" : "executable"
},
{
"c99name" : "HNSW",
"module_type" : "SwiftTarget",
"name" : "HNSW",
"path" : "Sources/HNSW",
"product_memberships" : [
"HNSWCLI",
"HNSW"
],
"sources" : [
"Constants.swift",
"Index.swift",
"IndexError.swift",
"InsertContext.swift",
"Node.swift",
"NodeIterator.swift",
"NodeSequence.swift",
"Quantization.swift",
"SearchResult.swift",
"SerializedNode.swift"
],
"target_dependencies" : [
"CHNSW"
],
"type" : "library"
},
{
"c99name" : "CHNSW",
"module_type" : "ClangTarget",
"name" : "CHNSW",
"path" : "Sources/CHNSW",
"product_memberships" : [
"HNSWCLI",
"HNSW"
],
"sources" : [
"hnsw.c"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.