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 macOS (SPM) on 1 May 2025 08:18:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "storyui",
      "name": "StoryUI",
      "url": "https://github.com/tiskender2/StoryUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StoryUI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tiskender2/StoryUI.git
[1/749] Fetching storyui
Fetched https://github.com/tiskender2/StoryUI.git from cache (1.16s)
Creating working copy for https://github.com/tiskender2/StoryUI.git
Working copy of https://github.com/tiskender2/StoryUI.git resolved at main (eb1344f)
warning: '.resolve-product-dependencies': dependency 'storyui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tiskender2/StoryUI.git
https://github.com/tiskender2/StoryUI.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StoryUI",
  "name" : "StoryUI",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/27] Emitting module StoryUI
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[4/29] Compiling StoryUI Story.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[5/29] Compiling StoryUI StoryUIModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[6/29] Compiling StoryUI StoryUIUser.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[7/29] Compiling StoryUI StoryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[8/29] Compiling StoryUI StoryViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[9/29] Compiling StoryUI Enums.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[10/29] Compiling StoryUI NSNotification-Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[11/29] Compiling StoryUI TextField+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[12/29] Compiling StoryUI MessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[13/29] Compiling StoryUI ProgressBarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[14/29] Compiling StoryUI CacheAsyncImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[15/29] Compiling StoryUI ImageLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[16/29] Compiling StoryUI ImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[17/29] Compiling StoryUI StoryDetailView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[18/29] Compiling StoryUI UserView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[19/29] Compiling StoryUI VideoLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[20/29] Compiling StoryUI VideoView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[21/29] Compiling StoryUI Constant.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[22/29] Compiling StoryUI EmojiReactionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[23/29] Compiling StoryUI EmojiView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[24/29] Compiling StoryUI UIApplication+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[25/29] Compiling StoryUI CacheManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[26/29] Compiling StoryUI KeyboardManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[27/29] Compiling StoryUI StoryConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[28/29] Compiling StoryUI StoryInteractionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[29/29] Compiling StoryUI Typealias.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/26] Emitting module StoryUI
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[3/28] Compiling StoryUI Enums.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[4/28] Compiling StoryUI NSNotification-Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[5/28] Compiling StoryUI TextField+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[6/28] Compiling StoryUI CacheAsyncImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[7/28] Compiling StoryUI ImageLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[8/28] Compiling StoryUI ImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[9/28] Compiling StoryUI VideoLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[10/28] Compiling StoryUI VideoView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[11/28] Compiling StoryUI Constant.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[12/28] Compiling StoryUI StoryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[13/28] Compiling StoryUI StoryViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[14/28] Compiling StoryUI StoryDetailView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[15/28] Compiling StoryUI UserView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[16/28] Compiling StoryUI UIApplication+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[17/28] Compiling StoryUI CacheManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[18/28] Compiling StoryUI KeyboardManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[19/28] Compiling StoryUI Story.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[20/28] Compiling StoryUI StoryUIModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[21/28] Compiling StoryUI StoryUIUser.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[22/28] Compiling StoryUI MessageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[23/28] Compiling StoryUI ProgressBarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[24/28] Compiling StoryUI EmojiReactionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[25/28] Compiling StoryUI EmojiView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[26/28] Compiling StoryUI StoryConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[27/28] Compiling StoryUI StoryInteractionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
[28/28] Compiling StoryUI Typealias.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoryUI/Helper/Component/Image/ImageLoader.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Combine
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class ImageLoader: UIView {
BUILD FAILURE 6.1 macosSpm