The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VisualEffectBlurView, reference 7.3.1 (ccfe9e), with Swift 6.3 for watchOS using Xcode 26.4 on 16 Apr 2026 15:19:49 UTC.

Build Command

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

Build Log

EmitSwiftModule normal arm64 (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/DisplayLinkAnimator/DisplayLinkAnimator.swift:54:28: error: 'CADisplayLink' is unavailable in watchOS
  private var displayLink: CADisplayLink?;
                           ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/DisplayLinkAnimator/DisplayLinkAnimator.swift:132:58: error: 'CADisplayLink' is unavailable in watchOS
  @objc private func onDisplayLinkDidFire(_ displayLink: CADisplayLink){
                                                         ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/Interpolator/InterpolatorHelpers.swift:334:33: error: 'UIScrollView' is unavailable in watchOS
    decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
                                ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/Interpolator/InterpolatorHelpers.swift:334:63: error: 'normal' is unavailable in watchOS
    decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:46:49: note: 'normal' has been explicitly marked unavailable here
UIKIT_EXTERN const UIScrollViewDecelerationRate UIScrollViewDecelerationRateNormal API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/TableViewCellReorderControlWrapper.swift:13:24: error: 'UIView' is unavailable in watchOS
  PrivateObjectWrapper<UIView, TableViewCellReorderControlWrapper.EncodedString> {
                       ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/ViewPropertyAnimatorWrapper.swift:15:24: error: 'UIViewPropertyAnimator' is unavailable in watchOS
  public var animator: UIViewPropertyAnimator;
                       ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/ViewPropertyAnimatorWrapper.swift:16:32: error: 'UIView' is unavailable in watchOS
  private weak var targetView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Common/ViewPropertyAnimatorWrapper.swift:21:18: error: 'UIView' is unavailable in watchOS
  public init<T: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift:18:17: error: 'UIViewPropertyAnimator' is unavailable in watchOS
  case animator(UIViewPropertyAnimator);
                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift:22:12: error: 'UIView' is unavailable in watchOS
    curve: UIView.AnimationCurve
           ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift:91:8: error: 'UIViewPropertyAnimator' is unavailable in watchOS
  ) -> UIViewPropertyAnimator {
       ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift:159:37: error: 'CAAnimation' is unavailable in watchOS
  public func createCAAnimations<T: CAAnimation>(
                                    ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift:162:31: error: 'UIView' is unavailable in watchOS
    usingDummyView dummyView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift:164:16: error: 'UIView' is unavailable in watchOS
      (_ view: UIView) -> Void
               ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift:204:8: error: 'CABasicAnimation' is unavailable in watchOS
  ) -> CABasicAnimation? {
       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AttributedStringConfig/AttributedStringConfig.swift:156:28: error: 'systemFontSize' is unavailable in watchOS
    size: CGFloat = UIFont.systemFontSize,
                           ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:271:47: note: 'systemFontSize' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) CGFloat systemFontSize API_UNAVAILABLE(tvos, watchos);
                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AttributedStringConfig/FontConfig.swift:46:38: error: 'systemFontSize' is unavailable in watchOS
    UIFont.systemFont(ofSize: UIFont.systemFontSize);
                                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:271:47: note: 'systemFontSize' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) CGFloat systemFontSize API_UNAVAILABLE(tvos, watchos);
                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AttributedStringConfig/FontConfig.swift:40:58: error: 'systemFontSize' is unavailable in watchOS
  public static let `default`: Self = .init(size: UIFont.systemFontSize);
                                                         ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:271:47: note: 'systemFontSize' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) CGFloat systemFontSize API_UNAVAILABLE(tvos, watchos);
                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/PolygonPreset.swift:84:8: error: 'CAShapeLayer' is unavailable in watchOS
  ) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/ShapePreset.swift:100:57: error: 'CAShapeLayer' is unavailable in watchOS
  public func createShape(inRect targetRect: CGRect) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/HorizontalAlignmentPosition.swift:41:19: error: 'UIView' is unavailable in watchOS
    forView 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/HorizontalAlignmentPosition.swift:42:29: error: 'UIView' is unavailable in watchOS
    attachingTo targetView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/HorizontalAlignmentPosition.swift:43:20: error: 'UIView' is unavailable in watchOS
    enclosingView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/HorizontalAlignmentPosition.swift:48:9: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigGradient.swift:17:20: error: 'CAGradientLayerType' is unavailable in watchOS
  public var type: CAGradientLayerType;
                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' has been explicitly marked unavailable here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigGradient.swift:34:29: error: 'CALayer' is unavailable in watchOS
  public 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigGradient.swift:51:11: error: 'CAGradientLayerType' is unavailable in watchOS
    type: CAGradientLayerType = .axial,
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' has been explicitly marked unavailable here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigGradient.swift:51:34: error: 'axial' is unavailable in watchOS
    type: CAGradientLayerType = .axial,
                                 ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:56:37: note: 'axial' has been explicitly marked unavailable here
CA_EXTERN CAGradientLayerType const kCAGradientLayerAxial
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigGradient.swift:74:11: error: 'CAGradientLayerType' is unavailable in watchOS
    type: CAGradientLayerType,
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' has been explicitly marked unavailable here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:28:30: error: 'SymbolWeight' is only available in watchOS 6.0 or newer
  public var weight: UIImage.SymbolWeight?;
                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add '@available' attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:29:29: error: 'SymbolScale' is only available in watchOS 6.0 or newer
  public var scale: UIImage.SymbolScale?;
                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add '@available' attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:39:38: error: 'SymbolConfiguration' is only available in watchOS 6.0 or newer
  public var symbolConfigs: [UIImage.SymbolConfiguration] {
                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:39:14: note: add '@available' attribute to enclosing property
  public var symbolConfigs: [UIImage.SymbolConfiguration] {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add '@available' attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:76:36: error: 'SymbolConfiguration' is only available in watchOS 6.0 or newer
  public var symbolConfig: UIImage.SymbolConfiguration? {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:76:14: note: add '@available' attribute to enclosing property
  public var symbolConfig: UIImage.SymbolConfiguration? {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add '@available' attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:105:21: error: 'SymbolWeight' is only available in watchOS 6.0 or newer
    weight: UIImage.SymbolWeight? = .regular,
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:102:10: note: add '@available' attribute to enclosing initializer
  public init(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add '@available' attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:106:20: error: 'SymbolScale' is only available in watchOS 6.0 or newer
    scale: UIImage.SymbolScale? = .default,
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:102:10: note: add '@available' attribute to enclosing initializer
  public init(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add '@available' attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ShapeLayer/LineDashPattern.swift:61:41: error: 'CAShapeLayer' is unavailable in watchOS
  public func apply(toShape shapeLayer: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:38:41: error: 'CAShapeLayer' is unavailable in watchOS
  public func apply(toShape shapeLayer: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:50:26: error: 'CAShapeLayer' is unavailable in watchOS
    forShape shapeLayer: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:52:39: error: 'CABasicAnimation' is unavailable in watchOS
    usingBaseAnimation baseAnimation: CABasicAnimation
                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:53:9: error: 'CABasicAnimation' is unavailable in watchOS
  ) -> [CABasicAnimation] {
        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Transform3D.swift:208:27: error: 'CATransform3D' is unavailable in watchOS
  public var transform3D: CATransform3D {
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Transform3D.swift:256:35: error: 'CATransform3D' is unavailable in watchOS
  public var invertedTransform3D: CATransform3D {
                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/VerticalAlignmentPosition.swift:41:19: error: 'UIView' is unavailable in watchOS
    forView 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/VerticalAlignmentPosition.swift:42:29: error: 'UIView' is unavailable in watchOS
    attachingTo targetView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/VerticalAlignmentPosition.swift:43:20: error: 'UIView' is unavailable in watchOS
    enclosingView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/VerticalAlignmentPosition.swift:48:9: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/VerticalAnchorPosition.swift:32:19: error: 'UIView' is unavailable in watchOS
    forView 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/VerticalAnchorPosition.swift:33:29: error: 'UIView' is unavailable in watchOS
    attachingTo targetView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/VerticalAnchorPosition.swift:35: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/.dependencies/checkouts/DGSwiftUtilities/Sources/Deprecated/InterpolationHelpers.swift:550:33: error: 'UIScrollView' is unavailable in watchOS
    decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
                                ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Deprecated/InterpolationHelpers.swift:550:63: error: 'normal' is unavailable in watchOS
    decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
                                                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:46:49: note: 'normal' has been explicitly marked unavailable here
UIKIT_EXTERN const UIScrollViewDecelerationRate UIScrollViewDecelerationRateNormal API_AVAILABLE(ios(3.0)) API_UNAVAILABLE(watchos);
                                                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Deprecated/Transform3D+Deprecated.swift:14:18: error: 'CATransform3D' is unavailable in watchOS
  var transform: CATransform3D {
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardConfig.swift:47:31: error: 'UIStackView' is unavailable in watchOS
  func _createCardHeader() -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardConfig.swift:176:29: error: 'UIStackView' is unavailable in watchOS
  func _createCardBody() -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardConfig.swift:247:17: error: 'UIStackView' is unavailable in watchOS
    rootVStack: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardConfig.swift:248:20: error: 'UIStackView' is unavailable in watchOS
    headingVStack: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardConfig.swift:249:17: error: 'UIStackView' is unavailable in watchOS
    bodyVStack: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:17:19: error: 'UIControl' is unavailable in watchOS
    controlEvent: UIControl.Event = .primaryActionTriggered,
                  ^~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:18:49: error: 'UIButton' is unavailable in watchOS
    handler: ((_ context: CardConfig, _ button: UIButton) -> Void)?
                                                ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:30:18: error: 'UISlider' is unavailable in watchOS
      _ control: UISlider
                 ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:34:18: error: 'UISlider' is unavailable in watchOS
      _ control: UISlider
                 ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:38:18: error: 'UISlider' is unavailable in watchOS
      _ control: UISlider
                 ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:42:18: error: 'UISlider' is unavailable in watchOS
      _ control: UISlider
                 ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:56:17: error: 'UIStepper' is unavailable in watchOS
      _ button: UIStepper
                ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:60:18: error: 'UIStepper' is unavailable in watchOS
      _ control: UIStepper
                 ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:91:13: error: 'UIView' is unavailable in watchOS
    _ 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardContentItem.swift:134:8: error: 'UIView' is unavailable in watchOS
  ) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardLabelValueDisplayConfig.swift:65:31: error: 'UIView' is unavailable in watchOS
  public func createView() -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardLabelValueDisplayItemConfig.swift:48:18: error: 'UIView' is unavailable in watchOS
    contentMode: UIView.ContentMode = .scaleToFill
                 ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardLabelValueDisplayItemConfig.swift:57:19: error: 'UIView' is unavailable in watchOS
  case customView(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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardLabelValueDisplayItemConfig.swift:59:65: error: 'UIView' is unavailable in watchOS
  public func createView(colorThemeConfig: ColorThemeConfig) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardViewController.swift:13:24: error: 'UIView' is unavailable in watchOS
  public var cardView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/ExampleComponents/CardViewController.swift:10:32: error: 'UIViewController' is unavailable in watchOS
open class CardViewController: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CAAnimation+Helpers.swift:10:18: error: 'CAAnimation' is unavailable in watchOS
public extension CAAnimation {
                 ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CACornerMask+Helpers.swift:11:18: error: 'CACornerMask' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CACornerMask+StaticAlias.swift:10:18: error: 'CACornerMask' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:15:16: error: 'CAAnimation' is unavailable in watchOS
    animation: CAAnimation
               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:55:30: error: 'CABasicAnimation' is unavailable in watchOS
  var closestBasicAnimation: CABasicAnimation? {
                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:82:21: error: 'CAAnimation' is unavailable in watchOS
  func animation<T: CAAnimation>(
                    ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:108:20: error: 'CAAnimation' is unavailable in watchOS
      _ animation: CAAnimation
                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:110:8: error: 'CAAnimation' is unavailable in watchOS
  ) -> CAAnimation? {
       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:135:42: error: 'CAAnimation' is unavailable in watchOS
  func recursivelyFindParentAnimation<T: CAAnimation>(
                                         ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:152:42: error: 'CAAnimation' is unavailable in watchOS
  func recursivelyFindParentAnimation<T: CAAnimation>(
                                         ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:184:42: error: 'CAAnimation' is unavailable in watchOS
  func recursivelyFindParentAnimation<T: CAAnimation>(
                                         ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:188:8: error: 'CAAnimation' is unavailable in watchOS
  ) -> CAAnimation? {
       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:201:20: error: 'CAAnimation' is unavailable in watchOS
      _ animation: CAAnimation
                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:203:8: error: 'CAAnimation' is unavailable in watchOS
  ) -> CAAnimation? {
       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:243:41: error: 'CAAnimation' is unavailable in watchOS
  func recursivelyFindChildAnimation<T: CAAnimation>(
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CALayer+Helpers.swift:11:18: error: 'CALayer' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CATransform3D+Equatable.swift:19:31: error: 'CATransform3D' is unavailable in watchOS
  public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                              ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CATransform3D+Equatable.swift:19:51: error: 'CATransform3D' is unavailable in watchOS
  public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/CATransform3D+Equatable.swift:10:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D: Equatable {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIApplication+Helpers.swift:13:27: error: 'UIWindow' is unavailable in watchOS
  public var allWindows: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIApplication+Helpers.swift:74:28: error: 'UIWindow' is unavailable in watchOS
  public var activeWindow: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIApplication+Helpers.swift:96:25: error: 'UIWindow' is unavailable in watchOS
  public 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIApplication+Helpers.swift:100:51: error: 'UIViewController' is unavailable in watchOS
  public var presentedViewControllerForKeyWindow: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIApplication+Helpers.swift:11: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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIGestureRecognizer+AddTargetBlock.swift:15:40: error: 'UIGestureRecognizer' is unavailable in watchOS
  typealias ActionHandler = (_ sender: UIGestureRecognizer) -> Void;
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIGestureRecognizer+AddTargetBlock.swift:113:57: error: 'UIGestureRecognizer' is unavailable in watchOS
  private func _handleGestureRecognizerAction(_ sender: UIGestureRecognizer){
                                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIGestureRecognizer+AddTargetBlock.swift:10:18: error: 'UIGestureRecognizer' is unavailable in watchOS
public extension UIGestureRecognizer {
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIGestureRecognizer+Helpers.swift:10:11: error: 'UIGestureRecognizer' is unavailable in watchOS
extension UIGestureRecognizer.State: CustomStringConvertible {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIGestureRecognizer+Helpers.swift:26:18: error: 'UIGestureRecognizer' is unavailable in watchOS
public extension UIGestureRecognizer {
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIGestureRecognizerState+Helpers.swift:11:18: error: 'UIGestureRecognizer' is unavailable in watchOS
public extension UIGestureRecognizer.State {
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIResponder+Helpers.swift:14:43: error: 'UIResponder' is unavailable in watchOS
    where predicate: (_ currentResponder: UIResponder) -> Bool
                                          ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIResponder+Helpers.swift:15:8: error: 'UIResponder' is unavailable in watchOS
  ) -> UIResponder? {
       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIResponder+Helpers.swift:11:18: error: 'UIResponder' is unavailable in watchOS
public extension UIResponder {
                 ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIScrollView+Helpers.swift:10:18: error: 'UIScrollView' is unavailable in watchOS
public extension UIScrollView {
                 ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIStackView+Helpers.swift:10:18: error: 'UIStackView' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:9:29: error: 'UIViewController' is unavailable in watchOS
  var parentViewController: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:22:43: error: 'UIViewController' is unavailable in watchOS
  var rootViewControllerForCurrentWindow: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:26:33: error: 'UIView' is unavailable in watchOS
  var rootViewForCurrentWindow: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:30:37: error: 'UIView' is unavailable in watchOS
  var recursivelyGetAllSuperviews: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:41:35: error: 'UIView' is unavailable in watchOS
  var recursivelyGetAllSubviews: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:52:57: error: 'UIGestureRecognizer' is unavailable in watchOS
  var recursivelyGetAllGestureRecognizersFromSubviews: [UIGestureRecognizer] {
                                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:58:45: error: 'UIGestureRecognizer' is unavailable in watchOS
  var recursivelyGetAllGestureRecognizers: [UIGestureRecognizer] {
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:63:43: error: 'UIResponder' is unavailable in watchOS
  var recursivelyGetAllParentResponders: [UIResponder] {
                                          ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:82:12: note: 'UIResponder' has been explicitly marked unavailable here
@interface UIResponder : NSObject <UIResponderStandardEditActions>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:85:25: error: 'NSLayoutConstraint' is unavailable in watchOS
  var heightConstraint: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:91:24: error: 'NSLayoutConstraint' is unavailable in watchOS
  var widthConstraint: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:141:52: error: 'UIView' is unavailable in watchOS
  func recursivelyFindParentView(where predicate: (UIView) -> Bool) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:141:72: error: 'UIView' is unavailable in watchOS
  func recursivelyFindParentView(where predicate: (UIView) -> Bool) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:163:49: error: 'UIView' is unavailable in watchOS
  func recursivelyFindSubview(where predicate: (UIView) -> Bool) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:163:69: error: 'UIView' is unavailable in watchOS
  func recursivelyFindSubview(where predicate: (UIView) -> Bool) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIView+Helpers.swift:4:18: error: 'UIView' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewAnimationCurve+Helpers.swift:12:27: error: 'UIView' is unavailable in watchOS
  var asAnimationOptions: UIView.AnimationOptions {
                          ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewAnimationCurve+Helpers.swift:10:18: error: 'UIView' is unavailable in watchOS
public extension UIView.AnimationCurve {
                 ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:15:48: error: 'UIViewController' is unavailable in watchOS
  var recursivelyGetAllParentViewControllers: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:29:47: error: 'UIViewController' is unavailable in watchOS
  var recursivelyGetAllChildViewControllers: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:41:14: error: 'UIViewController' is unavailable in watchOS
    _ child: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:53:14: error: 'UIViewController' is unavailable in watchOS
    _ child: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:54:24: error: 'UIView' is unavailable in watchOS
    toView targetView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:79:23: error: 'UIViewController' is unavailable in watchOS
    where predicate: (UIViewController) -> Bool
                      ^~~~~~~~~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:80:8: error: 'UIViewController' is unavailable in watchOS
  ) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:103:23: error: 'UIViewController' is unavailable in watchOS
    where predicate: (UIViewController) -> Bool
                      ^~~~~~~~~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:104:8: error: 'UIViewController' is unavailable in watchOS
  ) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:194:49: error: 'UIViewController' is unavailable in watchOS
  var recursivelyGetPresentingViewControllers: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:213:37: error: 'UIViewController' is unavailable in watchOS
  var rootPresentingViewController: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:217:48: error: 'UIViewController' is unavailable in watchOS
  var recursivelyGetPresentedViewControllers: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:234:53: error: 'UIViewController' is unavailable in watchOS
  var recursivelyGetTopMostPresentedViewController: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:238:51: error: 'UIViewController' is unavailable in watchOS
  var recursivelyGetAllPresentedViewControllers: [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIViewController+Helpers.swift:10:18: error: 'UIViewController' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIWindow+Helpers.swift:15:39: error: 'UIViewController' is unavailable in watchOS
  var topmostPresentedViewController: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+Helpers/UIWindow+Helpers.swift:10:18: error: 'UIWindow' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/CACornerMask+RawValueToStringConvertible.swift:11:11: error: 'CACornerMask' is unavailable in watchOS
extension CACornerMask: RawValueToStringConvertible {
          ^~~~~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:18:8: error: 'axial' is unavailable in watchOS
      .axial,
       ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:56:37: note: 'axial' has been explicitly marked unavailable here
CA_EXTERN CAGradientLayerType const kCAGradientLayerAxial
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:19:8: error: 'conic' is unavailable in watchOS
      .conic,
       ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:73:37: note: 'conic' has been explicitly marked unavailable here
CA_EXTERN CAGradientLayerType const kCAGradientLayerConic
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:20:8: error: 'radial' is unavailable in watchOS
      .radial,
       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:64:37: note: 'radial' has been explicitly marked unavailable here
CA_EXTERN CAGradientLayerType const kCAGradientLayerRadial
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:24:21: error: 'conic' is unavailable in watchOS
      items.append(.conic);
                    ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:73:37: note: 'conic' has been explicitly marked unavailable here
CA_EXTERN CAGradientLayerType const kCAGradientLayerConic
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:11:11: error: 'CAGradientLayerType' is unavailable in watchOS
extension CAGradientLayerType: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' has been explicitly marked unavailable here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIBlurEffectStyle+RawValueToStringConvertible.swift:10:11: error: 'UIBlurEffect' is unavailable in watchOS
extension UIBlurEffect.Style: RawValueToStringConvertible {
          ^~~~~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIContextMenuInteractionCommitStyle+RawValueToStringConvertible.swift:11:11: error: 'UIContextMenuInteractionCommitStyle' is unavailable in watchOS
extension UIContextMenuInteractionCommitStyle: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContextMenuInteraction.h:20:28: note: 'UIContextMenuInteractionCommitStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIContextMenuInteractionCommitStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIDeviceBatteryState+RawValueToStringConvertible.swift:11:11: error: 'UIDevice' is unavailable in watchOS
extension UIDevice.BatteryState: RawValueToStringConvertible {
          ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIDeviceOrientation+RawValueToStringConvertible.swift:10:11: error: 'UIDeviceOrientation' is unavailable in watchOS
extension UIDeviceOrientation: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOrientation.h:13:28: note: 'UIDeviceOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIDeviceOrientation) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:31:21: error: 'extraLargeTitle' is only available in watchOS 10.0 or newer
      cases.append(.extraLargeTitle)
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:31:21: note: add 'if #available' version check
      cases.append(.extraLargeTitle)
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:15:21: note: add '@available' attribute to enclosing static property
  public static var allCases: [Self] = {
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:10:1: note: add '@available' attribute to enclosing extension
extension UIFont.TextStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:32:21: error: 'extraLargeTitle2' is only available in watchOS 10.0 or newer
      cases.append(.extraLargeTitle2)
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:32:21: note: add 'if #available' version check
      cases.append(.extraLargeTitle2)
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:15:21: note: add '@available' attribute to enclosing static property
  public static var allCases: [Self] = {
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:10:1: note: add '@available' attribute to enclosing extension
extension UIFont.TextStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIImageSymbolScale+RawValueToStringConvertible.swift:11:19: error: 'SymbolScale' is only available in watchOS 6.0 or newer
extension UIImage.SymbolScale: RawValueToStringConvertible {
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIImageSymbolScale+RawValueToStringConvertible.swift:11:1: note: add '@available' attribute to enclosing extension
extension UIImage.SymbolScale: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIImageSymbolWeight+RawValueToStringConvertible.swift:12:19: error: 'SymbolWeight' is only available in watchOS 6.0 or newer
extension UIImage.SymbolWeight: RawValueToStringConvertible {
                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIImageSymbolWeight+RawValueToStringConvertible.swift:12:1: note: add '@available' attribute to enclosing extension
extension UIImage.SymbolWeight: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIInterfaceOrientation+RawValueToStringConvertible.swift:10:11: error: 'UIInterfaceOrientation' is unavailable in watchOS
extension UIInterfaceOrientation: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIMenuElementAttributes+RawValueToStringConvertible.swift:26:21: error: 'keepsMenuPresented' is unavailable in watchOS
      cases.append(.keepsMenuPresented);
                    ^~~~~~~~~~~~~~~~~~
UIKit.UIMenuElement.Attributes.keepsMenuPresented:4:23: note: 'keepsMenuPresented' has been explicitly marked unavailable here
    public static var keepsMenuPresented: UIMenuElement.Attributes { get }  }
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIMenuElementAttributes+RawValueToStringConvertible.swift:11:11: error: 'UIMenuElement' is unavailable in watchOS
extension UIMenuElement.Attributes: RawValueToStringConvertible {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h:44:12: note: 'UIMenuElement' has been explicitly marked unavailable here
@interface UIMenuElement : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIMenuElementState+RawValueToStringConvertible.swift:11:11: error: 'UIMenuElement' is unavailable in watchOS
extension UIMenuElement.State: RawValueToStringConvertible {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h:44:12: note: 'UIMenuElement' has been explicitly marked unavailable here
@interface UIMenuElement : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIModalPresentationStyle+CustomStringConvertible.swift:16:32: error: 'UIModalPresentationStyle' is unavailable in watchOS
  public static var allCases: [UIModalPresentationStyle] {
                               ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:47:28: note: 'UIModalPresentationStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIModalPresentationStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIModalPresentationStyle+CustomStringConvertible.swift:11:11: error: 'UIModalPresentationStyle' is unavailable in watchOS
extension UIModalPresentationStyle: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:47:28: note: 'UIModalPresentationStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIModalPresentationStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UITraitEnvironmentLayoutDirection+RawValueToStringConvertible.swift:10:11: error: 'UITraitEnvironmentLayoutDirection' is unavailable in watchOS
extension UITraitEnvironmentLayoutDirection: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:44:28: note: 'UITraitEnvironmentLayoutDirection' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITraitEnvironmentLayoutDirection) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceActiveAppearance+RawValueToStringConvertible.swift:11:11: error: 'UIUserInterfaceActiveAppearance' is unavailable in watchOS
extension UIUserInterfaceActiveAppearance: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:78:28: note: 'UIUserInterfaceActiveAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceActiveAppearance) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceIdiom+RawValueToStringConvertible.swift:11:11: error: 'UIUserInterfaceIdiom' is unavailable in watchOS
extension UIUserInterfaceIdiom: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:22:28: note: 'UIUserInterfaceIdiom' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceIdiom) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceLevel+RawValueToStringConvertible.swift:11:11: error: 'UIUserInterfaceLevel' is unavailable in watchOS
extension UIUserInterfaceLevel: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:72:28: note: 'UIUserInterfaceLevel' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceLevel) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceSizeClass+RawValueToStringConvertible.swift:10:11: error: 'UIUserInterfaceSizeClass' is unavailable in watchOS
extension UIUserInterfaceSizeClass: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:26:28: note: 'UIUserInterfaceSizeClass' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceSizeClass) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceStyle+RawValueToStringConvertible.swift:10:11: error: 'UIUserInterfaceStyle' is unavailable in watchOS
extension UIUserInterfaceStyle: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIVibrancyEffectStyle+RawValueToStringConvertible.swift:13:32: error: 'UIVibrancyEffectStyle' is unavailable in watchOS
  public static var allCases: [UIVibrancyEffectStyle] {
                               ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h:31:28: note: 'UIVibrancyEffectStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIVibrancyEffectStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIVibrancyEffectStyle+RawValueToStringConvertible.swift:11:11: error: 'UIVibrancyEffectStyle' is unavailable in watchOS
extension UIVibrancyEffectStyle: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h:31:28: note: 'UIVibrancyEffectStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIVibrancyEffectStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIViewAnimate+RawValueToStringConvertible.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView.AnimationOptions: RawValueToStringConvertible {
          ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingPosition+RawValueToStringConvertible.swift:15:32: error: 'UIViewAnimatingPosition' is unavailable in watchOS
  public static var allCases: [UIViewAnimatingPosition] = [
                               ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:20:28: note: 'UIViewAnimatingPosition' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIViewAnimatingPosition) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingPosition+RawValueToStringConvertible.swift:10:11: error: 'UIViewAnimatingPosition' is unavailable in watchOS
extension UIViewAnimatingPosition: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:20:28: note: 'UIViewAnimatingPosition' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIViewAnimatingPosition) {
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingState+RawValueToStringConvertible.swift:10:11: error: 'UIViewAnimatingState' is unavailable in watchOS
extension UIViewAnimatingState: RawValueToStringConvertible {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:13:28: note: 'UIViewAnimatingState' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIViewAnimatingState)
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+RawValueToStringConvertible/UIViewAnimationCurve+RawValueToStringConvertible.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView.AnimationCurve: RawValueToStringConvertible {
          ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+StringKeyPathMapping/UIDevice+StringKeyPathMapping.swift:11:34: error: 'UIDevice' is unavailable in watchOS
  public typealias KeyPathRoot = UIDevice;
                                 ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+StringKeyPathMapping/UIDevice+StringKeyPathMapping.swift:13:74: error: 'UIDevice' is unavailable in watchOS
  public static var partialKeyPathMap: Dictionary<String, PartialKeyPath<UIDevice>> = [
                                                                         ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Extension+StringKeyPathMapping/UIDevice+StringKeyPathMapping.swift:10:11: error: 'UIDevice' is unavailable in watchOS
extension UIDevice: StringKeyPathMapping {
          ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' has been explicitly marked unavailable here
@interface UIDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:98:19: error: 'UIView' is unavailable in watchOS
    forView 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:93:48: error: 'UIEvent' is unavailable in watchOS
      (@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:93:61: error: 'UIView' is unavailable in watchOS
      (@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
                                                            ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:96:42: error: 'UIEvent' is unavailable in watchOS
      (@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
                                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:96:55: error: 'UIView' is unavailable in watchOS
      (@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
                                                      ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:120:48: error: 'UIEvent' is unavailable in watchOS
      (@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
                                               ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:120:61: error: 'UIView' is unavailable in watchOS
      (@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
                                                            ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:123:42: error: 'UIEvent' is unavailable in watchOS
      (@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
                                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/SwizzlingHelpers.swift:123:55: error: 'UIView' is unavailable in watchOS
      (@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
                                                      ^~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewControllerHelpers.swift:13:17: error: 'UIWindow' is unavailable in watchOS
    for window: UIWindow? = nil
                ^~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewControllerHelpers.swift:14:8: error: 'UIViewController' is unavailable in watchOS
  ) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewControllerHelpers.swift:24:17: error: 'UIWindow' is unavailable in watchOS
    for window: UIWindow? = nil
                ^~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewControllerHelpers.swift:25:9: error: 'UIViewController' is unavailable in watchOS
  ) -> [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewControllerHelpers.swift:45:17: error: 'UIWindow' is unavailable in watchOS
    for window: UIWindow? = nil
                ^~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewControllerHelpers.swift:46:8: error: 'UIViewController' is unavailable in watchOS
  ) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewHelpers.swift:12:58: error: 'UIView' is unavailable in watchOS
  public static func recursivelyGetAllSubviews(for view: UIView) -> [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewHelpers.swift:12:70: error: 'UIView' is unavailable in watchOS
  public static func recursivelyGetAllSubviews(for view: UIView) -> [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewHelpers.swift:23:60: error: 'UIView' is unavailable in watchOS
  public static func recursivelyGetAllSuperViews(for view: UIView) -> [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Helpers/ViewHelpers.swift:23:72: error: 'UIView' is unavailable in watchOS
  public static func recursivelyGetAllSuperViews(for view: UIView) -> [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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:14:85: error: 'UIView' is unavailable in watchOS
public protocol BaseFrameLayoutKeyframe: BaseKeyframeConfig where KeyframeTarget == 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:30:23: error: 'UIView' is unavailable in watchOS
    constraintTarget: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:31:21: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintLeft: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:32:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintRight: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:33:20: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintTop: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:34:23: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintBottom: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:66:18: error: 'UIView' is unavailable in watchOS
    toView 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:67:21: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintLeft: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:68:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintRight: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:69:20: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintTop: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:70:23: error: 'NSLayoutConstraint' is unavailable in watchOS
    constraintBottom: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:24:19: error: 'CACornerMask' is unavailable in watchOS
  var cornerMask: CACornerMask? { get set };
                  ^~~~~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:11:99: error: 'UIView' is unavailable in watchOS
public protocol BaseLayerKeyframeConfig<KeyframeTarget>: BaseKeyframeConfig where KeyframeTarget: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:44:46: error: 'CALayer' is unavailable in watchOS
  func applyBaseLayerKeyframe(toLayer layer: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:73:44: error: 'UIView' is unavailable in watchOS
  func applyBaseLayerKeyframe(toView 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:108:46: error: 'CACornerMask' is unavailable in watchOS
  mutating func withCornerMask(_ cornerMask: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseViewKeyframeConfig.swift:11:98: error: 'UIView' is unavailable in watchOS
public protocol BaseViewKeyframeConfig<KeyframeTarget>: BaseKeyframeConfig where KeyframeTarget: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BaseViewKeyframeConfig.swift:37:43: error: 'UIView' is unavailable in watchOS
  func applyBaseViewKeyframe(toView 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/BasicViewKeyframe.swift:11:36: error: 'UIView' is unavailable in watchOS
public struct BasicViewKeyframe<T: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/GenericViewKeyframe.swift:29:26: error: 'CACornerMask' is unavailable in watchOS
  public var cornerMask: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/GenericViewKeyframe.swift:42:17: error: 'CACornerMask' is unavailable in watchOS
    cornerMask: CACornerMask? = nil
                ^~~~~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/GenericViewKeyframe.swift:11:38: error: 'UIView' is unavailable in watchOS
public struct GenericViewKeyframe<T: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/KeyframeConfig.swift:25:34: error: 'UIView' is unavailable in watchOS
  ) throws where KeyframeTarget: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/KeyframeConfig.swift:38:27: error: 'UIView' is unavailable in watchOS
  ) where KeyframeTarget: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/KeyframeConfigAnimating.swift:18:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
    forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
                                          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/KeyframeConfigAnimating.swift:27:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
    forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
                                          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/Keyframeable.swift:27:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
    forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
                                          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Protocols/Keyframeable/KeyframeableViaConfig.swift:27:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
    forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
                                          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimation+Block.swift:11:18: error: 'CAAnimation' is unavailable in watchOS
public extension CAAnimation {
                 ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:13:34: error: 'CAAnimation' is unavailable in watchOS
  public typealias StartBlock = (CAAnimation) -> ();
                                 ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:14:32: error: 'CAAnimation' is unavailable in watchOS
  public typealias EndBlock = (CAAnimation, Bool) -> ();
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:19:41: error: 'CAAnimation' is unavailable in watchOS
  public func animationDidStart(_ anim: CAAnimation) {
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:23:40: error: 'CAAnimation' is unavailable in watchOS
  public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:11:50: error: 'CAAnimationDelegate' is unavailable in watchOS
public class CAAnimationBlockDelegate: NSObject, CAAnimationDelegate {
                                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:71:11: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
@protocol CAAnimationDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:13:42: error: 'CAAnimationDelegate' is unavailable in watchOS
  public var emitter = MulticastDelegate<CAAnimationDelegate>();
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:71:11: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
@protocol CAAnimationDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:15:41: error: 'CAAnimation' is unavailable in watchOS
  public func animationDidStart(_ anim: CAAnimation) {
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:21:40: error: 'CAAnimation' is unavailable in watchOS
  public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:11:54: error: 'CAAnimationDelegate' is unavailable in watchOS
public class CAAnimationMulticastDelegate: NSObject, CAAnimationDelegate {
                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:71:11: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
@protocol CAAnimationDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/ClosureInjector/UIControl+ClosureInjector.swift:12:23: error: 'UIControl' is unavailable in watchOS
    for controlEvent: UIControl.Event = .primaryActionTriggered,
                      ^~~~~~~~~
/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/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/ClosureInjector/UIControl+ClosureInjector.swift:10:18: error: 'UIControl' is unavailable in watchOS
public extension 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLink.swift:16:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLink.swift:28:40: error: 'CADisplayLink' is unavailable in watchOS
  public private(set) var displayLink: CADisplayLink;
                                       ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLink.swift:246:37: error: 'CADisplayLink' is unavailable in watchOS
  @objc func _updateBlock(_ sender: CADisplayLink) {
                                    ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:16:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:21:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink,
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:27:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:32:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:37:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:48:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:55:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:62:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:69:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:76:18: error: 'CADisplayLink' is unavailable in watchOS
    displayLink: CADisplayLink
                 ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Utilities/RepeatedExecution.swift:66:40: error: 'CADisplayLink' is unavailable in watchOS
  private(set) public var displayLink: CADisplayLink?;
                                       ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/PassthroughView.swift:11:62: error: 'UIEvent' is unavailable in watchOS
  public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/PassthroughView.swift:11:75: error: 'UIView' is unavailable in watchOS
  public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/PassthroughView.swift:10:31: error: 'UIView' is unavailable in watchOS
public class PassthroughView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:20:22: error: 'CABasicAnimation' is unavailable in watchOS
      animationBase: CABasicAnimation,
                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:21:27: error: 'CABasicAnimation' is unavailable in watchOS
      pendingAnimations: [CABasicAnimation],
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:29:22: error: 'CABasicAnimation' is unavailable in watchOS
      animationBase: CABasicAnimation,
                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:30:27: error: 'CABasicAnimation' is unavailable in watchOS
      currentAnimations: [CABasicAnimation],
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:74:31: error: 'CABasicAnimation' is unavailable in watchOS
    public var animationBase: CABasicAnimation? {
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:87:51: error: 'CABasicAnimation' is unavailable in watchOS
    mutating func appendAnimations(_ animations: [CABasicAnimation]){
                                                  ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:114:48: error: 'CABasicAnimation' is unavailable in watchOS
    mutating func appendAnimation(_ animation: CABasicAnimation){
                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:124:27: error: 'CAShapeLayer' is unavailable in watchOS
  public var borderLayer: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:128:40: error: 'CALayer' is unavailable in watchOS
  public weak var rootAnimationSource: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:11:25: error: 'UIView' is unavailable in watchOS
public class ShapeView: 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/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:616:41: error: 'CAAnimation' is unavailable in watchOS
  public func animationDidStart(_ anim: CAAnimation) {
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:640:40: error: 'CAAnimation' is unavailable in watchOS
  public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Views/ShapeView.swift:614:22: error: 'CAAnimationDelegate' is unavailable in watchOS
extension ShapeView: CAAnimationDelegate {
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:71:11: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
@protocol CAAnimationDelegate <NSObject>
          ^
SwiftCompile normal arm64 Compiling\ AnimationConfig+CustomStringConvertible.swift,\ AnimationConfig.swift,\ AttributedStringConfig.swift,\ FontConfig.swift,\ ColorHSBA.swift,\ ColorRGBA.swift,\ Angle.swift,\ BezierPathOperation.swift,\ Line.swift,\ PointConnectionStrategy.swift,\ PointGroupAdjustment.swift,\ PolygonPreset.swift,\ ShapePreset.swift,\ Triangle.swift,\ HorizontalAlignmentPosition.swift,\ ImageConfig.swift,\ ImageConfigGradient.swift,\ ImageConfigLoader.swift,\ ImageConfigLoaderEventsNotifiable.swift,\ ImageConfigParsing.swift,\ ImageConfigSolid.swift,\ ImageConfigSystem.swift,\ ImageConfigWithSize.swift,\ LoadingState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AttributedStringConfig/AttributedStringConfig.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AttributedStringConfig/FontConfig.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ColorHSBA.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ColorRGBA.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/Angle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/BezierPathOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/Line.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/PointConnectionStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/PointGroupAdjustment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/PolygonPreset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/ShapePreset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/Triangle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/HorizontalAlignmentPosition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfig.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigGradient.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigLoader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigLoaderEventsNotifiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSolid.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigWithSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/LoadingState.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig+CustomStringConvertible.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AnimationConfig/AnimationConfig.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AttributedStringConfig/AttributedStringConfig.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/AttributedStringConfig/FontConfig.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ColorHSBA.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ColorRGBA.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/Angle.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/BezierPathOperation.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/Line.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/PointConnectionStrategy.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/PointGroupAdjustment.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/PolygonPreset.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/ShapePreset.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/Geometry/Triangle.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/HorizontalAlignmentPosition.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfig.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigGradient.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigLoader.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigLoaderEventsNotifiable.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigParsing.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSolid.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigSystem.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/ImageConfig/ImageConfigWithSize.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DGSwiftUtilities/Sources/Config/LoadingState.swift (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DGSwiftUtilities (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
2026-04-16 11:19:47.324 xcodebuild[942:5385] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ DGSwiftUtilities (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
	EmitSwiftModule normal arm64 (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
	Building workspace spi-builder-workspace with scheme VisualEffectBlurView
(3 failures)
BUILD FAILURE 6.3 watchOS