The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Mirage, reference v0.5.0 (5ed9b7), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 23:14:57 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/mesqueeb/Mirage.git
Reference: v0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Mirage
 * tag               v0.5.0     -> FETCH_HEAD
HEAD is now at 5ed9b7a 0.5.0
Cloned https://github.com/mesqueeb/Mirage.git
Revision (git rev-parse @):
5ed9b7a7bbefabc77f817dac483ce36b4ab1cf98
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Mirage.git at v0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mesqueeb/Mirage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling JustSugar Arrays.swift
[6/9] Compiling JustSugar Strings.swift
[7/9] Emitting module JustSugar
[8/9] Compiling MapSugar MapSugar.swift
[9/9] Emitting module MapSugar
[10/21] Compiling Mirage MLink.swift
[11/21] Compiling Mirage Typography.swift
[12/21] Compiling Mirage MHorizontalRule.swift
[13/21] Compiling Mirage Space.swift
[14/21] Emitting module Mirage
[15/21] Compiling Mirage MLink.Examples.swift
[16/21] Compiling Mirage MHorizontalRule.Examples.swift
[17/21] Compiling Mirage ColorHelpers.swift
[18/21] Compiling Mirage MActionButtons.Examples.swift
[19/21] Compiling Mirage MActionButtons.swift
[20/21] Compiling Mirage MButton.Examples.swift
[21/21] Compiling Mirage MButton.swift
[22/22] Compiling Mirage ViewModifierHelpers.swift
Build complete! (13.96s)
Fetching https://github.com/mesqueeb/MapSugar
Fetching https://github.com/mesqueeb/JustSugar
[1/79] Fetching mapsugar
[65/269] Fetching mapsugar, justsugar
Fetched https://github.com/mesqueeb/MapSugar from cache (1.01s)
Fetched https://github.com/mesqueeb/JustSugar from cache (1.01s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (1.45s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.4 (0.36s)
Creating working copy for https://github.com/mesqueeb/JustSugar
Working copy of https://github.com/mesqueeb/JustSugar resolved at 0.2.3
Creating working copy for https://github.com/mesqueeb/MapSugar
Working copy of https://github.com/mesqueeb/MapSugar resolved at 0.1.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "justsugar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mesqueeb/JustSugar"
    },
    {
      "identity" : "mapsugar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mesqueeb/MapSugar"
    }
  ],
  "manifest_display_name" : "Mirage",
  "name" : "Mirage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Mirage",
      "targets" : [
        "Mirage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Mirage",
      "module_type" : "SwiftTarget",
      "name" : "Mirage",
      "path" : "Mirage/Sources",
      "product_dependencies" : [
        "JustSugar",
        "MapSugar"
      ],
      "product_memberships" : [
        "Mirage"
      ],
      "sources" : [
        "Components/MActionButtons.Examples.swift",
        "Components/MActionButtons.swift",
        "Components/MButton.Examples.swift",
        "Components/MButton.swift",
        "Components/MHorizontalRule.Examples.swift",
        "Components/MHorizontalRule.swift",
        "Components/MLink.Examples.swift",
        "Components/MLink.swift",
        "Styles/Space.swift",
        "Styles/Typography.swift",
        "SwiftHelpers/ColorHelpers.swift",
        "SwiftHelpers/ViewModifierHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.