The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build StoryUI, reference main (eb1344), with Swift 6.1 for Linux on 1 May 2025 08:09:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tiskender2/StoryUI.git
Reference: main
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/tiskender2/StoryUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eb1344f Update README.md
Cloned https://github.com/tiskender2/StoryUI.git
Revision (git rev-parse @):
eb1344fe3c32be64a78ad3082c4a3708ac79f4cd
SUCCESS checkout https://github.com/tiskender2/StoryUI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tiskender2/StoryUI.git
https://github.com/tiskender2/StoryUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StoryUI",
  "name" : "StoryUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "StoryUI",
      "targets" : [
        "StoryUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StoryUITests",
      "module_type" : "SwiftTarget",
      "name" : "StoryUITests",
      "path" : "Tests/StoryUITests",
      "sources" : [
        "StoryUITests.swift"
      ],
      "target_dependencies" : [
        "StoryUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StoryUI",
      "module_type" : "SwiftTarget",
      "name" : "StoryUI",
      "path" : "Sources/StoryUI",
      "product_memberships" : [
        "StoryUI"
      ],
      "sources" : [
        "Configuration/StoryConfiguration.swift",
        "Configuration/StoryInteractionConfig.swift",
        "Configuration/Typealias.swift",
        "Helper/Component/CacheAsyncImage/CacheAsyncImage.swift",
        "Helper/Component/Image/ImageLoader.swift",
        "Helper/Component/Image/ImageView.swift",
        "Helper/Component/Video/VideoLoader.swift",
        "Helper/Component/Video/VideoView.swift",
        "Helper/Constant/Constant.swift",
        "Helper/Enum/Enums.swift",
        "Helper/Extension/NSNotification-Extension.swift",
        "Helper/Extension/TextField+Extension.swift",
        "Helper/Extension/UIApplication+Extension.swift",
        "Helper/Managers/CacheManager.swift",
        "Helper/Managers/KeyboardManager.swift",
        "Model/Story.swift",
        "Model/StoryUIModel.swift",
        "Model/StoryUIUser.swift",
        "View/PrivateView/EmojiReactionView.swift",
        "View/PrivateView/EmojiView.swift",
        "View/PrivateView/MessageView.swift",
        "View/PrivateView/ProgressBarView.swift",
        "View/PrivateView/StoryDetailView.swift",
        "View/PrivateView/UserView.swift",
        "View/StoryView.swift",
        "ViewModel/StoryViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/26] Emitting module StoryUI
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[4/29] Compiling StoryUI Constant.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[5/29] Compiling StoryUI Enums.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[6/29] Compiling StoryUI NSNotification-Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[7/29] Compiling StoryUI UserView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[8/29] Compiling StoryUI StoryView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[9/29] Compiling StoryUI StoryViewModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[10/29] Compiling StoryUI KeyboardManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[11/29] Compiling StoryUI Story.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[12/29] Compiling StoryUI StoryUIModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[13/29] Compiling StoryUI TextField+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[14/29] Compiling StoryUI UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[15/29] Compiling StoryUI CacheManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[16/29] Compiling StoryUI StoryConfiguration.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[17/29] Compiling StoryUI StoryInteractionConfig.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[18/29] Compiling StoryUI Typealias.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[19/29] Compiling StoryUI CacheAsyncImage.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[20/29] Compiling StoryUI MessageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[21/29] Compiling StoryUI ProgressBarView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[22/29] Compiling StoryUI StoryDetailView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[23/29] Compiling StoryUI StoryUIUser.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[24/29] Compiling StoryUI EmojiReactionView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[25/29] Compiling StoryUI EmojiView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[26/29] Compiling StoryUI ImageLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[27/29] Compiling StoryUI ImageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[28/29] Compiling StoryUI VideoLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[29/29] Compiling StoryUI VideoView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling StoryUI TextField+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[3/25] Compiling StoryUI UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[4/25] Compiling StoryUI CacheManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[5/25] Compiling StoryUI StoryConfiguration.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[6/25] Compiling StoryUI StoryInteractionConfig.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[7/25] Compiling StoryUI Typealias.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[8/25] Compiling StoryUI CacheAsyncImage.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[9/28] Compiling StoryUI Constant.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[10/28] Compiling StoryUI Enums.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[11/28] Compiling StoryUI NSNotification-Extension.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/28] Emitting module StoryUI
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[13/28] Compiling StoryUI KeyboardManager.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[14/28] Compiling StoryUI Story.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[15/28] Compiling StoryUI StoryUIModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[16/28] Compiling StoryUI UserView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[17/28] Compiling StoryUI StoryView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[18/28] Compiling StoryUI StoryViewModel.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[19/28] Compiling StoryUI MessageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[20/28] Compiling StoryUI ProgressBarView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[21/28] Compiling StoryUI StoryDetailView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[22/28] Compiling StoryUI ImageLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[23/28] Compiling StoryUI ImageView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[24/28] Compiling StoryUI VideoLoader.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[25/28] Compiling StoryUI VideoView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[26/28] Compiling StoryUI StoryUIUser.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[27/28] Compiling StoryUI EmojiReactionView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
[28/28] Compiling StoryUI EmojiView.swift
/host/spi-builder-workspace/Sources/StoryUI/Helper/Component/CacheAsyncImage/CacheAsyncImage.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct CacheAsyncImage: View {
BUILD FAILURE 6.1 linux