Build Information
Failed to build Presentr, reference master (a41db8), with Swift 6.1 for Wasm on 30 May 2025 12:46:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/monzo/Presentr.git
Reference: master
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/monzo/Presentr
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a41db86 📦 Add SPM support (#1)
Cloned https://github.com/monzo/Presentr.git
Revision (git rev-parse @):
a41db86d2e06d66ad3b042a8dbabb79e74b25ea6
SUCCESS checkout https://github.com/monzo/Presentr.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/monzo/Presentr.git
https://github.com/monzo/Presentr.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "Presentr",
"name" : "Presentr",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Presentr",
"targets" : [
"Presentr"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Presentr",
"module_type" : "SwiftTarget",
"name" : "Presentr",
"path" : "Sources/Presentr",
"product_memberships" : [
"Presentr"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Presentr/Fonts/Montserrat-Regular.ttf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Presentr/Fonts/SourceSansPro-Regular.ttf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Presentr/Resources/AlertViewController.xib",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AlertViewController.swift",
"BackgroundView.swift",
"CoverFromCornerAnimation.swift",
"CoverHorizontalAnimation.swift",
"CoverVerticalAnimation.swift",
"CoverVerticalFromTopAnimation.swift",
"CrossDissolveAnimation.swift",
"FlipHorizontalAnimation.swift",
"KeyboardTranslation.swift",
"ModalCenterPosition.swift",
"ModalSize.swift",
"PresentationType.swift",
"Presentr+Equatable.swift",
"Presentr.swift",
"PresentrAnimation.swift",
"PresentrController.swift",
"PresentrShadow.swift",
"TransitionType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/6] Write sources
[1/6] Copying AlertViewController.xib
[1/6] Copying Info.plist
[1/6] Copying Montserrat-Regular.ttf
[2/6] Copying SourceSansPro-Regular.ttf
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/24] Emitting module Presentr
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[8/26] Compiling Presentr TransitionType.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[9/26] Compiling Presentr resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[10/26] Compiling Presentr ModalCenterPosition.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[11/26] Compiling Presentr ModalSize.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[12/26] Compiling Presentr PresentrController.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[13/26] Compiling Presentr PresentrShadow.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[14/26] Compiling Presentr AlertViewController.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[15/26] Compiling Presentr BackgroundView.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[16/26] Compiling Presentr CoverFromCornerAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[17/26] Compiling Presentr CrossDissolveAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[18/26] Compiling Presentr FlipHorizontalAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[19/26] Compiling Presentr KeyboardTranslation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[20/26] Compiling Presentr PresentationType.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[21/26] Compiling Presentr Presentr+Equatable.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[22/26] Compiling Presentr Presentr.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[23/26] Compiling Presentr PresentrAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[24/26] Compiling Presentr CoverHorizontalAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[25/26] Compiling Presentr CoverVerticalAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[26/26] Compiling Presentr CoverVerticalFromTopAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling Presentr ModalCenterPosition.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[3/19] Compiling Presentr ModalSize.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[4/21] Compiling Presentr Presentr.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[5/21] Compiling Presentr PresentrAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[6/21] Compiling Presentr CrossDissolveAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[7/21] Compiling Presentr FlipHorizontalAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[8/21] Compiling Presentr KeyboardTranslation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[9/21] Compiling Presentr PresentrController.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[10/21] Compiling Presentr PresentrShadow.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[11/21] Compiling Presentr CoverHorizontalAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[12/21] Compiling Presentr CoverVerticalAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[13/21] Compiling Presentr CoverVerticalFromTopAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[14/21] Compiling Presentr PresentationType.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[15/21] Compiling Presentr Presentr+Equatable.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[16/21] Compiling Presentr TransitionType.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[17/21] Compiling Presentr resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/21] Emitting module Presentr
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[19/21] Compiling Presentr AlertViewController.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[20/21] Compiling Presentr BackgroundView.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
[21/21] Compiling Presentr CoverFromCornerAnimation.swift
/host/spi-builder-workspace/Sources/Presentr/AlertViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias AlertActionHandler = (() -> Void)
BUILD FAILURE 6.1 wasm