The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoreUI, reference main (fce17d), with Swift 6.1 for Android on 28 May 2025 12:37:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Swift-CoreUI/CoreUI.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/Swift-CoreUI/CoreUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fce17d7 UIControl extension to bind events to blocks (iOS 14+)
Cloned https://github.com/Swift-CoreUI/CoreUI.git
Revision (git rev-parse @):
fce17d7a0006f87345aba0ce36c7d3f0690e4933
SUCCESS checkout https://github.com/Swift-CoreUI/CoreUI.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Swift-CoreUI/CoreUI.git
https://github.com/Swift-CoreUI/CoreUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreUI",
  "name" : "CoreUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreUI",
      "targets" : [
        "CoreUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreUITests",
      "module_type" : "SwiftTarget",
      "name" : "CoreUITests",
      "path" : "Tests/CoreUITests",
      "sources" : [
        "ApplyProtocolTests.swift",
        "CoreUITests.swift"
      ],
      "target_dependencies" : [
        "CoreUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreUI",
      "module_type" : "SwiftTarget",
      "name" : "CoreUI",
      "path" : "Sources/CoreUI",
      "product_memberships" : [
        "CoreUI"
      ],
      "sources" : [
        "ApplyProtocol/ApplyProtocol+Optional.swift",
        "ApplyProtocol/ApplyProtocol+UIKit.swift",
        "ApplyProtocol/ApplyProtocol.swift",
        "Layout/LayoutAnchor.swift",
        "Layout/UIStackView+add.swift",
        "Layout/UIView+add.swift",
        "UI/UI+Accessibility.swift",
        "UI/UI+Button.swift",
        "UI/UI+ImageView.swift",
        "UI/UI+Label.swift",
        "UI/UI+ScrollView.swift",
        "UI/UI+Stack.swift",
        "UI/UI+TextView.swift",
        "UI/UI+View.swift",
        "UI/UI+Wrap.swift",
        "UI/UI.swift",
        "UI/UIView+accessibility.swift",
        "UI/UIView+wrap.swift",
        "UIControl+onEvent.swift",
        "UIEdgeInsets+builders.swift",
        "UITableView+cell.swift",
        "UIView+keyboardAnimation.swift",
        "UIViewController+child.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Compiling CoreUI UI+TextView.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[4/24] Compiling CoreUI UI+View.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[5/24] Compiling CoreUI UI+Wrap.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[6/26] Compiling CoreUI UI+Accessibility.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[7/26] Compiling CoreUI UI+Button.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[8/26] Compiling CoreUI UI+ImageView.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[9/26] Compiling CoreUI UIControl+onEvent.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[10/26] Compiling CoreUI UIEdgeInsets+builders.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[11/26] Compiling CoreUI UITableView+cell.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[12/26] Compiling CoreUI UIView+keyboardAnimation.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[13/26] Compiling CoreUI UIViewController+child.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[14/26] Compiling CoreUI LayoutAnchor.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[15/26] Compiling CoreUI UIStackView+add.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[16/26] Compiling CoreUI UIView+add.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[17/26] Compiling CoreUI UI.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[18/26] Compiling CoreUI UIView+accessibility.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[19/26] Compiling CoreUI UIView+wrap.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[20/26] Compiling CoreUI UI+Label.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[21/26] Compiling CoreUI UI+ScrollView.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[22/26] Compiling CoreUI UI+Stack.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/26] Emitting module CoreUI
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[24/26] Compiling CoreUI ApplyProtocol+Optional.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[25/26] Compiling CoreUI ApplyProtocol+UIKit.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[26/26] Compiling CoreUI ApplyProtocol.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling CoreUI ApplyProtocol+Optional.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[3/23] Compiling CoreUI ApplyProtocol+UIKit.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[4/23] Compiling CoreUI ApplyProtocol.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[5/25] Compiling CoreUI UI.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[6/25] Compiling CoreUI UIView+accessibility.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[7/25] Compiling CoreUI UIView+wrap.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[8/25] Compiling CoreUI LayoutAnchor.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[9/25] Compiling CoreUI UIStackView+add.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[10/25] Compiling CoreUI UIView+add.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[11/25] Compiling CoreUI UI+TextView.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[12/25] Compiling CoreUI UI+View.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[13/25] Compiling CoreUI UI+Wrap.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[14/25] Compiling CoreUI UI+Accessibility.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[15/25] Compiling CoreUI UI+Button.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[16/25] Compiling CoreUI UI+ImageView.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[17/25] Compiling CoreUI UIView+keyboardAnimation.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[18/25] Compiling CoreUI UIViewController+child.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[19/25] Compiling CoreUI UI+Label.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[20/25] Compiling CoreUI UI+ScrollView.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[21/25] Compiling CoreUI UI+Stack.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[22/25] Compiling CoreUI UIControl+onEvent.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[23/25] Compiling CoreUI UIEdgeInsets+builders.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
[24/25] Compiling CoreUI UITableView+cell.swift
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/25] Emitting module CoreUI
/host/spi-builder-workspace/Sources/CoreUI/ApplyProtocol/ApplyProtocol+UIKit.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Adding ApplyProtocol to some manually selected classes only (UIView, etc).
BUILD FAILURE 6.1 android