Build Information
Successful build of swift-hnsw, reference 0.0.2 (2f0fda), with Swift 6.2 for Linux on 19 Jan 2026 21:08:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/swift-hnsw.git
Reference: 0.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/jkrukowski/swift-hnsw
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 2f0fdae typed throws
Cloned https://github.com/jkrukowski/swift-hnsw.git
Revision (git rev-parse @):
2f0fdae38877f250a04c51b98b9732ffa3f20e36
SUCCESS checkout https://github.com/jkrukowski/swift-hnsw.git at 0.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/jkrukowski/swift-hnsw.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-numerics.git
[1/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.48s)
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
Building for debugging...
[0/8] Write sources
[2/8] Write swift-version-24593BA9C3E375BF.txt
[3/8] Compiling CHNSW hnsw.c
[5/18] Emitting module HNSW
[6/19] Compiling HNSW NodeSequence.swift
[7/19] Compiling HNSW SearchResult.swift
[8/19] Compiling HNSW Quantization.swift
[9/19] Compiling HNSW NodeIterator.swift
[10/19] Compiling HNSW Constants.swift
[11/19] Compiling HNSW Index.swift
[12/19] Compiling HNSW IndexError.swift
[13/19] Compiling HNSW InsertContext.swift
[14/19] Compiling HNSW Node.swift
[15/19] Compiling HNSW SerializedNode.swift
[16/20] Wrapping AST for HNSW for debugging
[18/22] Emitting module HNSWCLI
[19/22] Compiling HNSWCLI CLI.swift
[20/23] Wrapping AST for HNSWCLI for debugging
[21/23] Write Objects.LinkFileList
[22/23] Linking HNSWCLI
Build complete! (21.29s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.