The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IMGLYUI, reference 1.73.1 (df31f6), with Swift 6.2 for Linux on 23 Apr 2026 14:40:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/imgly/IMGLYUI-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/siteline/SwiftUI-Introspect.git
Fetching https://github.com/imgly/IMGLYEngine-swift.git
[1/1216] Fetching imglyengine-swift
[1217/13320] Fetching imglyengine-swift, swiftui-introspect
[3154/45994] Fetching imglyengine-swift, swiftui-introspect, kingfisher
Fetched https://github.com/imgly/IMGLYEngine-swift.git from cache (0.36s)
[4407/44778] Fetching swiftui-introspect, kingfisher
Fetched https://github.com/siteline/SwiftUI-Introspect.git from cache (0.92s)
[25159/32674] Fetching kingfisher
Fetched https://github.com/onevcat/Kingfisher.git from cache (4.07s)
Computing version for https://github.com/imgly/IMGLYEngine-swift.git
Computed https://github.com/imgly/IMGLYEngine-swift.git at 1.73.1 (4.47s)
Computing version for https://github.com/siteline/SwiftUI-Introspect.git
Computed https://github.com/siteline/SwiftUI-Introspect.git at 26.0.1 (0.58s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.8.1 (8.18s)
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
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/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.8.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 (41.83s)
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/Assets.xcassets
    /host/spi-builder-workspace/Sources/IMGLYCamera/IMGLYCamera.xcstrings
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/Assets.xcassets
    /host/spi-builder-workspace/Sources/IMGLYCoreUI/IMGLYEditor.xcstrings
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] Write sources
[4/13] Copying PrivacyInfo.xcprivacy
[4/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 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)
[15/172] 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
[16/179] 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
[17/179] 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
[18/179] 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
[19/179] 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
[20/179] 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
[21/179] Compiling Kingfisher Filter.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/179] Compiling Kingfisher GIFAnimatedImage.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/179] Compiling Kingfisher GraphicsContext.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/179] Compiling Kingfisher Image.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/179] Compiling Kingfisher ImageDrawing.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/179] Compiling Kingfisher ImageFormat.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/179] Compiling Kingfisher ImageProcessor.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/179] Compiling Kingfisher ImageProgressive.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/179] Compiling Kingfisher ImageTransition.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/179] Compiling SwiftUIIntrospect ListWithInsetStyle.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/179] Compiling SwiftUIIntrospect ListWithSidebarStyle.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/179] Compiling SwiftUIIntrospect Map.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/179] Compiling SwiftUIIntrospect NavigationSplitView.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/179] Compiling SwiftUIIntrospect NavigationStack.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/179] Compiling SwiftUIIntrospect NavigationViewWithColumnsStyle.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/179] Compiling SwiftUIIntrospect NavigationViewWithStackStyle.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/179] Compiling SwiftUIIntrospect PageControl.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/179] Compiling SwiftUIIntrospect PickerWithMenuStyle.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/179] 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
[40/179] 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
[41/179] 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
[42/179] 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
[43/179] 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
[44/179] 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
[45/179] 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
[46/179] Compiling SwiftUIIntrospect Form.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/179] Compiling SwiftUIIntrospect FormWithGroupedStyle.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/179] 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
[49/179] 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
[50/179] 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
[51/179] 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
[52/179] 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
[53/179] 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
[54/179] 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
[55/179] 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
[56/179] 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
[57/179] 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
[58/179] 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
[59/179] 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
[60/179] 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
[61/179] Compiling SwiftUIIntrospect Button.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/179] Compiling SwiftUIIntrospect ColorPicker.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/179] Compiling SwiftUIIntrospect DatePicker.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/179] Compiling SwiftUIIntrospect DatePickerWithCompactStyle.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/179] Compiling SwiftUIIntrospect DatePickerWithFieldStyle.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/179] Compiling SwiftUIIntrospect DatePickerWithGraphicalStyle.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/179] Compiling SwiftUIIntrospect DatePickerWithStepperFieldStyle.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/179] Compiling SwiftUIIntrospect DatePickerWithWheelStyle.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/.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
/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
/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
/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
/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
/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
/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
[78/179] Compiling Kingfisher Delegate.swift
/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
[79/179] Compiling Kingfisher DisplayLink.swift
/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
/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 |
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[90/187] 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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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 |
/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 |
BUILD FAILURE 6.2 linux