The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MLXKit, reference main (335950), with Swift 6.1 for macOS (SPM) on 29 Jun 2025 04:40:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build 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
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PicoMLX/MLXKit.git
[1/49] Fetching mlxkit
Fetched https://github.com/PicoMLX/MLXKit.git from cache (0.60s)
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.1
Building package at path:  $PWD
https://github.com/PicoMLX/MLXKit.git
https://github.com/PicoMLX/MLXKit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/17] Compiling MLXKit Role.swift
[4/17] Emitting module MLXKit
[5/17] Compiling MLXKit ToolCall.swift
[6/17] Compiling MLXKit MLXKit.swift
[7/17] Compiling MLXKit Chat.swift
[8/17] Compiling MLXKit Codable.swift
[9/17] Compiling MLXKit FunctionCall.swift
[10/17] Compiling MLXKit JSONObject.swift
[11/17] Compiling MLXKit Content.swift
[12/17] Compiling MLXKit FinishReason.swift
[13/17] Compiling MLXKit ToolChoice.swift
[14/17] Compiling MLXKit LogProbs.swift
[15/17] Compiling MLXKit Message.swift
[16/17] Compiling MLXKit Completion.swift
[17/17] Compiling MLXKit CompletionChunk.swift
[18/18] Compiling MLXKit File.swift
Build complete! (6.37s)
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.