The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-hnsw, reference main (4b50f7), with Swift 6.2 for macOS (SPM) on 19 Jan 2026 21:06:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.55s)
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",
  "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",
      "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.79s)
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.2
Building package at path:  $PWD
https://github.com/jkrukowski/swift-hnsw.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write HNSWCLI-entitlement.plist
[3/8] Write swift-version-49B95AFC49DCD68C.txt
[4/8] Compiling CHNSW hnsw.c
[6/18] Compiling HNSW SearchResult.swift
[7/19] Compiling HNSW SerializedNode.swift
[8/19] Compiling HNSW Quantization.swift
[9/19] Compiling HNSW InsertContext.swift
[10/19] Compiling HNSW NodeIterator.swift
[11/19] Compiling HNSW Node.swift
[12/19] Compiling HNSW IndexError.swift
[13/19] Compiling HNSW Constants.swift
[14/19] Compiling HNSW Index.swift
[15/19] Emitting module HNSW
[16/19] Compiling HNSW NodeSequence.swift
[17/21] Compiling HNSWCLI CLI.swift
[18/21] Emitting module HNSWCLI
[18/21] Write Objects.LinkFileList
[19/21] Linking HNSWCLI
[20/21] Applying HNSWCLI
Build complete! (4.96s)
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.