The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CombineUI, reference main (277d56), with Swift 6.2 for watchOS using Xcode 26.3 on 13 Mar 2026 05:33:16 UTC.

Build Command

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

Build Log

/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift:13:17: warning: unavailable struct 'Event' was used to satisfy a requirement of protocol 'Publisher'; this will be an error in a future Swift language mode
internal struct ControlPublisher<T: UIControl>: Publisher {
                ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:16:32: note: 'Event' declared here
typedef NS_OPTIONS(NSUInteger, UIControlEvents) {
                               ^
Combine.Publisher.Output:2:16: note: requirement 'Output' declared here
associatedtype Output}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:24:32: error: 'UIControl' is unavailable in watchOS
    private let controlEvents: UIControl.Event
                               ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:26:62: error: 'UIControl' is unavailable in watchOS
    internal init(subscriber: S, control: T?, controlEvents: UIControl.Event) {
                                                             ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:15:8: error: 'UIControl' is unavailable in watchOS
    T: UIControl,
       ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:18:43: error: 'UIControl' is unavailable in watchOS
: NSObject, Subscription where S.Input == UIControl.Event,
                                          ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift:16:25: error: 'UIButton' is unavailable in watchOS
public struct Button<T: UIButton> {
                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift:30:11: error: 'UIButton' is unavailable in watchOS
extension UIButton {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift:21:40: error: 'UIDatePicker' is unavailable in watchOS
    public init(wrappedValue: T, mode: UIDatePicker.Mode = .dateAndTime) {
                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift:16:29: error: 'UIDatePicker' is unavailable in watchOS
public struct DatePicker<T: UIDatePicker> {
                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift:28:11: error: 'UIDatePicker' is unavailable in watchOS
extension UIDatePicker {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift:15:38: error: 'UIDatePicker' is unavailable in watchOS
public struct DatePickerInterface<T: UIDatePicker> {
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/PageControl.swift:16:30: error: 'UIPageControl' is unavailable in watchOS
public struct PageControl<T: UIPageControl> {
                             ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:50:12: note: 'UIPageControl' has been explicitly marked unavailable here
@interface UIPageControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/PageControl.swift:30:11: error: 'UIPageControl' is unavailable in watchOS
extension UIPageControl {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:50:12: note: 'UIPageControl' has been explicitly marked unavailable here
@interface UIPageControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/RefreshControl.swift:16:33: error: 'UIRefreshControl' is unavailable in watchOS
public struct RefreshControl<T: UIRefreshControl> {
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/RefreshControl.swift:30:11: error: 'UIRefreshControl' is unavailable in watchOS
extension UIRefreshControl {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift:16:35: error: 'UISegmentedControl' is unavailable in watchOS
public struct SegmentedControl<T: UISegmentedControl> {
                                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift:30:11: error: 'UISegmentedControl' is unavailable in watchOS
extension UISegmentedControl {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/Slider.swift:16:25: error: 'UISlider' is unavailable in watchOS
public struct Slider<T: UISlider> {
                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Slider.swift:30:11: error: 'UISlider' is unavailable in watchOS
extension UISlider {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift:16:26: error: 'UIStepper' is unavailable in watchOS
public struct Stepper<T: UIStepper> {
                         ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift:30:11: error: 'UIStepper' is unavailable in watchOS
extension UIStepper {
          ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Switch.swift:16:25: error: 'UISwitch' is unavailable in watchOS
public struct Switch<T: UISwitch> {
                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/Switch.swift:30:11: error: 'UISwitch' is unavailable in watchOS
extension UISwitch {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift:16:28: error: 'UITextField' is unavailable in watchOS
public struct TextField<T: UITextField> {
                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift:27:11: error: 'UITextField' is unavailable in watchOS
extension UITextField {
          ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:29:22: error: 'UITextField' is unavailable in watchOS
        _ textField: UITextField
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:35:22: error: 'UITextField' is unavailable in watchOS
        _ textField: UITextField
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:41:22: error: 'UITextField' is unavailable in watchOS
        _ textField: UITextField
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:14:51: error: 'UITextFieldDelegate' is unavailable in watchOS
internal final class TextFieldDelegate: NSObject, UITextFieldDelegate {
                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:40:19: error: cannot override 'textFieldDidChangeSelection' which has been marked unavailable
    internal func textFieldDidChangeSelection(
                  ^
UIKit.UITextFieldDelegate.textFieldDidChangeSelection:3:17: note: 'textFieldDidChangeSelection' has been explicitly marked unavailable here
  optional func textFieldDidChangeSelection(_ textField: UITextField)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift:15:37: error: 'UITextField' is unavailable in watchOS
public struct TextFieldInterface<T: UITextField> {
                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift:16:36: error: 'UIGestureRecognizer' is unavailable in watchOS
public struct GestureRecognizer<T: UIGestureRecognizer> {
                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift:31:45: error: 'UIView' is unavailable in watchOS
    public func publisher(attachingTo view: UIView) -> AnyPublisher<Self, Never> {
                                            ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift:27:30: error: 'UIGestureRecognizer' is unavailable in watchOS
extension Target where Self: UIGestureRecognizer {
                             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift:23:36: error: 'UIView' is unavailable in watchOS
    public func attaching(to view: UIView) -> AnyPublisher<T, Never> {
                                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift:15:45: error: 'UIGestureRecognizer' is unavailable in watchOS
public struct GestureRecognizerInterface<T: UIGestureRecognizer> {
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift:19:28: error: 'UIView' is unavailable in watchOS
    private weak var view: UIView?
                           ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift:21:47: error: 'UIView' is unavailable in watchOS
    internal init(gestureRecognizer: T, view: UIView) {
                                              ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift:13:47: error: 'UIGestureRecognizer' is unavailable in watchOS
internal struct GestureRecognizerPublisher<T: UIGestureRecognizer>: Publisher {
                                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift:24:28: error: 'UIView' is unavailable in watchOS
    private weak var view: UIView?
                           ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift:26:63: error: 'UIView' is unavailable in watchOS
    internal init(subscriber: S, gestureRecognizer: T?, view: UIView?) {
                                                              ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift:15:8: error: 'UIGestureRecognizer' is unavailable in watchOS
    T: UIGestureRecognizer,
       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift:13:11: error: 'UIView' is unavailable in watchOS
extension UIView: Target {}
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift:14:11: error: 'UIGestureRecognizer' is unavailable in watchOS
extension UIGestureRecognizer: Target {}
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift:25:47: error: 'UIViewController' is unavailable in watchOS
internal final class LifecycleViewController: UIViewController {
                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift:19:45: error: 'UIViewController' is unavailable in watchOS
    internal func contain(_ viewController: UIViewController) {
                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift:32:47: error: 'UIViewController' is unavailable in watchOS
    internal func uncontain(_ viewController: UIViewController) {
                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift:13:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewController.swift:15:33: error: 'UIViewController' is unavailable in watchOS
public struct ViewController<T: UIViewController> {
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift:15:42: error: 'UIViewController' is unavailable in watchOS
public struct ViewControllerInterface<T: UIViewController> {
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift:13:44: error: 'UIViewController' is unavailable in watchOS
internal struct ViewControllerPublisher<T: UIViewController>: Publisher {
                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift:15:8: error: 'UIViewController' is unavailable in watchOS
    T: UIViewController,
       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift:15:29: error: 'UIScrollView' is unavailable in watchOS
public struct ScrollView<T: UIScrollView> {
                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:26:55: error: 'UIView' is unavailable in watchOS
    internal let willBeginZooming: PassthroughSubject<UIView?, Never> = .init()
                                                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:38:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:44:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:50:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:56:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:66:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:73:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:79:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:85:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:91:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:92:20: error: 'UIView' is unavailable in watchOS
        with view: UIView?
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:98:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:99:20: error: 'UIView' is unavailable in watchOS
        with view: UIView?,
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:106:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:112:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:14:52: error: 'UIScrollViewDelegate' is unavailable in watchOS
internal final class ScrollViewDelegate: NSObject, UIScrollViewDelegate {
                                                   ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:111:19: error: cannot override 'scrollViewDidChangeAdjustedContentInset' which has been marked unavailable
    internal func scrollViewDidChangeAdjustedContentInset(
                  ^
UIKit.UIScrollViewDelegate.scrollViewDidChangeAdjustedContentInset:3:17: note: 'scrollViewDidChangeAdjustedContentInset' has been explicitly marked unavailable here
  optional func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift:14:51: error: 'UIView' is unavailable in watchOS
public typealias ScrollViewDidEndZooming = (view: UIView?, scale: CGFloat)
                                                  ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift:78:65: error: 'UIView' is unavailable in watchOS
    public private(set) lazy var willBeginZooming: AnyPublisher<UIView?, Never> = { @MainActor in
                                                                ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift:18:38: error: 'UIScrollView' is unavailable in watchOS
public struct ScrollViewInterface<T: UIScrollView> {
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift:15:28: error: 'UISearchBar' is unavailable in watchOS
public struct SearchBar<T: UISearchBar> {
                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:34:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:40:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:46:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar,
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:53:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:59:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:65:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:71:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:77:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar,
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:14:51: error: 'UISearchBarDelegate' is unavailable in watchOS
internal final class SearchBarDelegate: NSObject, UISearchBarDelegate {
                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:176:11: note: 'UISearchBarDelegate' has been explicitly marked unavailable here
@protocol UISearchBarDelegate <UIBarPositioningDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift:15:37: error: 'UISearchBar' is unavailable in watchOS
public struct SearchBarInterface<T: UISearchBar> {
                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextView.swift:15:27: error: 'UITextView' is unavailable in watchOS
public struct TextView<T: UITextView> {
                          ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:18:48: error: 'UITextView' is unavailable in watchOS
    internal let didChange: PassthroughSubject<UITextView, Never> = .init()
                                               ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:30:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:36:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:42:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:48:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:14:50: error: 'UITextViewDelegate' is unavailable in watchOS
internal final class TextViewDelegate: NSObject, UITextViewDelegate {
                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift:15:36: error: 'UITextView' is unavailable in watchOS
public struct TextViewInterface<T: UITextView> {
                                   ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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>
           ^
SwiftCompile normal armv7k Compiling\ Bindable+UIProgressView.swift,\ Bindable+UIRefreshControl.swift,\ Bindable+UISegmentedControl.swift,\ Bindable+UISlider.swift,\ Bindable+UIStepper.swift,\ Bindable+UISwiftch.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Bindable+UIControl.swift,\ Bindable+UIDatePicker.swift,\ Bindable+UIGestureRecognizer.swift,\ Bindable+UIImageView.swift,\ Bindable+UILabel.swift,\ Bindable+UIPageControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CombineUI (in target 'CombineUI' from project 'CombineUI')
EmitSwiftModule normal arm64_32 (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CombineUI (in target 'CombineUI' from project 'CombineUI')
2026-03-13 01:33:00.179 xcodebuild[794:4551] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ CombineUI (in target 'CombineUI' from project 'CombineUI')
	EmitSwiftModule normal armv7k (in target 'CombineUI' from project 'CombineUI')
	Building workspace spi-builder-workspace with scheme CombineUI
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins.git @ 0.59.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  CombineUI: /Users/admin/builder/spi-builder-workspace
  Nimble: https://github.com/Quick/Nimble.git @ 14.0.0
resolved source packages: CwlPreconditionTesting, SwiftLintPlugins, CwlCatchException, CombineUI, Nimble
2026-03-13 01:33:11.519 xcodebuild[1048:5722] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "exact" : [
          "0.59.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "14.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "CombineUI",
  "name" : "CombineUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineUI",
      "targets" : [
        "CombineUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineUITests",
      "module_type" : "SwiftTarget",
      "name" : "CombineUITests",
      "path" : "Tests/CombineUITests",
      "product_dependencies" : [
        "Nimble",
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "BindingTests.swift",
        "UIKitTests/BindingsTests/UIActivityIndicatorViewTests.swift",
        "UIKitTests/BindingsTests/UIButtonTests.swift",
        "UIKitTests/BindingsTests/UIControlTests.swift",
        "UIKitTests/BindingsTests/UIDatePickerTests.swift",
        "UIKitTests/BindingsTests/UIGestureRecognizerTests.swift",
        "UIKitTests/BindingsTests/UIImageViewTests.swift",
        "UIKitTests/BindingsTests/UILabelTests.swift",
        "UIKitTests/BindingsTests/UIPageControlTests.swift",
        "UIKitTests/BindingsTests/UIProgressViewTests.swift",
        "UIKitTests/BindingsTests/UIRefreshControlTests.swift",
        "UIKitTests/BindingsTests/UISegmentedControlTests.swift",
        "UIKitTests/BindingsTests/UISliderTests.swift",
        "UIKitTests/BindingsTests/UIStepperTests.swift",
        "UIKitTests/BindingsTests/UISwitchTests.swift",
        "UIKitTests/BindingsTests/UITextFieldTests.swift",
        "UIKitTests/BindingsTests/UITextViewTests.swift",
        "UIKitTests/BindingsTests/UIViewTests.swift",
        "UIKitTests/ControlTests.swift",
        "UIKitTests/ControlsTests/ButtonTests.swift",
        "UIKitTests/ControlsTests/DatePickerTests.swift",
        "UIKitTests/ControlsTests/PageControlTests.swift",
        "UIKitTests/ControlsTests/RefreshControlTests.swift",
        "UIKitTests/ControlsTests/SegmentedControlTests.swift",
        "UIKitTests/ControlsTests/SliderTests.swift",
        "UIKitTests/ControlsTests/StepperTests.swift",
        "UIKitTests/ControlsTests/SwitchTests.swift",
        "UIKitTests/ControlsTests/TextFieldTests.swift",
        "UIKitTests/GestureRecognizerTests.swift",
        "UIKitTests/Support/ControlTarget.swift",
        "UIKitTests/Support/GestureRecognizerTarget.swift",
        "UIKitTests/ViewControllerTests.swift",
        "UIKitTests/ViewsTests/ScrollViewTests.swift",
        "UIKitTests/ViewsTests/SearchBarTests.swift",
        "UIKitTests/ViewsTests/TextViewTests.swift"
      ],
      "target_dependencies" : [
        "CombineUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineUI",
      "module_type" : "SwiftTarget",
      "name" : "CombineUI",
      "path" : "Sources/CombineUI",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "CombineUI"
      ],
      "sources" : [
        "Bindable.swift",
        "Binding.swift",
        "Support/Publisher.swift",
        "Target.swift",
        "UIKit/Bindings/Bindable+UIActivityIndicatorView.swift",
        "UIKit/Bindings/Bindable+UIButton.swift",
        "UIKit/Bindings/Bindable+UIControl.swift",
        "UIKit/Bindings/Bindable+UIDatePicker.swift",
        "UIKit/Bindings/Bindable+UIGestureRecognizer.swift",
        "UIKit/Bindings/Bindable+UIImageView.swift",
        "UIKit/Bindings/Bindable+UILabel.swift",
        "UIKit/Bindings/Bindable+UIPageControl.swift",
        "UIKit/Bindings/Bindable+UIProgressView.swift",
        "UIKit/Bindings/Bindable+UIRefreshControl.swift",
        "UIKit/Bindings/Bindable+UISegmentedControl.swift",
        "UIKit/Bindings/Bindable+UISlider.swift",
        "UIKit/Bindings/Bindable+UIStepper.swift",
        "UIKit/Bindings/Bindable+UISwiftch.swift",
        "UIKit/Bindings/Bindable+UITextField.swift",
        "UIKit/Bindings/Bindable+UITextView.swift",
        "UIKit/Bindings/Bindable+UIView.swift",
        "UIKit/Control/Control.swift",
        "UIKit/Control/ControlInterface.swift",
        "UIKit/Control/ControlPublisher.swift",
        "UIKit/Control/ControlSubscription.swift",
        "UIKit/Controls/Button.swift",
        "UIKit/Controls/DatePicker/DatePicker.swift",
        "UIKit/Controls/DatePicker/DatePickerInterface.swift",
        "UIKit/Controls/PageControl.swift",
        "UIKit/Controls/RefreshControl.swift",
        "UIKit/Controls/SegmentedControl.swift",
        "UIKit/Controls/Slider.swift",
        "UIKit/Controls/Stepper.swift",
        "UIKit/Controls/Switch.swift",
        "UIKit/Controls/TextField/TextField.swift",
        "UIKit/Controls/TextField/TextFieldDelegate.swift",
        "UIKit/Controls/TextField/TextFieldInterface.swift",
        "UIKit/GestureRecognizer/GestureRecognizer.swift",
        "UIKit/GestureRecognizer/GestureRecognizerInterface.swift",
        "UIKit/GestureRecognizer/GestureRecognizerPublisher.swift",
        "UIKit/GestureRecognizer/GestureRecognizerSubscription.swift",
        "UIKit/UIKit+Target.swift",
        "UIKit/ViewController/LifecycleViewController.swift",
        "UIKit/ViewController/UIViewController.swift",
        "UIKit/ViewController/ViewController.swift",
        "UIKit/ViewController/ViewControllerInterface.swift",
        "UIKit/ViewController/ViewControllerPublisher.swift",
        "UIKit/ViewController/ViewControllerSubscription.swift",
        "UIKit/Views/ScrollView/ScrollView.swift",
        "UIKit/Views/ScrollView/ScrollViewDelegate.swift",
        "UIKit/Views/ScrollView/ScrollViewInterface.swift",
        "UIKit/Views/SearchBar/SearchBar.swift",
        "UIKit/Views/SearchBar/SearchBarDelegate.swift",
        "UIKit/Views/SearchBar/SearchBarInterface.swift",
        "UIKit/Views/TextView/TextView.swift",
        "UIKit/Views/TextView/TextViewDelegate.swift",
        "UIKit/Views/TextView/TextViewInterface.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CombineUI"
    ]
  }
}
2026-03-13 01:33:13.288 xcodebuild[1074:5863] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CombineUI -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CombineUI -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble.git @ 14.0.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins.git @ 0.59.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  CombineUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: ef203e1d43f1fe26095844af7521978bca14c316fe188ecb835f47c54432b254
Apply build tool plug-in “SwiftLintBuildToolPlugin” to target “CombineUI” in package “spi-builder-workspace”
Environment: ["BUILD_WORKSPACE_DIRECTORY": "/Users/admin/builder/spi-builder-workspace"]
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/tmp\")
    (subpath \"/private/var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/T\")
    (subpath \"/private/var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/C\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/CombineUI/SwiftLintBuildToolPlugin\")
    (subpath \"/private/var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/CombineUI/SwiftLintBuildToolPlugin/Cache /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Bindable.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Support/Publisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Target.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/PageControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/RefreshControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Switch.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift
warning: Found a configuration for 'empty_count' rule, but it is not enabled in 'opt_in_rules'.
warning: Found a configuration for 'file_header' rule, but it is not enabled in 'opt_in_rules'.
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0xa0ca1f900 path:'/Users/admin/builder/spi-builder-workspace'>
    target: CombineUI
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'CombineUI' in project 'CombineUI'
        ➜ Explicit dependency on target 'CombineUI' in project 'CombineUI'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'CombineUI' in project 'CombineUI'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
SwiftDriver CombineUI normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CombineUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/armv7k/CombineUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/armv7k/CombineUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/armv7k/CombineUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/armv7k/CombineUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/armv7k/CombineUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CombineUI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CombineUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64_32/CombineUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64_32/CombineUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64_32/CombineUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64_32/CombineUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64_32/CombineUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CombineUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CombineUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-experimental-feature StrictConcurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Bindable.swift,\ Binding.swift,\ Publisher.swift,\ Target.swift,\ Bindable+UIActivityIndicatorView.swift,\ Bindable+UIButton.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Bindable.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Support/Publisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Target.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Bindable.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Support/Publisher.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Bindable+UITextField.swift,\ Bindable+UITextView.swift,\ Bindable+UIView.swift,\ Control.swift,\ ControlInterface.swift,\ ControlPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlInterface.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SegmentedControl.swift,\ Slider.swift,\ Stepper.swift,\ Switch.swift,\ TextField.swift,\ TextFieldDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Switch.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Slider.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Switch.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ControlSubscription.swift,\ Button.swift,\ DatePicker.swift,\ DatePickerInterface.swift,\ PageControl.swift,\ RefreshControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/PageControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/RefreshControl.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/PageControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/RefreshControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Bindable+UIControl.swift,\ Bindable+UIDatePicker.swift,\ Bindable+UIGestureRecognizer.swift,\ Bindable+UIImageView.swift,\ Bindable+UILabel.swift,\ Bindable+UIPageControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Bindable+UIProgressView.swift,\ Bindable+UIRefreshControl.swift,\ Bindable+UISegmentedControl.swift,\ Bindable+UISlider.swift,\ Bindable+UIStepper.swift,\ Bindable+UISwiftch.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TextFieldInterface.swift,\ GestureRecognizer.swift,\ GestureRecognizerInterface.swift,\ GestureRecognizerPublisher.swift,\ GestureRecognizerSubscription.swift,\ UIKit+Target.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ViewControllerSubscription.swift,\ ScrollView.swift,\ ScrollViewDelegate.swift,\ ScrollViewInterface.swift,\ SearchBar.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CombineUI (in target 'CombineUI' from project 'CombineUI')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Bindable.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Support/Publisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/Target.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/PageControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/RefreshControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Switch.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextView.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift -target arm64-apple-watchos8.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI_const_extract_protocols.json -enable-experimental-feature StrictConcurrency -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name CombineUI -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineUI.build/Debug-watchos/CombineUI.build/Objects-normal/arm64/CombineUI.abi.json
EmitSwiftModule normal arm64 (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift:16:31: error: 'UIActivityIndicatorView' is unavailable in watchOS
    public var style: Binding<UIActivityIndicatorView.Style> {
                              ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift:12:34: error: 'UIActivityIndicatorView' is unavailable in watchOS
extension Bindable where Target: UIActivityIndicatorView {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift:16:39: error: 'UIControl' is unavailable in watchOS
    public func titleColor(for state: UIControl.State = .normal) -> Binding<UIColor> {
                                      ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift:22:45: error: 'UIControl' is unavailable in watchOS
    public func titleShadowColor(for state: UIControl.State = .normal) -> Binding<UIColor> {
                                            ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift:28:34: error: 'UIControl' is unavailable in watchOS
    public func title(for state: UIControl.State = .normal) -> Binding<String> {
                                 ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift:34:44: error: 'UIControl' is unavailable in watchOS
    public func attributedTitle(for state: UIControl.State = .normal) -> Binding<AttributedString> {
                                           ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift:40:34: error: 'UIControl' is unavailable in watchOS
    public func image(for state: UIControl.State = .normal) -> Binding<UIImage?> {
                                 ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift:46:44: error: 'UIControl' is unavailable in watchOS
    public func backgroundImage(for state: UIControl.State = .normal) -> Binding<UIImage?> {
                                           ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift:12:34: error: 'UIButton' is unavailable in watchOS
extension Bindable where Target: UIButton {
                                 ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift:12:34: error: 'UIControl' is unavailable in watchOS
extension Bindable where Target: UIControl {
                                 ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift:12:34: error: 'UIDatePicker' is unavailable in watchOS
extension Bindable where Target: UIDatePicker {
                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift:12:34: error: 'UIGestureRecognizer' is unavailable in watchOS
extension Bindable where Target: UIGestureRecognizer {
                                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift:12:34: error: 'UIImageView' is unavailable in watchOS
extension Bindable where Target: UIImageView {
                                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift:12:34: error: 'UILabel' is unavailable in watchOS
extension Bindable where Target: UILabel {
                                 ^~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift:12:34: error: 'UIPageControl' is unavailable in watchOS
extension Bindable where Target: UIPageControl {
                                 ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:50:12: note: 'UIPageControl' has been explicitly marked unavailable here
@interface UIPageControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift:12:34: error: 'UIProgressView' is unavailable in watchOS
extension Bindable where Target: UIProgressView {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIProgressView.h:23:12: note: 'UIProgressView' has been explicitly marked unavailable here
@interface UIProgressView : UIView <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift:12:34: error: 'UIRefreshControl' is unavailable in watchOS
extension Bindable where Target: UIRefreshControl {
                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift:12:34: error: 'UISegmentedControl' is unavailable in watchOS
extension Bindable where Target: UISegmentedControl {
                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift:12:34: error: 'UISlider' is unavailable in watchOS
extension Bindable where Target: UISlider {
                                 ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift:12:34: error: 'UIStepper' is unavailable in watchOS
extension Bindable where Target: UIStepper {
                                 ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift:12:34: error: 'UISwitch' is unavailable in watchOS
extension Bindable where Target: UISwitch {
                                 ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift:12:34: error: 'UITextField' is unavailable in watchOS
extension Bindable where Target: UITextField {
                                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift:12:34: error: 'UITextView' is unavailable in watchOS
extension Bindable where Target: UITextView {
                                 ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift:12:34: error: 'UIView' is unavailable in watchOS
extension Bindable where Target: UIView {
                                 ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift:16:26: error: 'UIControl' is unavailable in watchOS
public struct Control<T: UIControl> {
                         ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift:31:46: error: 'UIControl' is unavailable in watchOS
    public func publisher(for controlEvents: UIControl.Event) -> AnyPublisher<UIControl.Event, Never> {
                                             ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift:31:79: error: 'UIControl' is unavailable in watchOS
    public func publisher(for controlEvents: UIControl.Event) -> AnyPublisher<UIControl.Event, Never> {
                                                                              ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift:27:11: error: 'UIControl' is unavailable in watchOS
extension UIControl {
          ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlInterface.swift:78:26: error: 'menuActionTriggered' is unavailable in watchOS
        .publisher(for: .menuActionTriggered)
                         ^~~~~~~~~~~~~~~~~~~
UIKit.UIControl.Event.menuActionTriggered:4:23: note: 'menuActionTriggered' has been explicitly marked unavailable here
    public static var menuActionTriggered: UIControl.Event { get }  }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlInterface.swift:15:35: error: 'UIControl' is unavailable in watchOS
public struct ControlInterface<T: UIControl> {
                                  ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift:15:33: error: 'UIControl' is unavailable in watchOS
    internal typealias Output = UIControl.Event
                                ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift:19:32: error: 'UIControl' is unavailable in watchOS
    private let controlEvents: UIControl.Event
                               ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift:21:46: error: 'UIControl' is unavailable in watchOS
    internal init(control: T, controlEvents: UIControl.Event) {
                                             ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift:13:37: error: 'UIControl' is unavailable in watchOS
internal struct ControlPublisher<T: UIControl>: Publisher {
                                    ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift:13:17: warning: unavailable struct 'Event' was used to satisfy a requirement of protocol 'Publisher'; this will be an error in a future Swift language mode
internal struct ControlPublisher<T: UIControl>: Publisher {
                ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:16:32: note: 'Event' declared here
typedef NS_OPTIONS(NSUInteger, UIControlEvents) {
                               ^
Combine.Publisher.Output:2:16: note: requirement 'Output' declared here
associatedtype Output}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:24:32: error: 'UIControl' is unavailable in watchOS
    private let controlEvents: UIControl.Event
                               ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:26:62: error: 'UIControl' is unavailable in watchOS
    internal init(subscriber: S, control: T?, controlEvents: UIControl.Event) {
                                                             ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:15:8: error: 'UIControl' is unavailable in watchOS
    T: UIControl,
       ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift:18:43: error: 'UIControl' is unavailable in watchOS
: NSObject, Subscription where S.Input == UIControl.Event,
                                          ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift:16:25: error: 'UIButton' is unavailable in watchOS
public struct Button<T: UIButton> {
                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift:30:11: error: 'UIButton' is unavailable in watchOS
extension UIButton {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift:21:40: error: 'UIDatePicker' is unavailable in watchOS
    public init(wrappedValue: T, mode: UIDatePicker.Mode = .dateAndTime) {
                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift:16:29: error: 'UIDatePicker' is unavailable in watchOS
public struct DatePicker<T: UIDatePicker> {
                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift:28:11: error: 'UIDatePicker' is unavailable in watchOS
extension UIDatePicker {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift:15:38: error: 'UIDatePicker' is unavailable in watchOS
public struct DatePickerInterface<T: UIDatePicker> {
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/PageControl.swift:16:30: error: 'UIPageControl' is unavailable in watchOS
public struct PageControl<T: UIPageControl> {
                             ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:50:12: note: 'UIPageControl' has been explicitly marked unavailable here
@interface UIPageControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/PageControl.swift:30:11: error: 'UIPageControl' is unavailable in watchOS
extension UIPageControl {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:50:12: note: 'UIPageControl' has been explicitly marked unavailable here
@interface UIPageControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/RefreshControl.swift:16:33: error: 'UIRefreshControl' is unavailable in watchOS
public struct RefreshControl<T: UIRefreshControl> {
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/RefreshControl.swift:30:11: error: 'UIRefreshControl' is unavailable in watchOS
extension UIRefreshControl {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift:16:35: error: 'UISegmentedControl' is unavailable in watchOS
public struct SegmentedControl<T: UISegmentedControl> {
                                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift:30:11: error: 'UISegmentedControl' is unavailable in watchOS
extension UISegmentedControl {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/Slider.swift:16:25: error: 'UISlider' is unavailable in watchOS
public struct Slider<T: UISlider> {
                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Slider.swift:30:11: error: 'UISlider' is unavailable in watchOS
extension UISlider {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:26:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift:16:26: error: 'UIStepper' is unavailable in watchOS
public struct Stepper<T: UIStepper> {
                         ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift:30:11: error: 'UIStepper' is unavailable in watchOS
extension UIStepper {
          ^~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Switch.swift:16:25: error: 'UISwitch' is unavailable in watchOS
public struct Switch<T: UISwitch> {
                        ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/Switch.swift:30:11: error: 'UISwitch' is unavailable in watchOS
extension UISwitch {
          ^~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift:16:28: error: 'UITextField' is unavailable in watchOS
public struct TextField<T: UITextField> {
                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift:27:11: error: 'UITextField' is unavailable in watchOS
extension UITextField {
          ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:29:22: error: 'UITextField' is unavailable in watchOS
        _ textField: UITextField
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:35:22: error: 'UITextField' is unavailable in watchOS
        _ textField: UITextField
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:41:22: error: 'UITextField' is unavailable in watchOS
        _ textField: UITextField
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:14:51: error: 'UITextFieldDelegate' is unavailable in watchOS
internal final class TextFieldDelegate: NSObject, UITextFieldDelegate {
                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift:40:19: error: cannot override 'textFieldDidChangeSelection' which has been marked unavailable
    internal func textFieldDidChangeSelection(
                  ^
UIKit.UITextFieldDelegate.textFieldDidChangeSelection:3:17: note: 'textFieldDidChangeSelection' has been explicitly marked unavailable here
  optional func textFieldDidChangeSelection(_ textField: UITextField)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift:15:37: error: 'UITextField' is unavailable in watchOS
public struct TextFieldInterface<T: UITextField> {
                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift:16:36: error: 'UIGestureRecognizer' is unavailable in watchOS
public struct GestureRecognizer<T: UIGestureRecognizer> {
                                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift:31:45: error: 'UIView' is unavailable in watchOS
    public func publisher(attachingTo view: UIView) -> AnyPublisher<Self, Never> {
                                            ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift:27:30: error: 'UIGestureRecognizer' is unavailable in watchOS
extension Target where Self: UIGestureRecognizer {
                             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift:23:36: error: 'UIView' is unavailable in watchOS
    public func attaching(to view: UIView) -> AnyPublisher<T, Never> {
                                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift:15:45: error: 'UIGestureRecognizer' is unavailable in watchOS
public struct GestureRecognizerInterface<T: UIGestureRecognizer> {
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift:19:28: error: 'UIView' is unavailable in watchOS
    private weak var view: UIView?
                           ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift:21:47: error: 'UIView' is unavailable in watchOS
    internal init(gestureRecognizer: T, view: UIView) {
                                              ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift:13:47: error: 'UIGestureRecognizer' is unavailable in watchOS
internal struct GestureRecognizerPublisher<T: UIGestureRecognizer>: Publisher {
                                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift:24:28: error: 'UIView' is unavailable in watchOS
    private weak var view: UIView?
                           ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift:26:63: error: 'UIView' is unavailable in watchOS
    internal init(subscriber: S, gestureRecognizer: T?, view: UIView?) {
                                                              ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift:15:8: error: 'UIGestureRecognizer' is unavailable in watchOS
    T: UIGestureRecognizer,
       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift:13:11: error: 'UIView' is unavailable in watchOS
extension UIView: Target {}
          ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift:14:11: error: 'UIGestureRecognizer' is unavailable in watchOS
extension UIGestureRecognizer: Target {}
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift:25:47: error: 'UIViewController' is unavailable in watchOS
internal final class LifecycleViewController: UIViewController {
                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift:19:45: error: 'UIViewController' is unavailable in watchOS
    internal func contain(_ viewController: UIViewController) {
                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift:32:47: error: 'UIViewController' is unavailable in watchOS
    internal func uncontain(_ viewController: UIViewController) {
                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift:13:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewController.swift:15:33: error: 'UIViewController' is unavailable in watchOS
public struct ViewController<T: UIViewController> {
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift:15:42: error: 'UIViewController' is unavailable in watchOS
public struct ViewControllerInterface<T: UIViewController> {
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift:13:44: error: 'UIViewController' is unavailable in watchOS
internal struct ViewControllerPublisher<T: UIViewController>: Publisher {
                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift:15:8: error: 'UIViewController' is unavailable in watchOS
    T: UIViewController,
       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift:15:29: error: 'UIScrollView' is unavailable in watchOS
public struct ScrollView<T: UIScrollView> {
                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:26:55: error: 'UIView' is unavailable in watchOS
    internal let willBeginZooming: PassthroughSubject<UIView?, Never> = .init()
                                                      ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:38:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:44:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:50:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:56:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:66:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:73:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:79:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:85:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:91:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:92:20: error: 'UIView' is unavailable in watchOS
        with view: UIView?
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:98:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView,
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:99:20: error: 'UIView' is unavailable in watchOS
        with view: UIView?,
                   ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:106:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:112:23: error: 'UIScrollView' is unavailable in watchOS
        _ scrollView: UIScrollView
                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:14:52: error: 'UIScrollViewDelegate' is unavailable in watchOS
internal final class ScrollViewDelegate: NSObject, UIScrollViewDelegate {
                                                   ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift:111:19: error: cannot override 'scrollViewDidChangeAdjustedContentInset' which has been marked unavailable
    internal func scrollViewDidChangeAdjustedContentInset(
                  ^
UIKit.UIScrollViewDelegate.scrollViewDidChangeAdjustedContentInset:3:17: note: 'scrollViewDidChangeAdjustedContentInset' has been explicitly marked unavailable here
  optional func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift:14:51: error: 'UIView' is unavailable in watchOS
public typealias ScrollViewDidEndZooming = (view: UIView?, scale: CGFloat)
                                                  ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift:78:65: error: 'UIView' is unavailable in watchOS
    public private(set) lazy var willBeginZooming: AnyPublisher<UIView?, Never> = { @MainActor in
                                                                ^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift:18:38: error: 'UIScrollView' is unavailable in watchOS
public struct ScrollViewInterface<T: UIScrollView> {
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift:15:28: error: 'UISearchBar' is unavailable in watchOS
public struct SearchBar<T: UISearchBar> {
                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:34:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:40:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:46:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar,
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:53:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:59:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:65:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:71:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:77:22: error: 'UISearchBar' is unavailable in watchOS
        _ searchBar: UISearchBar,
                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift:14:51: error: 'UISearchBarDelegate' is unavailable in watchOS
internal final class SearchBarDelegate: NSObject, UISearchBarDelegate {
                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:176:11: note: 'UISearchBarDelegate' has been explicitly marked unavailable here
@protocol UISearchBarDelegate <UIBarPositioningDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift:15:37: error: 'UISearchBar' is unavailable in watchOS
public struct SearchBarInterface<T: UISearchBar> {
                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:46:12: note: 'UISearchBar' has been explicitly marked unavailable here
@interface UISearchBar : UIView <UIBarPositioning, UITextInputTraits, UILookToDictateCapable>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextView.swift:15:27: error: 'UITextView' is unavailable in watchOS
public struct TextView<T: UITextView> {
                          ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:18:48: error: 'UITextView' is unavailable in watchOS
    internal let didChange: PassthroughSubject<UITextView, Never> = .init()
                                               ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:30:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:36:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:42:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:48:21: error: 'UITextView' is unavailable in watchOS
        _ textView: UITextView
                    ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift:14:50: error: 'UITextViewDelegate' is unavailable in watchOS
internal final class TextViewDelegate: NSObject, UITextViewDelegate {
                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift:15:36: error: 'UITextView' is unavailable in watchOS
public struct TextViewInterface<T: UITextView> {
                                   ^~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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>
           ^
SwiftCompile normal arm64 Compiling\ LifecycleViewController.swift,\ UIViewController.swift,\ ViewController.swift,\ ViewControllerInterface.swift,\ ViewControllerPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift (in target 'CombineUI' from project 'CombineUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewController.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift (in target 'CombineUI' from project 'CombineUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ CombineUI (in target 'CombineUI' from project 'CombineUI')
2026-03-13 01:33:14.744 xcodebuild[1093:5966] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CombineUI (in target 'CombineUI' from project 'CombineUI')
	EmitSwiftModule normal arm64 (in target 'CombineUI' from project 'CombineUI')
	Building workspace spi-builder-workspace with scheme CombineUI
(3 failures)
BUILD FAILURE 6.2 watchOS