Build Information
Failed to build AsyncMultiplexImage, reference 1.0.0-beta.6 (74e3e0
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 21:02:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/kean/Nuke.git
Fetching https://github.com/FluidGroup/swiftui-support.git
[1/26075] Fetching nuke
[20861/181939] Fetching nuke, swiftui-support
Fetched https://github.com/kean/Nuke.git from cache (7.05s)
Fetched https://github.com/FluidGroup/swiftui-support.git from cache (7.11s)
Computing version for https://github.com/FluidGroup/swiftui-support.git
Computed https://github.com/FluidGroup/swiftui-support.git at 0.13.0 (7.57s)
Computing version for https://github.com/kean/Nuke.git
Computed https://github.com/kean/Nuke.git at 12.8.0 (0.47s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/59] Emitting module Nuke
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[7/65] 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 |
[8/65] 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 |
[9/65] Compiling Nuke ImagePipeline.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[10/65] Compiling Nuke ImagePrefetcher.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[11/65] Compiling Nuke ImageDecompression.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[12/65] Compiling Nuke ImageProcessing.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[13/65] Compiling Nuke ImageProcessingOptions.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[14/65] Compiling Nuke ImageProcessors+Anonymous.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[15/65] Compiling Nuke ImageProcessors+Circle.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/65] 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 |
[17/65] 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 |
[18/65] Compiling Nuke ResumableData.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[19/65] Compiling Nuke DataLoader.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[20/65] Compiling Nuke DataLoading.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[21/65] Compiling Nuke ImagePipeline+Cache.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[22/65] Compiling Nuke ImagePipeline+Configuration.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[23/65] Compiling Nuke ImagePipeline+Delegate.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[24/65] Compiling Nuke ImagePipeline+Error.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[25/65] Compiling Nuke AsyncTask.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[26/65] Compiling Nuke TaskFetchOriginalData.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[27/65] Compiling Nuke TaskFetchOriginalImage.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[28/65] Compiling Nuke TaskFetchWithPublisher.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[29/65] Compiling Nuke TaskLoadData.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[30/65] Compiling Nuke TaskLoadImage.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[31/65] Compiling Nuke ImageProcessors+Composition.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[32/65] Compiling Nuke ImageProcessors+CoreImage.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[33/65] Compiling Nuke ImageProcessors+GaussianBlur.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[34/65] Compiling Nuke ImageProcessors+Resize.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[35/65] Compiling Nuke ImageProcessors+RoundedCorners.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[36/65] Compiling Nuke ImageProcessors.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[37/65] Compiling Nuke AsyncPipelineTask.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[38/65] Compiling Nuke ImageDecoders+Default.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[39/65] Compiling Nuke ImageDecoders+Empty.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[40/65] Compiling Nuke ImageDecoding.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[41/65] Compiling Nuke ImageEncoders+Default.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[42/65] Compiling Nuke ImageEncoders+ImageIO.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[43/65] Compiling Nuke ImageEncoders.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[44/65] Compiling Nuke ImageEncoding.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[45/65] Compiling Nuke ImageContainer.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[46/65] Compiling Nuke ImageRequest.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[47/65] Compiling Nuke ImageResponse.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[48/65] Compiling Nuke ImageTask.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[49/65] Compiling Nuke Atomic.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[50/65] Compiling Nuke DataPublisher.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
[51/65] Compiling Nuke Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Nuke/Sources/Nuke/Caching/Cache.swift:5:8: error: no such module 'Foundation'
3 | // Copyright (c) 2015-2024 Alexander Grebenyuk (github.com/kean).
4 |
5 | import Foundation
| `- error: no such module 'Foundation'
6 |
7 | #if os(iOS) || os(tvOS) || os(visionOS)
BUILD FAILURE 6.2 wasm