Build Information
Successful build of MLXKit, reference main (335950), with Swift 6.0 for macOS (SPM) on 29 Jun 2025 04:40:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/PicoMLX/MLXKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/17] Compiling MLXKit ToolChoice.swift
[4/18] Compiling MLXKit LogProbs.swift
[5/18] Compiling MLXKit Message.swift
[6/18] Compiling MLXKit Content.swift
[7/18] Compiling MLXKit FinishReason.swift
[8/18] Compiling MLXKit Completion.swift
[9/18] Compiling MLXKit CompletionChunk.swift
[10/18] Emitting module MLXKit
[11/18] Compiling MLXKit Role.swift
[12/18] Compiling MLXKit FunctionCall.swift
[13/18] Compiling MLXKit JSONObject.swift
[14/18] Compiling MLXKit ToolCall.swift
[15/18] Compiling MLXKit MLXKit.swift
[16/18] Compiling MLXKit Chat.swift
[17/18] Compiling MLXKit Codable.swift
[18/18] Compiling MLXKit File.swift
Build complete! (5.79s)
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.