Build Information
Successful build of Mirage, reference v0.5.0 (5ed9b7
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 09:48:41 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: 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.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 MLink.Examples.swift
[11/21] Compiling Mirage MLink.swift
[12/21] Compiling Mirage Typography.swift
[13/21] Compiling Mirage MHorizontalRule.Examples.swift
[14/21] Compiling Mirage MButton.Examples.swift
[15/21] Compiling Mirage MButton.swift
[16/21] Compiling Mirage ColorHelpers.swift
[17/21] Compiling Mirage MActionButtons.Examples.swift
[18/21] Compiling Mirage MActionButtons.swift
[19/21] Emitting module Mirage
[20/21] Compiling Mirage Space.swift
[21/21] Compiling Mirage MHorizontalRule.swift
[22/22] Compiling Mirage ViewModifierHelpers.swift
Build complete! (15.68s)
Fetching https://github.com/mesqueeb/JustSugar
Fetching https://github.com/mesqueeb/MapSugar
[1/190] Fetching justsugar
[161/269] Fetching justsugar, mapsugar
Fetched https://github.com/mesqueeb/MapSugar from cache (1.00s)
Fetched https://github.com/mesqueeb/JustSugar from cache (1.00s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.3 (1.49s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.4 (0.44s)
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.