The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Mirage, reference main (2dee8a), with Swift 6.3 for Linux on 15 Apr 2026 16:11:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/Mirage.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mesqueeb/Mirage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/mesqueeb/MapSugar
Fetching https://github.com/mesqueeb/JustSugar
[1/95] Fetching mapsugar
[96/322] Fetching mapsugar, justsugar
Fetched https://github.com/mesqueeb/MapSugar from cache (1.26s)
Fetched https://github.com/mesqueeb/JustSugar from cache (1.26s)
Computing version for https://github.com/mesqueeb/JustSugar
Computed https://github.com/mesqueeb/JustSugar at 0.2.6 (1.81s)
Computing version for https://github.com/mesqueeb/MapSugar
Computed https://github.com/mesqueeb/MapSugar at 0.1.5 (0.43s)
Creating working copy for https://github.com/mesqueeb/JustSugar
Working copy of https://github.com/mesqueeb/JustSugar resolved at 0.2.6
Creating working copy for https://github.com/mesqueeb/MapSugar
Working copy of https://github.com/mesqueeb/MapSugar resolved at 0.1.5
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Emitting module JustSugar
[6/9] Compiling JustSugar Strings.swift
[7/9] Compiling JustSugar Arrays.swift
[9/10] Emitting module MapSugar
[10/10] Compiling MapSugar MapSugar.swift
[12/23] Compiling Mirage ColorHelpers.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[13/23] Compiling Mirage Space.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[14/24] Compiling Mirage ViewModifierHelpers.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[15/24] Compiling Mirage MLink.Examples.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[16/24] Compiling Mirage MLink.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[17/24] Compiling Mirage MHorizontalRule.Examples.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[18/24] Compiling Mirage MHorizontalRule.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[19/24] Compiling Mirage Typography.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/24] Emitting module Mirage
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[21/24] Compiling Mirage MActionButtons.Examples.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[22/24] Compiling Mirage MActionButtons.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[23/24] Compiling Mirage MButton.Examples.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
[24/24] Compiling Mirage MButton.swift
/host/spi-builder-workspace/Mirage/Sources/Components/MActionButtons.Examples.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | public struct MActionButtons_Examples: View {
BUILD FAILURE 6.3 linux