The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DebugMenu with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

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

Build Machine: Linux 2