Build Information
Failed to build Lunch, reference main (2ae6d4), with Swift 6.2 for Wasm on 11 Jan 2026 19:05:48 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/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1Build 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: wasm
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-1":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e45aebddbd3fb4404abe9276e0d450e6fc2ef4836b534e79623bcca11b80d266
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling LunchTest ViewControllerTestable.swift
[5/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 |
[6/12] Compiling Lunch LaunchKeys.swift
[7/12] Compiling Lunch Launcher.swift
[8/12] Compiling Lunch Creatable.swift
[9/12] Compiling Lunch Makeable.swift
[10/12] Emitting module Lunch
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: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: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 wasm