Build Information
Failed to build AsyncMultiplexImage, reference 1.0.0-beta.6 (74e3e0
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 20:55:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Reference: 1.0.0-beta.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/FluidGroup/swiftui-async-multiplex-image
* tag 1.0.0-beta.6 -> FETCH_HEAD
HEAD is now at 74e3e09 Add Metrics (#29)
Cloned https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Revision (git rev-parse @):
74e3e09468a3e44906d8909f0c955adc63d57d5b
SUCCESS checkout https://github.com/FluidGroup/swiftui-async-multiplex-image.git at 1.0.0-beta.6
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/FluidGroup/swiftui-async-multiplex-image.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/FluidGroup/swiftui-support.git
Fetching https://github.com/kean/Nuke.git
[1/26075] Fetching nuke
[18254/181939] Fetching nuke, swiftui-support
Fetched https://github.com/kean/Nuke.git from cache (1.96s)
[40525/155864] Fetching swiftui-support
Fetched https://github.com/FluidGroup/swiftui-support.git from cache (10.86s)
Computing version for https://github.com/FluidGroup/swiftui-support.git
Computed https://github.com/FluidGroup/swiftui-support.git at 0.13.0 (11.38s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.8.0 (0.52s)
Creating working copy for https://github.com/kean/Nuke.git
Working copy of https://github.com/kean/Nuke.git resolved at 12.8.0
Creating working copy for https://github.com/FluidGroup/swiftui-support.git
Working copy of https://github.com/FluidGroup/swiftui-support.git resolved at 0.13.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/59] Compiling SwiftUISupportBackport VisualEffect.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
1 |
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 | import Combine
4 |
[7/59] Compiling SwiftUISupportBackport OnChangeWithPrevious.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
1 |
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 | import Combine
4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/59] Emitting module SwiftUISupportBackport
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
1 |
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 | import Combine
4 |
[9/59] Compiling SwiftUISupportBackport ImageView.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportBackport/OnChangeWithPrevious.swift:2:8: error: no such module 'SwiftUI'
1 |
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 | import Combine
4 |
BUILD FAILURE 6.2 linux