The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MLXKit, reference 0.0.4 (dcdcb6), with Swift 6.0 for macOS (SPM) on 5 Jul 2025 15:57:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-arindam/MLXKit.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-arindam/MLXKit
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at dcdcb60 New documentation generated
Cloned https://github.com/k-arindam/MLXKit.git
Revision (git rev-parse @):
dcdcb60ca322e4517c3fcdcb0caade283038bad6
SUCCESS checkout https://github.com/k-arindam/MLXKit.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/k-arindam/MLXKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/22] Compiling MLXKit UIImage+CVPixelBuffer.swift
[6/22] Compiling MLXKit UIImage+Extensions.swift
[7/22] Compiling MLXKit UIImage+MLMultiArray.swift
[8/23] Compiling MLXKit UIImage+RawBytes.swift
[9/23] Compiling MLXKit CVPixelBuffer+Rotate.swift
[10/23] Compiling MLXKit CoreML+Combine.swift
[11/23] Compiling MLXKit CVPixelBuffer+Create.swift
[12/23] Compiling MLXKit CVPixelBuffer+Resize.swift
[13/23] Compiling MLXKit MLModel+Images.swift
[14/23] Compiling MLXKit MLMultiArray+Helpers.swift
[15/23] Compiling MLXKit Array+Extensions.swift
[16/23] Compiling MLXKit CGImage+CVPixelBuffer.swift
[17/23] Compiling MLXKit MLMultiArray+Image.swift
[18/23] Compiling MLXKit Math.swift
[19/23] Compiling MLXKit NonMaxSuppression.swift
[20/23] Compiling MLXKit Predictions.swift
[21/23] Emitting module MLXKit
[22/23] Compiling MLXKit CGImage+RawBytes.swift
[23/23] Compiling MLXKit CGImagePropertyOrientation.swift
Build complete! (24.86s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3422] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "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" : [
        "MLXKitTests.swift"
      ],
      "target_dependencies" : [
        "MLXKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MLXKit",
      "module_type" : "SwiftTarget",
      "name" : "MLXKit",
      "path" : "Sources/MLXKit",
      "product_memberships" : [
        "MLXKit"
      ],
      "sources" : [
        "Array+Extensions.swift",
        "CGImage+CVPixelBuffer.swift",
        "CGImage+RawBytes.swift",
        "CGImagePropertyOrientation.swift",
        "CVPixelBuffer+Create.swift",
        "CVPixelBuffer+Resize.swift",
        "CVPixelBuffer+Rotate.swift",
        "CoreML+Combine.swift",
        "MLModel+Images.swift",
        "MLMultiArray+Helpers.swift",
        "MLMultiArray+Image.swift",
        "Math.swift",
        "NonMaxSuppression.swift",
        "Predictions.swift",
        "UIImage+CVPixelBuffer.swift",
        "UIImage+Extensions.swift",
        "UIImage+MLMultiArray.swift",
        "UIImage+RawBytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.