Build Information
Failed to build CxjToasts, reference 1.0.9 (38e779), with Swift 6.1 for Android on 30 May 2025 04:16:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coxijcake/CxjToasts.git
Reference: 1.0.9
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/coxijcake/CxjToasts
* tag 1.0.9 -> FETCH_HEAD
HEAD is now at 38e7791 Update README.md
Cloned https://github.com/coxijcake/CxjToasts.git
Revision (git rev-parse @):
38e77916b7dd36bc5c3b0da9f5ba20c8b6d47efb
SUCCESS checkout https://github.com/coxijcake/CxjToasts.git at 1.0.9
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/coxijcake/CxjToasts.git
https://github.com/coxijcake/CxjToasts.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "CxjToasts",
"name" : "CxjToasts",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "CxjToasts",
"targets" : [
"CxjToasts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "CxjToastsTests",
"module_type" : "SwiftTarget",
"name" : "CxjToastsTests",
"path" : "Tests/CxjToastsTests",
"sources" : [
"Calculators/SmoothProgressCalculatorTests.swift",
"Calculators/SourceBackgroundLayoutCalculatorTests.swift",
"Calculators/ToastLayoutCalculatorTests.swift",
"Calculators/ToastLayoutProgressTests.swift",
"Comparators/ToastAttributesComparatorTests.swift",
"Comparators/ToastPlacementComparatorTests.swift",
"Comparators/ToastSourceViewComparatorTests.swift",
"Comparators/ToastTypeComparatorTests.swift",
"CustomConfigPropertiesBuilderTests.swift",
"ToastContentNsLayoutConstraintConfiguratorTests.swift",
"Validators/ToastSpamValidatorTests.swift"
],
"target_dependencies" : [
"CxjToasts"
],
"type" : "test"
},
{
"c99name" : "CxjToasts",
"module_type" : "SwiftTarget",
"name" : "CxjToasts",
"path" : "Sources",
"product_memberships" : [
"CxjToasts"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Common/Completions.swift",
"Common/CxjAnimation/CxjAnimation.swift",
"Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift",
"Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift",
"Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift",
"Common/CxjBackground/CxjBackground.swift",
"Common/Helpers/CxjDynamicIslandHelper.swift",
"Common/Helpers/CxjNotchHelper.swift",
"Common/Models/ClampedAlpha.swift",
"Common/Models/ClampedProgress.swift",
"Common/Models/Comparison/CxjToastComparisonAttribute.swift",
"Common/Models/Comparison/CxjToastComparisonCriteria.swift",
"Common/Models/CxjGradientParams.swift",
"Common/Models/CxjHapticFeedback.swift",
"Common/Models/CxjUIViewShadowParams.swift",
"Common/Models/ToastLayoutProgress.swift",
"Common/MulticastPublisher.swift",
"Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift",
"Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift",
"Common/Services/Haptic/CxjToastHapticImpacter.swift",
"Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift",
"Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift",
"Common/Services/SmoothProgressCalculator.swift",
"Common/Views/CxjInteractiveBounceButton.swift",
"CxjToast/CxjToast.swift",
"CxjToast/CxjToastDelegate.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+Constraints.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+DismissMethod.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+KeyboardHandling.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+Layout.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+SpamProtection.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration+ToastCoexistencePolicy.swift",
"CxjToast/Models/Configuration/CxjToastConfiguration.swift",
"CxjToast/Models/CxjToastContentLayout.swift",
"CxjToast/Models/CxjToastDisplayingState.swift",
"CxjToast/Models/CxjToastType.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimationPropertiesConfigStrategy.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigStrategy.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/CxjToastAnimator+DefaultConfigStrategyFactory.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Center/CxjToastAnimator+DefaultCenterConfigStrategy.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift",
"CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift",
"CxjToast/Services/Animator/Coordinator/CxjToastAnimationCoordinator.swift",
"CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift",
"CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift",
"CxjToast/Services/Animator/CxjToastAnimator.swift",
"CxjToast/Services/Animator/CxjToastDismissAnimator.swift",
"CxjToast/Services/Animator/CxjToastPresentAnimator.swift",
"CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift",
"CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift",
"CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift",
"CxjToast/Services/Comparators/ToastAttributesComparator.swift",
"CxjToast/Services/Comparators/ToastPlacementComparator.swift",
"CxjToast/Services/Comparators/ToastSourceViewComparator.swift",
"CxjToast/Services/Comparators/ToastTypeComparator.swift",
"CxjToast/Services/CxjToastConfigurator.swift",
"CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift",
"CxjToast/Services/Dismisser/CxjToastDismisser.swift",
"CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift",
"CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTimeUseCase.swift",
"CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift",
"CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+UseCasesFactory.swift",
"CxjToast/Services/Dismisser/UseCases/ToastDismissUseCase.swift",
"CxjToast/Services/Dismisser/UseCases/ToastDismissUseCaseDelegate.swift",
"CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift",
"CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift",
"CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift",
"CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift",
"CxjToast/Services/Presenter/CxjToastPresenter.swift",
"CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift",
"CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift",
"CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+ToastDisplayingProgress.swift",
"CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift",
"CxjToast/Services/Validators/ToastSpamValidator.swift",
"CxjToast/ToastProtocols/ComparableToast.swift",
"CxjToast/ToastProtocols/ConfigableToast.swift",
"CxjToast/ToastProtocols/CxjDisplayableToast.swift",
"CxjToast/ToastProtocols/CxjIdentifiableToast.swift",
"CxjToast/ToastProtocols/SpamProtectableToast.swift",
"CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift",
"CxjToastContentViews/Action/CxjActionToastContentView.swift",
"CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift",
"CxjToastContentViews/CxjToastContentConfiguration.swift",
"CxjToastContentViews/CxjToastContentView.swift",
"CxjToastContentViews/Factory/CxjToastContentViewFactory.swift",
"CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift",
"CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift",
"CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift",
"CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift",
"CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift",
"CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift",
"CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift",
"CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift",
"CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift",
"CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift",
"CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift",
"CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift",
"CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift",
"CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift",
"CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift",
"CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift",
"CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift",
"CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift",
"CxjToastContentViews/Views/ToastActionButton.swift",
"CxjToastSourceBackground/CxjToastSourceBackground.swift",
"CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift",
"CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift",
"CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift",
"CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift",
"CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift",
"CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift",
"CxjToastTemplates/Models/CxjToastTemplate+MinimalizedGlobalStatus.swift",
"CxjToastTemplates/Models/CxjToastTemplate+Native.swift",
"CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift",
"CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift",
"CxjToastTemplates/Models/CxjToastTemplate.swift",
"CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift",
"CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfiguratorFactory.swift",
"CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift",
"CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift",
"CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift",
"CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift",
"CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+Native.swift",
"CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+TopStraight.swift",
"CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+UndoAction.swift",
"CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProvider.swift",
"CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProviderFactory.swift",
"CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift",
"CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift",
"CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift",
"CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift",
"CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift",
"CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift",
"CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift",
"CxjToastTemplates/Providers/View/CxjTemplatedToastViewConfigProviderFactory.swift",
"CxjToastTemplates/Providers/View/ToastViewConfigProviderFactory+Provider.swift",
"CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+ActionableEventToast.swift",
"CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+BottomPrimary.swift",
"CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift",
"CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift",
"CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift",
"CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift",
"CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift",
"CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift",
"CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift",
"CxjToastView/CxjToastContainerView/CxjToastContainerView.swift",
"CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift",
"CxjToastView/CxjToastView.swift",
"CxjToastView/CxjToastViewConfiguration.swift",
"CxjToastView/CxjToastViewConfigurator.swift",
"CxjToasts.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/UIApplication+Extensions.swift",
"Extensions/UIScreen+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/147] Compiling CxjToasts CxjToastUiImpactFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[5/147] Compiling CxjToasts SmoothProgressCalculator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[6/147] Compiling CxjToasts CxjInteractiveBounceButton.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[7/147] Compiling CxjToasts CxjToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[8/147] Compiling CxjToasts CxjToastDelegate.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[9/147] Compiling CxjToasts CxjToastConfiguration+Animations.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[10/147] Compiling CxjToasts CxjToastConfiguration+Constraints.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[11/147] Compiling CxjToasts CxjToastConfiguration+DismissMethod.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[12/147] Compiling CxjToasts CxjToastConfiguration+KeyboardHandling.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[13/147] Compiling CxjToasts CxjToastConfiguration+Layout.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[14/147] Compiling CxjToasts CxjToastConfiguration+SourceBackground.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[15/147] Compiling CxjToasts CxjToastConfiguration+SpamProtection.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[16/147] Compiling CxjToasts CxjToastConfiguration+ToastCoexistencePolicy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[17/147] Compiling CxjToasts CxjToastConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[18/147] Compiling CxjToasts CxjToastContentLayout.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[19/147] Compiling CxjToasts CxjToastDisplayingState.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[20/147] Compiling CxjToasts CxjToastType.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[21/147] Compiling CxjToasts CxjToastAnimationPropertiesConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[22/147] Compiling CxjToasts CxjToastAnimator+ConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[23/147] Compiling CxjToasts CxjToastAnimator+CustomConfigPropertiesBuilder.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[24/147] Compiling CxjToasts CxjToastAnimator+CustomConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[25/167] Compiling CxjToasts Completions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[26/167] Compiling CxjToasts CxjAnimation.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[27/167] Compiling CxjToasts CxjBlurredBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[28/167] Compiling CxjToasts CxjColorizedBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[29/167] Compiling CxjToasts CxjGradientdBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[30/167] Compiling CxjToasts CxjBackground.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[31/167] Compiling CxjToasts CxjDynamicIslandHelper.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[32/167] Compiling CxjToasts CxjNotchHelper.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[33/167] Compiling CxjToasts ClampedAlpha.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[34/167] Compiling CxjToasts ClampedProgress.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[35/167] Compiling CxjToasts CxjToastComparisonAttribute.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[36/167] Compiling CxjToasts CxjToastComparisonCriteria.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[37/167] Compiling CxjToasts CxjGradientParams.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[38/167] Compiling CxjToasts CxjHapticFeedback.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[39/167] Compiling CxjToasts CxjUIViewShadowParams.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[40/167] Compiling CxjToasts ToastLayoutProgress.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[41/167] Compiling CxjToasts MulticastPublisher.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[42/167] Compiling CxjToasts CxjToastHapticFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[43/167] Compiling CxjToasts CxjToastHapticFeedbackGeneratorFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[44/167] Compiling CxjToasts CxjToastHapticImpacter.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[45/167] Compiling CxjToasts CxjToastNotificationFeebackGenerator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/167] Emitting module CxjToasts
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[47/167] Compiling CxjToasts CxjToastTextContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[48/167] Compiling CxjToasts CxjUndoActionToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[49/167] Compiling CxjToasts CxjUndoActionToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[50/167] Compiling CxjToasts CxjUndoActionToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[51/167] Compiling CxjToasts CircularCountdownProgressBarView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[52/167] Compiling CxjToasts UndoActionToastNumberedTimingFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[53/167] Compiling CxjToasts UndoActionToastNumberedWithProgressFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[54/167] Compiling CxjToasts UndoToastCountdownProgressFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[55/167] Compiling CxjToasts ToastActionButton.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[56/167] Compiling CxjToasts CxjToastSourceBackground.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[57/167] Compiling CxjToasts CxjToastSourceBackgroundControl.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[58/167] Compiling CxjToasts CxjToastSourceBackgroundFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[59/167] Compiling CxjToasts CxjToastSourceBackgroundTheme.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[60/167] Compiling CxjToasts CxjToastTemplate+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[61/167] Compiling CxjToasts CxjToastTemplate+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[62/167] Compiling CxjToasts CxjToastTemplate+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[63/167] Compiling CxjToasts CxjToastTemplate+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[64/167] Compiling CxjToasts CxjToastTemplate+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[65/167] Compiling CxjToasts CxjToastTemplate+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[66/167] Compiling CxjToasts CxjToastTemplate+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[67/167] Compiling CxjToasts CxjToastTemplate.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[68/167] Compiling CxjToasts CxjTemplatedToastContentConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[69/167] Compiling CxjToasts CxjTemplatedToastContentConfiguratorFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[70/167] Compiling CxjToasts ToastContentConfigurator+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[71/167] Compiling CxjToasts ToastContentConfigurator+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[72/167] Compiling CxjToasts ToastContentConfigurator+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[73/167] Compiling CxjToasts ToastContentConfigurator+GlobalMinimalizedStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[74/167] Compiling CxjToasts ToastContentConfigurator+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[75/167] Compiling CxjToasts ToastContentConfigurator+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[76/167] Compiling CxjToasts ToastContentConfigurator+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[77/167] Compiling CxjToasts CxjTemplatedToastConfigProvider.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[78/167] Compiling CxjToasts CxjTemplatedToastConfigProviderFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[79/167] Compiling CxjToasts ToastConfigProvider+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[80/167] Compiling CxjToasts ToastConfigProvider+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[81/167] Compiling CxjToasts ToastConfigProvider+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[82/167] Compiling CxjToasts ToastConfigProvider+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[83/167] Compiling CxjToasts ToastConfigProvider+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[84/167] Compiling CxjToasts ToastConfigProvider+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[85/167] Compiling CxjToasts ToastConfigProvider+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[86/167] Compiling CxjToasts CxjTemplatedToastViewConfigProviderFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[87/167] Compiling CxjToasts ConfigableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[88/167] Compiling CxjToasts CxjDisplayableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[89/167] Compiling CxjToasts CxjIdentifiableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[90/167] Compiling CxjToasts SpamProtectableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[91/167] Compiling CxjToasts CxjActionToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[92/167] Compiling CxjToasts CxjActionToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[93/167] Compiling CxjToasts CxjActionToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[94/167] Compiling CxjToasts CxjToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[95/167] Compiling CxjToasts CxjToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[96/167] Compiling CxjToasts CxjToastContentViewFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[97/167] Compiling CxjToasts CxjIconConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[98/167] Compiling CxjToasts CxjLabelConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[99/167] Compiling CxjToasts CxjTextConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[100/167] Compiling CxjToasts CxjInfoToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[101/167] Compiling CxjToasts CxjIconWithTextToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[102/167] Compiling CxjToasts CxjIconedToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[103/167] Compiling CxjToasts CxjIconedToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[104/167] Compiling CxjToasts CxjTextContentLabelConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[105/167] Compiling CxjToasts CxjToastTextContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[106/167] Compiling CxjToasts CxjToastTextContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[107/167] Compiling CxjToasts CxjToastConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[108/167] Compiling CxjToasts CxjToastsKeyboardDisplayingStateHandler.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[109/167] Compiling CxjToasts CxjToastDismisser.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[110/167] Compiling CxjToasts CxjToastDismisser+BySwipeUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[111/167] Compiling CxjToasts CxjToastDismisser+ByTimeUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[112/167] Compiling CxjToasts CxjToastDismisser+ByTouchUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[113/167] Compiling CxjToasts CxjToastDismisser+UseCasesFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[114/167] Compiling CxjToasts ToastDismissUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[115/167] Compiling CxjToasts ToastDismissUseCaseDelegate.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[116/167] Compiling CxjToasts CxjDisplayingToastsCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[117/167] Compiling CxjToasts CxjDisplayingToastsUpdater.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[118/167] Compiling CxjToasts CxjToastPresenter+Layout.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[119/167] Compiling CxjToasts CxjToastPresenter+UpdatingForKeyboardStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[120/167] Compiling CxjToasts CxjToastPresenter.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[121/167] Compiling CxjToasts ToastContentNsLayoutConstraintConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[122/167] Compiling CxjToasts CxjToastsCoordinator+BackgroundActionConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[123/167] Compiling CxjToasts CxjToastsCoordinator+ToastDisplayingProgress.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[124/167] Compiling CxjToasts CxjToastsCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[125/167] Compiling CxjToasts ToastSpamValidator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[126/167] Compiling CxjToasts ComparableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[127/167] Compiling CxjToasts CxjToastAnimator+DefaultConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[128/167] Compiling CxjToasts CxjToastAnimator+DefaultConfigStrategyInput.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[129/167] Compiling CxjToasts CxjToastAnimator+DefaultBottomConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[130/167] Compiling CxjToasts CxjToastAnimator+DefaultCenterConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[131/167] Compiling CxjToasts CxjToastAnimator+DefaultTopConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[132/167] Compiling CxjToasts CxjToastAnimator+DefaultTopCommonConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[133/167] Compiling CxjToasts CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[134/167] Compiling CxjToasts CxjToastAnimator+DefaultTopNotchConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[135/167] Compiling CxjToasts CxjToastAnimationCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[136/167] Compiling CxjToasts CxjToastAnimator+CoordinatorFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[137/167] Compiling CxjToasts CxjToastAnimator+CommonBehaviourCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[138/167] Compiling CxjToasts CxjToastAnimator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[139/167] Compiling CxjToasts CxjToastDismissAnimator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[140/167] Compiling CxjToasts CxjToastPresentAnimator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[141/167] Compiling CxjToasts CxjToastAnimator+LayoutCalculator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[142/167] Compiling CxjToasts CxjToastAnimator+SourceBackgroundLayoutCalculator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[143/167] Compiling CxjToasts CxjToastAnimator+AnimatingProperties.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[144/167] Compiling CxjToasts ToastAttributesComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[145/167] Compiling CxjToasts ToastPlacementComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[146/167] Compiling CxjToasts ToastSourceViewComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[147/167] Compiling CxjToasts ToastTypeComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[148/167] Compiling CxjToasts ToastViewConfigProviderFactory+Provider.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[149/167] Compiling CxjToasts ToastViewConfigProvider+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[150/167] Compiling CxjToasts ToastViewConfigProvider+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[151/167] Compiling CxjToasts ToastViewConfigProvider+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[152/167] Compiling CxjToasts ToastViewConfigProvider+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[153/167] Compiling CxjToasts ToastViewConfigProvider+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[154/167] Compiling CxjToasts ToastViewConfigProvider+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[155/167] Compiling CxjToasts ToastViewConfigProvider+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[156/167] Compiling CxjToasts CxjToastContainerBackgroundViewFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[157/167] Compiling CxjToasts CxjToastGradientBackgroundView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[158/167] Compiling CxjToasts CxjToastContainerView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[159/167] Compiling CxjToasts CxjToastContainerViewStateConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[160/167] Compiling CxjToasts CxjToastView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[161/167] Compiling CxjToasts CxjToastViewConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[162/167] Compiling CxjToasts CxjToastViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[163/167] Compiling CxjToasts CxjToasts.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[164/167] Compiling CxjToasts Collection+Extensions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[165/167] Compiling CxjToasts UIApplication+Extensions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[166/167] Compiling CxjToasts UIScreen+Extensions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[167/167] Compiling CxjToasts resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/145] Compiling CxjToasts Completions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[3/145] Compiling CxjToasts CxjAnimation.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[4/145] Compiling CxjToasts CxjBlurredBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[5/145] Compiling CxjToasts CxjColorizedBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[6/145] Compiling CxjToasts CxjGradientdBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[7/145] Compiling CxjToasts CxjBackground.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[8/145] Compiling CxjToasts CxjDynamicIslandHelper.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[9/145] Compiling CxjToasts CxjNotchHelper.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[10/145] Compiling CxjToasts ClampedAlpha.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[11/145] Compiling CxjToasts ClampedProgress.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[12/145] Compiling CxjToasts CxjToastComparisonAttribute.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[13/145] Compiling CxjToasts CxjToastComparisonCriteria.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[14/145] Compiling CxjToasts CxjGradientParams.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[15/145] Compiling CxjToasts CxjHapticFeedback.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[16/145] Compiling CxjToasts CxjUIViewShadowParams.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[17/145] Compiling CxjToasts ToastLayoutProgress.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[18/145] Compiling CxjToasts MulticastPublisher.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[19/145] Compiling CxjToasts CxjToastHapticFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[20/145] Compiling CxjToasts CxjToastHapticFeedbackGeneratorFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[21/145] Compiling CxjToasts CxjToastHapticImpacter.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[22/145] Compiling CxjToasts CxjToastNotificationFeebackGenerator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[23/165] Compiling CxjToasts CxjToastTemplate.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[24/165] Compiling CxjToasts CxjTemplatedToastContentConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[25/165] Compiling CxjToasts CxjTemplatedToastContentConfiguratorFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[26/165] Compiling CxjToasts ToastContentConfigurator+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[27/165] Compiling CxjToasts ToastContentConfigurator+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[28/165] Compiling CxjToasts ToastContentConfigurator+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[29/165] Compiling CxjToasts ToastContentConfigurator+GlobalMinimalizedStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[30/165] Compiling CxjToasts ToastContentConfigurator+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[31/165] Compiling CxjToasts ToastContentConfigurator+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[32/165] Compiling CxjToasts ToastContentConfigurator+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[33/165] Compiling CxjToasts CxjTemplatedToastConfigProvider.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[34/165] Compiling CxjToasts CxjTemplatedToastConfigProviderFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[35/165] Compiling CxjToasts ToastConfigProvider+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[36/165] Compiling CxjToasts ToastConfigProvider+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[37/165] Compiling CxjToasts ToastConfigProvider+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[38/165] Compiling CxjToasts ToastConfigProvider+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[39/165] Compiling CxjToasts ToastConfigProvider+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[40/165] Compiling CxjToasts ToastConfigProvider+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[41/165] Compiling CxjToasts ToastConfigProvider+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[42/165] Compiling CxjToasts CxjTemplatedToastViewConfigProviderFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[43/165] Compiling CxjToasts CxjToastConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[44/165] Compiling CxjToasts CxjToastsKeyboardDisplayingStateHandler.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[45/165] Compiling CxjToasts CxjToastDismisser.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[46/165] Compiling CxjToasts CxjToastDismisser+BySwipeUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[47/165] Compiling CxjToasts CxjToastDismisser+ByTimeUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[48/165] Compiling CxjToasts CxjToastDismisser+ByTouchUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[49/165] Compiling CxjToasts CxjToastDismisser+UseCasesFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[50/165] Compiling CxjToasts ToastDismissUseCase.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[51/165] Compiling CxjToasts ToastDismissUseCaseDelegate.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[52/165] Compiling CxjToasts CxjDisplayingToastsCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[53/165] Compiling CxjToasts CxjDisplayingToastsUpdater.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[54/165] Compiling CxjToasts CxjToastPresenter+Layout.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[55/165] Compiling CxjToasts CxjToastPresenter+UpdatingForKeyboardStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[56/165] Compiling CxjToasts CxjToastPresenter.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[57/165] Compiling CxjToasts ToastContentNsLayoutConstraintConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[58/165] Compiling CxjToasts CxjToastsCoordinator+BackgroundActionConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[59/165] Compiling CxjToasts CxjToastsCoordinator+ToastDisplayingProgress.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[60/165] Compiling CxjToasts CxjToastsCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[61/165] Compiling CxjToasts ToastSpamValidator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[62/165] Compiling CxjToasts ComparableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[63/165] Compiling CxjToasts ToastViewConfigProviderFactory+Provider.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[64/165] Compiling CxjToasts ToastViewConfigProvider+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[65/165] Compiling CxjToasts ToastViewConfigProvider+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[66/165] Compiling CxjToasts ToastViewConfigProvider+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[67/165] Compiling CxjToasts ToastViewConfigProvider+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[68/165] Compiling CxjToasts ToastViewConfigProvider+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[69/165] Compiling CxjToasts ToastViewConfigProvider+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[70/165] Compiling CxjToasts ToastViewConfigProvider+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[71/165] Compiling CxjToasts CxjToastContainerBackgroundViewFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[72/165] Compiling CxjToasts CxjToastGradientBackgroundView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[73/165] Compiling CxjToasts CxjToastContainerView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[74/165] Compiling CxjToasts CxjToastContainerViewStateConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[75/165] Compiling CxjToasts CxjToastView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[76/165] Compiling CxjToasts CxjToastViewConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[77/165] Compiling CxjToasts CxjToastViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[78/165] Compiling CxjToasts CxjToasts.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[79/165] Compiling CxjToasts Collection+Extensions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[80/165] Compiling CxjToasts UIApplication+Extensions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[81/165] Compiling CxjToasts UIScreen+Extensions.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[82/165] Compiling CxjToasts resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/165] Emitting module CxjToasts
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[84/165] Compiling CxjToasts CxjToastAnimator+DefaultConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[85/165] Compiling CxjToasts CxjToastAnimator+DefaultConfigStrategyInput.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[86/165] Compiling CxjToasts CxjToastAnimator+DefaultBottomConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[87/165] Compiling CxjToasts CxjToastAnimator+DefaultCenterConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[88/165] Compiling CxjToasts CxjToastAnimator+DefaultTopConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[89/165] Compiling CxjToasts CxjToastAnimator+DefaultTopCommonConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[90/165] Compiling CxjToasts CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[91/165] Compiling CxjToasts CxjToastAnimator+DefaultTopNotchConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[92/165] Compiling CxjToasts CxjToastAnimationCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[93/165] Compiling CxjToasts CxjToastAnimator+CoordinatorFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[94/165] Compiling CxjToasts CxjToastAnimator+CommonBehaviourCoordinator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[95/165] Compiling CxjToasts CxjToastAnimator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[96/165] Compiling CxjToasts CxjToastDismissAnimator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[97/165] Compiling CxjToasts CxjToastPresentAnimator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[98/165] Compiling CxjToasts CxjToastAnimator+LayoutCalculator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[99/165] Compiling CxjToasts CxjToastAnimator+SourceBackgroundLayoutCalculator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[100/165] Compiling CxjToasts CxjToastAnimator+AnimatingProperties.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[101/165] Compiling CxjToasts ToastAttributesComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[102/165] Compiling CxjToasts ToastPlacementComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[103/165] Compiling CxjToasts ToastSourceViewComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[104/165] Compiling CxjToasts ToastTypeComparator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[105/165] Compiling CxjToasts CxjToastUiImpactFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[106/165] Compiling CxjToasts SmoothProgressCalculator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[107/165] Compiling CxjToasts CxjInteractiveBounceButton.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[108/165] Compiling CxjToasts CxjToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[109/165] Compiling CxjToasts CxjToastDelegate.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[110/165] Compiling CxjToasts CxjToastConfiguration+Animations.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[111/165] Compiling CxjToasts CxjToastConfiguration+Constraints.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[112/165] Compiling CxjToasts CxjToastConfiguration+DismissMethod.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[113/165] Compiling CxjToasts CxjToastConfiguration+KeyboardHandling.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[114/165] Compiling CxjToasts CxjToastConfiguration+Layout.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[115/165] Compiling CxjToasts CxjToastConfiguration+SourceBackground.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[116/165] Compiling CxjToasts CxjToastConfiguration+SpamProtection.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[117/165] Compiling CxjToasts CxjToastConfiguration+ToastCoexistencePolicy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[118/165] Compiling CxjToasts CxjToastConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[119/165] Compiling CxjToasts CxjToastContentLayout.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[120/165] Compiling CxjToasts CxjToastDisplayingState.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[121/165] Compiling CxjToasts CxjToastType.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[122/165] Compiling CxjToasts CxjToastAnimationPropertiesConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[123/165] Compiling CxjToasts CxjToastAnimator+ConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[124/165] Compiling CxjToasts CxjToastAnimator+CustomConfigPropertiesBuilder.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[125/165] Compiling CxjToasts CxjToastAnimator+CustomConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[126/165] Compiling CxjToasts ConfigableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[127/165] Compiling CxjToasts CxjDisplayableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[128/165] Compiling CxjToasts CxjIdentifiableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[129/165] Compiling CxjToasts SpamProtectableToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[130/165] Compiling CxjToasts CxjActionToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[131/165] Compiling CxjToasts CxjActionToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[132/165] Compiling CxjToasts CxjActionToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[133/165] Compiling CxjToasts CxjToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[134/165] Compiling CxjToasts CxjToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[135/165] Compiling CxjToasts CxjToastContentViewFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[136/165] Compiling CxjToasts CxjIconConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[137/165] Compiling CxjToasts CxjLabelConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[138/165] Compiling CxjToasts CxjTextConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[139/165] Compiling CxjToasts CxjInfoToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[140/165] Compiling CxjToasts CxjIconWithTextToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[141/165] Compiling CxjToasts CxjIconedToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[142/165] Compiling CxjToasts CxjIconedToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[143/165] Compiling CxjToasts CxjTextContentLabelConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[144/165] Compiling CxjToasts CxjToastTextContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[145/165] Compiling CxjToasts CxjToastTextContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[146/165] Compiling CxjToasts CxjToastTextContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[147/165] Compiling CxjToasts CxjUndoActionToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[148/165] Compiling CxjToasts CxjUndoActionToastContentView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[149/165] Compiling CxjToasts CxjUndoActionToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[150/165] Compiling CxjToasts CircularCountdownProgressBarView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[151/165] Compiling CxjToasts UndoActionToastNumberedTimingFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[152/165] Compiling CxjToasts UndoActionToastNumberedWithProgressFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[153/165] Compiling CxjToasts UndoToastCountdownProgressFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[154/165] Compiling CxjToasts ToastActionButton.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[155/165] Compiling CxjToasts CxjToastSourceBackground.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[156/165] Compiling CxjToasts CxjToastSourceBackgroundControl.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[157/165] Compiling CxjToasts CxjToastSourceBackgroundFactory.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[158/165] Compiling CxjToasts CxjToastSourceBackgroundTheme.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[159/165] Compiling CxjToasts CxjToastTemplate+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[160/165] Compiling CxjToasts CxjToastTemplate+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[161/165] Compiling CxjToasts CxjToastTemplate+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[162/165] Compiling CxjToasts CxjToastTemplate+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[163/165] Compiling CxjToasts CxjToastTemplate+Native.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[164/165] Compiling CxjToasts CxjToastTemplate+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
[165/165] Compiling CxjToasts CxjToastTemplate+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | //MARK: - Types
BUILD FAILURE 6.1 android