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 Mirage, reference main (2dee8a), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 23:15:07 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Mirage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2dee8ae test: add examples
Cloned https://github.com/mesqueeb/Mirage.git
Revision (git rev-parse @):
2dee8ae2590136a501b1188da08b91c8fe034aad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Mirage.git at main
========================================
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] Emitting module JustSugar
[6/9] Compiling JustSugar Strings.swift
[7/9] Compiling JustSugar Arrays.swift
[8/9] Compiling MapSugar MapSugar.swift
[9/9] Emitting module MapSugar
[10/21] Compiling Mirage Space.swift
[11/22] Compiling Mirage ViewModifierHelpers.swift
[12/22] Compiling Mirage MButton.Examples.swift
[13/22] Compiling Mirage MButton.swift
[14/22] Compiling Mirage MHorizontalRule.swift
[15/22] Compiling Mirage MActionButtons.Examples.swift
[16/22] Compiling Mirage MActionButtons.swift
[17/22] Compiling Mirage MHorizontalRule.Examples.swift
[18/22] Emitting module Mirage
[19/22] Compiling Mirage MLink.Examples.swift
[20/22] Compiling Mirage MLink.swift
[21/22] Compiling Mirage ColorHelpers.swift
[22/22] Compiling Mirage Typography.swift
Build complete! (14.81s)
Fetching https://github.com/mesqueeb/JustSugar
Fetching https://github.com/mesqueeb/MapSugar
[3/79] Fetching mapsugar
[62/269] Fetching mapsugar, justsugar
Fetched https://github.com/mesqueeb/MapSugar from cache (1.06s)
Fetched https://github.com/mesqueeb/JustSugar from cache (1.06s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (1.51s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.4 (0.39s)
Creating working copy for https://github.com/mesqueeb/MapSugar
Working copy of https://github.com/mesqueeb/MapSugar resolved at 0.1.4
Creating working copy for https://github.com/mesqueeb/JustSugar
Working copy of https://github.com/mesqueeb/JustSugar resolved at 0.2.3
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.