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 MetalUI, reference 0.1.0 (5d0160), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:28:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLet/MetalUI.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/MetalUI
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 5d01607 init
Cloned https://github.com/0xLet/MetalUI.git
Revision (git rev-parse @):
5d01607d9c7d0d025940158e83988d518cfa3e71
SUCCESS checkout https://github.com/0xLet/MetalUI.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xLet/MetalUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Emitting module MetalUI
[4/7] Compiling MetalUI MetalPresenting.swift
[5/7] Compiling MetalUI MetalRendering.swift
[6/7] Compiling MetalUI MetalRenderingVertex.swift
[7/7] Compiling MetalUI MetalView.swift
Build complete! (6.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MetalUI",
  "name" : "MetalUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MetalUI",
      "targets" : [
        "MetalUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MetalUITests",
      "module_type" : "SwiftTarget",
      "name" : "MetalUITests",
      "path" : "Tests/MetalUITests",
      "sources" : [
        "MetalUITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MetalUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetalUI",
      "module_type" : "SwiftTarget",
      "name" : "MetalUI",
      "path" : "Sources/MetalUI",
      "product_memberships" : [
        "MetalUI"
      ],
      "sources" : [
        "Data/MetalRenderingVertex.swift",
        "MTKView/MetalPresenting.swift",
        "MTKViewDelegate/MetalRendering.swift",
        "SwiftUI/MetalView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.