The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MetalUI, reference main (c2e31b), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 08:31:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLet/MetalUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/MetalUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2e31b7 Update README.md
Cloned https://github.com/0xLet/MetalUI.git
Revision (git rev-parse @):
c2e31b7828f9632a0393d4b6f2713067034a64be
SUCCESS checkout https://github.com/0xLet/MetalUI.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "metalui",
      "name": "MetalUI",
      "url": "https://github.com/0xLet/MetalUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MetalUI",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/0xLet/MetalUI.git
[1/30] Fetching metalui
Fetched https://github.com/0xLet/MetalUI.git from cache (0.63s)
Creating working copy for https://github.com/0xLet/MetalUI.git
Working copy of https://github.com/0xLet/MetalUI.git resolved at main (c2e31b7)
warning: '.resolve-product-dependencies': dependency 'metalui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xLet/MetalUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling MetalUI MetalRendering.swift
[4/7] Compiling MetalUI MetalRenderingVertex.swift
[5/7] Compiling MetalUI MetalPresenting.swift
[6/7] Emitting module MetalUI
[7/7] Compiling MetalUI MetalView.swift
Build complete! (8.25s)
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.