Build Information
Failed to build DGSwiftUtilities, reference main (54b490), with Swift 6.2 for watchOS using Xcode 26.3 on 27 Jul 2025 01:26:37 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DGSwiftUtilities -destination generic/platform=watchOSBuild 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/Sources/Common/DisplayLinkAnimator/DisplayLinkAnimator.swift:54:28: error: 'CADisplayLink' is unavailable in watchOS
private var displayLink: CADisplayLink?;
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Common/DisplayLinkAnimator/DisplayLinkAnimator.swift:132:58: error: 'CADisplayLink' is unavailable in watchOS
@objc private func onDisplayLinkDidFire(_ displayLink: CADisplayLink){
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Common/Interpolator/InterpolatorHelpers.swift:334:33: error: 'UIScrollView' is unavailable in watchOS
decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Common/Interpolator/InterpolatorHelpers.swift:334:63: error: 'normal' is unavailable in watchOS
decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Common/TableViewCellReorderControlWrapper.swift:13:24: error: 'UIView' is unavailable in watchOS
PrivateObjectWrapper<UIView, TableViewCellReorderControlWrapper.EncodedString> {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/ViewPropertyAnimatorWrapper.swift:15:24: error: 'UIViewPropertyAnimator' is unavailable in watchOS
public var animator: UIViewPropertyAnimator;
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Common/ViewPropertyAnimatorWrapper.swift:16:32: error: 'UIView' is unavailable in watchOS
private weak var targetView: UIView?;
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Common/ViewPropertyAnimatorWrapper.swift:21:18: error: 'UIView' is unavailable in watchOS
public init<T: UIView>(
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/AnimationConfig/AnimationConfig.swift:18:17: error: 'UIViewPropertyAnimator' is unavailable in watchOS
case animator(UIViewPropertyAnimator);
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/AnimationConfig/AnimationConfig.swift:22:12: error: 'UIView' is unavailable in watchOS
curve: UIView.AnimationCurve
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/AnimationConfig/AnimationConfig.swift:91:8: error: 'UIViewPropertyAnimator' is unavailable in watchOS
) -> UIViewPropertyAnimator {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/AnimationConfig/AnimationConfig.swift:159:37: error: 'CAAnimation' is unavailable in watchOS
public func createCAAnimations<T: CAAnimation>(
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/AnimationConfig/AnimationConfig.swift:162:31: error: 'UIView' is unavailable in watchOS
usingDummyView dummyView: UIView? = nil,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/AnimationConfig/AnimationConfig.swift:164:16: error: 'UIView' is unavailable in watchOS
(_ view: UIView) -> Void
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/AnimationConfig/AnimationConfig.swift:204:8: error: 'CABasicAnimation' is unavailable in watchOS
) -> CABasicAnimation? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/AttributedStringConfig/AttributedStringConfig.swift:156:28: error: 'systemFontSize' is unavailable in watchOS
size: CGFloat = UIFont.systemFontSize,
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:273: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/Sources/Config/AttributedStringConfig/FontConfig.swift:46:38: error: 'systemFontSize' is unavailable in watchOS
UIFont.systemFont(ofSize: UIFont.systemFontSize);
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:273: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/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:273: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/Sources/Config/Geometry/PolygonPreset.swift:84:8: error: 'CAShapeLayer' is unavailable in watchOS
) -> CAShapeLayer {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/Geometry/ShapePreset.swift:100:57: error: 'CAShapeLayer' is unavailable in watchOS
public func createShape(inRect targetRect: CGRect) -> CAShapeLayer {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/HorizontalAlignmentPosition.swift:41:19: error: 'UIView' is unavailable in watchOS
forView view: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/HorizontalAlignmentPosition.swift:42:29: error: 'UIView' is unavailable in watchOS
attachingTo targetView: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/HorizontalAlignmentPosition.swift:43:20: error: 'UIView' is unavailable in watchOS
enclosingView: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/HorizontalAlignmentPosition.swift:48:9: error: 'NSLayoutConstraint' is unavailable in watchOS
) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ImageConfig/ImageConfigGradient.swift:17:20: error: 'CAGradientLayerType' is unavailable in watchOS
public var type: CAGradientLayerType;
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/ImageConfig/ImageConfigGradient.swift:34:29: error: 'CALayer' is unavailable in watchOS
public var gradientLayer: CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ImageConfig/ImageConfigGradient.swift:51:11: error: 'CAGradientLayerType' is unavailable in watchOS
type: CAGradientLayerType = .axial,
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/ImageConfig/ImageConfigGradient.swift:51:34: error: 'axial' is unavailable in watchOS
type: CAGradientLayerType = .axial,
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/ImageConfig/ImageConfigGradient.swift:74:11: error: 'CAGradientLayerType' is unavailable in watchOS
type: CAGradientLayerType,
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/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/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add @available attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add @available attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add @available attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add @available attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Config/ImageConfig/ImageConfigSystem.swift:102:10: note: add @available attribute to enclosing initializer
public init(
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add @available attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Config/ImageConfig/ImageConfigSystem.swift:102:10: note: add @available attribute to enclosing initializer
public init(
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ImageConfig/ImageConfigSystem.swift:12:15: note: add @available attribute to enclosing struct
public struct ImageConfigSystem: ImageConfig {
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ShapeLayer/LineDashPattern.swift:61:41: error: 'CAShapeLayer' is unavailable in watchOS
public func apply(toShape shapeLayer: CAShapeLayer){
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:38:41: error: 'CAShapeLayer' is unavailable in watchOS
public func apply(toShape shapeLayer: CAShapeLayer){
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:50:26: error: 'CAShapeLayer' is unavailable in watchOS
forShape shapeLayer: CAShapeLayer,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:52:39: error: 'CABasicAnimation' is unavailable in watchOS
usingBaseAnimation baseAnimation: CABasicAnimation
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/ShapeLayer/ShapeLayerStrokeStyle.swift:53:9: error: 'CABasicAnimation' is unavailable in watchOS
) -> [CABasicAnimation] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/Transform3D.swift:208:27: error: 'CATransform3D' is unavailable in watchOS
public var transform3D: CATransform3D {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/Transform3D.swift:256:35: error: 'CATransform3D' is unavailable in watchOS
public var invertedTransform3D: CATransform3D {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Config/VerticalAlignmentPosition.swift:41:19: error: 'UIView' is unavailable in watchOS
forView view: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/VerticalAlignmentPosition.swift:42:29: error: 'UIView' is unavailable in watchOS
attachingTo targetView: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/VerticalAlignmentPosition.swift:43:20: error: 'UIView' is unavailable in watchOS
enclosingView: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/VerticalAlignmentPosition.swift:48:9: error: 'NSLayoutConstraint' is unavailable in watchOS
) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/VerticalAnchorPosition.swift:32:19: error: 'UIView' is unavailable in watchOS
forView view: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/VerticalAnchorPosition.swift:33:29: error: 'UIView' is unavailable in watchOS
attachingTo targetView: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Config/VerticalAnchorPosition.swift:35:8: error: 'NSLayoutConstraint' is unavailable in watchOS
) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Deprecated/InterpolationHelpers.swift:550:33: error: 'UIScrollView' is unavailable in watchOS
decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Deprecated/InterpolationHelpers.swift:550:63: error: 'normal' is unavailable in watchOS
decelerationRate: CGFloat = UIScrollView.DecelerationRate.normal.rawValue
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Deprecated/Transform3D+Deprecated.swift:14:18: error: 'CATransform3D' is unavailable in watchOS
var transform: CATransform3D {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardConfig.swift:47:31: error: 'UIStackView' is unavailable in watchOS
func _createCardHeader() -> UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardConfig.swift:176:29: error: 'UIStackView' is unavailable in watchOS
func _createCardBody() -> UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardConfig.swift:247:17: error: 'UIStackView' is unavailable in watchOS
rootVStack: UIStackView,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardConfig.swift:248:20: error: 'UIStackView' is unavailable in watchOS
headingVStack: UIStackView,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardConfig.swift:249:17: error: 'UIStackView' is unavailable in watchOS
bodyVStack: UIStackView
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardContentItem.swift:17:19: error: 'UIControl' is unavailable in watchOS
controlEvent: UIControl.Event = .primaryActionTriggered,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardContentItem.swift:18:49: error: 'UIButton' is unavailable in watchOS
handler: ((_ context: CardConfig, _ button: UIButton) -> Void)?
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardContentItem.swift:30:18: error: 'UISlider' is unavailable in watchOS
_ control: UISlider
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardContentItem.swift:34:18: error: 'UISlider' is unavailable in watchOS
_ control: UISlider
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardContentItem.swift:38:18: error: 'UISlider' is unavailable in watchOS
_ control: UISlider
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardContentItem.swift:42:18: error: 'UISlider' is unavailable in watchOS
_ control: UISlider
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardContentItem.swift:56:17: error: 'UIStepper' is unavailable in watchOS
_ button: UIStepper
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardContentItem.swift:60:18: error: 'UIStepper' is unavailable in watchOS
_ control: UIStepper
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/ExampleComponents/CardContentItem.swift:91:13: error: 'UIView' is unavailable in watchOS
_ view: UIView
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardContentItem.swift:134:8: error: 'UIView' is unavailable in watchOS
) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardLabelValueDisplayConfig.swift:65:31: error: 'UIView' is unavailable in watchOS
public func createView() -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardLabelValueDisplayItemConfig.swift:48:18: error: 'UIView' is unavailable in watchOS
contentMode: UIView.ContentMode = .scaleToFill
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardLabelValueDisplayItemConfig.swift:57:19: error: 'UIView' is unavailable in watchOS
case customView(UIView);
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardLabelValueDisplayItemConfig.swift:59:65: error: 'UIView' is unavailable in watchOS
public func createView(colorThemeConfig: ColorThemeConfig) -> UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardViewController.swift:13:24: error: 'UIView' is unavailable in watchOS
public var cardView: UIView?;
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/ExampleComponents/CardViewController.swift:10:32: error: 'UIViewController' is unavailable in watchOS
open class CardViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/CGPoint+ElementInterpolatable.swift:12:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGPoint: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/CGPoint+ElementInterpolatable.swift:12:1: note: add '@retroactive' to silence this warning
extension CGPoint: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/CGRect+ElementInterpolatable.swift:12:1: warning: extension declares a conformance of imported type 'CGRect' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGRect: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/CGRect+ElementInterpolatable.swift:12:1: note: add '@retroactive' to silence this warning
extension CGRect: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/CGSize+ElementInterpolatable.swift:12:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGSize: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/CGSize+ElementInterpolatable.swift:12:1: note: add '@retroactive' to silence this warning
extension CGSize: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/UIEdgeInsets+ElementInterpolatable.swift:11:1: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIEdgeInsets: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+ElementInterpolatable/UIEdgeInsets+ElementInterpolatable.swift:11:1: note: add '@retroactive' to silence this warning
extension UIEdgeInsets: ElementInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CAAnimation+Helpers.swift:10:18: error: 'CAAnimation' is unavailable in watchOS
public extension CAAnimation {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CACornerMask+Helpers.swift:11:18: error: 'CACornerMask' is unavailable in watchOS
public extension CACornerMask {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CACornerMask+StaticAlias.swift:10:18: error: 'CACornerMask' is unavailable in watchOS
public extension CACornerMask {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:15:16: error: 'CAAnimation' is unavailable in watchOS
animation: CAAnimation
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:20:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.position),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:21:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.zPosition),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:22:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.anchorPoint),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:23:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.anchorPointZ),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:24:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.transform),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:25:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.backgroundColor),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:26:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.opacity),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:27:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.borderColor),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:28:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.borderWidth),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:29:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.cornerRadius),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:30:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.cornerRadius),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:31:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.shadowColor),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:32:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.shadowOffset),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:33:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.shadowOpacity),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:34:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.shadowPath),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:35:14: warning: 'CALayer' is unavailable in watchOS
#keyPath(CALayer.shadowRadius),
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CALayer+Helpers.swift:55:30: error: 'CABasicAnimation' is unavailable in watchOS
var closestBasicAnimation: CABasicAnimation? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:82:21: error: 'CAAnimation' is unavailable in watchOS
func animation<T: CAAnimation>(
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:108:20: error: 'CAAnimation' is unavailable in watchOS
_ animation: CAAnimation
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:110:8: error: 'CAAnimation' is unavailable in watchOS
) -> CAAnimation? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:135:42: error: 'CAAnimation' is unavailable in watchOS
func recursivelyFindParentAnimation<T: CAAnimation>(
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:152:42: error: 'CAAnimation' is unavailable in watchOS
func recursivelyFindParentAnimation<T: CAAnimation>(
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:184:42: error: 'CAAnimation' is unavailable in watchOS
func recursivelyFindParentAnimation<T: CAAnimation>(
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:188:8: error: 'CAAnimation' is unavailable in watchOS
) -> CAAnimation? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:201:20: error: 'CAAnimation' is unavailable in watchOS
_ animation: CAAnimation
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:203:8: error: 'CAAnimation' is unavailable in watchOS
) -> CAAnimation? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:243:41: error: 'CAAnimation' is unavailable in watchOS
func recursivelyFindChildAnimation<T: CAAnimation>(
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CALayer+Helpers.swift:11:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CATransform3D+Equatable.swift:10:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CATransform3D: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/CATransform3D+Equatable.swift:10:1: note: add '@retroactive' to silence this warning
extension CATransform3D: Equatable {
^ ~~~~~~~~~
@retroactive Equatable
/Users/admin/builder/spi-builder-workspace/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/CATransform3D+Equatable.swift:10:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D: Equatable {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/String+RawRepresentable.swift:10:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension String: RawRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/String+RawRepresentable.swift:10:1: note: add '@retroactive' to silence this warning
extension String: RawRepresentable {
^ ~~~~~~~~~~~~~~~~
@retroactive RawRepresentable
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIApplication+Helpers.swift:13:27: error: 'UIWindow' is unavailable in watchOS
public var allWindows: [UIWindow] {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIApplication+Helpers.swift:74:28: error: 'UIWindow' is unavailable in watchOS
public var activeWindow: UIWindow? {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIApplication+Helpers.swift:96:25: error: 'UIWindow' is unavailable in watchOS
public var keyWindow: UIWindow? {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIApplication+Helpers.swift:100:51: error: 'UIViewController' is unavailable in watchOS
public var presentedViewControllerForKeyWindow: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIApplication+Helpers.swift:11:11: error: 'UIApplication' is unavailable in watchOS
extension UIApplication {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:85:12: note: 'UIApplication' has been explicitly marked unavailable here
@interface UIApplication : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIGestureRecognizer+AddTargetBlock.swift:15:40: error: 'UIGestureRecognizer' is unavailable in watchOS
typealias ActionHandler = (_ sender: UIGestureRecognizer) -> Void;
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIGestureRecognizer+AddTargetBlock.swift:113:57: error: 'UIGestureRecognizer' is unavailable in watchOS
private func _handleGestureRecognizerAction(_ sender: UIGestureRecognizer){
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIGestureRecognizer+AddTargetBlock.swift:10:18: error: 'UIGestureRecognizer' is unavailable in watchOS
public extension UIGestureRecognizer {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIGestureRecognizer+Helpers.swift:10:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIGestureRecognizer.State: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIGestureRecognizer+Helpers.swift:10:1: note: add '@retroactive' to silence this warning
extension UIGestureRecognizer.State: CustomStringConvertible {
^ ~~~~~~~~~~~~~~~~~~~~~~~
@retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIGestureRecognizer+Helpers.swift:10:11: error: 'UIGestureRecognizer' is unavailable in watchOS
extension UIGestureRecognizer.State: CustomStringConvertible {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIGestureRecognizer+Helpers.swift:26:18: error: 'UIGestureRecognizer' is unavailable in watchOS
public extension UIGestureRecognizer {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIGestureRecognizerState+Helpers.swift:11:18: error: 'UIGestureRecognizer' is unavailable in watchOS
public extension UIGestureRecognizer.State {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIResponder+Helpers.swift:14:43: error: 'UIResponder' is unavailable in watchOS
where predicate: (_ currentResponder: UIResponder) -> Bool
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIResponder+Helpers.swift:15:8: error: 'UIResponder' is unavailable in watchOS
) -> UIResponder? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIResponder+Helpers.swift:11:18: error: 'UIResponder' is unavailable in watchOS
public extension UIResponder {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIScrollView+Helpers.swift:10:18: error: 'UIScrollView' is unavailable in watchOS
public extension UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIStackView+Helpers.swift:10:18: error: 'UIStackView' is unavailable in watchOS
public extension UIStackView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:9:29: error: 'UIViewController' is unavailable in watchOS
var parentViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:22:43: error: 'UIViewController' is unavailable in watchOS
var rootViewControllerForCurrentWindow: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:26:33: error: 'UIView' is unavailable in watchOS
var rootViewForCurrentWindow: UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:30:37: error: 'UIView' is unavailable in watchOS
var recursivelyGetAllSuperviews: [UIView] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:41:35: error: 'UIView' is unavailable in watchOS
var recursivelyGetAllSubviews: [UIView] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:52:57: error: 'UIGestureRecognizer' is unavailable in watchOS
var recursivelyGetAllGestureRecognizersFromSubviews: [UIGestureRecognizer] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIView+Helpers.swift:58:45: error: 'UIGestureRecognizer' is unavailable in watchOS
var recursivelyGetAllGestureRecognizers: [UIGestureRecognizer] {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIView+Helpers.swift:63:43: error: 'UIResponder' is unavailable in watchOS
var recursivelyGetAllParentResponders: [UIResponder] {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+Helpers/UIView+Helpers.swift:85:25: error: 'NSLayoutConstraint' is unavailable in watchOS
var heightConstraint: NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:91:24: error: 'NSLayoutConstraint' is unavailable in watchOS
var widthConstraint: NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:141:52: error: 'UIView' is unavailable in watchOS
func recursivelyFindParentView(where predicate: (UIView) -> Bool) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:141:72: error: 'UIView' is unavailable in watchOS
func recursivelyFindParentView(where predicate: (UIView) -> Bool) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:163:49: error: 'UIView' is unavailable in watchOS
func recursivelyFindSubview(where predicate: (UIView) -> Bool) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:163:69: error: 'UIView' is unavailable in watchOS
func recursivelyFindSubview(where predicate: (UIView) -> Bool) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIView+Helpers.swift:4:18: error: 'UIView' is unavailable in watchOS
public extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewAnimationCurve+Helpers.swift:12:27: error: 'UIView' is unavailable in watchOS
var asAnimationOptions: UIView.AnimationOptions {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewAnimationCurve+Helpers.swift:10:18: error: 'UIView' is unavailable in watchOS
public extension UIView.AnimationCurve {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:15:48: error: 'UIViewController' is unavailable in watchOS
var recursivelyGetAllParentViewControllers: [UIViewController] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:29:47: error: 'UIViewController' is unavailable in watchOS
var recursivelyGetAllChildViewControllers: [UIViewController] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:41:14: error: 'UIViewController' is unavailable in watchOS
_ child: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:53:14: error: 'UIViewController' is unavailable in watchOS
_ child: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:54:24: error: 'UIView' is unavailable in watchOS
toView targetView: UIView? = nil,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:79:23: error: 'UIViewController' is unavailable in watchOS
where predicate: (UIViewController) -> Bool
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:80:8: error: 'UIViewController' is unavailable in watchOS
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:103:23: error: 'UIViewController' is unavailable in watchOS
where predicate: (UIViewController) -> Bool
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:104:8: error: 'UIViewController' is unavailable in watchOS
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:194:49: error: 'UIViewController' is unavailable in watchOS
var recursivelyGetPresentingViewControllers: [UIViewController] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:213:37: error: 'UIViewController' is unavailable in watchOS
var rootPresentingViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:217:48: error: 'UIViewController' is unavailable in watchOS
var recursivelyGetPresentedViewControllers: [UIViewController] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:234:53: error: 'UIViewController' is unavailable in watchOS
var recursivelyGetTopMostPresentedViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:238:51: error: 'UIViewController' is unavailable in watchOS
var recursivelyGetAllPresentedViewControllers: [UIViewController] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIViewController+Helpers.swift:10:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIWindow+Helpers.swift:15:39: error: 'UIViewController' is unavailable in watchOS
var topmostPresentedViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+Helpers/UIWindow+Helpers.swift:10:18: error: 'UIWindow' is unavailable in watchOS
public extension UIWindow {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/CACornerMask+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CACornerMask: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/CACornerMask+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension CACornerMask: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/CACornerMask+RawValueToStringConvertible.swift:11:11: error: 'CACornerMask' is unavailable in watchOS
extension CACornerMask: RawValueToStringConvertible {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'CAGradientLayerType' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAGradientLayerType: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension CAGradientLayerType: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:18:8: error: 'axial' is unavailable in watchOS
.axial,
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:19:8: error: 'conic' is unavailable in watchOS
.conic,
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:20:8: error: 'radial' is unavailable in watchOS
.radial,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:24:21: error: 'conic' is unavailable in watchOS
items.append(.conic);
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/CAGradientLayerType+RawValueToStringConvertible.swift:11:11: error: 'CAGradientLayerType' is unavailable in watchOS
extension CAGradientLayerType: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIBlurEffectStyle+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'Style' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIBlurEffect.Style: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIBlurEffectStyle+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIBlurEffect.Style: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIBlurEffectStyle+RawValueToStringConvertible.swift:10:11: error: 'UIBlurEffect' is unavailable in watchOS
extension UIBlurEffect.Style: RawValueToStringConvertible {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIContextMenuInteractionCommitStyle+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'UIContextMenuInteractionCommitStyle' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIContextMenuInteractionCommitStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIContextMenuInteractionCommitStyle+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIContextMenuInteractionCommitStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIContextMenuInteractionCommitStyle+RawValueToStringConvertible.swift:11:11: error: 'UIContextMenuInteractionCommitStyle' is unavailable in watchOS
extension UIContextMenuInteractionCommitStyle: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIDeviceBatteryState+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'BatteryState' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIDevice.BatteryState: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIDeviceBatteryState+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIDevice.BatteryState: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIDeviceBatteryState+RawValueToStringConvertible.swift:11:11: error: 'UIDevice' is unavailable in watchOS
extension UIDevice.BatteryState: RawValueToStringConvertible {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIDeviceOrientation+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'UIDeviceOrientation' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIDeviceOrientation: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIDeviceOrientation+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIDeviceOrientation: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIDeviceOrientation+RawValueToStringConvertible.swift:10:11: error: 'UIDeviceOrientation' is unavailable in watchOS
extension UIDeviceOrientation: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'TextStyle' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIFont.TextStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIFont.TextStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:31:21: note: add 'if #available' version check
cases.append(.extraLargeTitle)
^
/Users/admin/builder/spi-builder-workspace/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/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/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/Sources/Extension+RawValueToStringConvertible/UIFontTextStyle+RawValueToStringConvertible.swift:32:21: note: add 'if #available' version check
cases.append(.extraLargeTitle2)
^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Extension+RawValueToStringConvertible/UIImageRenderingMode+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'RenderingMode' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIImage.RenderingMode: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIImageRenderingMode+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIImage.RenderingMode: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIImageSymbolScale+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'SymbolScale' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIImage.SymbolScale: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIImageSymbolScale+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIImage.SymbolScale: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Extension+RawValueToStringConvertible/UIImageSymbolWeight+RawValueToStringConvertible.swift:12:1: warning: extension declares a conformance of imported type 'SymbolWeight' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIImage.SymbolWeight: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIImageSymbolWeight+RawValueToStringConvertible.swift:12:1: note: add '@retroactive' to silence this warning
extension UIImage.SymbolWeight: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/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/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/Sources/Extension+RawValueToStringConvertible/UIInterfaceOrientation+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'UIInterfaceOrientation' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIInterfaceOrientation: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIInterfaceOrientation+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIInterfaceOrientation: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIInterfaceOrientation+RawValueToStringConvertible.swift:10:11: error: 'UIInterfaceOrientation' is unavailable in watchOS
extension UIInterfaceOrientation: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIOrientation.h:41:28: note: 'UIInterfaceOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIInterfaceOrientation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIMenuElementAttributes+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'Attributes' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIMenuElement.Attributes: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIMenuElementAttributes+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIMenuElement.Attributes: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/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/Sources/Extension+RawValueToStringConvertible/UIMenuElementAttributes+RawValueToStringConvertible.swift:11:11: error: 'UIMenuElement' is unavailable in watchOS
extension UIMenuElement.Attributes: RawValueToStringConvertible {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIMenuElementState+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'State' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIMenuElement.State: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIMenuElementState+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIMenuElement.State: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIMenuElementState+RawValueToStringConvertible.swift:11:11: error: 'UIMenuElement' is unavailable in watchOS
extension UIMenuElement.State: RawValueToStringConvertible {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIModalPresentationStyle+CustomStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'UIModalPresentationStyle' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIModalPresentationStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIModalPresentationStyle+CustomStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIModalPresentationStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIModalPresentationStyle+CustomStringConvertible.swift:16:32: error: 'UIModalPresentationStyle' is unavailable in watchOS
public static var allCases: [UIModalPresentationStyle] {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIModalPresentationStyle+CustomStringConvertible.swift:11:11: error: 'UIModalPresentationStyle' is unavailable in watchOS
extension UIModalPresentationStyle: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UITraitEnvironmentLayoutDirection+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'UITraitEnvironmentLayoutDirection' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UITraitEnvironmentLayoutDirection: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UITraitEnvironmentLayoutDirection+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UITraitEnvironmentLayoutDirection: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UITraitEnvironmentLayoutDirection+RawValueToStringConvertible.swift:10:11: error: 'UITraitEnvironmentLayoutDirection' is unavailable in watchOS
extension UITraitEnvironmentLayoutDirection: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceActiveAppearance+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'UIUserInterfaceActiveAppearance' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIUserInterfaceActiveAppearance: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceActiveAppearance+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIUserInterfaceActiveAppearance: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceActiveAppearance+RawValueToStringConvertible.swift:11:11: error: 'UIUserInterfaceActiveAppearance' is unavailable in watchOS
extension UIUserInterfaceActiveAppearance: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceIdiom+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'UIUserInterfaceIdiom' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIUserInterfaceIdiom: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceIdiom+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIUserInterfaceIdiom: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceIdiom+RawValueToStringConvertible.swift:11:11: error: 'UIUserInterfaceIdiom' is unavailable in watchOS
extension UIUserInterfaceIdiom: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceLevel+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'UIUserInterfaceLevel' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIUserInterfaceLevel: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceLevel+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIUserInterfaceLevel: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceLevel+RawValueToStringConvertible.swift:11:11: error: 'UIUserInterfaceLevel' is unavailable in watchOS
extension UIUserInterfaceLevel: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceSizeClass+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'UIUserInterfaceSizeClass' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIUserInterfaceSizeClass: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceSizeClass+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIUserInterfaceSizeClass: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceSizeClass+RawValueToStringConvertible.swift:10:11: error: 'UIUserInterfaceSizeClass' is unavailable in watchOS
extension UIUserInterfaceSizeClass: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceStyle+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'UIUserInterfaceStyle' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIUserInterfaceStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceStyle+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIUserInterfaceStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIUserInterfaceStyle+RawValueToStringConvertible.swift:10:11: error: 'UIUserInterfaceStyle' is unavailable in watchOS
extension UIUserInterfaceStyle: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIVibrancyEffectStyle+RawValueToStringConvertible.swift:11:1: warning: extension declares a conformance of imported type 'UIVibrancyEffectStyle' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIVibrancyEffectStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIVibrancyEffectStyle+RawValueToStringConvertible.swift:11:1: note: add '@retroactive' to silence this warning
extension UIVibrancyEffectStyle: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIVibrancyEffectStyle+RawValueToStringConvertible.swift:13:32: error: 'UIVibrancyEffectStyle' is unavailable in watchOS
public static var allCases: [UIVibrancyEffectStyle] {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIVibrancyEffectStyle+RawValueToStringConvertible.swift:11:11: error: 'UIVibrancyEffectStyle' is unavailable in watchOS
extension UIVibrancyEffectStyle: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIViewAnimate+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'AnimationOptions' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIView.AnimationOptions: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimate+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIView.AnimationOptions: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimate+RawValueToStringConvertible.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView.AnimationOptions: RawValueToStringConvertible {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingPosition+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'UIViewAnimatingPosition' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIViewAnimatingPosition: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingPosition+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIViewAnimatingPosition: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingPosition+RawValueToStringConvertible.swift:15:32: error: 'UIViewAnimatingPosition' is unavailable in watchOS
public static var allCases: [UIViewAnimatingPosition] = [
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingPosition+RawValueToStringConvertible.swift:10:11: error: 'UIViewAnimatingPosition' is unavailable in watchOS
extension UIViewAnimatingPosition: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingState+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'UIViewAnimatingState' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIViewAnimatingState: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingState+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIViewAnimatingState: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimatingState+RawValueToStringConvertible.swift:10:11: error: 'UIViewAnimatingState' is unavailable in watchOS
extension UIViewAnimatingState: RawValueToStringConvertible {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+RawValueToStringConvertible/UIViewAnimationCurve+RawValueToStringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'AnimationCurve' to imported protocols 'CustomStringConvertible', 'CaseIterable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIView.AnimationCurve: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimationCurve+RawValueToStringConvertible.swift:10:1: note: add '@retroactive' to silence this warning
extension UIView.AnimationCurve: RawValueToStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+RawValueToStringConvertible/UIViewAnimationCurve+RawValueToStringConvertible.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView.AnimationCurve: RawValueToStringConvertible {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+StringKeyPathMapping/UIDevice+StringKeyPathMapping.swift:11:34: error: 'UIDevice' is unavailable in watchOS
public typealias KeyPathRoot = UIDevice;
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+StringKeyPathMapping/UIDevice+StringKeyPathMapping.swift:10:1: warning: unavailable class 'UIDevice' was used to satisfy a requirement of protocol 'StringPartialKeyPathMapping'; this will be an error in a future Swift language mode
extension UIDevice: StringKeyPathMapping {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:35:12: note: 'UIDevice' declared here
@interface UIDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/StringKeyPathMapping/StringPartialKeyPathMapping.swift:12:18: note: requirement 'KeyPathRoot' declared here
associatedtype KeyPathRoot = Self;
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+StringKeyPathMapping/UIDevice+StringKeyPathMapping.swift:10:11: error: 'UIDevice' is unavailable in watchOS
extension UIDevice: StringKeyPathMapping {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Extension+UniformInterpolatable/UIColor+UniformInterpolatable.swift:10:1: warning: extension declares a conformance of imported type 'UIColor' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIColor: UniformInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Extension+UniformInterpolatable/UIColor+UniformInterpolatable.swift:10:1: note: add '@retroactive' to silence this warning
extension UIColor: UniformInterpolatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/SwizzlingHelpers.swift:98:19: error: 'UIView' is unavailable in watchOS
forView view: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/SwizzlingHelpers.swift:93:48: error: 'UIEvent' is unavailable in watchOS
(@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Helpers/SwizzlingHelpers.swift:93:61: error: 'UIView' is unavailable in watchOS
(@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/SwizzlingHelpers.swift:96:42: error: 'UIEvent' is unavailable in watchOS
(@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Helpers/SwizzlingHelpers.swift:96:55: error: 'UIView' is unavailable in watchOS
(@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/SwizzlingHelpers.swift:120:48: error: 'UIEvent' is unavailable in watchOS
(@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Helpers/SwizzlingHelpers.swift:120:61: error: 'UIView' is unavailable in watchOS
(@convention(c) (Any, Selector, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/SwizzlingHelpers.swift:123:42: error: 'UIEvent' is unavailable in watchOS
(@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Helpers/SwizzlingHelpers.swift:123:55: error: 'UIView' is unavailable in watchOS
(@convention(block) (Any, CGPoint, UIEvent?) -> UIView?).self,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewControllerHelpers.swift:13:17: error: 'UIWindow' is unavailable in watchOS
for window: UIWindow? = nil
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewControllerHelpers.swift:14:8: error: 'UIViewController' is unavailable in watchOS
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewControllerHelpers.swift:24:17: error: 'UIWindow' is unavailable in watchOS
for window: UIWindow? = nil
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewControllerHelpers.swift:25:9: error: 'UIViewController' is unavailable in watchOS
) -> [UIViewController]? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewControllerHelpers.swift:45:17: error: 'UIWindow' is unavailable in watchOS
for window: UIWindow? = nil
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewControllerHelpers.swift:46:8: error: 'UIViewController' is unavailable in watchOS
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewHelpers.swift:12:58: error: 'UIView' is unavailable in watchOS
public static func recursivelyGetAllSubviews(for view: UIView) -> [UIView] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewHelpers.swift:12:70: error: 'UIView' is unavailable in watchOS
public static func recursivelyGetAllSubviews(for view: UIView) -> [UIView] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewHelpers.swift:23:60: error: 'UIView' is unavailable in watchOS
public static func recursivelyGetAllSuperViews(for view: UIView) -> [UIView] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/ViewHelpers.swift:23:72: error: 'UIView' is unavailable in watchOS
public static func recursivelyGetAllSuperViews(for view: UIView) -> [UIView] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:14:85: error: 'UIView' is unavailable in watchOS
public protocol BaseFrameLayoutKeyframe: BaseKeyframeConfig where KeyframeTarget == UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:30:23: error: 'UIView' is unavailable in watchOS
constraintTarget: UIView? = nil,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:31:21: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintLeft: NSLayoutConstraint?,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:32:22: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintRight: NSLayoutConstraint?,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:33:20: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintTop: NSLayoutConstraint?,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:34:23: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintBottom: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:66:18: error: 'UIView' is unavailable in watchOS
toView view: UIView,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:67:21: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintLeft: NSLayoutConstraint?,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:68:22: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintRight: NSLayoutConstraint?,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:69:20: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintTop: NSLayoutConstraint?,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseFrameLayoutKeyframe.swift:70:23: error: 'NSLayoutConstraint' is unavailable in watchOS
constraintBottom: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:24:19: error: 'CACornerMask' is unavailable in watchOS
var cornerMask: CACornerMask? { get set };
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:11:99: error: 'UIView' is unavailable in watchOS
public protocol BaseLayerKeyframeConfig<KeyframeTarget>: BaseKeyframeConfig where KeyframeTarget: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:44:46: error: 'CALayer' is unavailable in watchOS
func applyBaseLayerKeyframe(toLayer layer: CALayer) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:73:44: error: 'UIView' is unavailable in watchOS
func applyBaseLayerKeyframe(toView view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseLayerKeyframeConfig.swift:108:46: error: 'CACornerMask' is unavailable in watchOS
mutating func withCornerMask(_ cornerMask: CACornerMask) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseViewKeyframeConfig.swift:11:98: error: 'UIView' is unavailable in watchOS
public protocol BaseViewKeyframeConfig<KeyframeTarget>: BaseKeyframeConfig where KeyframeTarget: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BaseViewKeyframeConfig.swift:37:43: error: 'UIView' is unavailable in watchOS
func applyBaseViewKeyframe(toView view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/BasicViewKeyframe.swift:11:36: error: 'UIView' is unavailable in watchOS
public struct BasicViewKeyframe<T: UIView>:
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/GenericViewKeyframe.swift:29:26: error: 'CACornerMask' is unavailable in watchOS
public var cornerMask: CACornerMask?;
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/GenericViewKeyframe.swift:42:17: error: 'CACornerMask' is unavailable in watchOS
cornerMask: CACornerMask? = nil
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/GenericViewKeyframe.swift:11:38: error: 'UIView' is unavailable in watchOS
public struct GenericViewKeyframe<T: UIView>:
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/KeyframeConfig.swift:25:34: error: 'UIView' is unavailable in watchOS
) throws where KeyframeTarget: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/KeyframeConfig.swift:38:27: error: 'UIView' is unavailable in watchOS
) where KeyframeTarget: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Keyframeable/KeyframeConfigAnimating.swift:18:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Protocols/Keyframeable/KeyframeConfigAnimating.swift:27:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Protocols/Keyframeable/Keyframeable.swift:27:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Protocols/Keyframeable/KeyframeableViaConfig.swift:27:43: error: 'UIViewPropertyAnimator' is unavailable in watchOS
forPropertyAnimator propertyAnimator: UIViewPropertyAnimator?
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimation+Block.swift:11:18: error: 'CAAnimation' is unavailable in watchOS
public extension CAAnimation {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:13:34: error: 'CAAnimation' is unavailable in watchOS
public typealias StartBlock = (CAAnimation) -> ();
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:14:32: error: 'CAAnimation' is unavailable in watchOS
public typealias EndBlock = (CAAnimation, Bool) -> ();
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:19:41: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:23:40: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationBlockDelegate.swift:11:50: error: 'CAAnimationDelegate' is unavailable in watchOS
public class CAAnimationBlockDelegate: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:13:42: error: 'CAAnimationDelegate' is unavailable in watchOS
public var emitter = MulticastDelegate<CAAnimationDelegate>();
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:15:41: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:21:40: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/CAAnimationBlockDelegate/CAAnimationMulticastDelegate.swift:11:54: error: 'CAAnimationDelegate' is unavailable in watchOS
public class CAAnimationMulticastDelegate: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/ClosureInjector/UIControl+ClosureInjector.swift:12:23: error: 'UIControl' is unavailable in watchOS
for controlEvent: UIControl.Event = .primaryActionTriggered,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Utilities/ClosureInjector/UIControl+ClosureInjector.swift:10:18: error: 'UIControl' is unavailable in watchOS
public extension UIControl {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/Utilities/InLineDisplayLink/InLineDisplayLink.swift:16:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLink.swift:28:40: error: 'CADisplayLink' is unavailable in watchOS
public private(set) var displayLink: CADisplayLink;
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLink.swift:246:37: error: 'CADisplayLink' is unavailable in watchOS
@objc func _updateBlock(_ sender: CADisplayLink) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:16:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:21:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:27:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:32:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:37:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:48:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:55:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:62:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:69:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/InLineDisplayLink/InLineDisplayLinkDelegate.swift:76:18: error: 'CADisplayLink' is unavailable in watchOS
displayLink: CADisplayLink
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Utilities/RepeatedExecution.swift:66:40: error: 'CADisplayLink' is unavailable in watchOS
private(set) public var displayLink: CADisplayLink?;
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/PassthroughView.swift:10:31: error: 'UIView' is unavailable in watchOS
public class PassthroughView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/ShapeView.swift:20:22: error: 'CABasicAnimation' is unavailable in watchOS
animationBase: CABasicAnimation,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:21:27: error: 'CABasicAnimation' is unavailable in watchOS
pendingAnimations: [CABasicAnimation],
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:29:22: error: 'CABasicAnimation' is unavailable in watchOS
animationBase: CABasicAnimation,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:30:27: error: 'CABasicAnimation' is unavailable in watchOS
currentAnimations: [CABasicAnimation],
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:74:31: error: 'CABasicAnimation' is unavailable in watchOS
public var animationBase: CABasicAnimation? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:87:51: error: 'CABasicAnimation' is unavailable in watchOS
mutating func appendAnimations(_ animations: [CABasicAnimation]){
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:114:48: error: 'CABasicAnimation' is unavailable in watchOS
mutating func appendAnimation(_ animation: CABasicAnimation){
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:124:27: error: 'CAShapeLayer' is unavailable in watchOS
public var borderLayer: CAShapeLayer!;
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/ShapeView.swift:128:40: error: 'CALayer' is unavailable in watchOS
public weak var rootAnimationSource: CALayer?;
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/ShapeView.swift:11:25: error: 'UIView' is unavailable in watchOS
public class ShapeView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/Views/ShapeView.swift:616:41: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:640:40: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/Views/ShapeView.swift:614:22: error: 'CAAnimationDelegate' is unavailable in watchOS
extension ShapeView: CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:71:11: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
@protocol CAAnimationDelegate <NSObject>
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ DGSwiftUtilities (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DGSwiftUtilities (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
EmitSwiftModule normal arm64_32 (in target 'DGSwiftUtilities' from project 'DGSwiftUtilities')
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 DGSwiftUtilities
(5 failures)
BUILD FAILURE 6.2 watchOS