The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MLXKit, reference master (986ec5), with Swift 6.1 for macOS (SPM) on 6 Jul 2025 21:24:50 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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-arindam/MLXKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-arindam/MLXKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 986ec59 Update README.md
Cloned https://github.com/k-arindam/MLXKit.git
Revision (git rev-parse @):
986ec59bb0557d300892728112dfb868f85a8661
SUCCESS checkout https://github.com/k-arindam/MLXKit.git at master
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.03s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.03s)
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.3
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
========================================
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/k-arindam/MLXKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MLXKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/k-arindam/MLXKit.git
[1/739] Fetching mlxkit
Fetched https://github.com/k-arindam/MLXKit.git from cache (1.07s)
Creating working copy for https://github.com/k-arindam/MLXKit.git
Working copy of https://github.com/k-arindam/MLXKit.git resolved at master (986ec59)
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/k-arindam/MLXKit.git
https://github.com/k-arindam/MLXKit.git
{
  "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"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/22] Compiling MLXKit MLMultiArray+Image.swift
[6/22] Compiling MLXKit Math.swift
[7/22] Compiling MLXKit UIImage+MLMultiArray.swift
[8/22] Compiling MLXKit CVPixelBuffer+Create.swift
[9/22] Compiling MLXKit CVPixelBuffer+Resize.swift
[10/22] Compiling MLXKit MLModel+Images.swift
[11/22] Compiling MLXKit MLMultiArray+Helpers.swift
[12/22] Compiling MLXKit UIImage+CVPixelBuffer.swift
[13/22] Compiling MLXKit UIImage+Extensions.swift
[14/22] Compiling MLXKit CVPixelBuffer+Rotate.swift
[15/22] Compiling MLXKit CoreML+Combine.swift
[16/22] Compiling MLXKit Array+Extensions.swift
[17/22] Compiling MLXKit CGImage+CVPixelBuffer.swift
[18/22] Compiling MLXKit CGImage+RawBytes.swift
[19/22] Compiling MLXKit CGImagePropertyOrientation.swift
[20/22] Emitting module MLXKit
[21/22] Compiling MLXKit NonMaxSuppression.swift
[22/22] Compiling MLXKit Predictions.swift
[23/23] Compiling MLXKit UIImage+RawBytes.swift
Build complete! (18.34s)
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.