The Swift Package Index logo.Swift Package Index

Build Information

Successful build of hnswlib.swift, reference v1.0.0 (28b75c), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 21:00:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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": "hnswlib.swift",
      "name": "hnswlib.swift",
      "url": "https://github.com/MegaPortal/hnswlib.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hnswlib.swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MegaPortal/hnswlib.swift.git
[1/62] Fetching hnswlib.swift
Fetched https://github.com/MegaPortal/hnswlib.swift.git from cache (0.64s)
Creating working copy for https://github.com/MegaPortal/hnswlib.swift.git
Working copy of https://github.com/MegaPortal/hnswlib.swift.git resolved at v1.0.0 (28b75c5)
warning: '.resolve-product-dependencies': dependency 'hnswlib.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/MegaPortal/hnswlib.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
[2/3] Compiling hnswlib_cpp HNSWLibWrapper.cpp
[4/6] Emitting module hnswlib_swift
[5/6] Compiling hnswlib_swift hnswlib_swift.swift
[6/6] Compiling hnswlib_swift Example.swift
Build complete! (5.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "hnswlib.swift",
  "name" : "hnswlib.swift",
  "path" : "/Users/admin/builder/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"
}
Done.