Build Information
Successful build of hnswlib.swift, reference main (27edb9), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 21:00:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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.65s)
Creating working copy for https://github.com/MegaPortal/hnswlib.swift.git
Working copy of https://github.com/MegaPortal/hnswlib.swift.git resolved at main (27edb95)
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 Example.swift
[6/6] Compiling hnswlib_swift hnswlib_swift.swift
Build complete! (5.87s)
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.