The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DebugMenu with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

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

Build Machine: Linux 2