The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lunch, reference main (2ae6d4), with Swift 6.3 for Linux on 18 Apr 2026 04:17:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/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.3
Building package at path:  $PWD
https://github.com/fromkk/lunch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Emitting module Lunch
[5/12] Compiling Lunch Creatable.swift
[6/12] Compiling LunchTest ViewControllerTestable.swift
[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 Launcher.swift
[9/12] Compiling Lunch LaunchKeys.swift
[10/12] Compiling Lunch Makeable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/13] 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:23:36: error: cannot find 'XCUIApplication' in scope
21 |     public var userInfo: [AnyHashable: Any]?
22 |     public lazy var application: XCUIApplication = {
23 |         let app: XCUIApplication = XCUIApplication()
   |                                    `- error: cannot find 'XCUIApplication' in scope
24 |         app.launchEnvironment = env
25 |         app.launchArguments = arguments
/host/spi-builder-workspace/LunchTest/Launcher.swift:23:18: error: cannot find type 'XCUIApplication' in scope
21 |     public var userInfo: [AnyHashable: Any]?
22 |     public lazy var application: XCUIApplication = {
23 |         let app: XCUIApplication = XCUIApplication()
   |                  `- error: cannot find type 'XCUIApplication' in scope
24 |         app.launchEnvironment = env
25 |         app.launchArguments = arguments
/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 |
[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:23:36: error: cannot find 'XCUIApplication' in scope
21 |     public var userInfo: [AnyHashable: Any]?
22 |     public lazy var application: XCUIApplication = {
23 |         let app: XCUIApplication = XCUIApplication()
   |                                    `- error: cannot find 'XCUIApplication' in scope
24 |         app.launchEnvironment = env
25 |         app.launchArguments = arguments
/host/spi-builder-workspace/LunchTest/Launcher.swift:23:18: error: cannot find type 'XCUIApplication' in scope
21 |     public var userInfo: [AnyHashable: Any]?
22 |     public lazy var application: XCUIApplication = {
23 |         let app: XCUIApplication = XCUIApplication()
   |                  `- error: cannot find type 'XCUIApplication' in scope
24 |         app.launchEnvironment = env
25 |         app.launchArguments = arguments
/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.3 linux