Build Information
Successful build of hnswlib.swift, reference v1.0.0 (28b75c), with Swift 6.3 for Linux on 15 Apr 2026 20:46:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MegaPortal/hnswlib.swift.git
Reference: v1.0.0
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/MegaPortal/hnswlib.swift
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 28b75c5 Initial commit of hnswlib.swift package
Cloned https://github.com/MegaPortal/hnswlib.swift.git
Revision (git rev-parse @):
28b75c52c3af1440cb51b44cc177db85c8cba9a8
SUCCESS checkout https://github.com/MegaPortal/hnswlib.swift.git at v1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/MegaPortal/hnswlib.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling hnswlib_cpp HNSWLibWrapper.cpp
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/6] Compiling hnswlib_swift Example.swift
[5/6] Emitting module hnswlib_swift
[6/6] Compiling hnswlib_swift hnswlib_swift.swift
Build complete! (10.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "hnswlib.swift",
"name" : "hnswlib.swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "hnswlib_swift",
"targets" : [
"hnswlib_swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "hnswlib_swift",
"module_type" : "SwiftTarget",
"name" : "hnswlib_swift",
"path" : "Sources/hnswlib.swift",
"product_memberships" : [
"hnswlib_swift"
],
"sources" : [
"Example.swift",
"hnswlib_swift.swift"
],
"target_dependencies" : [
"hnswlib_cpp"
],
"type" : "library"
},
{
"c99name" : "hnswlib_cpp",
"module_type" : "ClangTarget",
"name" : "hnswlib_cpp",
"path" : "Sources/CppSources",
"product_memberships" : [
"hnswlib_swift"
],
"sources" : [
"HNSWLibWrapper.cpp"
],
"type" : "library"
},
{
"c99name" : "hnswlib_swiftTests",
"module_type" : "SwiftTarget",
"name" : "hnswlib.swiftTests",
"path" : "Tests/hnswlib.swiftTests",
"sources" : [
"hnswlib_swiftTests.swift"
],
"target_dependencies" : [
"hnswlib_swift"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.