The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TTBaseUIKit, reference 2.4.5 (b3d307), with Swift 6.1 for Linux on 22 Apr 2026 18:28:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.1-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/tqtuan1201/TTBaseUIKit.git
Reference: 2.4.5
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/tqtuan1201/TTBaseUIKit
 * tag               2.4.5      -> FETCH_HEAD
HEAD is now at b3d307b feat(TTCoverVerticalViewController): control dismiss feat(url): Normalize and convert to URL safely feat(TTBaseCheckNewVersion): update
Cloned https://github.com/tqtuan1201/TTBaseUIKit.git
Revision (git rev-parse @):
b3d307b7d395b45899daff4e68ed8b2ff2ec48b1
SUCCESS checkout https://github.com/tqtuan1201/TTBaseUIKit.git at 2.4.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tqtuan1201/TTBaseUIKit.git
https://github.com/tqtuan1201/TTBaseUIKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Building for debugging...
[0/13] Copying img.NoImage.png
[0/13] Copying img.logo.Def.png
[0/13] Copying img.NoImage2.png
[0/13] Copying img.logo.idea.png
[0/13] Copying fa-regular-400.ttf
[0/13] Copying img.hideKeyboard.png
[0/13] Copying img.icon.down.png
[0/13] Copying img.log.png
[2/13] Copying img.NoImage1.png
[5/13] Copying fa-light-300.ttf
[10/13] Write sources
[11/13] Copying empty.gif
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/172] Compiling TTBaseUIKit Device.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[15/172] Compiling TTBaseUIKit DeviceSize.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[16/172] Compiling TTBaseUIKit DeviceType.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[17/172] Compiling TTBaseUIKit DeviceVersion.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[18/172] Compiling TTBaseUIKit LogTrackingTableViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[19/172] Compiling TTBaseUIKit LogTrackingWebViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[20/172] Compiling TTBaseUIKit LogViewHelper.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[21/172] Compiling TTBaseUIKit LogViewModel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[22/172] Compiling TTBaseUIKit OptionLogPresentViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[23/172] Compiling TTBaseUIKit TTBaseAPIService.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[24/172] Compiling TTBaseUIKit ListCellTestTableViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[25/172] Compiling TTBaseUIKit GlobalFunctions.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[26/172] Compiling TTBaseUIKit JailbreakDetector.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[27/172] Compiling TTBaseUIKit SwiftHash.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[28/172] Compiling TTBaseUIKit TTBaseCheckNewVersion.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[29/172] Compiling TTBaseUIKit TTBaseDebugKit.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[30/172] Compiling TTBaseUIKit TTBaseFunc.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[31/172] Compiling TTBaseUIKit TTBaseNetworkSpeedTest.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[32/172] Compiling TTBaseUIKit TTBaseUIKitSetting.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[33/172] Compiling TTBaseUIKit TTBaseUtil.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[34/172] Compiling TTBaseUIKit TTLanguageManager.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[35/172] Compiling TTBaseUIKit TextValidation.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[36/194] Compiling TTBaseUIKit UIImageFontPaddingView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[37/194] Compiling TTBaseUIKit BaseMessagePopupViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[38/194] Compiling TTBaseUIKit BaseScrollViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[39/194] Compiling TTBaseUIKit BaseStackScrollViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[40/194] Compiling TTBaseUIKit BaseUICollectionViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[41/194] Compiling TTBaseUIKit BaseUISearchViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[42/194] Compiling TTBaseUIKit BaseUITableViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[43/194] Compiling TTBaseUIKit BaseUIViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[44/194] Compiling TTBaseUIKit BaseTwoButtonDiffWidthView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[45/194] Compiling TTBaseUIKit ButtonPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[46/194] Compiling TTBaseUIKit IconLabelHorizontalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[47/194] Compiling TTBaseUIKit IconLabelTextFieldHorizontalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[48/194] Compiling TTBaseUIKit IconLabelTextFieldView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[49/194] Compiling TTBaseUIKit IconLabelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[50/194] Compiling TTBaseUIKit LabelLeftRightView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[51/194] Compiling TTBaseUIKit LabelTextFieldView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[52/194] Compiling TTBaseUIKit LableSubLabelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[53/194] Compiling TTBaseUIKit LineView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[54/194] Compiling TTBaseUIKit PanelScrollView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[55/194] Compiling TTBaseUIKit RowTableView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[56/194] Compiling TTBaseUIKit TTBaseShadowView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[57/194] Compiling TTBaseUIKit TwoButtomView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[58/216] Compiling TTBaseUIKit BaseUIButton.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[59/216] Compiling TTBaseUIKit BaseUICollectionView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[60/216] Compiling TTBaseUIKit BaseUICricleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[61/216] Compiling TTBaseUIKit BaseUIImageFontView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[62/216] Compiling TTBaseUIKit BaseUIImageView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[63/216] Compiling TTBaseUIKit BaseUILabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[64/216] Compiling TTBaseUIKit BaseUINavigationView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[65/216] Compiling TTBaseUIKit BaseUIProgressView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[66/216] Compiling TTBaseUIKit BaseUISearchBar.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[67/216] Compiling TTBaseUIKit BaseUISegmentedControl.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[68/216] Compiling TTBaseUIKit BaseUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[69/216] Compiling TTBaseUIKit BaseUITableView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[70/216] Compiling TTBaseUIKit BaseUITextField.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[71/216] Compiling TTBaseUIKit BaseUITextView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[72/216] Compiling TTBaseUIKit BaseUIView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[73/216] Compiling TTBaseUIKit BaseWKWebView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[74/216] Compiling TTBaseUIKit ButtonsPanelStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[75/216] Compiling TTBaseUIKit BaseShadowCollectionViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[76/216] Compiling TTBaseUIKit BaseUICollectionViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[77/216] Compiling TTBaseUIKit SlideImageCollectionViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[78/216] Compiling TTBaseUIKit BaseUITableViewHeaderFooterView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[79/216] Compiling TTBaseUIKit LineTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[80/216] Compiling TTBaseUIKit SpaceTableHeaderViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[81/216] Compiling TTBaseUIKit BaseLableWithButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[82/216] Compiling TTBaseUIKit BaseLinePinView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[83/216] Compiling TTBaseUIKit BaseLinePinsView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[84/216] Compiling TTBaseUIKit BaseNewSegmentedControl.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[85/216] Compiling TTBaseUIKit BasePaddingGenericView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[86/216] Compiling TTBaseUIKit BasePanelButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[87/216] Compiling TTBaseUIKit BasePanelViewUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[88/216] Compiling TTBaseUIKit BasePasswordUITextField.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[89/216] Compiling TTBaseUIKit BaseRadioButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[90/216] Compiling TTBaseUIKit BaseScrollHorizontalUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[91/216] Compiling TTBaseUIKit BaseScrollPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[92/216] Compiling TTBaseUIKit BaseScrollUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[93/216] Compiling TTBaseUIKit BaseSearchView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[94/216] Compiling TTBaseUIKit BaseShadowPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[95/216] Compiling TTBaseUIKit BaseSkeletonMarkView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[96/216] Compiling TTBaseUIKit BaseSquarePinView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[97/216] Compiling TTBaseUIKit BaseSquarePinsView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[98/216] Compiling TTBaseUIKit BaseStackPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[99/216] Compiling TTBaseUIKit BaseStackShadowPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[100/216] Compiling TTBaseUIKit BaseTextViewWithPlaceHolderView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[101/216] Compiling TTBaseUIKit BaseTitlePanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[102/216] Compiling TTBaseUIKit BaseTriangleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[103/216] Compiling TTBaseUIKit BaseTwoStackButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[104/216] Compiling TTBaseUIKit BaseConfigRepresentable.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[105/216] Compiling TTBaseUIKit Configuration.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[106/216] Compiling TTBaseUIKit Constant.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[107/216] Compiling TTBaseUIKit FontConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[108/216] Compiling TTBaseUIKit ParamConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[109/216] Compiling TTBaseUIKit SharedData.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[110/216] Compiling TTBaseUIKit SizeConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[111/216] Compiling TTBaseUIKit StyleConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[112/216] Compiling TTBaseUIKit ValueConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[113/216] Compiling TTBaseUIKit ViewConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[114/216] Compiling TTBaseUIKit Coordinator.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[115/216] Compiling TTBaseUIKit BaBaseGradientUIImageView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[116/216] Compiling TTBaseUIKit BaseBadgeInsetLabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[117/216] Compiling TTBaseUIKit BaseBorderTrailView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[118/216] Compiling TTBaseUIKit BaseButtonBadge.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[119/216] Compiling TTBaseUIKit BaseCircleLabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[120/216] Compiling TTBaseUIKit BaseCustomViewRepresentable.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[121/216] Compiling TTBaseUIKit BaseDropdownCustomView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[122/216] Compiling TTBaseUIKit BaseHeaderView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[123/216] Compiling TTBaseUIKit BaseIconCircleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[124/216] Compiling TTBaseUIKit BaseInsetLabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[125/216] Compiling TTBaseUIKit BaseLabelIconHorizontalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[126/216] Compiling TTBaseUIKit BaseLabelTextViewByVerticalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[127/216] Compiling TTBaseUIKit ContraintHelpers.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[128/216] Compiling TTBaseUIKit ViewCodable.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[129/216] Compiling TTBaseUIKit CLLocationCoordinate2D+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[130/216] Compiling TTBaseUIKit Date+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[131/216] Compiling TTBaseUIKit Double+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[132/216] Compiling TTBaseUIKit Encodable+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[133/216] Compiling TTBaseUIKit General+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[134/216] Compiling TTBaseUIKit String+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[135/216] Compiling TTBaseUIKit UIApplication+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[136/216] Compiling TTBaseUIKit UIColor+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[137/216] Compiling TTBaseUIKit UIScrollView+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[138/216] Compiling TTBaseUIKit UITableView+UICollectionView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[139/216] Compiling TTBaseUIKit UIView+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[140/216] Compiling TTBaseUIKit UIViewController+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[141/216] Compiling TTBaseUIKit Service.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[142/216] Compiling TTBaseUIKit AwesomePro.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[143/216] Compiling TTBaseUIKit ConnectionDiagnostics.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[144/216] Compiling TTBaseUIKit DebugBridgeStatusView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[145/216] Compiling TTBaseUIKit DebugProtocol.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[146/216] Compiling TTBaseUIKit LogInterceptor.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[147/216] Compiling TTBaseUIKit NetworkDiagnosticUtils.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[148/216] Compiling TTBaseUIKit TTDebugBridge.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[149/216] Compiling TTBaseUIKit BaseSUISpacer.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[150/216] Compiling TTBaseUIKit BaseSUITabView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[151/216] Compiling TTBaseUIKit BaseSUIText.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[152/216] Compiling TTBaseUIKit BaseSUITextField.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[153/216] Compiling TTBaseUIKit BaseSUIToggle.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[154/216] Compiling TTBaseUIKit BaseSUIVStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[155/216] Compiling TTBaseUIKit BaseSUIVerticalDivider.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[156/216] Compiling TTBaseUIKit BaseSUIView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[157/216] Compiling TTBaseUIKit BaseSUIZStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[158/216] Compiling TTBaseUIKit HostingController+Configs+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[159/216] Compiling TTBaseUIKit TTBaseUIKit+SwiftUI.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[160/216] Compiling TTBaseUIKit UITabBar+Config+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[161/216] Compiling TTBaseUIKit View+Config+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[162/216] Compiling TTBaseUIKit View+LayoutPriority.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[163/216] Compiling TTBaseUIKit View+LiquidGlass+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[164/216] Compiling TTBaseUIKit View+Spacing.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[165/216] Compiling TTBaseUIKit View+Style.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[166/216] Compiling TTBaseUIKit View+Swipe.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[167/216] Compiling TTBaseUIKit UIViewLivePreview.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[168/216] Compiling TTBaseUIKit SUIUtil+Extensions.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[169/216] Compiling TTBaseUIKit Shimmer.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[170/216] Compiling TTBaseUIKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[171/216] Compiling TTBaseUIKit Validation.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[172/216] Compiling TTBaseUIKit VietNamLunar.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[173/216] Compiling TTBaseUIKit BaseButtonStyle.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[174/216] Compiling TTBaseUIKit TextBorderModifier.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[175/216] Compiling TTBaseUIKit BaseHorizontalDivider.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[176/216] Compiling TTBaseUIKit BaseNavigationLink.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[177/216] Compiling TTBaseUIKit BaseNewVersionPopupView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[178/216] Compiling TTBaseUIKit BaseSUIAsyncImage.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[179/216] Compiling TTBaseUIKit BaseSUIButton.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[180/216] Compiling TTBaseUIKit BaseSUICircleImage.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[181/216] Compiling TTBaseUIKit BaseSUIGroup.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[182/216] Compiling TTBaseUIKit BaseSUIHStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[183/216] Compiling TTBaseUIKit BaseSUIImage.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[184/216] Compiling TTBaseUIKit BaseSUILazyHGrid.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[185/216] Compiling TTBaseUIKit BaseSUILazyHStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[186/216] Compiling TTBaseUIKit BaseSUILazyVGrid.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[187/216] Compiling TTBaseUIKit BaseSUILazyVStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[188/216] Compiling TTBaseUIKit BaseSUIList.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[189/216] Compiling TTBaseUIKit BaseSUIProgressView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[190/216] Compiling TTBaseUIKit BaseSUIScroll.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[191/216] Compiling TTBaseUIKit BaseSUIShadowView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[192/216] Compiling TTBaseUIKit BaseSUISlider.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[193/216] Emitting module TTBaseUIKit
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[194/216] Compiling TTBaseUIKit TextLeftRightTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[195/216] Compiling TTBaseUIKit TextSubTextTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[196/216] Compiling TTBaseUIKit TextTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[197/216] Compiling TTBaseUIKit BaseShadowTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[198/216] Compiling TTBaseUIKit BaseTextSubtextHorTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[199/216] Compiling TTBaseUIKit BaseUITableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[200/216] Compiling TTBaseUIKit IconTextSubtextTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[201/216] Compiling TTBaseUIKit IconTextSubtextTextSubTextRightTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[202/216] Compiling TTBaseUIKit TextIconTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[203/216] Compiling TTBaseUIKit TextSubtextIconTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[204/216] Compiling TTBaseUIKit CircleProgressView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[205/216] Compiling TTBaseUIKit BaseDatePicker.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[206/216] Compiling TTBaseUIKit BaseMonthYearPicker.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[207/216] Compiling TTBaseUIKit DismissView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[208/216] Compiling TTBaseUIKit BaseNotificationView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[209/216] Compiling TTBaseUIKit BaseNotificationViewConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[210/216] Compiling TTBaseUIKit BasePopupViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[211/216] Compiling TTBaseUIKit PopupViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[212/216] Compiling TTBaseUIKit BasePresentationController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[213/216] Compiling TTBaseUIKit CoverVerticalPresentationController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[214/216] Compiling TTBaseUIKit CoverVerticalViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[215/216] Compiling TTBaseUIKit UIImageCircleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[216/216] Compiling TTBaseUIKit UIImageFontCircleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/160] Compiling TTBaseUIKit UIImageFontPaddingView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[3/160] Compiling TTBaseUIKit BaseMessagePopupViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[4/160] Compiling TTBaseUIKit BaseScrollViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[5/160] Compiling TTBaseUIKit BaseStackScrollViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[6/160] Compiling TTBaseUIKit BaseUICollectionViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[7/160] Compiling TTBaseUIKit BaseUISearchViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[8/160] Compiling TTBaseUIKit BaseUITableViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[9/160] Compiling TTBaseUIKit BaseUIViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[10/160] Compiling TTBaseUIKit BaseTwoButtonDiffWidthView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[11/160] Compiling TTBaseUIKit ButtonPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[12/160] Compiling TTBaseUIKit IconLabelHorizontalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[13/160] Compiling TTBaseUIKit IconLabelTextFieldHorizontalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[14/160] Compiling TTBaseUIKit IconLabelTextFieldView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[15/160] Compiling TTBaseUIKit IconLabelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[16/160] Compiling TTBaseUIKit LabelLeftRightView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[17/160] Compiling TTBaseUIKit LabelTextFieldView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[18/160] Compiling TTBaseUIKit LableSubLabelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[19/160] Compiling TTBaseUIKit LineView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[20/160] Compiling TTBaseUIKit PanelScrollView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[21/160] Compiling TTBaseUIKit RowTableView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[22/160] Compiling TTBaseUIKit TTBaseShadowView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[23/160] Compiling TTBaseUIKit TwoButtomView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[24/160] Compiling TTBaseUIKit BaseUIButton.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[25/160] Compiling TTBaseUIKit BaseUICollectionView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[26/160] Compiling TTBaseUIKit BaseUICricleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[27/160] Compiling TTBaseUIKit BaseUIImageFontView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[28/160] Compiling TTBaseUIKit BaseUIImageView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[29/160] Compiling TTBaseUIKit BaseUILabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[30/160] Compiling TTBaseUIKit BaseUINavigationView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[31/160] Compiling TTBaseUIKit BaseUIProgressView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[32/160] Compiling TTBaseUIKit BaseUISearchBar.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[33/160] Compiling TTBaseUIKit BaseUISegmentedControl.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[34/160] Compiling TTBaseUIKit BaseUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[35/160] Compiling TTBaseUIKit BaseUITableView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[36/160] Compiling TTBaseUIKit BaseUITextField.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[37/160] Compiling TTBaseUIKit BaseUITextView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[38/160] Compiling TTBaseUIKit BaseUIView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[39/160] Compiling TTBaseUIKit BaseWKWebView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[40/160] Compiling TTBaseUIKit ButtonsPanelStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[41/160] Compiling TTBaseUIKit BaseShadowCollectionViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[42/160] Compiling TTBaseUIKit BaseUICollectionViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[43/160] Compiling TTBaseUIKit SlideImageCollectionViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[44/160] Compiling TTBaseUIKit BaseUITableViewHeaderFooterView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[45/160] Compiling TTBaseUIKit LineTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[46/160] Compiling TTBaseUIKit SpaceTableHeaderViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/204] Emitting module TTBaseUIKit
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[48/204] Compiling TTBaseUIKit BaseSUISpacer.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[49/204] Compiling TTBaseUIKit BaseSUITabView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[50/204] Compiling TTBaseUIKit BaseSUIText.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[51/204] Compiling TTBaseUIKit BaseSUITextField.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[52/204] Compiling TTBaseUIKit BaseSUIToggle.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[53/204] Compiling TTBaseUIKit BaseSUIVStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[54/204] Compiling TTBaseUIKit BaseSUIVerticalDivider.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[55/204] Compiling TTBaseUIKit BaseSUIView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[56/204] Compiling TTBaseUIKit BaseSUIZStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[57/204] Compiling TTBaseUIKit HostingController+Configs+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[58/204] Compiling TTBaseUIKit TTBaseUIKit+SwiftUI.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[59/204] Compiling TTBaseUIKit UITabBar+Config+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[60/204] Compiling TTBaseUIKit View+Config+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[61/204] Compiling TTBaseUIKit View+LayoutPriority.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[62/204] Compiling TTBaseUIKit View+LiquidGlass+Extension.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[63/204] Compiling TTBaseUIKit View+Spacing.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[64/204] Compiling TTBaseUIKit View+Style.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[65/204] Compiling TTBaseUIKit View+Swipe.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[66/204] Compiling TTBaseUIKit UIViewLivePreview.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[67/204] Compiling TTBaseUIKit SUIUtil+Extensions.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[68/204] Compiling TTBaseUIKit Shimmer.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[69/204] Compiling TTBaseUIKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[70/204] Compiling TTBaseUIKit Validation.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[71/204] Compiling TTBaseUIKit VietNamLunar.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[72/204] Compiling TTBaseUIKit BaseButtonStyle.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[73/204] Compiling TTBaseUIKit TextBorderModifier.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[74/204] Compiling TTBaseUIKit BaseHorizontalDivider.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[75/204] Compiling TTBaseUIKit BaseNavigationLink.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[76/204] Compiling TTBaseUIKit BaseNewVersionPopupView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[77/204] Compiling TTBaseUIKit BaseSUIAsyncImage.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[78/204] Compiling TTBaseUIKit BaseSUIButton.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[79/204] Compiling TTBaseUIKit BaseSUICircleImage.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[80/204] Compiling TTBaseUIKit BaseSUIGroup.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[81/204] Compiling TTBaseUIKit BaseSUIHStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[82/204] Compiling TTBaseUIKit BaseSUIImage.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[83/204] Compiling TTBaseUIKit BaseSUILazyHGrid.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[84/204] Compiling TTBaseUIKit BaseSUILazyHStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[85/204] Compiling TTBaseUIKit BaseSUILazyVGrid.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[86/204] Compiling TTBaseUIKit BaseSUILazyVStack.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[87/204] Compiling TTBaseUIKit BaseSUIList.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[88/204] Compiling TTBaseUIKit BaseSUIProgressView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[89/204] Compiling TTBaseUIKit BaseSUIScroll.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[90/204] Compiling TTBaseUIKit BaseSUIShadowView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[91/204] Compiling TTBaseUIKit BaseSUISlider.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[92/204] Compiling TTBaseUIKit BaseLableWithButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[93/204] Compiling TTBaseUIKit BaseLinePinView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[94/204] Compiling TTBaseUIKit BaseLinePinsView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[95/204] Compiling TTBaseUIKit BaseNewSegmentedControl.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[96/204] Compiling TTBaseUIKit BasePaddingGenericView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[97/204] Compiling TTBaseUIKit BasePanelButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[98/204] Compiling TTBaseUIKit BasePanelViewUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[99/204] Compiling TTBaseUIKit BasePasswordUITextField.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[100/204] Compiling TTBaseUIKit BaseRadioButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[101/204] Compiling TTBaseUIKit BaseScrollHorizontalUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[102/204] Compiling TTBaseUIKit BaseScrollPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[103/204] Compiling TTBaseUIKit BaseScrollUIStackView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[104/204] Compiling TTBaseUIKit BaseSearchView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[105/204] Compiling TTBaseUIKit BaseShadowPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[106/204] Compiling TTBaseUIKit BaseSkeletonMarkView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[107/204] Compiling TTBaseUIKit BaseSquarePinView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[108/204] Compiling TTBaseUIKit BaseSquarePinsView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[109/204] Compiling TTBaseUIKit BaseStackPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[110/204] Compiling TTBaseUIKit BaseStackShadowPanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[111/204] Compiling TTBaseUIKit BaseTextViewWithPlaceHolderView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[112/204] Compiling TTBaseUIKit BaseTitlePanelView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[113/204] Compiling TTBaseUIKit BaseTriangleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[114/204] Compiling TTBaseUIKit BaseTwoStackButtonView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[115/204] Compiling TTBaseUIKit BaseConfigRepresentable.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[116/204] Compiling TTBaseUIKit Configuration.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[117/204] Compiling TTBaseUIKit Constant.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[118/204] Compiling TTBaseUIKit FontConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[119/204] Compiling TTBaseUIKit ParamConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[120/204] Compiling TTBaseUIKit SharedData.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[121/204] Compiling TTBaseUIKit SizeConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[122/204] Compiling TTBaseUIKit StyleConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[123/204] Compiling TTBaseUIKit ValueConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[124/204] Compiling TTBaseUIKit ViewConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[125/204] Compiling TTBaseUIKit Coordinator.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[126/204] Compiling TTBaseUIKit BaBaseGradientUIImageView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[127/204] Compiling TTBaseUIKit BaseBadgeInsetLabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[128/204] Compiling TTBaseUIKit BaseBorderTrailView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[129/204] Compiling TTBaseUIKit BaseButtonBadge.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[130/204] Compiling TTBaseUIKit BaseCircleLabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[131/204] Compiling TTBaseUIKit BaseCustomViewRepresentable.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[132/204] Compiling TTBaseUIKit BaseDropdownCustomView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[133/204] Compiling TTBaseUIKit BaseHeaderView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[134/204] Compiling TTBaseUIKit BaseIconCircleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[135/204] Compiling TTBaseUIKit BaseInsetLabel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[136/204] Compiling TTBaseUIKit BaseLabelIconHorizontalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[137/204] Compiling TTBaseUIKit BaseLabelTextViewByVerticalView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[138/204] Compiling TTBaseUIKit Device.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[139/204] Compiling TTBaseUIKit DeviceSize.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[140/204] Compiling TTBaseUIKit DeviceType.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[141/204] Compiling TTBaseUIKit DeviceVersion.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[142/204] Compiling TTBaseUIKit LogTrackingTableViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[143/204] Compiling TTBaseUIKit LogTrackingWebViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[144/204] Compiling TTBaseUIKit LogViewHelper.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[145/204] Compiling TTBaseUIKit LogViewModel.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[146/204] Compiling TTBaseUIKit OptionLogPresentViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[147/204] Compiling TTBaseUIKit TTBaseAPIService.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[148/204] Compiling TTBaseUIKit ListCellTestTableViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[149/204] Compiling TTBaseUIKit GlobalFunctions.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[150/204] Compiling TTBaseUIKit JailbreakDetector.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[151/204] Compiling TTBaseUIKit SwiftHash.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[152/204] Compiling TTBaseUIKit TTBaseCheckNewVersion.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[153/204] Compiling TTBaseUIKit TTBaseDebugKit.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[154/204] Compiling TTBaseUIKit TTBaseFunc.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[155/204] Compiling TTBaseUIKit TTBaseNetworkSpeedTest.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[156/204] Compiling TTBaseUIKit TTBaseUIKitSetting.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[157/204] Compiling TTBaseUIKit TTBaseUtil.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[158/204] Compiling TTBaseUIKit TTLanguageManager.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[159/204] Compiling TTBaseUIKit TextValidation.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[160/204] Compiling TTBaseUIKit TextLeftRightTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[161/204] Compiling TTBaseUIKit TextSubTextTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[162/204] Compiling TTBaseUIKit TextTableHeaderFooterViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[163/204] Compiling TTBaseUIKit BaseShadowTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[164/204] Compiling TTBaseUIKit BaseTextSubtextHorTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[165/204] Compiling TTBaseUIKit BaseUITableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[166/204] Compiling TTBaseUIKit IconTextSubtextTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[167/204] Compiling TTBaseUIKit IconTextSubtextTextSubTextRightTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[168/204] Compiling TTBaseUIKit TextIconTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[169/204] Compiling TTBaseUIKit TextSubtextIconTableViewCell.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[170/204] Compiling TTBaseUIKit CircleProgressView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[171/204] Compiling TTBaseUIKit BaseDatePicker.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[172/204] Compiling TTBaseUIKit BaseMonthYearPicker.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[173/204] Compiling TTBaseUIKit DismissView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[174/204] Compiling TTBaseUIKit BaseNotificationView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[175/204] Compiling TTBaseUIKit BaseNotificationViewConfig.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[176/204] Compiling TTBaseUIKit BasePopupViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[177/204] Compiling TTBaseUIKit PopupViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[178/204] Compiling TTBaseUIKit BasePresentationController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[179/204] Compiling TTBaseUIKit CoverVerticalPresentationController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[180/204] Compiling TTBaseUIKit CoverVerticalViewController.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[181/204] Compiling TTBaseUIKit UIImageCircleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[182/204] Compiling TTBaseUIKit UIImageFontCircleView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[183/204] Compiling TTBaseUIKit ContraintHelpers.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[184/204] Compiling TTBaseUIKit ViewCodable.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[185/204] Compiling TTBaseUIKit CLLocationCoordinate2D+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[186/204] Compiling TTBaseUIKit Date+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[187/204] Compiling TTBaseUIKit Double+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[188/204] Compiling TTBaseUIKit Encodable+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[189/204] Compiling TTBaseUIKit General+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[190/204] Compiling TTBaseUIKit String+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[191/204] Compiling TTBaseUIKit UIApplication+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[192/204] Compiling TTBaseUIKit UIColor+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[193/204] Compiling TTBaseUIKit UIScrollView+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[194/204] Compiling TTBaseUIKit UITableView+UICollectionView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[195/204] Compiling TTBaseUIKit UIView+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[196/204] Compiling TTBaseUIKit UIViewController+Config.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[197/204] Compiling TTBaseUIKit Service.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[198/204] Compiling TTBaseUIKit AwesomePro.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[199/204] Compiling TTBaseUIKit ConnectionDiagnostics.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[200/204] Compiling TTBaseUIKit DebugBridgeStatusView.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[201/204] Compiling TTBaseUIKit DebugProtocol.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[202/204] Compiling TTBaseUIKit LogInterceptor.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[203/204] Compiling TTBaseUIKit NetworkDiagnosticUtils.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
[204/204] Compiling TTBaseUIKit TTDebugBridge.swift
/host/spi-builder-workspace/Sources/TTBaseUIKit/BaseConfig/BaseConfigRepresentable.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public protocol ViewConfigColor {
BUILD FAILURE 6.1 linux