Build Information
Failed to build UIBuilder, reference main (c8d511), with Swift 6.1 for Android on 29 May 2025 00:11:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MightyCombine/UIBuilder.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/MightyCombine/UIBuilder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c8d511b Update README.md
Cloned https://github.com/MightyCombine/UIBuilder.git
Revision (git rev-parse @):
c8d511bca7b7ef5e7b56f99bd8d1a705aa0774f7
SUCCESS checkout https://github.com/MightyCombine/UIBuilder.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/MightyCombine/UIBuilder.git
https://github.com/MightyCombine/UIBuilder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "mightycombine",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MightyCombine/MightyCombine.git"
}
],
"manifest_display_name" : "UIBuilder",
"name" : "UIBuilder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UIBuilder",
"targets" : [
"UIBuilder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UIBuilderTests",
"module_type" : "SwiftTarget",
"name" : "UIBuilderTests",
"path" : "Tests/UIBuilderTests",
"sources" : [
"UIBuilderTests.swift"
],
"target_dependencies" : [
"UIBuilder"
],
"type" : "test"
},
{
"c99name" : "UIBuilder",
"module_type" : "SwiftTarget",
"name" : "UIBuilder",
"path" : "Sources/UIBuilder",
"product_dependencies" : [
"MightyCombine"
],
"product_memberships" : [
"UIBuilder"
],
"sources" : [
"Control/ButtonBuilder.swift",
"Control/ButtonConfigurationBuilder.swift",
"Control/RefreshControlBuilder.swift",
"Control/SwitchBuilder.swift",
"InitBuilder.swift",
"Scroll/CollectionViewBuilder.swift",
"Scroll/CollectionViewFlowLayoutBuilder.swift",
"Scroll/ScrollViewBuilder.swift",
"Scroll/TableViewBuilder.swift",
"Text/TextFieldBuilder.swift",
"Text/TextViewBuilder.swift",
"UIBuilder.swift",
"View/ImageViewBuilder.swift",
"View/LabelBuilder.swift",
"View/StackViewBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/MightyCombine/MightyCombine.git
[1/1840] Fetching mightycombine
Fetched https://github.com/MightyCombine/MightyCombine.git from cache (0.48s)
Computing version for https://github.com/MightyCombine/MightyCombine.git
Computed https://github.com/MightyCombine/MightyCombine.git at 1.1.9 (1.30s)
Creating working copy for https://github.com/MightyCombine/MightyCombine.git
Working copy of https://github.com/MightyCombine/MightyCombine.git resolved at 1.1.9
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Compiling MightySwift Optional+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Compiling MightySwift HttpMethods.swift
[7/10] Compiling MightySwift Array+.swift
[8/10] Emitting module MightySwift
/host/spi-builder-workspace/.build/checkouts/MightyCombine/Sources/MightySwift/Extensions/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
8 | import Foundation
9 |
10 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
11 |
12 | init(_ baseURL: String) {
[9/10] Compiling MightySwift SelfReturnable.swift
[10/10] Compiling MightySwift URLRequest+.swift
/host/spi-builder-workspace/.build/checkouts/MightyCombine/Sources/MightySwift/Extensions/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
8 | import Foundation
9 |
10 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
11 |
12 | init(_ baseURL: String) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling MightySwift URLRequest+.swift
/host/spi-builder-workspace/.build/checkouts/MightyCombine/Sources/MightySwift/Extensions/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
8 | import Foundation
9 |
10 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
11 |
12 | init(_ baseURL: String) {
[3/7] Compiling MightySwift SelfReturnable.swift
[4/7] Compiling MightySwift Optional+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Compiling MightySwift HttpMethods.swift
[6/7] Compiling MightySwift Array+.swift
[7/7] Emitting module MightySwift
/host/spi-builder-workspace/.build/checkouts/MightyCombine/Sources/MightySwift/Extensions/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
8 | import Foundation
9 |
10 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
11 |
12 | init(_ baseURL: String) {
BUILD FAILURE 6.1 android