Build Information
Successful build of NumKong, reference v7.6.0 (48cbd2), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 01:48:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ashvardanian/NumKong.git
Reference: v7.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ashvardanian/NumKong
* tag v7.6.0 -> FETCH_HEAD
HEAD is now at 48cbd21 Release: v7.6.0 [skip ci] ### Minor
Cloned https://github.com/ashvardanian/NumKong.git
Revision (git rev-parse @):
48cbd21db85c013f0faebdbbe07b0feed1dd9e7c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ashvardanian/NumKong.git at v7.6.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ashvardanian/NumKong.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/27] Compiling CNumKongDispatch dispatch_i16.c
[1/27] Compiling CNumKongDispatch dispatch_f64c.c
[2/27] Write sources
[3/27] Write swift-version--3CB7CFEC50E0D141.txt
[4/27] Compiling CNumKongDispatch numkong.c
[5/27] Compiling CNumKongDispatch dispatch_i8.c
[6/27] Compiling CNumKongDispatch dispatch_i64.c
[7/27] Compiling CNumKongDispatch dispatch_u64.c
[8/27] Compiling CNumKongDispatch dispatch_u32.c
[9/27] Compiling CNumKongDispatch dispatch_u1.c
[10/27] Compiling CNumKongDispatch dispatch_u16.c
[11/27] Compiling CNumKongDispatch dispatch_f32c.c
[12/27] Compiling CNumKongDispatch dispatch_u8.c
[13/27] Compiling CNumKongDispatch dispatch_u4.c
[14/27] Compiling CNumKongDispatch dispatch_f16c.c
[15/27] Compiling CNumKongDispatch dispatch_other.c
[16/27] Compiling CNumKongDispatch dispatch_f16.c
[17/27] Compiling CNumKongDispatch dispatch_i32.c
[18/27] Compiling CNumKongDispatch dispatch_bf16c.c
[19/27] Compiling CNumKongDispatch dispatch_i4.c
[20/27] Compiling CNumKongDispatch dispatch_f64.c
[21/27] Compiling CNumKongDispatch dispatch_e5m2.c
[22/27] Compiling CNumKongDispatch dispatch_bf16.c
[23/27] Compiling CNumKongDispatch dispatch_f32.c
[24/27] Compiling CNumKongDispatch dispatch_e2m3.c
[25/27] Compiling CNumKongDispatch dispatch_e3m2.c
[26/27] Compiling CNumKongDispatch dispatch_e4m3.c
[28/34] Compiling NumKong Scalar.swift
[29/34] Compiling NumKong Tensor.swift
[30/34] Compiling NumKong Numerics.swift
[31/34] Compiling NumKong NumKong.swift
[32/34] Compiling NumKong MaxSim.swift
[33/34] Emitting module NumKong
[34/34] Compiling NumKong Matrix.swift
Build complete! (5.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NumKong",
"name" : "NumKong",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "NumKong",
"targets" : [
"NumKong"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CNumKongDispatch",
"targets" : [
"CNumKongDispatch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Test",
"module_type" : "SwiftTarget",
"name" : "Test",
"path" : "test/swift",
"sources" : [
"Test.swift"
],
"target_dependencies" : [
"NumKong"
],
"type" : "test"
},
{
"c99name" : "NumKong",
"module_type" : "SwiftTarget",
"name" : "NumKong",
"path" : "swift",
"product_memberships" : [
"NumKong"
],
"sources" : [
"Matrix.swift",
"MaxSim.swift",
"NumKong.swift",
"Numerics.swift",
"Scalar.swift",
"Tensor.swift"
],
"target_dependencies" : [
"CNumKong",
"CNumKongDispatch"
],
"type" : "library"
},
{
"c99name" : "CNumKongDispatch",
"module_type" : "ClangTarget",
"name" : "CNumKongDispatch",
"path" : "c",
"product_memberships" : [
"NumKong",
"CNumKongDispatch"
],
"sources" : [
"dispatch_bf16.c",
"dispatch_bf16c.c",
"dispatch_e2m3.c",
"dispatch_e3m2.c",
"dispatch_e4m3.c",
"dispatch_e5m2.c",
"dispatch_f16.c",
"dispatch_f16c.c",
"dispatch_f32.c",
"dispatch_f32c.c",
"dispatch_f64.c",
"dispatch_f64c.c",
"dispatch_i16.c",
"dispatch_i32.c",
"dispatch_i4.c",
"dispatch_i64.c",
"dispatch_i8.c",
"dispatch_other.c",
"dispatch_u1.c",
"dispatch_u16.c",
"dispatch_u32.c",
"dispatch_u4.c",
"dispatch_u64.c",
"dispatch_u8.c",
"numkong.c"
],
"target_dependencies" : [
"CNumKong"
],
"type" : "library"
},
{
"c99name" : "CNumKong",
"module_type" : "ClangTarget",
"name" : "CNumKong",
"path" : "include",
"product_memberships" : [
"NumKong",
"CNumKongDispatch"
],
"sources" : [
],
"type" : "library"
},
{
"c99name" : "Bench",
"module_type" : "SwiftTarget",
"name" : "Bench",
"path" : "bench/swift",
"sources" : [
"Bench.swift"
],
"target_dependencies" : [
"NumKong",
"CNumKong"
],
"type" : "test"
}
],
"tools_version" : "6.1"
}
Done.