Build Information
Failed to build MultiPicker, reference v2.0.6 (546bdb), with Swift 5.10 for Linux on 20 Oct 2025 02:31:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toastersocks/MultiPicker.git
Reference: v2.0.6
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/toastersocks/MultiPicker
* tag v2.0.6 -> FETCH_HEAD
HEAD is now at 546bdb3 Update workflow to test with Swift 6.1 & 6.2
Cloned https://github.com/toastersocks/MultiPicker.git
Revision (git rev-parse @):
546bdb3c6534c78dac3d2bb55995f613e054741e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/toastersocks/MultiPicker.git at v2.0.6
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/toastersocks/MultiPicker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/toastersocks/Flow.git
Fetching https://github.com/toastersocks/Helpers.git
[1/414] Fetching flow
[233/567] Fetching flow, helpers
Fetched https://github.com/toastersocks/Helpers.git from cache (0.45s)
Fetched https://github.com/toastersocks/Flow.git from cache (0.45s)
Computing version for https://github.com/toastersocks/Helpers.git
Computed https://github.com/toastersocks/Helpers.git at 1.0.1 (0.72s)
Computing version for https://github.com/toastersocks/Flow.git
Computed https://github.com/toastersocks/Flow.git at 1.3.1 (0.78s)
Creating working copy for https://github.com/toastersocks/Helpers.git
Working copy of https://github.com/toastersocks/Helpers.git resolved at 1.0.1
Creating working copy for https://github.com/toastersocks/Flow.git
Working copy of https://github.com/toastersocks/Flow.git resolved at 1.3.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/15] Emitting module Helpers
/host/spi-builder-workspace/.build/checkouts/Helpers/Sources/Helpers/Backport.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
^
[6/15] Compiling Helpers Backport.swift
/host/spi-builder-workspace/.build/checkouts/Helpers/Sources/Helpers/Backport.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
^
[7/15] Compiling Helpers Combine+.swift
/host/spi-builder-workspace/.build/checkouts/Helpers/Sources/Helpers/Backport.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
^
[8/15] Compiling Flow SupportingTypes.swift
/host/spi-builder-workspace/.build/checkouts/Flow/Sources/Flow/Flow.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
[9/15] Compiling Flow PreviewCode.swift
/host/spi-builder-workspace/.build/checkouts/Flow/Sources/Flow/Flow.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
[10/15] Compiling Helpers Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Helpers/Sources/Helpers/Backport.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
^
[11/15] Compiling Helpers PreviewHelpers.swift
/host/spi-builder-workspace/.build/checkouts/Helpers/Sources/Helpers/Backport.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
^
[12/15] Compiling Helpers Backports.swift
/host/spi-builder-workspace/.build/checkouts/Helpers/Sources/Helpers/Backport.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
^
[13/15] Compiling Helpers Variadic.swift
/host/spi-builder-workspace/.build/checkouts/Helpers/Sources/Helpers/Backport.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
^
error: fatalError
/host/spi-builder-workspace/.build/checkouts/Flow/Sources/Flow/Flow.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
BUILD FAILURE 5.10 linux