The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IMGLYUI, reference 1.73.1 (df31f6), with Swift 6.3 for Wasm on 23 Apr 2026 14:42:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/imgly/IMGLYUI-swift.git
Reference: 1.73.1
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/imgly/IMGLYUI-swift
 * tag               1.73.1     -> FETCH_HEAD
HEAD is now at df31f64 IMGLYUI version 1.73.1
Cloned https://github.com/imgly/IMGLYUI-swift.git
Revision (git rev-parse @):
df31f64c25c5e0cff29f7a493956152a29061e6b
SUCCESS checkout https://github.com/imgly/IMGLYUI-swift.git at 1.73.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/imgly/IMGLYUI-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/imgly/IMGLYEngine-swift.git
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/siteline/SwiftUI-Introspect.git
[1/1216] Fetching imglyengine-swift
[512/13320] Fetching imglyengine-swift, swiftui-introspect
[2670/45994] Fetching imglyengine-swift, swiftui-introspect, kingfisher
Fetched https://github.com/siteline/SwiftUI-Introspect.git from cache (1.20s)
[27356/33890] Fetching imglyengine-swift, kingfisher
Fetched https://github.com/imgly/IMGLYEngine-swift.git from cache (4.66s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (4.78s)
Computing version for https://github.com/imgly/IMGLYEngine-swift.git
Computed https://github.com/imgly/IMGLYEngine-swift.git at 1.73.1 (9.23s)
Computing version for https://github.com/siteline/SwiftUI-Introspect.git
Computed https://github.com/siteline/SwiftUI-Introspect.git at 26.0.1 (4.15s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.8.1 (1.25s)
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.8.1
Creating working copy for https://github.com/siteline/SwiftUI-Introspect.git
Working copy of https://github.com/siteline/SwiftUI-Introspect.git resolved at 26.0.1
Creating working copy for https://github.com/imgly/IMGLYEngine-swift.git
Working copy of https://github.com/imgly/IMGLYEngine-swift.git resolved at 1.73.1
Downloading binary artifact https://cdn.img.ly/packages/imgly/cesdk-swift/1.73.1/IMGLYEngine-v1.73.1.xcframework.zip
[1360/370739126] Downloading https://cdn.img.ly/packages/imgly/cesdk-swift/1.73.1/IMGLYEngine-v1.73.1.xcframework.zip
Downloaded https://cdn.img.ly/packages/imgly/cesdk-swift/1.73.1/IMGLYEngine-v1.73.1.xcframework.zip (44.34s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/IMGLYCamera/IMGLYCamera.xcstrings
    /host/spi-builder-workspace/Sources/IMGLYCamera/Assets.xcassets
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/IMGLYCoreUI/IMGLYEditor.xcstrings
    /host/spi-builder-workspace/Sources/IMGLYCoreUI/Assets.xcassets
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/IMGLYEditor/Assets.xcassets
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
Building for debugging...
[0/13] Copying PrivacyInfo.xcprivacy
[1/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/168] Emitting module SwiftUIIntrospect
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/168] Emitting module IMGLYCore
/host/spi-builder-workspace/Sources/IMGLYCore/Debouncer.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/168] Emitting module Kingfisher
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
 26 |
 27 | import Foundation
 28 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 29 | #if os(macOS)
 30 | import AppKit
[17/187] Compiling SwiftUIIntrospect ToggleWithSwitchStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[18/187] Compiling SwiftUIIntrospect VideoPlayer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[19/187] Compiling SwiftUIIntrospect View.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[20/187] Compiling SwiftUIIntrospect ViewController.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[21/187] Compiling SwiftUIIntrospect WebView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[22/187] Compiling SwiftUIIntrospect Window.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[23/187] Compiling SwiftUIIntrospect Weak.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[24/187] Compiling Kingfisher KingfisherManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[25/187] Compiling Kingfisher KingfisherOptionsInfo.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[26/187] Compiling Kingfisher KFImage.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[27/187] Compiling Kingfisher KFImageOptions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[28/187] Compiling Kingfisher KFImageProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[29/187] Compiling Kingfisher KFImageRenderer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[30/187] Compiling Kingfisher Box.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[31/187] Compiling Kingfisher CallbackQueue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[32/187] Compiling Kingfisher NetworkMetrics.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[33/187] Compiling Kingfisher Resource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[34/187] Compiling Kingfisher Source.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[35/187] Compiling Kingfisher KF.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[36/187] Compiling Kingfisher KFOptionsSetter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[37/187] Compiling Kingfisher Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[38/187] Compiling Kingfisher KingfisherError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[39/187] Compiling Kingfisher KingfisherManager+LivePhoto.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[40/187] Compiling IMGLYCore MediaTranscoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[41/187] Compiling Kingfisher ImageCache.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[42/187] Compiling Kingfisher MemoryStorage.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[43/187] Compiling Kingfisher Storage.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[44/187] Compiling Kingfisher CPListItem+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[45/187] Compiling Kingfisher HasImageComponent+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[46/187] Compiling Kingfisher ImageView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[47/187] Compiling Kingfisher NetworkMonitor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[48/187] Compiling Kingfisher RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[49/187] Compiling Kingfisher RequestModifier.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[50/187] Compiling Kingfisher RetryStrategy.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[51/187] Compiling Kingfisher SessionDataTask.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[52/187] Compiling Kingfisher SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[53/187] Compiling Kingfisher ImageBinder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[54/187] Compiling Kingfisher ImageContext.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[55/187] Compiling Kingfisher KFAnimatedImage.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[56/187] Compiling Kingfisher AVAssetImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[57/187] Compiling Kingfisher ImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[58/187] Compiling Kingfisher LivePhotoSource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[59/187] Compiling Kingfisher PHPickerResultImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[60/187] Compiling IMGLYCore IMGLY.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[61/187] Compiling IMGLYCore PreviewServerRequest.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[62/187] Compiling IMGLYCore Secrets.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[63/187] Compiling Kingfisher CancellationToken.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[64/187] Compiling Kingfisher Delegate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[65/187] Compiling Kingfisher DisplayLink.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[66/187] Compiling Kingfisher NSButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[67/187] Compiling Kingfisher NSTextAttachment+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[68/187] Compiling Kingfisher PHLivePhotoView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[69/187] Compiling Kingfisher UIButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
/host/spi-builder-workspace/Sources/IMGLYCore/Debouncer.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
/host/spi-builder-workspace/Sources/IMGLYCore/Debouncer.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
/host/spi-builder-workspace/Sources/IMGLYCore/Debouncer.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
/host/spi-builder-workspace/Sources/IMGLYCore/Debouncer.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[74/187] Compiling Kingfisher Placeholder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[75/187] Compiling Kingfisher AuthenticationChallengeResponsable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[76/187] Compiling Kingfisher ImageDataProcessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[77/187] Compiling Kingfisher ImageDownloader+LivePhoto.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[78/187] Compiling Kingfisher ImageDownloader.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[79/187] Compiling Kingfisher ImageDownloaderDelegate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[80/187] Compiling Kingfisher ImageModifier.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[81/187] Compiling Kingfisher ImagePrefetcher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
BUILD FAILURE 6.3 wasm