Build Information
Failed to build LoadableImage, reference 1.0.0 (1d0fd4), with Swift 6.1 for Wasm on 27 May 2025 16:53:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/achirkof/LoadableImage.git
Reference: 1.0.0
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/achirkof/LoadableImage
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 1d0fd43 Update README.md
Cloned https://github.com/achirkof/LoadableImage.git
Revision (git rev-parse @):
1d0fd433ace7eb286990fce12a3d468e979747e0
SUCCESS checkout https://github.com/achirkof/LoadableImage.git at 1.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/achirkof/LoadableImage.git
https://github.com/achirkof/LoadableImage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "LoadableImage",
"name" : "LoadableImage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LoadableImage",
"targets" : [
"LoadableImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "LoadableImageTests",
"module_type" : "SwiftTarget",
"name" : "LoadableImageTests",
"path" : "Tests/LoadableImageTests",
"sources" : [
"Helpers/Image+Ext.swift",
"Helpers/Mock.swift",
"Helpers/Stub.swift",
"ImageManagerTests.swift",
"UIImageLoadableTests.swift",
"URLLoadableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LoadableImage"
],
"type" : "test"
},
{
"c99name" : "LoadableImage",
"module_type" : "SwiftTarget",
"name" : "LoadableImage",
"path" : "Sources/LoadableImage",
"product_memberships" : [
"LoadableImage"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/LoadableImage/Media.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Components/ImagePlaceholder.swift",
"Components/ProgressIndicator.swift",
"Helpers/Error+Helpers.swift",
"Helpers/Image+Helpers.swift",
"ImageManager/ImageLoadError.swift",
"ImageManager/ImageLoadState.swift",
"ImageManager/ImageManager.swift",
"Loadable/ImageLoadable.swift",
"Loadable/Providers/AssetsProvider.swift",
"Loadable/Providers/NetworkProvider.swift",
"Loadable/Providers/PublisherProvider.swift",
"Loadable/UIImageLoadable.swift",
"Loadable/URLLoadable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Dangerfile.swift': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/codecov.yml': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/codecov.yml': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Dangerfile.swift': File not found.
Building for debugging...
[0/3] Write sources
[1/3] Copying Media.xcassets
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling LoadableImage URLLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[5/17] Compiling LoadableImage PublisherProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[6/17] Compiling LoadableImage UIImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[7/18] Compiling LoadableImage AssetsProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[8/18] Compiling LoadableImage NetworkProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[9/18] Compiling LoadableImage ImageManager.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[10/18] Compiling LoadableImage ImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[11/18] Compiling LoadableImage resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[12/18] Compiling LoadableImage ImageLoadError.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[13/18] Compiling LoadableImage ImageLoadState.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module LoadableImage
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[15/18] Compiling LoadableImage ImagePlaceholder.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[16/18] Compiling LoadableImage ProgressIndicator.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[17/18] Compiling LoadableImage Error+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[18/18] Compiling LoadableImage Image+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/codecov.yml': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/LoadableImage/Dangerfile.swift': File not found.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling LoadableImage ImageManager.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[3/15] Compiling LoadableImage ImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[4/16] Compiling LoadableImage URLLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[5/16] Compiling LoadableImage PublisherProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[6/16] Compiling LoadableImage UIImageLoadable.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[7/16] Compiling LoadableImage AssetsProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[8/16] Compiling LoadableImage NetworkProvider.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/16] Emitting module LoadableImage
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[10/16] Compiling LoadableImage ImageLoadError.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[11/16] Compiling LoadableImage ImageLoadState.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[12/16] Compiling LoadableImage Error+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[13/16] Compiling LoadableImage Image+Helpers.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[14/16] Compiling LoadableImage ImagePlaceholder.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[15/16] Compiling LoadableImage ProgressIndicator.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
[16/16] Compiling LoadableImage resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/LoadableImage/Components/ImagePlaceholder.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | @available(iOS 13.0.0, macOS 10.15, *)
BUILD FAILURE 6.1 wasm