The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lunch, reference main (2ae6d4), with Swift 6.2 for Linux on 11 Jan 2026 19:05:48 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fromkk/lunch.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/fromkk/lunch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ae6d42 add MainActor
Cloned https://github.com/fromkk/lunch.git
Revision (git rev-parse @):
2ae6d42ab77bc45cdad0f6a72e679a8315af78ba
SUCCESS checkout https://github.com/fromkk/lunch.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fromkk/lunch.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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/12] Emitting module LunchTest
/host/spi-builder-workspace/LunchTest/Launcher.swift:22:34: error: cannot find type 'XCUIApplication' in scope
20 |     public var locale: String
21 |     public var userInfo: [AnyHashable: Any]?
22 |     public lazy var application: XCUIApplication = {
   |                                  `- error: cannot find type 'XCUIApplication' in scope
23 |         let app: XCUIApplication = XCUIApplication()
24 |         app.launchEnvironment = env
/host/spi-builder-workspace/LunchTest/Launcher.swift:80:58: error: cannot find type 'XCUIApplication' in scope
78 |
79 |     @discardableResult
80 |     public func launch(_ app: XCUIApplication? = nil) -> XCUIApplication {
   |                                                          `- error: cannot find type 'XCUIApplication' in scope
81 |         if let app = app {
82 |             app.launch()
/host/spi-builder-workspace/LunchTest/Launcher.swift:80:31: error: cannot find type 'XCUIApplication' in scope
78 |
79 |     @discardableResult
80 |     public func launch(_ app: XCUIApplication? = nil) -> XCUIApplication {
   |                               `- error: cannot find type 'XCUIApplication' in scope
81 |         if let app = app {
82 |             app.launch()
/host/spi-builder-workspace/LunchTest/PageObjectsRepresentable.swift:12:14: error: cannot find type 'XCUIApplication' in scope
10 |
11 | public protocol PageObjectsRepresentable {
12 |     var app: XCUIApplication { get set }
   |              `- error: cannot find type 'XCUIApplication' in scope
13 |     init(app: XCUIApplication)
14 | }
/host/spi-builder-workspace/LunchTest/PageObjectsRepresentable.swift:13:15: error: cannot find type 'XCUIApplication' in scope
11 | public protocol PageObjectsRepresentable {
12 |     var app: XCUIApplication { get set }
13 |     init(app: XCUIApplication)
   |               `- error: cannot find type 'XCUIApplication' in scope
14 | }
15 |
[5/12] Compiling LunchTest ViewControllerTestable.swift
[6/12] Emitting module Lunch
[7/12] Compiling LunchTest PageObjectsRepresentable.swift
/host/spi-builder-workspace/LunchTest/PageObjectsRepresentable.swift:12:14: error: cannot find type 'XCUIApplication' in scope
10 |
11 | public protocol PageObjectsRepresentable {
12 |     var app: XCUIApplication { get set }
   |              `- error: cannot find type 'XCUIApplication' in scope
13 |     init(app: XCUIApplication)
14 | }
/host/spi-builder-workspace/LunchTest/PageObjectsRepresentable.swift:13:15: error: cannot find type 'XCUIApplication' in scope
11 | public protocol PageObjectsRepresentable {
12 |     var app: XCUIApplication { get set }
13 |     init(app: XCUIApplication)
   |               `- error: cannot find type 'XCUIApplication' in scope
14 | }
15 |
[8/12] Compiling Lunch Makeable.swift
[9/12] Compiling Lunch Creatable.swift
[10/12] Compiling Lunch Launcher.swift
[11/12] Compiling Lunch LaunchKeys.swift
[12/13] Compiling LunchTest Launcher.swift
/host/spi-builder-workspace/LunchTest/Launcher.swift:22:34: error: cannot find type 'XCUIApplication' in scope
20 |     public var locale: String
21 |     public var userInfo: [AnyHashable: Any]?
22 |     public lazy var application: XCUIApplication = {
   |                                  `- error: cannot find type 'XCUIApplication' in scope
23 |         let app: XCUIApplication = XCUIApplication()
24 |         app.launchEnvironment = env
/host/spi-builder-workspace/LunchTest/Launcher.swift:80:58: error: cannot find type 'XCUIApplication' in scope
78 |
79 |     @discardableResult
80 |     public func launch(_ app: XCUIApplication? = nil) -> XCUIApplication {
   |                                                          `- error: cannot find type 'XCUIApplication' in scope
81 |         if let app = app {
82 |             app.launch()
/host/spi-builder-workspace/LunchTest/Launcher.swift:80:31: error: cannot find type 'XCUIApplication' in scope
78 |
79 |     @discardableResult
80 |     public func launch(_ app: XCUIApplication? = nil) -> XCUIApplication {
   |                               `- error: cannot find type 'XCUIApplication' in scope
81 |         if let app = app {
82 |             app.launch()
BUILD FAILURE 6.2 linux