The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-hnsw, reference main (4b50f7), with Swift 6.3 for Linux on 18 Apr 2026 06:19:47 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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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 /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
 * 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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
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/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
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.23s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.91s)
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] Compiling HNSW SearchResult.swift
[6/19] Compiling HNSW Constants.swift
[7/19] Compiling HNSW Index.swift
[8/19] Emitting module HNSW
[9/19] Compiling HNSW Quantization.swift
[10/19] Compiling HNSW NodeSequence.swift
[11/19] Compiling HNSW SerializedNode.swift
[12/19] Compiling HNSW Node.swift
[13/19] Compiling HNSW IndexError.swift
[14/19] Compiling HNSW InsertContext.swift
[15/19] Compiling HNSW NodeIterator.swift
[16/20] Wrapping AST for HNSW for debugging
[18/22] Compiling HNSWCLI CLI.swift
[19/22] Emitting module HNSWCLI
[20/23] Wrapping AST for HNSWCLI for debugging
[21/23] Write Objects.LinkFileList
[22/23] Linking HNSWCLI
Build complete! (19.54s)
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.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.