The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CxjToasts, reference 1.0.9 (38e779), with Swift 6.3 for watchOS using Xcode 26.4 on 15 Apr 2026 13:55:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CxjToasts -destination generic/platform=watchOS

Build Log

                private var transitionAnimationDimmedView: UIView?
                                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift:82:72: error: 'CACornerMask' is unavailable in watchOS
                private func addTransitionDimmedView(dimColor: UIColor, cornersMask: CACornerMask) {
                                                                                     ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift:42:26: error: 'UIView' is unavailable in watchOS
        private let sourceView: UIView
                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift:51:15: error: 'UIView' is unavailable in watchOS
                sourceView: UIView,
                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift:11:25: error: 'UIView' is unavailable in watchOS
        typealias SourceView = UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:31:40: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        private lazy var swipeGesture: UIPanGestureRecognizer = {
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:32:26: error: 'UIPanGestureRecognizer' is unavailable in watchOS
            let gesture: UIPanGestureRecognizer = UIPanGestureRecognizer(
                         ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:32:51: error: 'UIPanGestureRecognizer' is unavailable in watchOS
            let gesture: UIPanGestureRecognizer = UIPanGestureRecognizer(
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:113:38: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    func handleToastSwipe(_ gesture: UIPanGestureRecognizer) {
                                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:147:20: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        _ gesture: UIPanGestureRecognizer,
                   ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:148:36: error: 'UIView' is unavailable in watchOS
        insideView toastSuperView: UIView
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:165:20: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        _ gesture: UIPanGestureRecognizer,
                   ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:166:36: error: 'UIView' is unavailable in watchOS
        insideView toastSuperView: UIView
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:173:20: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        _ gesture: UIPanGestureRecognizer,
                   ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:174:36: error: 'UIView' is unavailable in watchOS
        insideView toastSuperView: UIView
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:181:20: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        _ gesture: UIPanGestureRecognizer,
                   ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:182:36: error: 'UIView' is unavailable in watchOS
        insideView toastSuperView: UIView
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:204:20: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        _ gesture: UIPanGestureRecognizer,
                   ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:205:36: error: 'UIView' is unavailable in watchOS
        insideView toastSuperView: UIView,
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:252:39: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        func deltaForSwipeGesture(_ gesture: UIPanGestureRecognizer, insideView toastSuperView: UIView) -> CGFloat {
                                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:252:90: error: 'UIView' is unavailable in watchOS
        func deltaForSwipeGesture(_ gesture: UIPanGestureRecognizer, insideView toastSuperView: UIView) -> CGFloat {
                                                                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:272:52: error: 'UIPanGestureRecognizer' is unavailable in watchOS
        func shouldDismissToastForEndedGesture(_ gesture: UIPanGestureRecognizer, insideView toastSuperView: UIView) -> Bool {
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift:272:103: error: 'UIView' is unavailable in watchOS
        func shouldDismissToastForEndedGesture(_ gesture: UIPanGestureRecognizer, insideView toastSuperView: UIView) -> Bool {
                                                                                                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift:18:32: error: 'UITapGestureRecognizer' is unavailable in watchOS
                private lazy var tapGesture: UITapGestureRecognizer = UITapGestureRecognizer(
                                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift:18:57: error: 'UITapGestureRecognizer' is unavailable in watchOS
                private lazy var tapGesture: UITapGestureRecognizer = UITapGestureRecognizer(
                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:20:27: error: 'UIView' is unavailable in watchOS
                private let sourceView: UIView
                                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:24:42: error: 'NSLayoutConstraint' is unavailable in watchOS
                private var defaultVerticalConstraint: NSLayoutConstraint?
                                                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:25:56: error: 'NSLayoutConstraint' is unavailable in watchOS
                private var bottomConstaintDuringKeyboardDisplaying: NSLayoutConstraint?
                                                                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:30:16: error: 'UIView' is unavailable in watchOS
                        sourceView: UIView,
                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:75:22: error: 'UIView' is unavailable in watchOS
                        _ backgroundView: UIView,
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:76:29: error: 'UIView' is unavailable in watchOS
                        inSourceView sourceView: UIView
                                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:122:19: error: 'UIView' is unavailable in watchOS
                        in sourceView: UIView
                                       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:123:8: error: 'NSLayoutConstraint' is unavailable in watchOS
                ) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:157:27: error: 'UIView' is unavailable in watchOS
                        insideView sourceView: UIView
                                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift:158:8: error: 'NSLayoutConstraint' is unavailable in watchOS
                ) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift:31:18: error: 'UIView' is unavailable in watchOS
                let toastView: UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:21:28: error: 'UIView' is unavailable in watchOS
        forView childView: UIView,
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:22:32: error: 'UIView' is unavailable in watchOS
        insideView parentView: UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:23:11: error: 'NSLayoutConstraint' is unavailable in watchOS
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:45:28: error: 'UIView' is unavailable in watchOS
        forView childView: UIView,
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:46:32: error: 'UIView' is unavailable in watchOS
        insideView parentView: UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:47:11: error: 'NSLayoutConstraint' is unavailable in watchOS
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:61:28: error: 'UIView' is unavailable in watchOS
        forView childView: UIView,
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:62:32: error: 'UIView' is unavailable in watchOS
        insideView parentView: UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:63:11: error: 'NSLayoutConstraint' is unavailable in watchOS
    ) -> [NSLayoutConstraint] {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:84:28: error: 'UIView' is unavailable in watchOS
        forView childView: UIView,
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:85:32: error: 'UIView' is unavailable in watchOS
        insideView parentView: UIView
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:86:10: error: 'NSLayoutConstraint' is unavailable in watchOS
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:138:24: error: 'NSLayoutAnchor' is unavailable in watchOS
        _ anchorStart: NSLayoutAnchor<AnchorType>,
                       ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:140:34: error: 'NSLayoutAnchor' is unavailable in watchOS
        equalToAnchor anchorEnd: NSLayoutAnchor<AnchorType>
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:141:10: error: 'NSLayoutConstraint' is unavailable in watchOS
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:153:22: error: 'NSLayoutDimension' is unavailable in watchOS
        _ dimension: NSLayoutDimension,
                     ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift:155:10: error: 'NSLayoutConstraint' is unavailable in watchOS
    ) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift:138:52: error: 'UIView' is unavailable in watchOS
        public func dismissToastsInsideView(_ sourceView: UIView, animated: Bool) {
                                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift:15:21: error: 'UIView' is unavailable in watchOS
    var sourceView: UIView { get }
                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift:19:21: error: 'UIView' is unavailable in watchOS
    var sourceView: UIView { config.sourceView }
                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift:109:24: error: 'UIControl' is unavailable in watchOS
                case custom(control: UIControl, actionCompletion: CxjVoidCompletion?)
                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:29:27: error: 'UIView' is unavailable in watchOS
        private let contentView: UIView
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:30:29: error: 'UIControl' is unavailable in watchOS
        private let actionControl: UIControl
                                   ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:34:16: error: 'UIView' is unavailable in watchOS
                contentView: UIView,
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:35:18: error: 'UIControl' is unavailable in watchOS
                actionControl: UIControl,
                               ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift:27:47: error: 'UIStackView' is unavailable in watchOS
public final class CxjActionToastContentView: UIStackView {
                                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift:15:70: error: 'UIView' is unavailable in watchOS
        static func createViewWithConfig(_ config: Config, infoContentView: UIView) -> View {
                                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift:43:80: error: 'UIControl' is unavailable in watchOS
        private static func actionControlForConfig(_ config: Config.ActionControl) -> UIControl {
                                                                                      ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift:15:38: error: 'UIView' is unavailable in watchOS
public protocol CxjToastContentView: UIView {
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift:37:26: error: 'UIView' is unavailable in watchOS
        public let contentMode: UIView.ContentMode
                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift:49:16: error: 'UIView' is unavailable in watchOS
                contentMode: UIView.ContentMode = .scaleAspectFit,
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift:15:64: error: 'UIView' is unavailable in watchOS
        static func viewWithConfig(_ config: Config, infoContentView: UIView) -> View {
                                                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift:30:81: error: 'UIImageView' is unavailable in watchOS
        private static func iconImageViewWithParams(_ params: CxjIconConfiguration) -> UIImageView {
                                                                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift:22:22: error: 'UIImageView' is unavailable in watchOS
                let iconImageView: UIImageView
                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift:23:24: error: 'UIView' is unavailable in watchOS
                let infoContentView: UIView
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift:29:47: error: 'UIStackView' is unavailable in watchOS
public final class CxjIconedToastContentView: UIStackView {
                                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift:14:60: error: 'UILabel' is unavailable in watchOS
        static func labelForConfig(_ labelConfig: LabelConfig) -> UILabel {
                                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:13:27: error: 'UILabel' is unavailable in watchOS
                case singleTitle(label: UILabel)
                                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:14:33: error: 'UILabel' is unavailable in watchOS
                case withSubtitle(titleLabel: UILabel, subtitleLabel: UILabel, params: SubtitledConfigParams)
                                              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:14:57: error: 'UILabel' is unavailable in watchOS
                case withSubtitle(titleLabel: UILabel, subtitleLabel: UILabel, params: SubtitledConfigParams)
                                                                      ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift:23:38: error: 'UIStackView' is unavailable in watchOS
final class CxjToastTextContentView: UIStackView {
                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift:87:24: error: 'UIControl' is unavailable in watchOS
                case custom(control: UIControl, actionCompletion: CxjVoidCompletion?)
                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:10:45: error: 'UIView' is unavailable in watchOS
public protocol CxjToastTimingFeedbackView: UIView {
                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:18:32: error: 'UIStackView' is unavailable in watchOS
        private let leadingStackView: UIStackView = UIStackView()
                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:18:46: error: 'UIStackView' is unavailable in watchOS
        private let leadingStackView: UIStackView = UIStackView()
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:18:46: error: 'init()' is unavailable in watchOS
        private let leadingStackView: UIStackView = UIStackView()
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:21:31: error: 'UIView' is unavailable in watchOS
        private let infoContentView: UIView
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:22:26: error: 'UIControl' is unavailable in watchOS
        private let undoButton: UIControl
                                ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:27:20: error: 'UIView' is unavailable in watchOS
                infoContentView: UIView,
                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:28:15: error: 'UIControl' is unavailable in watchOS
                undoButton: UIControl,
                            ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift:16:51: error: 'UIStackView' is unavailable in watchOS
public final class CxjUndoActionToastContentView: UIStackView {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift:28:68: error: 'UIView' is unavailable in watchOS
        private static func infoContentViewForConfig(_ config: Config) -> UIView {
                                                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift:66:84: error: 'UIControl' is unavailable in watchOS
        private static func undoControlForConfigControl(_ control: Config.UndoControl) -> UIControl {
                                                                                          ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:20:29: error: 'CAShapeLayer' is unavailable in watchOS
        private let progressLayer: CAShapeLayer = CAShapeLayer()
                                   ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:20:44: error: 'CAShapeLayer' is unavailable in watchOS
        private let progressLayer: CAShapeLayer = CAShapeLayer()
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:21:25: error: 'CAShapeLayer' is unavailable in watchOS
        private let maskLayer: CAShapeLayer = CAShapeLayer()
                               ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:21:40: error: 'CAShapeLayer' is unavailable in watchOS
        private let maskLayer: CAShapeLayer = CAShapeLayer()
                                              ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift:18:47: error: 'UIView' is unavailable in watchOS
final class CircularCountdownProgressBarView: UIView {
                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:19:21: error: 'UILabel' is unavailable in watchOS
        private let label: UILabel = UILabel()
                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:19:31: error: 'UILabel' is unavailable in watchOS
        private let label: UILabel = UILabel()
                                     ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:19:31: error: 'init()' is unavailable in watchOS
        private let label: UILabel = UILabel()
                                     ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift:17:56: error: 'UIView' is unavailable in watchOS
final class UndoActionToastNumberedTimingFeedbackView: UIView {
                                                       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift:10:62: error: 'UIView' is unavailable in watchOS
final class UndoActionToastNumberedWithProgressFeedbackView: UIView {
                                                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift:17:53: error: 'UIView' is unavailable in watchOS
final class UndoToastCountdownProgressFeedbackView: UIView {
                                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift:28:66: error: 'UIControl' is unavailable in watchOS
        func setupConfig(_ config: ButtonConfig, forState controlState: UIControl.State) {
                                                                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift:12:31: error: 'UIControl' is unavailable in watchOS
        typealias InteractionEvent = UIControl.Event
                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift:10:43: error: 'UIView' is unavailable in watchOS
public protocol CxjToastSourceBackground: UIView {
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift:10:46: error: 'UIControl' is unavailable in watchOS
final class CxjToastSourceBackgroundControl: UIControl {
                                             ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift:36:69: error: 'UIView' is unavailable in watchOS
        private static func backgroundControlWithSubview(_ controlSubview: UIView) -> Background {
                                                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift:12:23: error: 'UIBlurEffect' is unavailable in watchOS
        case blurred(effect: UIBlurEffect)
                             ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift:14:20: error: 'UIView' is unavailable in watchOS
        case custom(view: UIView)
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift:18:25: error: 'UIControl' is unavailable in watchOS
                        case custom(control: UIControl)
                                             ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift:83:32: error: 'UIView' is unavailable in watchOS
                public let customSourceView: UIView?
                                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift:92:22: error: 'UIView' is unavailable in watchOS
                        customSourceView: UIView?,
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift:19:25: error: 'UIView' is unavailable in watchOS
                let customSourceView: UIView?
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift:31:22: error: 'UIView' is unavailable in watchOS
                        customSourceView: UIView? = nil,
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift:20:38: error: 'UIView' is unavailable in watchOS
        public let customSourceView: UIView?
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift:28:31: error: 'UIView' is unavailable in watchOS
            customSourceView: UIView?,
                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift:17:32: error: 'UIView' is unavailable in watchOS
                public let customSourceView: UIView?
                                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift:26:22: error: 'UIView' is unavailable in watchOS
                        customSourceView: UIView?,
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift:17:25: error: 'UIControl' is unavailable in watchOS
                        case custom(control: UIControl)
                                             ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift:75:32: error: 'UIView' is unavailable in watchOS
                public let customSourceView: UIView?
                                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift:86:22: error: 'UIView' is unavailable in watchOS
                        customSourceView: UIView?,
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProvider.swift:18:30: error: 'UIView' is unavailable in watchOS
        func defaultSourceView() -> UIView {
                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift:37:73: error: 'UIView' is unavailable in watchOS
                private func layoutForData(_ data: Data.Toast, insideView sourceView: UIView) -> Config.Layout {
                                                                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift:44:78: error: 'UIView' is unavailable in watchOS
                private func constraintsForData(_ data: Data.Toast, insideView sourceView: UIView) -> Config.Constraints {
                                                                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift:41:38: error: 'UIView' is unavailable in watchOS
                private func layoutFor(sourceView: UIView) -> Config.Layout {
                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift:48:43: error: 'UIView' is unavailable in watchOS
                private func constraintsFor(sourceView: UIView) -> Config.Constraints {
                                                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift:55:47: error: 'UIView' is unavailable in watchOS
                private func widthConstraintFor(sourceView: UIView) -> Config.Constraints.Values {
                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:37:53: error: 'UIView' is unavailable in watchOS
        private func layoutInsideView(_ sourceView: UIView) -> Config.Layout {
                                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:44:58: error: 'UIView' is unavailable in watchOS
        private func constraintsInsideView(_ sourceView: UIView) -> Config.Constraints {
                                                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:51:63: error: 'UIView' is unavailable in watchOS
        private func widthConstraintsInsideView(_ sourceView: UIView) -> Config.Constraints.Values {
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:116:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift:128:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:41:53: error: 'UIView' is unavailable in watchOS
        private func layoutInsideView(_ sourceView: UIView) -> Config.Layout {
                                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:48:58: error: 'UIView' is unavailable in watchOS
        private func constraintsInsideView(_ sourceView: UIView) -> Config.Constraints {
                                                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:55:63: error: 'UIView' is unavailable in watchOS
        private func widthConstraintsInsideView(_ sourceView: UIView) -> Config.Constraints.Values {
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:114:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift:124:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:37:38: error: 'UIView' is unavailable in watchOS
                private func layoutFor(sourceView: UIView) -> Config.Layout {
                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:44:43: error: 'UIView' is unavailable in watchOS
                private func constraintsFor(sourceView: UIView) -> Config.Constraints {
                                                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:51:47: error: 'UIView' is unavailable in watchOS
                private func widthConstraintFor(sourceView: UIView) -> Config.Constraints.Values {
                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:115:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift:127:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:41:38: error: 'UIView' is unavailable in watchOS
                private func layoutFor(sourceView: UIView) -> Config.Layout {
                                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:48:43: error: 'UIView' is unavailable in watchOS
                private func constraintsFor(sourceView: UIView) -> Config.Constraints {
                                                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:55:47: error: 'UIView' is unavailable in watchOS
                private func widthConstraintFor(sourceView: UIView) -> Config.Constraints.Values {
                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:121:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift:131:9: error: 'UIView' is unavailable in watchOS
        UIView.animate(
        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift:37:56: error: 'UIView' is unavailable in watchOS
                private func layoutForData(_ data: Data, sourceView: UIView) -> Config.Layout {
                                                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift:44:61: error: 'UIView' is unavailable in watchOS
                private func constraintsForData(_ data: Data, sourceView: UIView) -> Config.Constraints {
                                                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift:13:29: error: 'UIView' is unavailable in watchOS
        typealias BackgroundView = UIView
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift:22:29: error: 'CALayer' is unavailable in watchOS
        private var gradientLayer: CALayer?
                                   ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift:20:45: error: 'UIView' is unavailable in watchOS
final class CxjToastGradientBackgroundView: UIView {
                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift:78:63: error: 'CAGradientLayer' is unavailable in watchOS
        func createGradientLayerWithState(_ state: GradientState) -> CAGradientLayer {
                                                                     ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:25:14: error: 'CACornerMask' is unavailable in watchOS
                        let mask: CACornerMask
                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:39:30: error: 'UIView' is unavailable in watchOS
        private let backgroundView: UIView
                                    ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:48:19: error: 'UIView' is unavailable in watchOS
                backgroundView: UIView
                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift:36:36: error: 'UIView' is unavailable in watchOS
final class CxjToastContainerView: UIView {
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift:10:31: error: 'UIView' is unavailable in watchOS
public protocol CxjToastView: UIView {
                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift:90:22: error: 'CACornerMask' is unavailable in watchOS
                        case custom(mask: CACornerMask)
                                          ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift:93:26: error: 'CACornerMask' is unavailable in watchOS
                        public var layerMask: CACornerMask {
                                              ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:11:24: error: 'UIWindow' is unavailable in watchOS
        static var keyWindow: UIWindow? {
                              ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:29:35: error: 'UIInterfaceOrientation' is unavailable in watchOS
        static var interfaceOrientation: UIInterfaceOrientation? {
                                         ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOrientation.h:41:28: note: 'UIInterfaceOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIInterfaceOrientation) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:42:33: error: 'UIViewController' is unavailable in watchOS
        static var rootViewController: UIViewController? {
                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:46:38: error: 'UIViewController' is unavailable in watchOS
        static func topViewController(base: UIViewController? = rootViewController) -> UIViewController? {
                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:46:81: error: 'UIViewController' is unavailable in watchOS
        static func topViewController(base: UIViewController? = rootViewController) -> UIViewController? {
                                                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift:10:11: error: 'UIApplication' is unavailable in watchOS
extension UIApplication {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift:10:11: error: 'UIScreen' is unavailable in watchOS
extension UIScreen {
          ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Completions.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/CxjBackground.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjDynamicIslandHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjNotchHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ClampedAlpha.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ClampedProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/Comparison/CxjToastComparisonAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/Comparison/CxjToastComparisonCriteria.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjGradientParams.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjHapticFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjUIViewShadowParams.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ToastLayoutProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/MulticastPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticImpacter.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/SmoothProgressCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Views/CxjInteractiveBounceButton.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToastDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Constraints.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+DismissMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+KeyboardHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SpamProtection.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+ToastCoexistencePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastContentLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastDisplayingState.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastType.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimationPropertiesConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/CxjToastAnimator+DefaultConfigStrategyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Center/CxjToastAnimator+DefaultCenterConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimationCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastDismissAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastPresentAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastAttributesComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastPlacementComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastTypeComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/CxjToastDismisser.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTimeUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+UseCasesFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/ToastDismissUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/ToastDismissUseCaseDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+ToastDisplayingProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Validators/ToastSpamValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjDisplayableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjIdentifiableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/SpamProtectableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Factory/CxjToastContentViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+MinimalizedGlobalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+Native.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfiguratorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+Native.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+TopStraight.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+UndoAction.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/CxjTemplatedToastConfigProviderFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+ActionableEventToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+BottomPrimary.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+CompactActionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+MinimalizedGlobalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+Native.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+TopStraight.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Toast/UseCases/ToastConfigProvider+UndoAction.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/CxjTemplatedToastViewConfigProviderFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/ToastViewConfigProviderFactory+Provider.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+ActionableEventToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+BottomPrimary.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToasts.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Collection+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift -target arm64_32-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name CxjToasts -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64_32-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/Objects-normal/arm64_32/CxjToasts.abi.json
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ Completions.swift,\ CxjAnimation.swift,\ CxjBlurredBackgroundViewConfigurator.swift,\ CxjColorizedBackgroundViewConfigurator.swift,\ CxjGradientdBackgroundViewConfigurator.swift,\ CxjBackground.swift,\ CxjDynamicIslandHelper.swift,\ CxjNotchHelper.swift,\ ClampedAlpha.swift,\ ClampedProgress.swift,\ CxjToastComparisonAttribute.swift,\ CxjToastComparisonCriteria.swift,\ CxjGradientParams.swift,\ CxjHapticFeedback.swift,\ CxjUIViewShadowParams.swift,\ ToastLayoutProgress.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Completions.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/CxjBackground.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjDynamicIslandHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjNotchHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ClampedAlpha.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ClampedProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/Comparison/CxjToastComparisonAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/Comparison/CxjToastComparisonCriteria.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjGradientParams.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjHapticFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjUIViewShadowParams.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ToastLayoutProgress.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CxjToasts.build/Debug-watchos/CxjToasts.build/DerivedSources/resource_bundle_accessor.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Completions.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjAnimation/CxjAnimation.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjBlurredBackgroundViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjColorizedBackgroundViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/Configurators/CxjGradientdBackgroundViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/CxjBackground/CxjBackground.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjDynamicIslandHelper.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Helpers/CxjNotchHelper.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ClampedAlpha.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ClampedProgress.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/Comparison/CxjToastComparisonAttribute.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/Comparison/CxjToastComparisonCriteria.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjGradientParams.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjHapticFeedback.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/CxjUIViewShadowParams.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Models/ToastLayoutProgress.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CxjToastAnimationCoordinator.swift,\ CxjToastAnimator+CoordinatorFactory.swift,\ CxjToastAnimator+CommonBehaviourCoordinator.swift,\ CxjToastAnimator.swift,\ CxjToastDismissAnimator.swift,\ CxjToastPresentAnimator.swift,\ CxjToastAnimator+LayoutCalculator.swift,\ CxjToastAnimator+SourceBackgroundLayoutCalculator.swift,\ CxjToastAnimator+AnimatingProperties.swift,\ ToastAttributesComparator.swift,\ ToastPlacementComparator.swift,\ ToastSourceViewComparator.swift,\ ToastTypeComparator.swift,\ CxjToastConfigurator.swift,\ CxjToastsKeyboardDisplayingStateHandler.swift,\ CxjToastDismisser.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimationCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastDismissAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastPresentAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastAttributesComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastPlacementComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastTypeComparator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/CxjToastDismisser.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimationCoordinator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/CxjToastAnimator+CoordinatorFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/UseCases/CxjToastAnimator+CommonBehaviourCoordinator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastAnimator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastDismissAnimator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/CxjToastPresentAnimator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+LayoutCalculator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/LayoutCalculator/CxjToastAnimator+SourceBackgroundLayoutCalculator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Models/CxjToastAnimator+AnimatingProperties.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastAttributesComparator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastPlacementComparator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastSourceViewComparator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Comparators/ToastTypeComparator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/CxjToastsKeyboardDisplayingStateHandler.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/CxjToastDismisser.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ComparableToast.swift,\ ConfigableToast.swift,\ CxjDisplayableToast.swift,\ CxjIdentifiableToast.swift,\ SpamProtectableToast.swift,\ CxjActionToastContentConfiguration.swift,\ CxjActionToastContentView.swift,\ CxjActionToastContentViewConfigurator.swift,\ CxjToastContentConfiguration.swift,\ CxjToastContentView.swift,\ CxjToastContentViewFactory.swift,\ CxjIconConfiguration.swift,\ CxjLabelConfiguration.swift,\ CxjTextConfiguration.swift,\ CxjInfoToastContentViewConfigurator.swift,\ CxjIconWithTextToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjDisplayableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjIdentifiableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/SpamProtectableToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Factory/CxjToastContentViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ComparableToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/ConfigableToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjDisplayableToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/CxjIdentifiableToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/ToastProtocols/SpamProtectableToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Action/CxjActionToastContentViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/CxjToastContentView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Factory/CxjToastContentViewFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjIconConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjLabelConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CommonConfigs/CxjTextConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/CxjInfoToastContentViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconWithTextToastContentViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CxjIconedToastContentConfiguration.swift,\ CxjIconedToastContentView.swift,\ CxjTextContentLabelConfigurator.swift,\ CxjToastTextContentConfiguration.swift,\ CxjToastTextContentView.swift,\ CxjToastTextContentViewConfigurator.swift,\ CxjUndoActionToastContentConfiguration.swift,\ CxjUndoActionToastContentView.swift,\ CxjUndoActionToastContentViewConfigurator.swift,\ CircularCountdownProgressBarView.swift,\ UndoActionToastNumberedTimingFeedbackView.swift,\ UndoActionToastNumberedWithProgressFeedbackView.swift,\ UndoToastCountdownProgressFeedbackView.swift,\ ToastActionButton.swift,\ CxjToastSourceBackground.swift,\ CxjToastSourceBackgroundControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Iconed/CxjIconedToastContentView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjTextContentLabelConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/InfoContent/Titled/CxjToastTextContentViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/CxjUndoActionToastContentViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/CircularCountdownProgressBarView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedTimingFeedbackView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoActionToastNumberedWithProgressFeedbackView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/UndoAction/Subviews/UndoToastCountdownProgressFeedbackView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastContentViews/Views/ToastActionButton.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackground.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundControl.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CxjToastDismisser+BySwipeUseCase.swift,\ CxjToastDismisser+ByTimeUseCase.swift,\ CxjToastDismisser+ByTouchUseCase.swift,\ CxjToastDismisser+UseCasesFactory.swift,\ ToastDismissUseCase.swift,\ ToastDismissUseCaseDelegate.swift,\ CxjDisplayingToastsCoordinator.swift,\ CxjDisplayingToastsUpdater.swift,\ CxjToastPresenter+Layout.swift,\ CxjToastPresenter+UpdatingForKeyboardStrategy.swift,\ CxjToastPresenter.swift,\ ToastContentNsLayoutConstraintConfigurator.swift,\ CxjToastsCoordinator+BackgroundActionConfigurator.swift,\ CxjToastsCoordinator+ToastDisplayingProgress.swift,\ CxjToastsCoordinator.swift,\ ToastSpamValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTimeUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+UseCasesFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/ToastDismissUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/ToastDismissUseCaseDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+ToastDisplayingProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Validators/ToastSpamValidator.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+BySwipeUseCase.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTimeUseCase.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+ByTouchUseCase.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/CxjToastDismisser+UseCasesFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/ToastDismissUseCase.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Dismisser/UseCases/ToastDismissUseCaseDelegate.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsCoordinator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/DisplayingToastsCoordinator/CxjDisplayingToastsUpdater.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+Layout.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter+UpdatingForKeyboardStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Presenter/CxjToastPresenter.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastContentNsLayoutConstraintConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+BackgroundActionConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator+ToastDisplayingProgress.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/ToastsCoordinator/CxjToastsCoordinator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Validators/ToastSpamValidator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CxjToastSourceBackgroundFactory.swift,\ CxjToastSourceBackgroundTheme.swift,\ CxjToastTemplate+ActionableEventToast.swift,\ CxjToastTemplate+BottomPrimary.swift,\ CxjToastTemplate+CompactActionDescription.swift,\ CxjToastTemplate+MinimalizedGlobalStatus.swift,\ CxjToastTemplate+Native.swift,\ CxjToastTemplate+TopStraight.swift,\ CxjToastTemplate+UndoAction.swift,\ CxjToastTemplate.swift,\ CxjTemplatedToastContentConfigurator.swift,\ CxjTemplatedToastContentConfiguratorFactory.swift,\ ToastContentConfigurator+ActionableEventToast.swift,\ ToastContentConfigurator+BottomPrimary.swift,\ ToastContentConfigurator+CompactActionDescription.swift,\ ToastContentConfigurator+GlobalMinimalizedStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+MinimalizedGlobalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+Native.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfiguratorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastSourceBackground/CxjToastSourceBackgroundTheme.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+ActionableEventToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+BottomPrimary.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+CompactActionDescription.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+MinimalizedGlobalStatus.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+Native.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+TopStraight.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate+UndoAction.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Models/CxjToastTemplate.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/CxjTemplatedToastContentConfiguratorFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+ActionableEventToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+BottomPrimary.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+CompactActionDescription.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/Content/UseCases/ToastContentConfigurator+GlobalMinimalizedStatus.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CxjToastConfiguration+ToastCoexistencePolicy.swift,\ CxjToastConfiguration.swift,\ CxjToastContentLayout.swift,\ CxjToastDisplayingState.swift,\ CxjToastType.swift,\ CxjToastAnimationPropertiesConfigStrategy.swift,\ CxjToastAnimator+ConfigStrategyFactory.swift,\ CxjToastAnimator+CustomConfigPropertiesBuilder.swift,\ CxjToastAnimator+CustomConfigStrategy.swift,\ CxjToastAnimator+DefaultConfigStrategyFactory.swift,\ CxjToastAnimator+DefaultConfigStrategyInput.swift,\ CxjToastAnimator+DefaultBottomConfigStrategy.swift,\ CxjToastAnimator+DefaultCenterConfigStrategy.swift,\ CxjToastAnimator+DefaultTopConfigStrategyFactory.swift,\ CxjToastAnimator+DefaultTopCommonConfigStrategy.swift,\ CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift,\ CxjToastAnimator+DefaultTopNotchConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+ToastCoexistencePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastContentLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastDisplayingState.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastType.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimationPropertiesConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/CxjToastAnimator+DefaultConfigStrategyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Center/CxjToastAnimator+DefaultCenterConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+ToastCoexistencePolicy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastContentLayout.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastDisplayingState.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/CxjToastType.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimationPropertiesConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/CxjToastAnimator+ConfigStrategyFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigPropertiesBuilder.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Custom/CxjToastAnimator+CustomConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/CxjToastAnimator+DefaultConfigStrategyFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/Models/CxjToastAnimator+DefaultConfigStrategyInput.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Bottom/CxjToastAnimator+DefaultBottomConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Center/CxjToastAnimator+DefaultCenterConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/CxjToastAnimator+DefaultTopConfigStrategyFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopCommonConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Services/Animator/Coordinator/ConfigStrategy/UseCases/Default/UseCases/Top/UseCases/CxjToastAnimator+DefaultTopNotchConfigStrategy.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ MulticastPublisher.swift,\ CxjToastHapticFeedbackGenerator.swift,\ CxjToastHapticFeedbackGeneratorFactory.swift,\ CxjToastHapticImpacter.swift,\ CxjToastNotificationFeebackGenerator.swift,\ CxjToastUiImpactFeedbackGenerator.swift,\ SmoothProgressCalculator.swift,\ CxjInteractiveBounceButton.swift,\ CxjToast.swift,\ CxjToastDelegate.swift,\ CxjToastConfiguration+Animations.swift,\ CxjToastConfiguration+Constraints.swift,\ CxjToastConfiguration+DismissMethod.swift,\ CxjToastConfiguration+KeyboardHandling.swift,\ CxjToastConfiguration+Layout.swift,\ CxjToastConfiguration+SourceBackground.swift,\ CxjToastConfiguration+SpamProtection.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/MulticastPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticImpacter.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/SmoothProgressCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/Common/Views/CxjInteractiveBounceButton.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToast.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToastDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Constraints.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+DismissMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+KeyboardHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SpamProtection.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/MulticastPublisher.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGenerator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticFeedbackGeneratorFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastHapticImpacter.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastNotificationFeebackGenerator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/Haptic/CxjToastUiImpactFeedbackGenerator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Services/SmoothProgressCalculator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Common/Views/CxjInteractiveBounceButton.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToast.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/CxjToastDelegate.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Animations.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Constraints.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+DismissMethod.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+KeyboardHandling.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+Layout.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SourceBackground.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToast/Models/Configuration/CxjToastConfiguration+SpamProtection.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ToastViewConfigProvider+CompactActionDescription.swift,\ ToastViewConfigProvider+MinimalizedGlobalStatus.swift,\ ToastViewConfigProvider+Native.swift,\ ToastViewConfigProvider+TopStraight.swift,\ ToastViewConfigProvider+UndoAction.swift,\ CxjToastContainerBackgroundViewFactory.swift,\ CxjToastGradientBackgroundView.swift,\ CxjToastContainerView.swift,\ CxjToastContainerViewStateConfigurator.swift,\ CxjToastView.swift,\ CxjToastViewConfiguration.swift,\ CxjToastViewConfigurator.swift,\ CxjToasts.swift,\ Collection+Extensions.swift,\ UIApplication+Extensions.swift,\ UIScreen+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfigurator.swift /Users/admin/builder/spi-builder-workspace/Sources/CxjToasts.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Collection+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift (in target 'CxjToasts' from project 'CxjToasts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+CompactActionDescription.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+MinimalizedGlobalStatus.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+Native.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+TopStraight.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastTemplates/Providers/View/UseCases/ToastViewConfigProvider+UndoAction.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/CxjToastContainerBackgroundViewFactory.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/Backgrounds/Views/CxjToastGradientBackgroundView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastContainerView/CxjToastContainerViewStateConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastView.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfiguration.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToastView/CxjToastViewConfigurator.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CxjToasts.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Collection+Extensions.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIApplication+Extensions.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIScreen+Extensions.swift (in target 'CxjToasts' from project 'CxjToasts')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ CxjToasts (in target 'CxjToasts' from project 'CxjToasts')
2026-04-15 09:55:33.900 xcodebuild[820:4633] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'CxjToasts' from project 'CxjToasts')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CxjToasts (in target 'CxjToasts' from project 'CxjToasts')
	Building workspace spi-builder-workspace with scheme CxjToasts
(3 failures)
BUILD FAILURE 6.3 watchOS