Build Information
Failed to build Exhibition, reference main (82035f), with Swift 6.1 for Android on 28 May 2025 16:37:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/mjarvis/Exhibition.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/mjarvis/Exhibition
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 82035f9 Fix bug where changes are published during SwiftUI view init (#74)
Cloned https://github.com/mjarvis/Exhibition.git
Revision (git rev-parse @):
82035f9218442b5f7194e92508f12df2286e7de4
SUCCESS checkout https://github.com/mjarvis/Exhibition.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mjarvis/Exhibition.git
https://github.com/mjarvis/Exhibition.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Exhibition",
"name" : "Exhibition",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Exhibition",
"targets" : [
"Exhibition"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ExhibitionTests",
"module_type" : "SwiftTarget",
"name" : "ExhibitionTests",
"path" : "Tests/ExhibitionTests",
"sources" : [
"ExhibitionTests.swift"
],
"target_dependencies" : [
"Exhibition"
],
"type" : "test"
},
{
"c99name" : "Exhibition",
"module_type" : "SwiftTarget",
"name" : "Exhibition",
"path" : "Sources/Exhibition",
"product_memberships" : [
"Exhibition"
],
"sources" : [
"AnyExhibit.swift",
"Context.swift",
"DebugView.swift",
"Defaultable.swift",
"ExhibitListView.swift",
"ExhibitProvider.swift",
"ParameterView.swift",
"ParameterViews/BoolParameterView.swift",
"ParameterViews/ClosureParameterView.swift",
"ParameterViews/DateParameterView.swift",
"ParameterViews/DecimalFormattedParameterView.swift",
"ParameterViews/EnumParameterView.swift",
"ParameterViews/IntParameterView.swift",
"ParameterViews/StringParameterView.swift",
"ParameterViews/UnknownParameterView.swift",
"Utilities/DictionaryKeySort.swift",
"Utilities/View+Modify.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Compiling Exhibition StringParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[4/18] Compiling Exhibition UnknownParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[5/18] Compiling Exhibition EnumParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[6/18] Compiling Exhibition IntParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[7/20] Compiling Exhibition DateParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[8/20] Compiling Exhibition DecimalFormattedParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[9/20] Compiling Exhibition ExhibitProvider.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[10/20] Compiling Exhibition ParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[11/20] Compiling Exhibition BoolParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[12/20] Compiling Exhibition ClosureParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/20] Emitting module Exhibition
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[14/20] Compiling Exhibition AnyExhibit.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[15/20] Compiling Exhibition Context.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[16/20] Compiling Exhibition DebugView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[17/20] Compiling Exhibition Defaultable.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[18/20] Compiling Exhibition ExhibitListView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[19/20] Compiling Exhibition DictionaryKeySort.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[20/20] Compiling Exhibition View+Modify.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/17] Compiling Exhibition DateParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[3/17] Compiling Exhibition DecimalFormattedParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[4/19] Compiling Exhibition ExhibitProvider.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[5/19] Compiling Exhibition ParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[6/19] Compiling Exhibition StringParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[7/19] Compiling Exhibition UnknownParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[8/19] Compiling Exhibition EnumParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[9/19] Compiling Exhibition IntParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[10/19] Compiling Exhibition Defaultable.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[11/19] Compiling Exhibition ExhibitListView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[12/19] Compiling Exhibition BoolParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[13/19] Compiling Exhibition ClosureParameterView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/19] Emitting module Exhibition
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[15/19] Compiling Exhibition AnyExhibit.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[16/19] Compiling Exhibition Context.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[17/19] Compiling Exhibition DebugView.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[18/19] Compiling Exhibition DictionaryKeySort.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
[19/19] Compiling Exhibition View+Modify.swift
/host/spi-builder-workspace/Sources/Exhibition/AnyExhibit.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Wrapper for an `ExhibitProvider` erasing the Content and Layout types.
BUILD FAILURE 6.1 android