Build Information
Successful build of hnswlib.swift, reference v1.0.0 (28b75c), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 07:12:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
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] Compiling hnswlib_swift Example.swift
[5/6] Emitting module hnswlib_swift
[6/6] Compiling hnswlib_swift hnswlib_swift.swift
Build complete! (5.10s)
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.