The Swift Package Index logo.Swift Package Index

Build Information

Successful build of hnswlib.swift, reference main (27edb9), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 07:12:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MegaPortal/hnswlib.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MegaPortal/hnswlib.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 27edb95 Update example documentation with correct package repository URL
Cloned https://github.com/MegaPortal/hnswlib.swift.git
Revision (git rev-parse @):
27edb95ae91780790ae10f50ddffbd1adfcc42da
SUCCESS checkout https://github.com/MegaPortal/hnswlib.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MegaPortal/hnswlib.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.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! (6.09s)
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" : "5.10"
}
Done.