The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ColorPicker, reference 1.5.0 (8cd386), with Swift 6.3 for watchOS using Xcode 26.4 on 17 Apr 2026 01:34:43 UTC.

Build Command

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

Build Log

@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:30:22: error: 'UIWindowScene' is unavailable in watchOS
        windowScene: UIWindowScene,
                     ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:21:12: note: 'UIWindowScene' has been explicitly marked unavailable here
@interface UIWindowScene : UIScene
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:31:28: error: 'UIGestureRecognizer' is unavailable in watchOS
        gestureRecognizer: UIGestureRecognizer? = nil
                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:86:53: error: 'UIGestureRecognizer' is unavailable in watchOS
    @objc private func onChangedLocation(_ gesture: UIGestureRecognizer) {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:120:47: error: 'UIGestureRecognizer' is unavailable in watchOS
    private func translationInView(_ gesture: UIGestureRecognizer) -> CGPoint {
                                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:13:37: error: 'UIWindow' is unavailable in watchOS
final class ScopeColorPickerWindow: UIWindow {
                                    ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:5:20: error: 'constraints' is unavailable in watchOS
    @Invalidating(.constraints)
                   ^~~~~~~~~~~
UIKit.UIViewInvalidating.constraints:2:19: note: 'constraints' has been explicitly marked unavailable here
public static var constraints: UIView.Invalidations.Constraints { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:22:20: error: 'constraints' is unavailable in watchOS
    @Invalidating(.constraints)
                   ^~~~~~~~~~~
UIKit.UIViewInvalidating.constraints:2:19: note: 'constraints' has been explicitly marked unavailable here
public static var constraints: UIView.Invalidations.Constraints { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:39:21: error: 'init()' is unavailable in watchOS
    let thumbView = ThumbView()
                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:40:21: error: 'init()' is unavailable in watchOS
    let trackView = TrackView()
                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:137:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:9:13: error: setter for 'grdient' is unavailable in watchOS
            trackView.grdient = configuration.gradientInvalidationHandler(color)
            ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:138:9: note: setter for 'grdient' has been explicitly marked unavailable here
    var grdient: CGGradient = CGGradient(
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:5:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.constraints)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:22:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.constraints)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:41:31: error: 'UILayoutGuide' is unavailable in watchOS
    let trackableLayoutGuide: UILayoutGuide = .init()
                              ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:42:32: error: 'UILayoutGuide' is unavailable in watchOS
    let trackValueLayoutGuide: UILayoutGuide = .init()
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:43:32: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    let panGestureRecognizer = UIPanGestureRecognizer()
                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:44:32: error: 'UITapGestureRecognizer' is unavailable in watchOS
    let tapGestureRecognizer = UITapGestureRecognizer()
                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:108:33: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    @objc func onPan(_ gesture: UIPanGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:114:33: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc func onTap(_ gesture: UITapGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:121:44: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var trackValueWidthConstraint: NSLayoutConstraint? = nil
                                           ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:3:25: error: 'UIControl' is unavailable in watchOS
open class ColorSlider: UIControl {
                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:137:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:136:18: error: 'UIView' is unavailable in watchOS
class TrackView: UIView {
                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:217:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:217:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:207:18: error: 'UIView' is unavailable in watchOS
class ThumbView: UIView {
                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTextField.swift:46:29: error: 'UITextField' is unavailable in watchOS
class ColorSliderTextField: UITextField {
                            ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTitleLabel.swift:3:30: error: 'UILabel' is unavailable in watchOS
class ColorSliderTitleLabel: UILabel {
                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderWithInputView.swift:11:33: error: 'UIControl' is unavailable in watchOS
class ColorSliderWithInputView: UIControl {
                                ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:21:21: error: 'init()' is unavailable in watchOS
    let hueSlider = ColorSliderWithInputView()
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:22:28: error: 'init()' is unavailable in watchOS
    let saturationSlider = ColorSliderWithInputView()
                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:23:28: error: 'init()' is unavailable in watchOS
    let brightnessSlider = ColorSliderWithInputView()
                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:20:54: error: 'UIControl' is unavailable in watchOS
public final class HSBColorSliderColorPickerControl: UIControl, ColorPickerView {
                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HexInputView.swift:13:20: error: 'UITextField' is unavailable in watchOS
    let textField: UITextField = .init(frame: .null)
                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HexInputView.swift:3:21: error: 'UIControl' is unavailable in watchOS
class HexInputView: UIControl {
                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:24:21: error: 'init()' is unavailable in watchOS
    let redSlider = ColorSliderWithInputView()
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:25:23: error: 'init()' is unavailable in watchOS
    let greenSlider = ColorSliderWithInputView()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:26:22: error: 'init()' is unavailable in watchOS
    let blueSlider = ColorSliderWithInputView()
                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:20:54: error: 'UIControl' is unavailable in watchOS
public final class RGBColorSliderColorPickerControl: UIControl, ColorPickerView {
                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHSBHexSliderColorPicker.swift:21:56: error: 'UIControl' is unavailable in watchOS
public final class RGBHSBHextSliderColorPickerControl: UIControl, ColorPickerView {
                                                       ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHexSliderColorPicker.swift:20:52: error: 'UIControl' is unavailable in watchOS
public final class RGBHexSliderColorPickerControl: UIControl, ColorPickerView {
                                                   ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift:5:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift:5:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift:3:25: error: 'UIView' is unavailable in watchOS
class ColorPreviewView: UIView {
                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchAndPreviewView.swift:3:29: error: 'UIControl' is unavailable in watchOS
class SwatchAndPreviewView: UIControl {
                            ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:94:31: error: 'UICollectionView' is unavailable in watchOS
    lazy var collectionView = UICollectionView(frame: .null, collectionViewLayout: layout)
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:110:26: error: cannot specialize non-generic type 'UICollectionViewDiffableDataSource'
    lazy var dataSource: UICollectionViewDiffableDataSource<Section, CellItem> = .init(
                         ^                                 ~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:12:43: error: 'UIEditMenuInteraction' is unavailable in watchOS
    private lazy var editMenuInteraction: UIEditMenuInteraction = {
                                          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:51:12: note: 'UIEditMenuInteraction' has been explicitly marked unavailable here
@interface UIEditMenuInteraction : NSObject <UIInteraction>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:13:27: error: 'UIEditMenuInteraction' is unavailable in watchOS
        let interaction = UIEditMenuInteraction(delegate: self)
                          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:51:12: note: 'UIEditMenuInteraction' has been explicitly marked unavailable here
@interface UIEditMenuInteraction : NSObject <UIInteraction>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:39:24: error: 'UICollectionViewCompositionalLayoutConfiguration' is unavailable in watchOS
    let configuration: UICollectionViewCompositionalLayoutConfiguration = {
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:41:12: note: 'UICollectionViewCompositionalLayoutConfiguration' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayoutConfiguration : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:40:29: error: 'UICollectionViewCompositionalLayoutConfiguration' is unavailable in watchOS
        let configuration = UICollectionViewCompositionalLayoutConfiguration()
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:41:12: note: 'UICollectionViewCompositionalLayoutConfiguration' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayoutConfiguration : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:44:22: error: 'UICollectionViewLayout' is unavailable in watchOS
    lazy var layout: UICollectionViewLayout = UICollectionViewCompositionalLayout(
                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:44:47: error: 'UICollectionViewCompositionalLayout' is unavailable in watchOS
    lazy var layout: UICollectionViewLayout = UICollectionViewCompositionalLayout(
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:51:12: note: 'UICollectionViewCompositionalLayout' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayout : UICollectionViewLayout
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:46:28: error: 'NSCollectionLayoutSize' is unavailable in watchOS
            let itemSize = NSCollectionLayoutSize(
                           ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:50:24: error: 'NSCollectionLayoutItem' is unavailable in watchOS
            let item = NSCollectionLayoutItem(layoutSize: itemSize)
                       ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:149:12: note: 'NSCollectionLayoutItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutItem : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:52:30: error: 'NSCollectionLayoutSize' is unavailable in watchOS
            let hGroupSize = NSCollectionLayoutSize(
                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:64:26: error: 'NSCollectionLayoutGroup' is unavailable in watchOS
            let hGroup = NSCollectionLayoutGroup.horizontal(
                         ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:217:12: note: 'NSCollectionLayoutGroup' has been explicitly marked unavailable here
@interface NSCollectionLayoutGroup : NSCollectionLayoutItem<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:64:50: error: 'horizontal(layoutSize:subitem:count:)' is unavailable in watchOS
            let hGroup = NSCollectionLayoutGroup.horizontal(
                                                 ^~~~~~~~~~
UIKit.NSCollectionLayoutGroup.horizontal:3:30: note: 'horizontal(layoutSize:subitem:count:)' has been explicitly marked unavailable here
  @MainActor open class func horizontal(layoutSize: NSCollectionLayoutSize, subitem: NSCollectionLayoutItem, count: Int) -> Self}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:70:30: error: 'NSCollectionLayoutSize' is unavailable in watchOS
            let vGroupSize = NSCollectionLayoutSize(
                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:74:26: error: 'NSCollectionLayoutGroup' is unavailable in watchOS
            let vGroup = NSCollectionLayoutGroup.vertical(
                         ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:217:12: note: 'NSCollectionLayoutGroup' has been explicitly marked unavailable here
@interface NSCollectionLayoutGroup : NSCollectionLayoutItem<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:74:50: error: 'vertical(layoutSize:subitem:count:)' is unavailable in watchOS
            let vGroup = NSCollectionLayoutGroup.vertical(
                                                 ^~~~~~~~
UIKit.NSCollectionLayoutGroup.vertical:3:30: note: 'vertical(layoutSize:subitem:count:)' has been explicitly marked unavailable here
  @MainActor open class func vertical(layoutSize: NSCollectionLayoutSize, subitem: NSCollectionLayoutItem, count: Int) -> Self}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:80:27: error: 'NSCollectionLayoutSection' is unavailable in watchOS
            let section = NSCollectionLayoutSection(group: vGroup)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:84:52: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
                (visibleItems, point, environment: NSCollectionLayoutEnvironment) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:85:40: error: 'interactionState' is unavailable in watchOS
                guard self.pageControl.interactionState == .none else { return }
                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:77:71: note: 'interactionState' has been explicitly marked unavailable here
@property (nonatomic, assign, readonly) UIPageControlInteractionState interactionState API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos);
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:100:33: error: 'UICollectionView' is unavailable in watchOS
    let colorCellRegistration = UICollectionView.CellRegistration(
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:102:13: error: setter for 'color' is unavailable in watchOS
            cell.colorView.color = configuration.color
            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:37:9: note: setter for 'color' has been explicitly marked unavailable here
    var color: HSVA = .noop
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:103:13: error: setter for 'style' is unavailable in watchOS
            cell.colorView.style = configuration.isSelected ? .outlined : .normal
            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:45:9: note: setter for 'style' has been explicitly marked unavailable here
    var style: Style = .normal
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:106:36: error: 'UICollectionView' is unavailable in watchOS
    let addColorCellRegistration = UICollectionView.CellRegistration(
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:112:38: error: cannot infer type of closure parameter 'collectionView' without a type annotation
        cellProvider: { [weak self] (collectionView, indexPath, item) in
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:112:54: error: cannot infer type of closure parameter 'indexPath' without a type annotation
        cellProvider: { [weak self] (collectionView, indexPath, item) in
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:112:65: error: cannot infer type of closure parameter 'item' without a type annotation
        cellProvider: { [weak self] (collectionView, indexPath, item) in
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:113:49: error: 'nil' requires a contextual type
            guard let self = self else { return nil }
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:134:22: error: 'UIPageControl' is unavailable in watchOS
    let pageControl: UIPageControl = .init(frame: .null)
                     ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/ColorPicker/Feature/Swatch/SwatchView.swift:135:20: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
    var snapshot = NSDiffableDataSourceSnapshot<Section, CellItem>()
                   ^                           ~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:199:39: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    @objc func onLongPress(_ gesture: UILongPressGestureRecognizer) {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:235:36: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
    private func apply(_ snapshot: NSDiffableDataSourceSnapshot<Section, CellItem>) {
                                   ^                           ~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:3:19: error: 'UIControl' is unavailable in watchOS
class SwatchView: UIControl {
                  ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:266:43: error: 'UICollectionView' is unavailable in watchOS
    func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:257:23: error: 'UICollectionViewDelegate' is unavailable in watchOS
extension SwatchView: UICollectionViewDelegate {
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:287:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:288:36: error: 'UIDragSession' is unavailable in watchOS
        itemsForBeginning session: UIDragSession,
                                   ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:290:11: error: 'UIDragItem' is unavailable in watchOS
    ) -> [UIDragItem] {
          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h:17:12: note: 'UIDragItem' has been explicitly marked unavailable here
@interface UIDragItem : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:305:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:307:10: error: 'UIDragPreviewParameters' is unavailable in watchOS
    ) -> UIDragPreviewParameters? {
         ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreviewParameters.h:14:12: note: 'UIDragPreviewParameters' has been explicitly marked unavailable here
@interface UIDragPreviewParameters : UIPreviewParameters
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:285:23: error: 'UICollectionViewDragDelegate' is unavailable in watchOS
extension SwatchView: UICollectionViewDragDelegate {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:539:11: note: 'UICollectionViewDragDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDragDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:321:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:322:39: error: 'UIDropSession' is unavailable in watchOS
        dropSessionDidUpdate session: UIDropSession,
                                      ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:324:10: error: 'UICollectionViewDropProposal' is unavailable in watchOS
    ) -> UICollectionViewDropProposal {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:656:12: note: 'UICollectionViewDropProposal' has been explicitly marked unavailable here
@interface UICollectionViewDropProposal : UIDropProposal
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:360:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:361:38: error: 'UICollectionViewDropCoordinator' is unavailable in watchOS
        performDropWith coordinator: UICollectionViewDropCoordinator
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:668:11: note: 'UICollectionViewDropCoordinator' has been explicitly marked unavailable here
@protocol UICollectionViewDropCoordinator <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:318:23: error: 'UICollectionViewDropDelegate' is unavailable in watchOS
extension SwatchView: UICollectionViewDropDelegate {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:586:11: note: 'UICollectionViewDropDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDropDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:395:24: error: 'UIEditMenuInteraction' is unavailable in watchOS
        _ interaction: UIEditMenuInteraction,
                       ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:51:12: note: 'UIEditMenuInteraction' has been explicitly marked unavailable here
@interface UIEditMenuInteraction : NSObject <UIInteraction>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:396:32: error: 'UIEditMenuConfiguration' is unavailable in watchOS
        menuFor configuration: UIEditMenuConfiguration,
                               ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:27:12: note: 'UIEditMenuConfiguration' has been explicitly marked unavailable here
@interface UIEditMenuConfiguration : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:397:28: error: 'UIMenuElement' is unavailable in watchOS
        suggestedActions: [UIMenuElement]
                           ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h:44:12: note: 'UIMenuElement' has been explicitly marked unavailable here
@interface UIMenuElement : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:398:10: error: 'UIMenu' is unavailable in watchOS
    ) -> UIMenu? {
         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenu.h:43:12: note: 'UIMenu' has been explicitly marked unavailable here
@interface UIMenu : UIMenuElement
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:393:34: error: 'UIEditMenuInteractionDelegate' is unavailable in watchOS
extension SwatchView: @MainActor UIEditMenuInteractionDelegate {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:99:11: note: 'UIEditMenuInteractionDelegate' has been explicitly marked unavailable here
@protocol UIEditMenuInteractionDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/LocalizedString.swift:5:50: error: 'UIView' is unavailable in watchOS
    private static let uikitBundle = Bundle(for: UIView.self)
                                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ AddColorCell.swift,\ ColorCell.swift,\ HairlineView.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/HairlineView.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/resource_bundle_accessor.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-C0JJA5OUZW984282DZ7ZYYMLV.pcm
2026-04-16 21:34:29.430 xcodebuild[638:3900] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ColorPicker (in target 'ColorPicker' from project 'ColorPicker')
	EmitSwiftModule normal arm64_32 (in target 'ColorPicker' from project 'ColorPicker')
	Building workspace spi-builder-workspace with scheme ColorPicker
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ColorPicker: /Users/admin/builder/spi-builder-workspace
resolved source packages: ColorPicker
2026-04-16 21:34:38.942 xcodebuild[778:4435] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorPicker",
  "name" : "ColorPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorPicker",
      "targets" : [
        "ColorPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorPickerTests",
      "path" : "Tests/ColorPickerTests",
      "sources" : [
        "ColorFormatterTests.swift",
        "ColorPickerTests.swift"
      ],
      "target_dependencies" : [
        "ColorPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorPicker",
      "module_type" : "SwiftTarget",
      "name" : "ColorPicker",
      "path" : "Sources/ColorPicker",
      "product_memberships" : [
        "ColorPicker"
      ],
      "sources" : [
        "Components/AddColorCell.swift",
        "Components/ColorCell.swift",
        "Components/HairlineView.swift",
        "Extensions/ColorFormatter.swift",
        "Extensions/DispatchQueue+.swift",
        "Feature/AlphaColorPicker/AlphaColorPicker.swift",
        "Feature/ClassicColorPicker/ClassicColorPicker.swift",
        "Feature/ClassicColorPicker/ClassicColorView.swift",
        "Feature/ColorPicker/ColorPicker.swift",
        "Feature/ColorPicker/ColorPickerContentViewController.swift",
        "Feature/ColorPicker/ColorPickerViewController.swift",
        "Feature/DiskColorPicker/DiskColorPickerView.swift",
        "Feature/GridColorPicker/GridColorPicker.swift",
        "Feature/GridColorPicker/GridColorView.swift",
        "Feature/ScopeColorPicker/Components/GoOutPanGestureRecognizer.swift",
        "Feature/ScopeColorPicker/Components/ReticleView.swift",
        "Feature/ScopeColorPicker/ScopeColorPicker.swift",
        "Feature/ScopeColorPicker/ScopeColorPickerWindow.swift",
        "Feature/SliderColorPicker/ColorSlider.swift",
        "Feature/SliderColorPicker/ColorSliderConfiguration.swift",
        "Feature/SliderColorPicker/ColorSliderTextField.swift",
        "Feature/SliderColorPicker/ColorSliderTitleLabel.swift",
        "Feature/SliderColorPicker/ColorSliderWithInputView.swift",
        "Feature/SliderColorPicker/HSBColorSliderColorPicker.swift",
        "Feature/SliderColorPicker/HexInputView.swift",
        "Feature/SliderColorPicker/RGBColorSliderColorPicker.swift",
        "Feature/SliderColorPicker/RGBHSBHexSliderColorPicker.swift",
        "Feature/SliderColorPicker/RGBHexSliderColorPicker.swift",
        "Feature/Swatch/ColorPreviewView.swift",
        "Feature/Swatch/SwatchAndPreviewView.swift",
        "Feature/Swatch/SwatchView.swift",
        "Model/ColorItem.swift",
        "Model/ColorPickerConfiguration.swift",
        "Model/HSV.swift",
        "Model/LocalizedString.swift",
        "Model/PrivatePreference.swift",
        "Model/RGB.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ColorPicker"
    ]
  }
}
2026-04-16 21:34:40.233 xcodebuild[809:4707] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ColorPicker -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 ColorPicker -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  ColorPicker: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ColorPicker' in project 'ColorPicker'
        ➜ Explicit dependency on target 'ColorPicker' in project 'ColorPicker'
        ➜ Explicit dependency on target 'ColorPicker_ColorPicker' in project 'ColorPicker'
    Target 'ColorPicker' in project 'ColorPicker'
        ➜ Explicit dependency on target 'ColorPicker_ColorPicker' in project 'ColorPicker'
    Target 'ColorPicker_ColorPicker' in project 'ColorPicker' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver ColorPicker normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorPicker -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64/ColorPicker.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos9.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64/ColorPicker-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/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64/ColorPicker.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/ColorPicker.build/Debug-watchos/ColorPicker.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64/ColorPicker_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/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.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/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64/ColorPicker-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ColorPicker normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ColorPicker -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos9.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker-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/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker.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/ColorPicker.build/Debug-watchos/ColorPicker.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker_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/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.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/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ColorPicker (in target 'ColorPicker' from project 'ColorPicker')
EmitSwiftModule normal arm64_32 (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:4:30: error: 'UIView' is unavailable in watchOS
    let backgroundColorView: UIView = .init(frame: .null)
                             ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:5:20: error: 'UIImageView' is unavailable in watchOS
    let imageView: UIImageView = .init(frame: .null)
                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:3:21: error: 'UICollectionViewCell' is unavailable in watchOS
class AddColorCell: UICollectionViewCell {
                    ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:3:18: error: 'UICollectionViewCell' is unavailable in watchOS
class ColorCell: UICollectionViewCell {
                 ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:36:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:44:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:36:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:44:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:34:18: error: 'UIView' is unavailable in watchOS
class ColorView: UIView {
                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/HairlineView.swift:3:21: error: 'UIVisualEffectView' is unavailable in watchOS
class HairlineView: UIVisualEffectView {
                    ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/AlphaColorPicker/AlphaColorPicker.swift:7:23: error: 'init()' is unavailable in watchOS
    let alphaSlider = ColorSliderWithInputView()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/AlphaColorPicker/AlphaColorPicker.swift:3:38: error: 'UIControl' is unavailable in watchOS
public final class AlphaColorPicker: UIControl {
                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:28:20: error: 'constraints' is unavailable in watchOS
    @Invalidating(.constraints)
                   ^~~~~~~~~~~
UIKit.UIViewInvalidating.constraints:2:19: note: 'constraints' has been explicitly marked unavailable here
public static var constraints: UIView.Invalidations.Constraints { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:25:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var thumbCenterXConstraint: NSLayoutConstraint? = nil
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:26:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var thumbCenterYConstraint: NSLayoutConstraint? = nil
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:28:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.constraints)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:41:32: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    let panGestureRecognizer = UIPanGestureRecognizer()
                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:42:32: error: 'UITapGestureRecognizer' is unavailable in watchOS
    let tapGestureRecognizer = UITapGestureRecognizer()
                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:117:33: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    @objc func onPan(_ gesture: UIPanGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:123:33: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc func onTap(_ gesture: UITapGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift:20:47: error: 'UIControl' is unavailable in watchOS
public final class ClassicColorPickerControl: UIControl, ColorPickerView {
                                              ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorView.swift:4:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorView.swift:4:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorView.swift:3:25: error: 'UIView' is unavailable in watchOS
class ClassicColorView: UIView {
                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPicker.swift:7:40: error: 'UIControl' is unavailable in watchOS
    associatedtype ColorPickerControl: UIControl & ColorPickerView
                                       ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:19:22: error: 'UIScrollView' is unavailable in watchOS
    let scrollView = UIScrollView()
                     ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:19:22: error: 'init()' is unavailable in watchOS
    let scrollView = UIScrollView()
                     ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:20:26: error: 'UISegmentedControl' is unavailable in watchOS
    let segmentControl = UISegmentedControl(items: nil)
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISegmentedControl.h:43:12: note: 'UISegmentedControl' has been explicitly marked unavailable here
@interface UISegmentedControl : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:25:23: error: 'UIStackView' is unavailable in watchOS
    let tabStackView: UIStackView = UIStackView()
                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:25:37: error: 'UIStackView' is unavailable in watchOS
    let tabStackView: UIStackView = UIStackView()
                                    ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:25:37: error: 'init()' is unavailable in watchOS
    let tabStackView: UIStackView = UIStackView()
                                    ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:27:33: error: 'UIStackView' is unavailable in watchOS
    let colorPickersStackView = UIStackView()
                                ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:27:33: error: 'init()' is unavailable in watchOS
    let colorPickersStackView = UIStackView()
                                ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:29:69: error: 'UIControl' is unavailable in watchOS
    var colorPickers: [String: (colorPicker: any ColorPicker, view: UIControl & ColorPickerView)] =
                                                                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:223:71: error: 'UITraitCollection' is unavailable in watchOS
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                                                                      ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:223:19: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
                  ^
UIKit.UIViewController.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
  open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:223:19: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
    ~~~~~~~~~     ^

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:266:55: error: 'UIView' is unavailable in watchOS
    func update<T: ColorPicker>(colorPicker: T, view: UIView, color: HSVA) {
                                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift:17:41: error: 'UIViewController' is unavailable in watchOS
class ColorPickerContentViewController: UIViewController {
                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerViewController.swift:25:47: error: 'UINavigationController' is unavailable in watchOS
public final class ColorPickerViewController: UINavigationController {
                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:46:12: note: 'UINavigationController' has been explicitly marked unavailable here
@interface UINavigationController : UIViewController
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:3:28: error: 'UIView' is unavailable in watchOS
class DiskColorPickerView: UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:34:25: error: 'CAGradientLayer' is unavailable in watchOS
    let gradientLayer = CAGradientLayer()
                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:36:21: error: 'CAShapeLayer' is unavailable in watchOS
    let maskLayer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:37:22: error: 'CAGradientLayer' is unavailable in watchOS
    let maskLayer2 = CAGradientLayer()
                     ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:33:27: error: 'UIView' is unavailable in watchOS
class InnerDiskColorView: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:76:25: error: 'CAGradientLayer' is unavailable in watchOS
    let gradientLayer = CAGradientLayer()
                        ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:77:21: error: 'CAShapeLayer' is unavailable in watchOS
    let maskLayer = CAShapeLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift:75:27: error: 'UIView' is unavailable in watchOS
class OuterDiskColorView: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:26:20: error: 'constraints' is unavailable in watchOS
    @Invalidating(.constraints)
                   ^~~~~~~~~~~
UIKit.UIViewInvalidating.constraints:2:19: note: 'constraints' has been explicitly marked unavailable here
public static var constraints: UIView.Invalidations.Constraints { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:21:39: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var markerLeftConstraint: NSLayoutConstraint? = nil
                                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:22:38: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var markerTopConstraint: NSLayoutConstraint? = nil
                                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:23:40: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var markerWidthConstraint: NSLayoutConstraint? = nil
                                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:24:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var markerHeightConstraint: NSLayoutConstraint? = nil
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:26:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.constraints)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:37:32: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    let panGestureRecognizer = UIPanGestureRecognizer()
                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:78:33: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc func onTap(_ gesture: UITapGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:85:33: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    @objc func onPan(_ gesture: UIPanGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:18:41: error: 'UIControl' is unavailable in watchOS
public final class GridColorPickerView: UIControl, ColorPickerView {
                                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift:120:28: error: 'UIView' is unavailable in watchOS
class GridColorMarkerView: UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorView.swift:3:22: error: 'UIView' is unavailable in watchOS
class GridColorView: UIView {
                     ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/GoOutPanGestureRecognizer.swift:6:54: error: 'UITouch' is unavailable in watchOS
    public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/GoOutPanGestureRecognizer.swift:6:76: error: 'UIEvent' is unavailable in watchOS
    public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/GoOutPanGestureRecognizer.swift:10:54: error: 'UITouch' is unavailable in watchOS
    public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent) {
                                                     ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/GoOutPanGestureRecognizer.swift:10:76: error: 'UIEvent' is unavailable in watchOS
    public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent) {
                                                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/GoOutPanGestureRecognizer.swift:4:47: error: 'UIPanGestureRecognizer' is unavailable in watchOS
public final class GoOutPanGestureRecognizer: UIPanGestureRecognizer {
                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:3:20: error: 'UIView' is unavailable in watchOS
class ReticleView: UIView {
                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:83:20: error: 'UIImageView' is unavailable in watchOS
    let imageView: UIImageView = .init(frame: .null)
                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:79:28: error: 'UIView' is unavailable in watchOS
class InternalReticleView: UIView {
                           ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:131:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:134:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:131:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:134:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:130:27: error: 'UIView' is unavailable in watchOS
class ReticleOutlineView: UIView {
                          ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:182:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:182:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift:181:24: error: 'UIView' is unavailable in watchOS
class ReticleGridView: UIView {
                       ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPicker.swift:9:22: error: 'UIWindowScene' is unavailable in watchOS
        windowScene: UIWindowScene,
                     ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:21:12: note: 'UIWindowScene' has been explicitly marked unavailable here
@interface UIWindowScene : UIScene
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPicker.swift:10:28: error: 'UIGestureRecognizer' is unavailable in watchOS
        gestureRecognizer: UIGestureRecognizer? = nil
                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:19:43: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var reticleCenterXConstraint: NSLayoutConstraint? = nil
                                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:20:43: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var reticleCenterYConstraint: NSLayoutConstraint? = nil
                                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:27:33: error: 'UIGestureRecognizer' is unavailable in watchOS
    weak var gestureRecognizer: UIGestureRecognizer? = nil
                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:30:22: error: 'UIWindowScene' is unavailable in watchOS
        windowScene: UIWindowScene,
                     ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:21:12: note: 'UIWindowScene' has been explicitly marked unavailable here
@interface UIWindowScene : UIScene
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:31:28: error: 'UIGestureRecognizer' is unavailable in watchOS
        gestureRecognizer: UIGestureRecognizer? = nil
                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:86:53: error: 'UIGestureRecognizer' is unavailable in watchOS
    @objc private func onChangedLocation(_ gesture: UIGestureRecognizer) {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:120:47: error: 'UIGestureRecognizer' is unavailable in watchOS
    private func translationInView(_ gesture: UIGestureRecognizer) -> CGPoint {
                                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift:13:37: error: 'UIWindow' is unavailable in watchOS
final class ScopeColorPickerWindow: UIWindow {
                                    ^~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:5:20: error: 'constraints' is unavailable in watchOS
    @Invalidating(.constraints)
                   ^~~~~~~~~~~
UIKit.UIViewInvalidating.constraints:2:19: note: 'constraints' has been explicitly marked unavailable here
public static var constraints: UIView.Invalidations.Constraints { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:22:20: error: 'constraints' is unavailable in watchOS
    @Invalidating(.constraints)
                   ^~~~~~~~~~~
UIKit.UIViewInvalidating.constraints:2:19: note: 'constraints' has been explicitly marked unavailable here
public static var constraints: UIView.Invalidations.Constraints { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:39:21: error: 'init()' is unavailable in watchOS
    let thumbView = ThumbView()
                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:40:21: error: 'init()' is unavailable in watchOS
    let trackView = TrackView()
                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:137:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:9:13: error: setter for 'grdient' is unavailable in watchOS
            trackView.grdient = configuration.gradientInvalidationHandler(color)
            ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:138:9: note: setter for 'grdient' has been explicitly marked unavailable here
    var grdient: CGGradient = CGGradient(
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:5:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.constraints)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:22:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.constraints)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:41:31: error: 'UILayoutGuide' is unavailable in watchOS
    let trackableLayoutGuide: UILayoutGuide = .init()
                              ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:42:32: error: 'UILayoutGuide' is unavailable in watchOS
    let trackValueLayoutGuide: UILayoutGuide = .init()
                               ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:43:32: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    let panGestureRecognizer = UIPanGestureRecognizer()
                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:44:32: error: 'UITapGestureRecognizer' is unavailable in watchOS
    let tapGestureRecognizer = UITapGestureRecognizer()
                               ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:108:33: error: 'UIPanGestureRecognizer' is unavailable in watchOS
    @objc func onPan(_ gesture: UIPanGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:114:33: error: 'UITapGestureRecognizer' is unavailable in watchOS
    @objc func onTap(_ gesture: UITapGestureRecognizer) {
                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITapGestureRecognizer.h:23:12: note: 'UITapGestureRecognizer' has been explicitly marked unavailable here
@interface UITapGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:121:44: error: 'NSLayoutConstraint' is unavailable in watchOS
    private var trackValueWidthConstraint: NSLayoutConstraint? = nil
                                           ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:3:25: error: 'UIControl' is unavailable in watchOS
open class ColorSlider: UIControl {
                        ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:137:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:136:18: error: 'UIView' is unavailable in watchOS
class TrackView: UIView {
                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:217:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:217:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift:207:18: error: 'UIView' is unavailable in watchOS
class ThumbView: UIView {
                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTextField.swift:46:29: error: 'UITextField' is unavailable in watchOS
class ColorSliderTextField: UITextField {
                            ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTitleLabel.swift:3:30: error: 'UILabel' is unavailable in watchOS
class ColorSliderTitleLabel: UILabel {
                             ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderWithInputView.swift:11:33: error: 'UIControl' is unavailable in watchOS
class ColorSliderWithInputView: UIControl {
                                ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:21:21: error: 'init()' is unavailable in watchOS
    let hueSlider = ColorSliderWithInputView()
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:22:28: error: 'init()' is unavailable in watchOS
    let saturationSlider = ColorSliderWithInputView()
                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:23:28: error: 'init()' is unavailable in watchOS
    let brightnessSlider = ColorSliderWithInputView()
                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift:20:54: error: 'UIControl' is unavailable in watchOS
public final class HSBColorSliderColorPickerControl: UIControl, ColorPickerView {
                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HexInputView.swift:13:20: error: 'UITextField' is unavailable in watchOS
    let textField: UITextField = .init(frame: .null)
                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HexInputView.swift:3:21: error: 'UIControl' is unavailable in watchOS
class HexInputView: UIControl {
                    ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:24:21: error: 'init()' is unavailable in watchOS
    let redSlider = ColorSliderWithInputView()
                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:25:23: error: 'init()' is unavailable in watchOS
    let greenSlider = ColorSliderWithInputView()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:26:22: error: 'init()' is unavailable in watchOS
    let blueSlider = ColorSliderWithInputView()
                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift:20:54: error: 'UIControl' is unavailable in watchOS
public final class RGBColorSliderColorPickerControl: UIControl, ColorPickerView {
                                                     ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHSBHexSliderColorPicker.swift:21:56: error: 'UIControl' is unavailable in watchOS
public final class RGBHSBHextSliderColorPickerControl: UIControl, ColorPickerView {
                                                       ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHexSliderColorPicker.swift:20:52: error: 'UIControl' is unavailable in watchOS
public final class RGBHexSliderColorPickerControl: UIControl, ColorPickerView {
                                                   ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift:5:20: error: 'display' is unavailable in watchOS
    @Invalidating(.display)
                   ^~~~~~~
UIKit.UIViewInvalidating.display:2:19: note: 'display' has been explicitly marked unavailable here
public static var display: UIView.Invalidations.Display { get }}
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift:5:6: error: 'Invalidating' is unavailable in watchOS
    @Invalidating(.display)
     ^~~~~~~~~~~~
UIKit.UIView.Invalidating:5:34: note: 'Invalidating' has been explicitly marked unavailable here
  @propertyWrapper public struct Invalidating<Value, InvalidationType> where Value : Equatable, InvalidationType : UIViewInvalidating {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift:3:25: error: 'UIView' is unavailable in watchOS
class ColorPreviewView: UIView {
                        ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchAndPreviewView.swift:3:29: error: 'UIControl' is unavailable in watchOS
class SwatchAndPreviewView: UIControl {
                            ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:94:31: error: 'UICollectionView' is unavailable in watchOS
    lazy var collectionView = UICollectionView(frame: .null, collectionViewLayout: layout)
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:110:26: error: cannot specialize non-generic type 'UICollectionViewDiffableDataSource'
    lazy var dataSource: UICollectionViewDiffableDataSource<Section, CellItem> = .init(
                         ^                                 ~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:12:43: error: 'UIEditMenuInteraction' is unavailable in watchOS
    private lazy var editMenuInteraction: UIEditMenuInteraction = {
                                          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:51:12: note: 'UIEditMenuInteraction' has been explicitly marked unavailable here
@interface UIEditMenuInteraction : NSObject <UIInteraction>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:13:27: error: 'UIEditMenuInteraction' is unavailable in watchOS
        let interaction = UIEditMenuInteraction(delegate: self)
                          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:51:12: note: 'UIEditMenuInteraction' has been explicitly marked unavailable here
@interface UIEditMenuInteraction : NSObject <UIInteraction>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:39:24: error: 'UICollectionViewCompositionalLayoutConfiguration' is unavailable in watchOS
    let configuration: UICollectionViewCompositionalLayoutConfiguration = {
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:41:12: note: 'UICollectionViewCompositionalLayoutConfiguration' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayoutConfiguration : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:40:29: error: 'UICollectionViewCompositionalLayoutConfiguration' is unavailable in watchOS
        let configuration = UICollectionViewCompositionalLayoutConfiguration()
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:41:12: note: 'UICollectionViewCompositionalLayoutConfiguration' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayoutConfiguration : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:44:22: error: 'UICollectionViewLayout' is unavailable in watchOS
    lazy var layout: UICollectionViewLayout = UICollectionViewCompositionalLayout(
                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:44:47: error: 'UICollectionViewCompositionalLayout' is unavailable in watchOS
    lazy var layout: UICollectionViewLayout = UICollectionViewCompositionalLayout(
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:51:12: note: 'UICollectionViewCompositionalLayout' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayout : UICollectionViewLayout
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:46:28: error: 'NSCollectionLayoutSize' is unavailable in watchOS
            let itemSize = NSCollectionLayoutSize(
                           ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:50:24: error: 'NSCollectionLayoutItem' is unavailable in watchOS
            let item = NSCollectionLayoutItem(layoutSize: itemSize)
                       ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:149:12: note: 'NSCollectionLayoutItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutItem : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:52:30: error: 'NSCollectionLayoutSize' is unavailable in watchOS
            let hGroupSize = NSCollectionLayoutSize(
                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:64:26: error: 'NSCollectionLayoutGroup' is unavailable in watchOS
            let hGroup = NSCollectionLayoutGroup.horizontal(
                         ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:217:12: note: 'NSCollectionLayoutGroup' has been explicitly marked unavailable here
@interface NSCollectionLayoutGroup : NSCollectionLayoutItem<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:64:50: error: 'horizontal(layoutSize:subitem:count:)' is unavailable in watchOS
            let hGroup = NSCollectionLayoutGroup.horizontal(
                                                 ^~~~~~~~~~
UIKit.NSCollectionLayoutGroup.horizontal:3:30: note: 'horizontal(layoutSize:subitem:count:)' has been explicitly marked unavailable here
  @MainActor open class func horizontal(layoutSize: NSCollectionLayoutSize, subitem: NSCollectionLayoutItem, count: Int) -> Self}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:70:30: error: 'NSCollectionLayoutSize' is unavailable in watchOS
            let vGroupSize = NSCollectionLayoutSize(
                             ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:74:26: error: 'NSCollectionLayoutGroup' is unavailable in watchOS
            let vGroup = NSCollectionLayoutGroup.vertical(
                         ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:217:12: note: 'NSCollectionLayoutGroup' has been explicitly marked unavailable here
@interface NSCollectionLayoutGroup : NSCollectionLayoutItem<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:74:50: error: 'vertical(layoutSize:subitem:count:)' is unavailable in watchOS
            let vGroup = NSCollectionLayoutGroup.vertical(
                                                 ^~~~~~~~
UIKit.NSCollectionLayoutGroup.vertical:3:30: note: 'vertical(layoutSize:subitem:count:)' has been explicitly marked unavailable here
  @MainActor open class func vertical(layoutSize: NSCollectionLayoutSize, subitem: NSCollectionLayoutItem, count: Int) -> Self}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:80:27: error: 'NSCollectionLayoutSection' is unavailable in watchOS
            let section = NSCollectionLayoutSection(group: vGroup)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:84:52: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
                (visibleItems, point, environment: NSCollectionLayoutEnvironment) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:85:40: error: 'interactionState' is unavailable in watchOS
                guard self.pageControl.interactionState == .none else { return }
                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:77:71: note: 'interactionState' has been explicitly marked unavailable here
@property (nonatomic, assign, readonly) UIPageControlInteractionState interactionState API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos);
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:100:33: error: 'UICollectionView' is unavailable in watchOS
    let colorCellRegistration = UICollectionView.CellRegistration(
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:102:13: error: setter for 'color' is unavailable in watchOS
            cell.colorView.color = configuration.color
            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:37:9: note: setter for 'color' has been explicitly marked unavailable here
    var color: HSVA = .noop
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:103:13: error: setter for 'style' is unavailable in watchOS
            cell.colorView.style = configuration.isSelected ? .outlined : .normal
            ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift:45:9: note: setter for 'style' has been explicitly marked unavailable here
    var style: Style = .normal
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:106:36: error: 'UICollectionView' is unavailable in watchOS
    let addColorCellRegistration = UICollectionView.CellRegistration(
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:112:38: error: cannot infer type of closure parameter 'collectionView' without a type annotation
        cellProvider: { [weak self] (collectionView, indexPath, item) in
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:112:54: error: cannot infer type of closure parameter 'indexPath' without a type annotation
        cellProvider: { [weak self] (collectionView, indexPath, item) in
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:112:65: error: cannot infer type of closure parameter 'item' without a type annotation
        cellProvider: { [weak self] (collectionView, indexPath, item) in
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:113:49: error: 'nil' requires a contextual type
            guard let self = self else { return nil }
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:134:22: error: 'UIPageControl' is unavailable in watchOS
    let pageControl: UIPageControl = .init(frame: .null)
                     ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/ColorPicker/Feature/Swatch/SwatchView.swift:135:20: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
    var snapshot = NSDiffableDataSourceSnapshot<Section, CellItem>()
                   ^                           ~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:199:39: error: 'UILongPressGestureRecognizer' is unavailable in watchOS
    @objc func onLongPress(_ gesture: UILongPressGestureRecognizer) {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILongPressGestureRecognizer.h:22:12: note: 'UILongPressGestureRecognizer' has been explicitly marked unavailable here
@interface UILongPressGestureRecognizer : UIGestureRecognizer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:235:36: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
    private func apply(_ snapshot: NSDiffableDataSourceSnapshot<Section, CellItem>) {
                                   ^                           ~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:3:19: error: 'UIControl' is unavailable in watchOS
class SwatchView: UIControl {
                  ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:76:12: note: 'UIControl' has been explicitly marked unavailable here
@interface UIControl : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:266:43: error: 'UICollectionView' is unavailable in watchOS
    func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:257:23: error: 'UICollectionViewDelegate' is unavailable in watchOS
extension SwatchView: UICollectionViewDelegate {
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:287:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:288:36: error: 'UIDragSession' is unavailable in watchOS
        itemsForBeginning session: UIDragSession,
                                   ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:290:11: error: 'UIDragItem' is unavailable in watchOS
    ) -> [UIDragItem] {
          ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h:17:12: note: 'UIDragItem' has been explicitly marked unavailable here
@interface UIDragItem : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:305:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:307:10: error: 'UIDragPreviewParameters' is unavailable in watchOS
    ) -> UIDragPreviewParameters? {
         ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragPreviewParameters.h:14:12: note: 'UIDragPreviewParameters' has been explicitly marked unavailable here
@interface UIDragPreviewParameters : UIPreviewParameters
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:285:23: error: 'UICollectionViewDragDelegate' is unavailable in watchOS
extension SwatchView: UICollectionViewDragDelegate {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:539:11: note: 'UICollectionViewDragDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDragDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:321:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:322:39: error: 'UIDropSession' is unavailable in watchOS
        dropSessionDidUpdate session: UIDropSession,
                                      ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:324:10: error: 'UICollectionViewDropProposal' is unavailable in watchOS
    ) -> UICollectionViewDropProposal {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:656:12: note: 'UICollectionViewDropProposal' has been explicitly marked unavailable here
@interface UICollectionViewDropProposal : UIDropProposal
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:360:27: error: 'UICollectionView' is unavailable in watchOS
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:361:38: error: 'UICollectionViewDropCoordinator' is unavailable in watchOS
        performDropWith coordinator: UICollectionViewDropCoordinator
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:668:11: note: 'UICollectionViewDropCoordinator' has been explicitly marked unavailable here
@protocol UICollectionViewDropCoordinator <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:318:23: error: 'UICollectionViewDropDelegate' is unavailable in watchOS
extension SwatchView: UICollectionViewDropDelegate {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:586:11: note: 'UICollectionViewDropDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDropDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:395:24: error: 'UIEditMenuInteraction' is unavailable in watchOS
        _ interaction: UIEditMenuInteraction,
                       ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:51:12: note: 'UIEditMenuInteraction' has been explicitly marked unavailable here
@interface UIEditMenuInteraction : NSObject <UIInteraction>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:396:32: error: 'UIEditMenuConfiguration' is unavailable in watchOS
        menuFor configuration: UIEditMenuConfiguration,
                               ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:27:12: note: 'UIEditMenuConfiguration' has been explicitly marked unavailable here
@interface UIEditMenuConfiguration : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:397:28: error: 'UIMenuElement' is unavailable in watchOS
        suggestedActions: [UIMenuElement]
                           ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenuElement.h:44:12: note: 'UIMenuElement' has been explicitly marked unavailable here
@interface UIMenuElement : NSObject <NSCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:398:10: error: 'UIMenu' is unavailable in watchOS
    ) -> UIMenu? {
         ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMenu.h:43:12: note: 'UIMenu' has been explicitly marked unavailable here
@interface UIMenu : UIMenuElement
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift:393:34: error: 'UIEditMenuInteractionDelegate' is unavailable in watchOS
extension SwatchView: @MainActor UIEditMenuInteractionDelegate {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEditMenuInteraction.h:99:11: note: 'UIEditMenuInteractionDelegate' has been explicitly marked unavailable here
@protocol UIEditMenuInteractionDelegate<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/LocalizedString.swift:5:50: error: 'UIView' is unavailable in watchOS
    private static let uikitBundle = Bundle(for: UIView.self)
                                                 ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/HairlineView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Extensions/ColorFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Extensions/DispatchQueue+.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/AlphaColorPicker/AlphaColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/DiskColorPicker/DiskColorPickerView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/GridColorPicker/GridColorView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/GoOutPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTitleLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderWithInputView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HexInputView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHSBHexSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHexSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchAndPreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/ColorItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/ColorPickerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/HSV.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/LocalizedString.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/PrivatePreference.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/RGB.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/GeneratedStringSymbols_Localizable.swift -target arm64_32-apple-watchos9.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.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/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ColorPicker -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64_32-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/Objects-normal/arm64_32/ColorPicker.abi.json
SwiftCompile normal arm64_32 Compiling\ ReticleView.swift,\ ScopeColorPicker.swift,\ ScopeColorPickerWindow.swift,\ ColorSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/ScopeColorPickerWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSlider.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ScopeColorPicker/Components/ReticleView.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64_32 Compiling\ ClassicColorView.swift,\ ColorPicker.swift,\ ColorPickerContentViewController.swift,\ ColorPickerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerContentViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ColorPicker/ColorPickerViewController.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorView.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ AddColorCell.swift,\ ColorCell.swift,\ HairlineView.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/ColorCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Components/HairlineView.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/resource_bundle_accessor.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64_32 Compiling\ HSBColorSliderColorPicker.swift,\ HexInputView.swift,\ RGBColorSliderColorPicker.swift,\ RGBHSBHexSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HexInputView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBColorSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHSBHexSliderColorPicker.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/HSBColorSliderColorPicker.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64_32 Compiling\ PrivatePreference.swift,\ RGB.swift,\ GeneratedStringSymbols_Localizable.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/PrivatePreference.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/RGB.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/GeneratedStringSymbols_Localizable.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/PrivatePreference.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ColorPicker.build/Debug-watchos/ColorPicker.build/DerivedSources/GeneratedStringSymbols_Localizable.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ColorItem.swift,\ ColorPickerConfiguration.swift,\ HSV.swift,\ LocalizedString.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/ColorItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/ColorPickerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/HSV.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/LocalizedString.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Model/ColorItem.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64_32 Compiling\ ColorFormatter.swift,\ DispatchQueue+.swift,\ AlphaColorPicker.swift,\ ClassicColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Extensions/ColorFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Extensions/DispatchQueue+.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/AlphaColorPicker/AlphaColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/ClassicColorPicker/ClassicColorPicker.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Extensions/ColorFormatter.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64_32 Compiling\ ColorSliderConfiguration.swift,\ ColorSliderTextField.swift,\ ColorSliderTitleLabel.swift,\ ColorSliderWithInputView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderTitleLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderWithInputView.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/ColorSliderConfiguration.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64_32 Compiling\ RGBHexSliderColorPicker.swift,\ ColorPreviewView.swift,\ SwatchAndPreviewView.swift,\ SwatchView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHexSliderColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/ColorPreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchAndPreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/Swatch/SwatchView.swift (in target 'ColorPicker' from project 'ColorPicker')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ColorPicker/Feature/SliderColorPicker/RGBHexSliderColorPicker.swift (in target 'ColorPicker' from project 'ColorPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-C0JJA5OUZW984282DZ7ZYYMLV.pcm
2026-04-16 21:34:41.102 xcodebuild[814:4765] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'ColorPicker' from project 'ColorPicker')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ColorPicker (in target 'ColorPicker' from project 'ColorPicker')
	Building workspace spi-builder-workspace with scheme ColorPicker
(3 failures)
BUILD FAILURE 6.3 watchOS