Build Information
Successful build of MLXKit, reference main (335950), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:42:48 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/PicoMLX/MLXKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PicoMLX/MLXKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3359505 Create README.md
Cloned https://github.com/PicoMLX/MLXKit.git
Revision (git rev-parse @):
33595056789813d0b55a0349623f4872379a99e2
SUCCESS checkout https://github.com/PicoMLX/MLXKit.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": "mlxkit",
"name": "MLXKit",
"url": "https://github.com/PicoMLX/MLXKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MLXKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/PicoMLX/MLXKit.git
[1/49] Fetching mlxkit
Fetched https://github.com/PicoMLX/MLXKit.git from cache (0.65s)
Creating working copy for https://github.com/PicoMLX/MLXKit.git
Working copy of https://github.com/PicoMLX/MLXKit.git resolved at main (3359505)
warning: '.resolve-product-dependencies': dependency 'mlxkit' 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/PicoMLX/MLXKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/17] Emitting module MLXKit
[4/17] Compiling MLXKit ToolChoice.swift
[5/17] Compiling MLXKit Content.swift
[6/17] Compiling MLXKit FinishReason.swift
[7/17] Compiling MLXKit ToolCall.swift
[8/17] Compiling MLXKit FunctionCall.swift
[9/17] Compiling MLXKit JSONObject.swift
[10/17] Compiling MLXKit MLXKit.swift
[11/17] Compiling MLXKit Chat.swift
[12/17] Compiling MLXKit LogProbs.swift
[13/17] Compiling MLXKit Message.swift
[14/17] Compiling MLXKit Completion.swift
[15/17] Compiling MLXKit CompletionChunk.swift
[16/17] Compiling MLXKit Role.swift
[17/17] Compiling MLXKit Codable.swift
[18/18] Compiling MLXKit File.swift
Build complete! (5.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MLXKit",
"name" : "MLXKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MLXKit",
"targets" : [
"MLXKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MLXKitTests",
"module_type" : "SwiftTarget",
"name" : "MLXKitTests",
"path" : "Tests/MLXKitTests",
"sources" : [
"ChatTests.swift",
"CompletionChunkTests.swift",
"CompletionTests.swift",
"MLXKitTests.swift"
],
"target_dependencies" : [
"MLXKit"
],
"type" : "test"
},
{
"c99name" : "MLXKit",
"module_type" : "SwiftTarget",
"name" : "MLXKit",
"path" : "Sources/MLXKit",
"product_memberships" : [
"MLXKit"
],
"sources" : [
"MLXKit.swift",
"Models/Chat/Chat.swift",
"Models/Chat/Completion.swift",
"Models/Chat/CompletionChunk.swift",
"Models/Chat/Content.swift",
"Models/Chat/FinishReason.swift",
"Models/Chat/FunctionCall.swift",
"Models/Chat/JSONObject.swift",
"Models/Chat/LogProbs.swift",
"Models/Chat/Message.swift",
"Models/Chat/Role.swift",
"Models/Chat/ToolCall.swift",
"Models/Chat/ToolChoice.swift",
"Models/Codable.swift",
"Models/Embeddings/File.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.