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

Failed to build DebugMenu, reference main (65188f), with Swift 5.10 for Linux on 9 Jan 2025 20:56:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppefoxwolf/DebugMenu.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/noppefoxwolf/DebugMenu
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65188f3 Update README.md
Cloned https://github.com/noppefoxwolf/DebugMenu.git
Revision (git rev-parse @):
65188f390f93364e6e7fc9fbe029af733215d054
SUCCESS checkout https://github.com/noppefoxwolf/DebugMenu.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/noppefoxwolf/DebugMenu.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/5] Copying Localizable.strings
[0/5] Copying Info.plist
[0/5] Copying Localizable.strings
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/55] Emitting module DebugMenu
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/62] Compiling DebugMenu DebugMenu.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/62] Compiling DebugMenu AnyDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/62] Compiling DebugMenu Application.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/62] Compiling DebugMenu DashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/62] Compiling DebugMenu DebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/62] Compiling DebugMenu Device.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/62] Compiling DebugMenu CPU.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/62] Compiling DebugMenu DebugMenuResult.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[15/62] Compiling DebugMenu DeviceInfoDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[16/62] Compiling DebugMenu ExitDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[17/62] Compiling DebugMenu GroupDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[18/62] Compiling DebugMenu KeyValueDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[19/62] Compiling DebugMenu SliderDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[20/62] Compiling DebugMenu ToggleDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[21/62] Compiling DebugMenu DebugMenuModifier.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[22/62] Compiling DebugMenu FloatingViewController.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[23/62] Compiling DebugMenu InAppDebuggerViewController.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[24/62] Compiling DebugMenu InAppDebuggerWindow.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[25/62] Compiling DebugMenu LaunchView.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[26/62] Compiling DebugMenu WidgetView.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[27/62] Compiling DebugMenu resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[28/62] Compiling DebugMenu CaseSelectableTableController.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[29/62] Compiling DebugMenu EnvelopePreviewTableViewController.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[30/62] Compiling DebugMenu SliderCell.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[31/62] Compiling DebugMenu ToogleCell.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[32/62] Compiling DebugMenu Value1TableViewCell.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[33/62] Compiling DebugMenu UserDefaultsResetDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[34/62] Compiling DebugMenu ViewControllerDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[35/62] Compiling DebugMenu GraphTableViewCell.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[36/62] Compiling DebugMenu GraphView.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[37/62] Compiling DebugMenu IntervalTableViewCell.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[38/62] Compiling DebugMenu IntervalView.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[39/62] Compiling DebugMenu AppInfoDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[40/62] Compiling DebugMenu CaseSelectableDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[41/62] Compiling DebugMenu ClearCacheDebugItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[42/62] Compiling DebugMenu CPUUsageDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[43/62] Compiling DebugMenu FPSDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[44/62] Compiling DebugMenu GPUMemoryUsageDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[45/62] Compiling DebugMenu IntervalDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[46/62] Compiling DebugMenu MemoryUsageDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[47/62] Compiling DebugMenu NetworkUsageDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[48/62] Compiling DebugMenu ThermalStateDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[49/62] Compiling DebugMenu GPU.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[50/62] Compiling DebugMenu Memory.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[51/62] Compiling DebugMenu Network.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[52/62] Compiling DebugMenu NetworkUsage.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[53/62] Compiling DebugMenu System.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[54/62] Compiling DebugMenu Envelope.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[55/62] Compiling DebugMenu MetricsFetcher.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[56/62] Compiling DebugMenu Options.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[57/62] Compiling DebugMenu RecentItemStore.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[58/62] Compiling DebugMenu Cell+.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[59/62] Compiling DebugMenu CustomActivityController.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[60/62] Compiling DebugMenu FloatingItemGestureRecognizer.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[61/62] Compiling DebugMenu L10n.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[62/62] Compiling DebugMenu CPUGraphDashboardItem.swift
/host/spi-builder-workspace/Sources/DebugMenu/DebugMenu.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux