Build Information
Successful build of MLXKit, reference main (335950), with Swift 6.3 for Android on 16 Apr 2026 11:30:59 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/PicoMLX/MLXKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/17] Compiling MLXKit ToolChoice.swift
[4/17] Compiling MLXKit Codable.swift
[5/18] Compiling MLXKit LogProbs.swift
[6/18] Compiling MLXKit Message.swift
[7/18] Compiling MLXKit Role.swift
[8/18] Compiling MLXKit ToolCall.swift
[9/18] Compiling MLXKit File.swift
[10/18] Compiling MLXKit MLXKit.swift
[11/18] Compiling MLXKit Chat.swift
[12/18] Emitting module MLXKit
[13/18] Compiling MLXKit FunctionCall.swift
[14/18] Compiling MLXKit JSONObject.swift
[15/18] Compiling MLXKit Completion.swift
[16/18] Compiling MLXKit CompletionChunk.swift
[17/18] Compiling MLXKit Content.swift
[18/18] Compiling MLXKit FinishReason.swift
Build complete! (16.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MLXKit",
"name" : "MLXKit",
"path" : "/host/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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.