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.1 for macOS (SPM) on 30 Apr 2025 09:48:35 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.61.1
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.1
Building package at path:  $PWD
https://github.com/mesqueeb/Mirage.git
https://github.com/mesqueeb/Mirage.git
{
  "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"
}
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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/9] Emitting module MapSugar
[6/9] Compiling MapSugar MapSugar.swift
[7/9] Compiling JustSugar Strings.swift
[8/9] Emitting module JustSugar
[9/9] Compiling JustSugar Arrays.swift
[10/21] Compiling Mirage Typography.swift
[11/21] Compiling Mirage Space.swift
[12/21] Compiling Mirage MLink.swift
[13/21] Compiling Mirage MLink.Examples.swift
[14/21] Compiling Mirage MHorizontalRule.swift
[15/21] Compiling Mirage MHorizontalRule.Examples.swift
[16/21] Compiling Mirage MButton.Examples.swift
[17/21] Compiling Mirage MButton.swift
[18/21] Compiling Mirage MActionButtons.Examples.swift
[19/21] Compiling Mirage MActionButtons.swift
[20/21] Emitting module Mirage
[21/21] Compiling Mirage ColorHelpers.swift
[22/22] Compiling Mirage ViewModifierHelpers.swift
Build complete! (16.01s)
Fetching https://github.com/mesqueeb/MapSugar
Fetching https://github.com/mesqueeb/JustSugar
[1/79] Fetching mapsugar
[62/269] Fetching mapsugar, justsugar
Fetched https://github.com/mesqueeb/JustSugar from cache (1.03s)
Fetched https://github.com/mesqueeb/MapSugar from cache (1.03s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (1.54s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.4 (0.48s)
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.