Build Information
Failed to build CxjToasts, reference 1.0.9 (38e779), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 22 Jun 2025 20:08:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CxjToasts -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coxijcake/CxjToasts.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosXcodebuild
Swift version: 6.2
Building package at path: $PWD
https://github.com/coxijcake/CxjToasts.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
CxjToasts: /Users/admin/builder/spi-builder-workspace
resolved source packages: CxjToasts
{
"dependencies" : [
],
"manifest_display_name" : "CxjToasts",
"name" : "CxjToasts",
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CxjToasts"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CxjToasts -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CxjToasts -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
CxjToasts: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'CxjToasts' in project 'CxjToasts'
➜ Explicit dependency on target 'CxjToasts' in project 'CxjToasts'
➜ Explicit dependency on target 'CxjToasts_CxjToasts' in project 'CxjToasts'
Target 'CxjToasts' in project 'CxjToasts'
➜ Explicit dependency on target 'CxjToasts_CxjToasts' in project 'CxjToasts'
Target 'CxjToasts_CxjToasts' in project 'CxjToasts' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6796c0f89e83169072d56aae5b7cdf7b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6796c0f89e83169072d56aae5b7cdf7b.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/CxjToasts_CxjToasts.DependencyMetadataFileList (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/CxjToasts_CxjToasts.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/CxjToasts_CxjToasts.DependencyStaticMetadataFileList (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/CxjToasts_CxjToasts.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/empty-CxjToasts_CxjToasts.plist (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/empty-CxjToasts_CxjToasts.plist
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents/Resources (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.SwiftFileList (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts_const_extract_protocols.json (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.SwiftConstValuesFileList (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.LinkFileList (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts-OutputFileMap.json (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources/resource_bundle_accessor.swift (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.modulemap (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.DependencyStaticMetadataFileList (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.DependencyMetadataFileList (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CxjToasts.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.modulemap (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/CxjToasts.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/empty-CxjToasts_CxjToasts.plist (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts_CxjToasts.build/empty-CxjToasts_CxjToasts.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle (in target 'CxjToasts_CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CxjToasts_CxjToasts.bundle
SwiftDriver CxjToasts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CxjToasts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: note: A dependency of main module 'CxjToasts'
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/CxjBackground.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjDynamicIslandHelper.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjNotchHelper.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjGradientParams.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjHapticFeedback.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjUIViewShadowParams.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticImpacter.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Views/CxjInteractiveBounceButton.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift:9:8: note: Also imported here
import UIKit.UIColor
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastContentLayout.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift:9:8: note: Also imported here
import UIKit.UIScreen
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift:9:8: note: Also imported here
import UIKit.UIApplication
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastAttributesComparator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/CxjToastDismisser.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjDisplayableToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Factory/CxjToastContentViewFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProvider.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift:8:8: note: Also imported here
import UIKit.UIScreen
^ (in target 'CxjToasts' from project 'CxjToasts')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: note: a dependency of main module 'CxjToasts'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/CxjBackground.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjDynamicIslandHelper.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjNotchHelper.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjGradientParams.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjHapticFeedback.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjUIViewShadowParams.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticImpacter.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Views/CxjInteractiveBounceButton.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift:9:8: note: also imported here
import UIKit.UIColor
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastContentLayout.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift:9:8: note: also imported here
import UIKit.UIScreen
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift:9:8: note: also imported here
import UIKit.UIApplication
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastAttributesComparator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/CxjToastDismisser.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjDisplayableToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Factory/CxjToastContentViewFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProvider.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift:8:8: note: also imported here
import UIKit.UIScreen
^
** BUILD FAILED **
The following build commands failed:
SwiftDriver CxjToasts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CxjToasts' from project 'CxjToasts')
Building workspace spi-builder-workspace with scheme CxjToasts
(2 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
CxjToasts: /Users/admin/builder/spi-builder-workspace
resolved source packages: CxjToasts
{
"dependencies" : [
],
"manifest_display_name" : "CxjToasts",
"name" : "CxjToasts",
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CxjToasts"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CxjToasts -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CxjToasts -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
CxjToasts: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'CxjToasts' in project 'CxjToasts'
➜ Explicit dependency on target 'CxjToasts' in project 'CxjToasts'
➜ Explicit dependency on target 'CxjToasts_CxjToasts' in project 'CxjToasts'
Target 'CxjToasts' in project 'CxjToasts'
➜ Explicit dependency on target 'CxjToasts_CxjToasts' in project 'CxjToasts'
Target 'CxjToasts_CxjToasts' in project 'CxjToasts' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
SwiftDriver CxjToasts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CxjToasts' from project 'CxjToasts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CxjToasts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug/CxjToasts.build/Objects-normal/arm64/CxjToasts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: note: A dependency of main module 'CxjToasts'
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/CxjBackground.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjDynamicIslandHelper.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjNotchHelper.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjGradientParams.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjHapticFeedback.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjUIViewShadowParams.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticImpacter.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Common/Views/CxjInteractiveBounceButton.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift:9:8: note: Also imported here
import UIKit.UIColor
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastContentLayout.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift:9:8: note: Also imported here
import UIKit.UIScreen
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift:9:8: note: Also imported here
import UIKit.UIApplication
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift:9:8: note: Also imported here
import UIKit.UIView
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastAttributesComparator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/CxjToastDismisser.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjDisplayableToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Factory/CxjToastContentViewFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProvider.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+ActionableEventToast.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+BottomPrimary.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfigurator.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:8:8: note: Also imported here
import UIKit
^ (in target 'CxjToasts' from project 'CxjToasts')
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift:8:8: note: Also imported here
import UIKit.UIScreen
^ (in target 'CxjToasts' from project 'CxjToasts')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:19c3de928f76ce7d33a0e56738041ab2658ea044, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: error: Unable to find module dependency: 'UIKit'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift:8:8: note: a dependency of main module 'CxjToasts'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/CxjBackground.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjDynamicIslandHelper.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjNotchHelper.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjGradientParams.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjHapticFeedback.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjUIViewShadowParams.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticImpacter.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/Views/CxjInteractiveBounceButton.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift:9:8: note: also imported here
import UIKit.UIColor
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastContentLayout.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift:9:8: note: also imported here
import UIKit.UIScreen
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift:9:8: note: also imported here
import UIKit.UIApplication
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift:9:8: note: also imported here
import UIKit.UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastAttributesComparator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/CxjToastDismisser.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjDisplayableToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Factory/CxjToastContentViewFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProvider.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+ActionableEventToast.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+BottomPrimary.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfigurator.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:8:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift:8:8: note: also imported here
import UIKit.UIScreen
^
** BUILD FAILED **
The following build commands failed:
SwiftDriver CxjToasts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CxjToasts' from project 'CxjToasts')
Building workspace spi-builder-workspace with scheme CxjToasts
(2 failures)
BUILD FAILURE 6.2 macosXcodebuild