The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIKitPlus, reference master (f1d23d), with Swift 6.3 for watchOS using Xcode 26.4 on 16 Apr 2026 10:02:41 UTC.

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift:52:45: note: use 'UCollectionViewFlowLayout' instead
open class CollectionViewAlignedFlowLayout: CollectionViewFlowLayout {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
                                            UCollectionViewFlowLayout
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift:328:23: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
fileprivate extension UICollectionViewLayoutAttributes {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewCell.swift:58:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewCell.swift:10:29: error: 'UICollectionViewCell' is unavailable in watchOS
open class UCollectionCell: UICollectionViewCell, AnyDeclarativeProtocol, DeclarativeProtocolInternal, Cellable {
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewFlowLayout.swift:61:46: error: 'UICollectionView' is unavailable in watchOS
    public func scrollDirection(_ direction: UICollectionView.ScrollDirection) -> Self {
                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewFlowLayout.swift:7:39: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
open class UCollectionViewFlowLayout: UICollectionViewFlowLayout {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:9:45: warning: 'ControlView' is deprecated: renamed to 'UControlView'
    public lazy var properties = Properties<ControlView>()
                                            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:9:45: note: use 'UControlView' instead
    public lazy var properties = Properties<ControlView>()
                                            ^~~~~~~~~~~
                                            UControlView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:8:33: warning: 'ControlView' is deprecated: renamed to 'UControlView'
    public var declarativeView: ControlView { self }
                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:8:33: note: use 'UControlView' instead
    public var declarativeView: ControlView { self }
                                ^~~~~~~~~~~
                                UControlView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:54:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:54:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:54:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift:7:26: error: 'UIControl' is unavailable in watchOS
open class UControlView: UIControl, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift:52:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift:52:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift:52:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift:101:31: error: 'UIDatePicker' is unavailable in watchOS
    public func mode(_ value: UIDatePicker.Mode) -> Self {
                              ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift:107:49: error: 'UIDatePicker' is unavailable in watchOS
    public func mode(_ binding: UIKitPlus.State<UIDatePicker.Mode>) -> Self {
                                                ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift:5:25: error: 'UIDatePicker' is unavailable in watchOS
open class UDatePicker: UIDatePicker, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift:54:27: error: 'init()' is unavailable in watchOS
    lazy var pickerView = V()
                          ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift:248:32: error: 'UIView' is unavailable in watchOS
    public func _show(in view: UIView) {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift:13:50: error: 'UIView' is unavailable in watchOS
open class UDynamicPickerView<V>: UView where V: UIView, V: UDynamicPickerableView {
                                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift:307:11: error: 'UIDatePicker' is unavailable in watchOS
extension UIDatePicker: UDynamicPickerableView {
          ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift:314:31: error: 'UIDatePicker' is unavailable in watchOS
    public func mode(_ value: UIDatePicker.Mode) -> Self {
                              ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift:367:31: error: 'UIView' is unavailable in watchOS
    public func show(in view: UIView) {
                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift:116:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift:116:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift:116:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift:142:30: error: 'UIView' is unavailable in watchOS
    public func mode(_ mode: UIView.ContentMode) -> Self {
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift:4:20: error: 'UIImageView' is unavailable in watchOS
open class UImage: UIImageView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:36:57: error: 'UIInputView' is unavailable in watchOS
    public override init(frame: CGRect, inputViewStyle: UIInputView.Style) {
                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h:20:12: note: 'UIInputView' has been explicitly marked unavailable here
@interface UIInputView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:42:36: error: 'UIInputView' is unavailable in watchOS
    public init (_ inputViewStyle: UIInputView.Style = .default) {
                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h:20:12: note: 'UIInputView' has been explicitly marked unavailable here
@interface UIInputView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:48:36: error: 'UIInputView' is unavailable in watchOS
    public init (_ inputViewStyle: UIInputView.Style = .default, @BodyBuilder block: BodyBuilder.SingleView) {
                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h:20:12: note: 'UIInputView' has been explicitly marked unavailable here
@interface UIInputView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:69:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:69:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:69:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:90:62: error: 'UIView' is unavailable in watchOS
    private var _intrinsicContentSize: CGSize = .init(width: UIView.noIntrinsicMetric, height: InputView.defaultKeyboardHeight) {
                                                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:90:69: error: 'noIntrinsicMetric' is unavailable in watchOS
    private var _intrinsicContentSize: CGSize = .init(width: UIView.noIntrinsicMetric, height: InputView.defaultKeyboardHeight) {
                                                                    ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:543:28: note: 'noIntrinsicMetric' has been explicitly marked unavailable here
UIKIT_EXTERN const CGFloat UIViewNoIntrinsicMetric API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos); // -1
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:90:96: warning: 'InputView' is deprecated: renamed to 'UInputView'
    private var _intrinsicContentSize: CGSize = .init(width: UIView.noIntrinsicMetric, height: InputView.defaultKeyboardHeight) {
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:90:96: note: use 'UInputView' instead
    private var _intrinsicContentSize: CGSize = .init(width: UIView.noIntrinsicMetric, height: InputView.defaultKeyboardHeight) {
                                                                                               ^~~~~~~~~
                                                                                               UInputView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:101:51: error: 'UIView' is unavailable in watchOS
    public func intrinsicContentSize(w: CGFloat = UIView.noIntrinsicMetric, h: CGFloat = UIView.noIntrinsicMetric) -> Self {
                                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:101:58: error: 'noIntrinsicMetric' is unavailable in watchOS
    public func intrinsicContentSize(w: CGFloat = UIView.noIntrinsicMetric, h: CGFloat = UIView.noIntrinsicMetric) -> Self {
                                                         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:543:28: note: 'noIntrinsicMetric' has been explicitly marked unavailable here
UIKIT_EXTERN const CGFloat UIViewNoIntrinsicMetric API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos); // -1
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:101:90: error: 'UIView' is unavailable in watchOS
    public func intrinsicContentSize(w: CGFloat = UIView.noIntrinsicMetric, h: CGFloat = UIView.noIntrinsicMetric) -> Self {
                                                                                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:101:97: error: 'noIntrinsicMetric' is unavailable in watchOS
    public func intrinsicContentSize(w: CGFloat = UIView.noIntrinsicMetric, h: CGFloat = UIView.noIntrinsicMetric) -> Self {
                                                                                                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:543:28: note: 'noIntrinsicMetric' has been explicitly marked unavailable here
UIKIT_EXTERN const CGFloat UIViewNoIntrinsicMetric API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos); // -1
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:7:24: error: 'UIInputView' is unavailable in watchOS
open class UInputView: UIInputView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInputView.h:20:12: note: 'UIInputView' has been explicitly marked unavailable here
@interface UIInputView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:133:43: error: 'UIView' is unavailable in watchOS
    public convenience init (_ innerView: UIView) {
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:148:80: warning: 'InputView' is deprecated: renamed to 'UInputView'
    public static func subviews(@BodyBuilder block: BodyBuilder.SingleView) -> InputView {
                                                                               ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:148:80: note: use 'UInputView' instead
    public static func subviews(@BodyBuilder block: BodyBuilder.SingleView) -> InputView {
                                                                               ^~~~~~~~~
                                                                               UInputView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:132:11: warning: 'InputView' is deprecated: renamed to 'UInputView'
extension InputView {
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift:132:11: note: use 'UInputView' instead
extension InputView {
          ^~~~~~~~~
          UInputView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/LayerView.swift:8:25: error: 'CALayer' is unavailable in watchOS
class ULayerView<Layer: CALayer>: UView {
                        ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:6:15: error: 'NSLayoutConstraint' is unavailable in watchOS
    let axis: NSLayoutConstraint.Axis
              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:8:42: error: 'NSLayoutConstraint' is unavailable in watchOS
    init (_ item: BodyBuilderItem, axis: NSLayoutConstraint.Axis? = nil) {
                                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:86:41: error: 'UIView' is unavailable in watchOS
    private func handleHiddency(_ view: UIView, at sectionIndex: Int) {
                                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:136:45: error: 'UIScrollView' is unavailable in watchOS
    public func keyboardDismissMode(_ mode: UIScrollView.KeyboardDismissMode) -> Self {
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:172:50: error: 'UIRefreshControl' is unavailable in watchOS
    public func refreshControl(_ refreshControl: UIRefreshControl) -> Self {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:180:48: error: 'UITableView' is unavailable in watchOS
    public func numberOfSections(in tableView: UITableView) -> Int {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:184:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:197:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:197:91: error: 'UITableViewCell' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:235:41: error: 'UITableViewCell' is unavailable in watchOS
    public func separatorStyle(_ value: UITableViewCell.SeparatorStyle) -> Self {
                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:14:28: error: 'UITableViewDataSource' is unavailable in watchOS
public class UList: UView, UITableViewDataSource {
                           ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:279:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:266:18: error: 'UIScrollViewDelegate' is unavailable in watchOS
extension UList: UIScrollViewDelegate {
                 ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:312:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:285:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {}
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:286:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool { false }
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:284:18: error: 'UITableViewDelegate' is unavailable in watchOS
extension UList: UITableViewDelegate {
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift:293:45: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func hideIndicator(_ indicators: NSLayoutConstraint.Axis...) -> Self {
                                            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableViewCell.swift:53:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableViewCell.swift:53:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift:4:25: warning: 'TableViewCell' is deprecated: renamed to 'UTableViewCell'
class UListDynamicCell: TableViewCell {
                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift:4:25: note: use 'UTableViewCell' instead
class UListDynamicCell: TableViewCell {
                        ^~~~~~~~~~~~~
                        UTableViewCell
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:55:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:55:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:55:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:75:35: error: 'UIPickerViewDelegate' is unavailable in watchOS
    public func delegate(_ value: UIPickerViewDelegate) -> Self {
                                  ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:59:11: note: 'UIPickerViewDelegate' has been explicitly marked unavailable here
@protocol UIPickerViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:81:37: error: 'UIPickerViewDataSource' is unavailable in watchOS
    public func dataSource(_ value: UIPickerViewDataSource) -> Self {
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:48:11: note: 'UIPickerViewDataSource' has been explicitly marked unavailable here
@protocol UIPickerViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:8:25: error: 'UIPickerView' is unavailable in watchOS
open class UPickerView: UIPickerView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:123:42: error: 'UIPickerView' is unavailable in watchOS
    public func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int) {
                                         ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:122:23: error: 'UIPickerViewDelegate' is unavailable in watchOS
extension PickerView: UIPickerViewDelegate {
                      ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:59:11: note: 'UIPickerViewDelegate' has been explicitly marked unavailable here
@protocol UIPickerViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:122:11: warning: 'PickerView' is deprecated: renamed to 'UPickerView'
extension PickerView: UIPickerViewDelegate {
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift:122:11: note: use 'UPickerView' instead
extension PickerView: UIPickerViewDelegate {
          ^~~~~~~~~~
          UPickerView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift:5:11: error: 'UIRefreshControl' is unavailable in watchOS
extension UIRefreshControl {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift:95:40: warning: 'RefreshControl' is deprecated: renamed to 'URefreshControl'
    public func itself(_ itself: inout RefreshControl?) -> Self {
                                       ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift:95:40: note: use 'URefreshControl' instead
    public func itself(_ itself: inout RefreshControl?) -> Self {
                                       ^~~~~~~~~~~~~~
                                       URefreshControl
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift:12:29: error: 'UIRefreshControl' is unavailable in watchOS
open class URefreshControl: UIRefreshControl {
                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:64:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:64:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:64:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:86:50: error: 'UIRefreshControl' is unavailable in watchOS
    public func refreshControl(_ refreshControl: UIRefreshControl) -> Self {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:114:45: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func hideIndicator(_ indicators: NSLayoutConstraint.Axis...) -> Self {
                                            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:162:38: error: 'UIScrollViewDelegate' is unavailable in watchOS
    public func delegate(_ delegate: UIScrollViewDelegate) -> Self {
                                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:312:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:4:25: error: 'UIScrollView' is unavailable in watchOS
open class UScrollView: UIScrollView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                        ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:171:43: error: 'UIView' is unavailable in watchOS
    public convenience init (_ innerView: UIView) {
                                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:204:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:191:24: error: 'UIScrollViewDelegate' is unavailable in watchOS
extension UScrollView: UIScrollViewDelegate {
                       ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:312:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:64:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:64:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:64:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:74:65: warning: 'SegmentedControl' is deprecated: renamed to 'USegmentedControl'
    public static func items(_ items: SegmentControlable...) -> SegmentedControl {
                                                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:74:65: note: use 'USegmentedControl' instead
    public static func items(_ items: SegmentControlable...) -> SegmentedControl {
                                                                ^~~~~~~~~~~~~~~~
                                                                USegmentedControl
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:136:88: error: 'UIControl' is unavailable in watchOS
    private func addAttribute(_ attr: NSAttributedString.Key, _ value: Any, for state: UIControl.State) -> Self {
                                                                                       ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:148:57: error: 'UIControl' is unavailable in watchOS
    public func background(_ value: UIColor, for state: UIControl.State = .normal) -> Self {
                                                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:154:53: error: 'UIControl' is unavailable in watchOS
    public func background(_ value: Int, for state: UIControl.State = .normal) -> Self {
                                                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:160:57: error: 'UIControl' is unavailable in watchOS
    public func foreground(_ value: UIColor, for state: UIControl.State = .normal) -> Self {
                                                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:166:53: error: 'UIControl' is unavailable in watchOS
    public func foreground(_ value: Int, for state: UIControl.State = .normal) -> Self {
                                                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:171:44: error: 'UIControl' is unavailable in watchOS
    public func font(v: UIFont, for state: UIControl.State = .normal) -> Self {
                                           ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:176:80: error: 'UIControl' is unavailable in watchOS
    public func font(_ identifier: FontIdentifier, _ size: CGFloat, for state: UIControl.State = .normal) -> Self {
                                                                               ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:185:70: error: 'UIControl' is unavailable in watchOS
    public func paragraphStyle(_ value: NSParagraphStyle, for state: UIControl.State = .normal) -> Self {
                                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:191:53: error: 'UIControl' is unavailable in watchOS
    public func ligature(_ value: Float, for state: UIControl.State = .normal) -> Self {
                                                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:197:49: error: 'UIControl' is unavailable in watchOS
    public func kern(_ value: Float, for state: UIControl.State = .normal) -> Self {
                                                ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:203:63: error: 'UIControl' is unavailable in watchOS
    public func strikethroughStyle(_ value: Float, for state: UIControl.State = .normal) -> Self {
                                                              ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:209:70: error: 'UIControl' is unavailable in watchOS
    public func underlineStyle(_ value: NSUnderlineStyle, for state: UIControl.State = .normal) -> Self {
                                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:215:58: error: 'UIControl' is unavailable in watchOS
    public func strokeColor(_ value: UIColor, for state: UIControl.State = .normal) -> Self {
                                                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:221:54: error: 'UIControl' is unavailable in watchOS
    public func strokeColor(_ value: Int, for state: UIControl.State = .normal) -> Self {
                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:227:56: error: 'UIControl' is unavailable in watchOS
    public func strokeWidth(_ value: Float, for state: UIControl.State = .normal) -> Self {
                                                       ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:233:103: error: 'UIControl' is unavailable in watchOS
    public func shadow(offset: CGSize = .zero, blur: CGFloat = 0, color: UIColor = .clear, for state: UIControl.State = .normal) -> Self {
                                                                                                      ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:243:56: error: 'UIControl' is unavailable in watchOS
    public func textEffect(_ value: String, for state: UIControl.State = .normal) -> Self {
                                                       ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:249:66: error: 'UIControl' is unavailable in watchOS
    public func attachment(_ value: NSTextAttachment, for state: UIControl.State = .normal) -> Self {
                                                                 ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:255:68: error: 'UIControl' is unavailable in watchOS
    public func attachment(_ data: Data?, type: String, for state: UIControl.State = .normal) -> Self {
                                                                   ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:260:47: error: 'UIControl' is unavailable in watchOS
    public func link(_ value: URL, for state: UIControl.State = .normal) -> Self {
                                              ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:265:50: error: 'UIControl' is unavailable in watchOS
    public func link(_ value: String, for state: UIControl.State = .normal) -> Self {
                                                 ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:271:59: error: 'UIControl' is unavailable in watchOS
    public func baselineOffset(_ value: Float, for state: UIControl.State = .normal) -> Self {
                                                          ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:277:61: error: 'UIControl' is unavailable in watchOS
    public func underlineColor(_ value: UIColor, for state: UIControl.State = .normal) -> Self {
                                                            ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:283:57: error: 'UIControl' is unavailable in watchOS
    public func underlineColor(_ value: Int, for state: UIControl.State = .normal) -> Self {
                                                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:289:65: error: 'UIControl' is unavailable in watchOS
    public func strikethroughColor(_ value: UIColor, for state: UIControl.State = .normal) -> Self {
                                                                ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:295:61: error: 'UIControl' is unavailable in watchOS
    public func strikethroughColor(_ value: Int, for state: UIControl.State = .normal) -> Self {
                                                            ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:301:56: error: 'UIControl' is unavailable in watchOS
    public func obliqueness(_ value: Float, for state: UIControl.State = .normal) -> Self {
                                                       ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:307:54: error: 'UIControl' is unavailable in watchOS
    public func expansion(_ value: Float, for state: UIControl.State = .normal) -> Self {
                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:316:57: error: 'UIControl' is unavailable in watchOS
    public func glyphForm(_ form: GlyphForm, for state: UIControl.State = .normal) -> Self {
                                                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:321:78: error: 'UIControl' is unavailable in watchOS
    public func writingDirection(_ direction: NSWritingDirection, for state: UIControl.State = .normal) -> Self {
                                                                             ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift:7:31: error: 'UISegmentedControl' is unavailable in watchOS
open class USegmentedControl: UISegmentedControl, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:43:12: note: 'UISegmentedControl' has been explicitly marked unavailable here
@interface UISegmentedControl : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:58:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:58:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:58:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:251:58: error: 'UIControl' is unavailable in watchOS
    public func thumbImage(_ value: UIImage?, for state: UIControl.State = .normal) -> Self {
                                                         ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift:10:21: error: 'UISlider' is unavailable in watchOS
open class USlider: UISlider, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                    ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Stepper.swift:65:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Stepper.swift:65:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Stepper.swift:65:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Stepper.swift:5:22: error: 'UIStepper' is unavailable in watchOS
open class UStepper: UIStepper, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:36:27: error: 'UITableView' is unavailable in watchOS
    public init (_ style: UITableView.Style = .plain) {
                          ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:41:48: error: 'UITableView' is unavailable in watchOS
    public override init(frame: CGRect, style: UITableView.Style) {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:56:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:56:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:56:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:86:45: error: 'UIScrollView' is unavailable in watchOS
    public func keyboardDismissMode(_ mode: UIScrollView.KeyboardDismissMode) -> Self {
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:94:50: error: 'UIRefreshControl' is unavailable in watchOS
    public func refreshControl(_ refreshControl: UIRefreshControl) -> Self {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:106:45: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func hideIndicator(_ indicators: NSLayoutConstraint.Axis...) -> Self {
                                            ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:183:35: error: 'UITableViewDelegate' is unavailable in watchOS
    public func delegate(_ value: UITableViewDelegate) -> Self {
                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:189:37: error: 'UITableViewDataSource' is unavailable in watchOS
    public func dataSource(_ value: UITableViewDataSource) -> Self {
                                    ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:201:41: error: 'UITableViewCell' is unavailable in watchOS
    public func separatorStyle(_ value: UITableViewCell.SeparatorStyle) -> Self {
                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:7:24: error: 'UITableView' is unavailable in watchOS
open class UTableView: UITableView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:232:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:219:22: error: 'UIScrollViewDelegate' is unavailable in watchOS
extension TableView: UIScrollViewDelegate {
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:312:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:219:11: warning: 'TableView' is deprecated: renamed to 'UTableView'
extension TableView: UIScrollViewDelegate {
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableView.swift:219:11: note: use 'UTableView' instead
extension TableView: UIScrollViewDelegate {
          ^~~~~~~~~
          UTableView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableViewCell.swift:34:33: error: 'UITableViewCell' is unavailable in watchOS
    public override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableViewCell.swift:53:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TableViewCell.swift:7:28: error: 'UITableViewCell' is unavailable in watchOS
open class UTableViewCell: UITableViewCell, AnyDeclarativeProtocol, DeclarativeProtocolInternal, Cellable {
                           ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:90:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:90:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:90:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:7:19: error: 'UILabel' is unavailable in watchOS
open class UText: UILabel, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:133:32: error: 'UIView' is unavailable in watchOS
    var _textChangeTransition: UIView.AnimationOptions? {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:145:30: error: 'UIView' is unavailable in watchOS
    var _transitionableView: UIView { self }
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:103:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:103:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:103:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:5:24: error: 'UITextField' is unavailable in watchOS
open class UTextField: UITextField, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:306:58: error: 'UITextField' is unavailable in watchOS
    public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
                                                         ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:310:55: error: 'UITextField' is unavailable in watchOS
    public func textFieldDidBeginEditing(_ textField: UITextField) {
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:315:56: error: 'UITextField' is unavailable in watchOS
    public func textFieldShouldEndEditing(_ textField: UITextField) -> Bool {
                                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:319:53: error: 'UITextField' is unavailable in watchOS
    public func textFieldDidEndEditing(_ textField: UITextField) {
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:324:40: error: 'UITextField' is unavailable in watchOS
    public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:339:51: error: 'UITextField' is unavailable in watchOS
    public func textFieldShouldClear(_ textField: UITextField) -> Bool {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:343:52: error: 'UITextField' is unavailable in watchOS
    public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
                                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:273:45: error: 'UITextFieldDelegate' is unavailable in watchOS
fileprivate class _InnerDelegate: NSObject, UITextFieldDelegate {
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:414:32: error: 'UIView' is unavailable in watchOS
    var _textChangeTransition: UIView.AnimationOptions? {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:448:39: error: 'UIView' is unavailable in watchOS
    var _placeholderChangeTransition: UIView.AnimationOptions? {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:461:32: error: 'UIKeyboardType' is unavailable in watchOS
    func _setKeyboardType(_ v: UIKeyboardType) {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:465:33: error: 'UIReturnKeyType' is unavailable in watchOS
    func _setReturnKeyType(_ v: UIReturnKeyType) {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:158:28: note: 'UIReturnKeyType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIReturnKeyType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:469:38: error: 'UIKeyboardAppearance' is unavailable in watchOS
    func _setKeyboardAppearance(_ v: UIKeyboardAppearance) {
                                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:473:29: error: 'UIView' is unavailable in watchOS
    func _setInputView(_ v: UIView?) {
                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:477:38: error: 'UIView' is unavailable in watchOS
    func _setInputAccessoryView(_ v: UIView?) {
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:483:46: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    func _setTextAutocapitalizationType(_ v: UITextAutocapitalizationType) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:489:42: error: 'UITextAutocorrectionType' is unavailable in watchOS
    func _setTextAutocorrectionType(_ v: UITextAutocorrectionType) {
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:505:26: error: 'UIView' is unavailable in watchOS
    func _setLeftView(v: UIView) {
                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:509:30: error: 'UITextField' is unavailable in watchOS
    func _setLeftViewMode(v: UITextField.ViewMode) {
                             ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:514:60: error: 'UIView' is unavailable in watchOS
    public func leftView(_ view: @escaping (UTextField) -> UIView) -> Self {
                                                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:519:32: error: 'UITextField' is unavailable in watchOS
    public func leftView(mode: UITextField.ViewMode, _ view: @escaping (UTextField) -> UIView) -> Self {
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:519:88: error: 'UIView' is unavailable in watchOS
    public func leftView(mode: UITextField.ViewMode, _ view: @escaping (UTextField) -> UIView) -> Self {
                                                                                       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:525:27: error: 'UIView' is unavailable in watchOS
    func _setRightView(v: UIView) {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:529:31: error: 'UITextField' is unavailable in watchOS
    func _setRightViewMode(v: UITextField.ViewMode) {
                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:534:61: error: 'UIView' is unavailable in watchOS
    public func rightView(_ view: @escaping (UTextField) -> UIView) -> Self {
                                                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:539:33: error: 'UITextField' is unavailable in watchOS
    public func rightView(mode: UITextField.ViewMode, _ view: @escaping (UTextField) -> UIView) -> Self {
                                ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:539:89: error: 'UIView' is unavailable in watchOS
    public func rightView(mode: UITextField.ViewMode, _ view: @escaping (UTextField) -> UIView) -> Self {
                                                                                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:35:57: error: 'NSTextContainer' is unavailable in watchOS
    public init (_ string: AnyString..., textContainer: NSTextContainer? = nil) {
                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:41:57: error: 'NSTextContainer' is unavailable in watchOS
    public init (_ strings: [AnyString], textContainer: NSTextContainer? = nil) {
                                                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:53:66: error: 'NSTextContainer' is unavailable in watchOS
    public init (_ localized: LocalizedString..., textContainer: NSTextContainer) {
                                                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:59:65: error: 'NSTextContainer' is unavailable in watchOS
    public init (_ localized: [LocalizedString], textContainer: NSTextContainer? = nil) {
                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:65:65: error: 'NSTextContainer' is unavailable in watchOS
    public init<A: AnyString>(_ state: State<A>, textContainer: NSTextContainer? = nil) {
                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:71:33: error: 'NSTextContainer' is unavailable in watchOS
    public init (textContainer: NSTextContainer? = nil, @AnyStringBuilder stateString: @escaping AnyStringBuilder.Handler) {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:77:56: error: 'NSTextContainer' is unavailable in watchOS
    public override init(frame: CGRect, textContainer: NSTextContainer? = nil) {
                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
@interface NSTextContainer : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:101:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:101:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:101:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:121:38: error: 'UITextViewDelegate' is unavailable in watchOS
    public func delegate(_ delegate: UITextViewDelegate?) -> Self {
                                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:150:43: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public typealias SimpleHandlerText = (TextView) -> Void
                                          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:150:43: note: use 'UTextView' instead
    public typealias SimpleHandlerText = (TextView) -> Void
                                          ^~~~~~~~
                                          UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:152:41: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public typealias BoolHandlerText = (TextView) -> Bool
                                        ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:152:41: note: use 'UTextView' instead
    public typealias BoolHandlerText = (TextView) -> Bool
                                        ^~~~~~~~
                                        UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:153:52: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public typealias BoolHandlerTextRangeString = (TextView, NSRange, String) -> Bool
                                                   ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:153:52: note: use 'UTextView' instead
    public typealias BoolHandlerTextRangeString = (TextView, NSRange, String) -> Bool
                                                   ^~~~~~~~
                                                   UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:155:49: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public typealias BoolHandlerTextURLRange = (TextView, URL, NSRange) -> Bool
                                                ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:155:49: note: use 'UTextView' instead
    public typealias BoolHandlerTextURLRange = (TextView, URL, NSRange) -> Bool
                                                ^~~~~~~~
                                                UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:156:60: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public typealias BoolHandlerTextURLRangeInteraction = (TextView, URL, NSRange, TextItemInteraction) -> Bool
                                                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:156:60: note: use 'UTextView' instead
    public typealias BoolHandlerTextURLRangeInteraction = (TextView, URL, NSRange, TextItemInteraction) -> Bool
                                                           ^~~~~~~~
                                                           UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:157:60: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public typealias BoolHandlerTextTextAttachmentRange = (TextView, NSTextAttachment, NSRange) -> Bool
                                                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:157:60: note: use 'UTextView' instead
    public typealias BoolHandlerTextTextAttachmentRange = (TextView, NSTextAttachment, NSRange) -> Bool
                                                           ^~~~~~~~
                                                           UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:158:71: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public typealias BoolHandlerTextTextAttachmentRangeInteraction = (TextView, NSTextAttachment, NSRange, TextItemInteraction) -> Bool
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:158:71: note: use 'UTextView' instead
    public typealias BoolHandlerTextTextAttachmentRangeInteraction = (TextView, NSTextAttachment, NSRange, TextItemInteraction) -> Bool
                                                                      ^~~~~~~~
                                                                      UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:8:23: error: 'UITextView' is unavailable in watchOS
open class UTextView: UITextView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                      ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:427:32: error: 'UIView' is unavailable in watchOS
    var _textChangeTransition: UIView.AnimationOptions? {
                               ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:476:39: error: 'UIView' is unavailable in watchOS
    var _placeholderChangeTransition: UIView.AnimationOptions? {
                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:490:32: error: 'UIKeyboardType' is unavailable in watchOS
    func _setKeyboardType(_ v: UIKeyboardType) {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:494:33: error: 'UIReturnKeyType' is unavailable in watchOS
    func _setReturnKeyType(_ v: UIReturnKeyType) {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:158:28: note: 'UIReturnKeyType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIReturnKeyType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:498:38: error: 'UIKeyboardAppearance' is unavailable in watchOS
    func _setKeyboardAppearance(_ v: UIKeyboardAppearance) {
                                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:502:29: error: 'UIView' is unavailable in watchOS
    func _setInputView(_ v: UIView?) {
                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:506:38: error: 'UIView' is unavailable in watchOS
    func _setInputAccessoryView(_ v: UIView?) {
                                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:511:36: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public func inputView(_ view: (TextView) -> UIView) -> Self {
                                   ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:511:36: note: use 'UTextView' instead
    public func inputView(_ view: (TextView) -> UIView) -> Self {
                                   ^~~~~~~~
                                   UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:511:49: error: 'UIView' is unavailable in watchOS
    public func inputView(_ view: (TextView) -> UIView) -> Self {
                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:516:45: warning: 'TextView' is deprecated: renamed to 'UTextView'
    public func inputAccessoryView(_ view: (TextView) -> UIView) -> Self {
                                            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:516:45: note: use 'UTextView' instead
    public func inputAccessoryView(_ view: (TextView) -> UIView) -> Self {
                                            ^~~~~~~~
                                            UTextView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:516:58: error: 'UIView' is unavailable in watchOS
    public func inputAccessoryView(_ view: (TextView) -> UIView) -> Self {
                                                         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:522:46: error: 'UITextAutocapitalizationType' is unavailable in watchOS
    func _setTextAutocapitalizationType(_ v: UITextAutocapitalizationType) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextView.swift:528:42: error: 'UITextAutocorrectionType' is unavailable in watchOS
    func _setTextAutocorrectionType(_ v: UITextAutocorrectionType) {
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Toggle.swift:64:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Toggle.swift:64:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Toggle.swift:64:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Toggle.swift:5:21: error: 'UISwitch' is unavailable in watchOS
open class UToggle: UISwitch, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                    ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:71:32: error: ambiguous use of 'init(_:)'
    lazy var hiddenTextField = UTextField().edgesToSuperview(top: 0, leading: 0)
                               ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:35:12: note: found this candidate
    public init (_ string: AnyString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/TextField.swift:47:12: note: found this candidate
    public init (_ localized: LocalizedString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:237:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:237:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:237:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:301:50: error: 'UIKeyboardAppearance' is unavailable in watchOS
    public func keyboardAppearance(_ appearance: UIKeyboardAppearance) -> Self {
                                                 ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:7:35: error: 'UIView' is unavailable in watchOS
open class UVerificationCodeView: UIView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                                  ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:318:11: warning: 'VerificationCodeView' is deprecated: renamed to 'UVerificationCodeView'
extension VerificationCodeView: _Fontable {
          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:318:11: note: use 'UVerificationCodeView' instead
extension VerificationCodeView: _Fontable {
          ^~~~~~~~~~~~~~~~~~~~
          UVerificationCodeView
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:387:26: error: ambiguous use of 'init(_:)'
        lazy var label = UText()
                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:34:12: note: found this candidate
    public init (_ string: AnyString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:46:12: note: found this candidate
    public init (_ localized: LocalizedString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VerificationCodeView.swift:325:22: error: 'UIView' is unavailable in watchOS
    class DigitView: UIView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:34:38: error: 'UIVisualEffect' is unavailable in watchOS
    var _defaultEffect, _darkEffect: UIVisualEffect?
                                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:34:38: error: 'UIVisualEffect' is unavailable in watchOS
    var _defaultEffect, _darkEffect: UIVisualEffect?
                                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:36:34: error: 'UIVisualEffect' is unavailable in watchOS
    public override init(effect: UIVisualEffect?) {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:43:27: error: 'UIVisualEffect' is unavailable in watchOS
    public init(_ effect: UIVisualEffect?, _ darkEffect: UIVisualEffect? = nil) {
                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:43:58: error: 'UIVisualEffect' is unavailable in watchOS
    public init(_ effect: UIVisualEffect?, _ darkEffect: UIVisualEffect? = nil) {
                                                         ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:72:34: error: 'UIVisualEffect' is unavailable in watchOS
    public func effect(_ effect: UIVisualEffect?) -> Self {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:79:38: error: 'UIVisualEffect' is unavailable in watchOS
    public func darkEffect(_ effect: UIVisualEffect?) -> Self {
                                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:85:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:85:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:85:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:7:31: error: 'UIVisualEffectView' is unavailable in watchOS
open class UVisualEffectView: UIVisualEffectView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:108:34: error: 'UIVisualEffect' is unavailable in watchOS
    static func effect(_ effect: UIVisualEffect?) -> UVisualEffectView {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/VisualEffectView.swift:107:11: error: 'UIVisualEffect' is unavailable in watchOS
extension UIVisualEffect {
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/WrappedViewControllerView.swift:9:29: error: 'UIViewController' is unavailable in watchOS
    public weak var parent: UIViewController?
                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/WrappedViewControllerView.swift:12:36: error: 'UIViewController' is unavailable in watchOS
    public var protocolController: UIViewController? { inner }
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/WrappedViewControllerView.swift:14:38: error: 'UIViewController' is unavailable in watchOS
    public init (_ inner: V, parent: UIViewController) {
                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/WrappedViewControllerView.swift:7:85: error: 'UIViewController' is unavailable in watchOS
open class UWrappedViewControllerView<V>: UView, WrappedViewControllerable where V: UIViewController {
                                                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift:153:33: error: 'UIActivityIndicatorView' is unavailable in watchOS
    public override init(style: UIActivityIndicatorView.Style) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift:182:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift:182:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift:182:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/ActivityIndicator.swift:126:31: error: 'UIActivityIndicatorView' is unavailable in watchOS
open class ActivityIndicator: UIActivityIndicatorView, AnyDeclarativeProtocol, DeclarativeProtocolInternal {
                              ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:24:12: note: 'UIActivityIndicatorView' has been explicitly marked unavailable here
@interface UIActivityIndicatorView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/BarButtonItemView.swift:53:31: error: 'UIView' is unavailable in watchOS
    public init(_ customView: UIView) {
                              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/BarButtonItemView.swift:94:32: error: 'UIBarButtonItem' is unavailable in watchOS
    public func style(_ style: UIBarButtonItem.Style) -> Self {
                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/BarButtonItemView.swift:7:28: error: 'UIBarButtonItem' is unavailable in watchOS
open class UBarButtonItem: UIBarButtonItem {
                           ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarButtonItem.h:69:12: note: 'UIBarButtonItem' has been explicitly marked unavailable here
@interface UIBarButtonItem : UIBarItem <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/BaseView.swift:8:29: error: 'UIView' is unavailable in watchOS
public typealias BaseView = UIView
                            ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HStack.swift:18:21: error: declaration 'init()' cannot override more than one superclass declaration
    public override init () {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:103:12: note: overridden declaration is here
    public init () {
           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: overridden declaration is here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HScrollStack.swift:40:21: error: declaration 'init()' cannot override more than one superclass declaration
    public override init() {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:39:12: note: overridden declaration is here
    public init () {
           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: overridden declaration is here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HScrollStack.swift:92:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HScrollStack.swift:146:40: error: 'UIStackView' is unavailable in watchOS
    public func alignment(_ alignment: UIStackView.Alignment) -> Self {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HScrollStack.swift:161:51: error: 'Distribution' is unavailable in watchOS
    public func distribution(_ distribution: _STV.Distribution) -> Self {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:17:28: note: 'Distribution' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStackViewDistribution) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:134:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                       ^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:134:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:22:28: error: ambiguous use of 'init(_:)'
    lazy var symbolLabel = UText()
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:34:12: note: found this candidate
    public init (_ string: AnyString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:46:12: note: found this candidate
    public init (_ localized: LocalizedString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:29:61: error: 'whiteLarge' is unavailable in watchOS
    lazy var activityIndicator = UActivityIndicator(style: .whiteLarge)
                                                            ^~~~~~~~~~
UIKit.UIActivityIndicatorView.Style.whiteLarge:4:10: note: 'whiteLarge' has been explicitly marked unavailable here
    case whiteLarge  }
         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:31:27: error: ambiguous use of 'init(_:)'
    lazy var titleLabel = UText()
                          ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:34:12: note: found this candidate
    public init (_ string: AnyString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:46:12: note: found this candidate
    public init (_ localized: LocalizedString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:35:30: error: ambiguous use of 'init(_:)'
    lazy var subTitleLabel = UText()
                             ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:34:12: note: found this candidate
    public init (_ string: AnyString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Text.swift:46:12: note: found this candidate
    public init (_ localized: LocalizedString...) {
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: warning: 'HUD' is deprecated: renamed to 'UHUD'
    override public var declarativeView: HUD { return self }
                                         ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/HUD.swift:11:42: note: use 'UHUD' instead
    override public var declarativeView: HUD { return self }
                                         ^~~
                                         UHUD
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:11:21: error: declaration 'init()' cannot override more than one superclass declaration
    public override init () {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:103:12: note: overridden declaration is here
    public init () {
           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: overridden declaration is here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:53:30: error: 'NSLayoutConstraint' is unavailable in watchOS
    public func axis(_ axis: NSLayoutConstraint.Axis) -> UStackView {
                             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:63:25: error: 'UIStackView' is unavailable in watchOS
public typealias _STV = UIStackView
                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:134:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:176:40: error: 'UIStackView' is unavailable in watchOS
    public func alignment(_ alignment: UIStackView.Alignment) -> Self {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:185:51: error: 'Distribution' is unavailable in watchOS
    public func distribution(_ distribution: _STV.Distribution) -> Self {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:17:28: note: 'Distribution' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStackViewDistribution) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/StackView.swift:257:38: error: 'NSLayoutConstraint' is unavailable in watchOS
    fileprivate func flatten(_ axis: NSLayoutConstraint.Axis) -> BaseView {
                                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VScrollStack.swift:39:21: error: declaration 'init()' cannot override more than one superclass declaration
    public override init() {
                    ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift:39:12: note: overridden declaration is here
    public init () {
           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: overridden declaration is here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VScrollStack.swift:85:45: error: 'UIScrollView' is unavailable in watchOS
    public func keyboardDismissMode(_ mode: UIScrollView.KeyboardDismissMode) -> Self {
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VScrollStack.swift:125:40: error: 'UIStackView' is unavailable in watchOS
    public func alignment(_ alignment: UIStackView.Alignment) -> Self {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/VScrollStack.swift:140:51: error: 'Distribution' is unavailable in watchOS
    public func distribution(_ distribution: _STV.Distribution) -> Self {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:17:28: note: 'Distribution' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIStackViewDistribution) {
                           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:80:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:138:35: error: 'UITouch' is unavailable in watchOS
    typealias TouchClosure = (Set<UITouch>, UIEvent?) -> Void
                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:138:45: error: 'UIEvent' is unavailable in watchOS
    typealias TouchClosure = (Set<UITouch>, UIEvent?) -> Void
                                            ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:257:52: error: 'UITouch' is unavailable in watchOS
    override open func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                   ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:257:74: error: 'UIEvent' is unavailable in watchOS
    override open func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:262:52: error: 'UITouch' is unavailable in watchOS
    open override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                   ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:262:74: error: 'UIEvent' is unavailable in watchOS
    open override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:267:52: error: 'UITouch' is unavailable in watchOS
    override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                   ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:267:74: error: 'UIEvent' is unavailable in watchOS
    override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:272:56: error: 'UITouch' is unavailable in watchOS
    open override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                       ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:272:78: error: 'UIEvent' is unavailable in watchOS
    open override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:440:62: error: 'UITouch' is unavailable in watchOS
    public func touchesBegan(_ closure: @escaping (Self, Set<UITouch>) -> Void) -> Self {
                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:449:62: error: 'UITouch' is unavailable in watchOS
    public func touchesBegan(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:449:72: error: 'UIEvent' is unavailable in watchOS
    public func touchesBegan(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                                       ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:474:62: error: 'UITouch' is unavailable in watchOS
    public func touchesMoved(_ closure: @escaping (Self, Set<UITouch>) -> Void) -> Self {
                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:483:62: error: 'UITouch' is unavailable in watchOS
    public func touchesMoved(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:483:72: error: 'UIEvent' is unavailable in watchOS
    public func touchesMoved(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                                       ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:508:62: error: 'UITouch' is unavailable in watchOS
    public func touchesEnded(_ closure: @escaping (Self, Set<UITouch>) -> Void) -> Self {
                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:517:62: error: 'UITouch' is unavailable in watchOS
    public func touchesEnded(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:517:72: error: 'UIEvent' is unavailable in watchOS
    public func touchesEnded(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                                       ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:542:66: error: 'UITouch' is unavailable in watchOS
    public func touchesCancelled(_ closure: @escaping (Self, Set<UITouch>) -> Void) -> Self {
                                                                 ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:551:66: error: 'UITouch' is unavailable in watchOS
    public func touchesCancelled(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                                 ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/View.swift:551:76: error: 'UIEvent' is unavailable in watchOS
    public func touchesCancelled(_ closure: @escaping (Self, Set<UITouch>, UIEvent?) -> Void) -> Self {
                                                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/WrapperView.swift:15:81: error: 'NSLayoutConstraint' is unavailable in watchOS
    var topConstraint, leadingConstraint, trailingConstraint, bottomConstraint: NSLayoutConstraint!
                                                                                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/WrapperView.swift:15:81: error: 'NSLayoutConstraint' is unavailable in watchOS
    var topConstraint, leadingConstraint, trailingConstraint, bottomConstraint: NSLayoutConstraint!
                                                                                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/WrapperView.swift:15:81: error: 'NSLayoutConstraint' is unavailable in watchOS
    var topConstraint, leadingConstraint, trailingConstraint, bottomConstraint: NSLayoutConstraint!
                                                                                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/WrapperView.swift:15:81: error: 'NSLayoutConstraint' is unavailable in watchOS
    var topConstraint, leadingConstraint, trailingConstraint, bottomConstraint: NSLayoutConstraint!
                                                                                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Classes/Views/Universal/WrapperView.swift:58:76: error: 'UITraitCollection' is unavailable in watchOS
    open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                           ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
SwiftCompile normal arm64 Compiling\ DeclarativeConstraintCSide.swift,\ DeclarativeConstraintDSide.swift,\ DeclarativeConstraintXSide.swift,\ DeclarativeConstraintYSide.swift,\ Language.swift,\ LocalizedString.swift,\ MacOS+TextFieldContentType.swift,\ NavigationControllerStyle.swift,\ PushNotificationOption.swift,\ PushNotificationsAuthorizationStatus.swift,\ RootTransitionAnimation.swift,\ SegmentControlableItem.swift,\ StatusBarStyle.swift,\ TextFieldContentType.swift,\ TextItemInteraction.swift,\ Array+Diff.swift,\ AttrStr+Concat.swift,\ AttrStr+Joined.swift,\ ClosedRange+NSRange.swift,\ CollectionView+Cellable.swift,\ ConstraintValueType+Operators.swift,\ DeclarativeProtocol+Alpha.swift,\ DeclarativeProtocol+Apply.swift,\ DeclarativeProtocol+Background.swift,\ DeclarativeProtocol+Borders.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintCSide.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintDSide.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintXSide.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintYSide.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/Language.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/LocalizedString.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/MacOS+TextFieldContentType.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/NavigationControllerStyle.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/PushNotificationOption.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/PushNotificationsAuthorizationStatus.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/RootTransitionAnimation.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/SegmentControlableItem.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/StatusBarStyle.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/TextFieldContentType.swift /Users/admin/builder/spi-builder-workspace/Classes/Enums/TextItemInteraction.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/Array+Diff.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Concat.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/ClosedRange+NSRange.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/CollectionView+Cellable.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/ConstraintValueType+Operators.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Alpha.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Apply.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Background.swift /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Borders.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintCSide.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintDSide.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintXSide.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/DeclarativeConstraintYSide.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/Language.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/LocalizedString.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/MacOS+TextFieldContentType.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/NavigationControllerStyle.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/PushNotificationOption.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/PushNotificationsAuthorizationStatus.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/RootTransitionAnimation.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/SegmentControlableItem.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/StatusBarStyle.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/TextFieldContentType.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Enums/TextItemInteraction.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/Array+Diff.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Concat.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/AttrStr+Joined.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/ClosedRange+NSRange.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/CollectionView+Cellable.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/ConstraintValueType+Operators.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Alpha.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Apply.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Background.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Extensions/DeclarativeProtocol+Borders.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MacOS+VisualEffectView.swift,\ PopupButton.swift,\ SecureTextField.swift,\ Button.swift,\ Collection.swift,\ CollectionDynamicCell.swift,\ CollectionView.swift,\ CollectionViewAlignedFlowLayout.swift,\ CollectionViewCell.swift,\ CollectionViewFlowLayout.swift,\ ControlView.swift,\ DatePickerView.swift,\ DynamicPickerView.swift,\ ImageView.swift,\ InputView.swift,\ LayerView.swift,\ List.swift,\ ListDynamicCell.swift,\ PickerView.swift,\ RefreshControl.swift,\ ScrollView.swift,\ SegmentedControl.swift,\ SliderView.swift,\ StaticListCell.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+VisualEffectView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/SecureTextField.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Button.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Collection.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionDynamicCell.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/LayerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/StaticListCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/MacOS+VisualEffectView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/PopupButton.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/MacOS/SecureTextField.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Button.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/Collection.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionDynamicCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/CollectionViewFlowLayout.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ControlView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DatePickerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/DynamicPickerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ImageView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/InputView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/LayerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/List.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ListDynamicCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/PickerView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/RefreshControl.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/ScrollView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SegmentedControl.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/SliderView.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Classes/Views/Not-MacOS/StaticListCell.swift (in target 'UIKitPlus' from project 'UIKitPlus')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ UIKitPlus (in target 'UIKitPlus' from project 'UIKitPlus')
2026-04-16 06:02:37.515 xcodebuild[839:4692] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    public private (set) var viewControllers: [ViewController] = []
                  ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    public private (set) var viewControllers: [ViewController] = []
                  ^
/Users/admin/builder/spi-builder-workspace/Classes/Controllers/MacOS+NavigationController.swift:12:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    public private (set) var viewControllers: [ViewController] = []
                  ^
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ UIKitPlus (in target 'UIKitPlus' from project 'UIKitPlus')
	EmitSwiftModule normal arm64 (in target 'UIKitPlus' from project 'UIKitPlus')
	Building workspace spi-builder-workspace with scheme UIKitPlus
(3 failures)
BUILD FAILURE 6.3 watchOS