Build Information
Failed to build AutoLayoutConvenience, reference main (870246), with Swift 6.3 for watchOS using Xcode 26.4 on 19 Apr 2026 07:45:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AutoLayoutConvenience -destination generic/platform=watchOSBuild Log
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift:526:25: error: 'UIStackView' is unavailable in watchOS
alternativeAlignment: UIStackView.Alignment? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:527:28: error: 'UIStackView' is unavailable in watchOS
alternativeDistribution: UIStackView.Distribution? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:565:12: error: 'UIView' is unavailable in watchOS
_ views: 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/UIStackView/UIView+StackViewHelpers.swift:566:9: error: 'NSLayoutConstraint' is unavailable in watchOS
axis: NSLayoutConstraint.Axis,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift:567:14: error: 'UIStackView' is unavailable in watchOS
alignment: UIStackView.Alignment = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:568:17: error: 'UIStackView' is unavailable in watchOS
distribution: UIStackView.Distribution = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:570:20: error: 'NSLayoutConstraint' is unavailable in watchOS
alternativeAxis: NSLayoutConstraint.Axis? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift:571:25: error: 'UIStackView' is unavailable in watchOS
alternativeAlignment: UIStackView.Alignment? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:572:28: error: 'UIStackView' is unavailable in watchOS
alternativeDistribution: UIStackView.Distribution? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:575:28: error: 'UIView' is unavailable in watchOS
isAlternative condition: UIView.Condition
^~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:610:13: error: 'UIView' is unavailable in watchOS
_ views: [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/UIStackView/UIView+StackViewHelpers.swift:611:9: error: 'NSLayoutConstraint' is unavailable in watchOS
axis: NSLayoutConstraint.Axis,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift:612:14: error: 'UIStackView' is unavailable in watchOS
alignment: UIStackView.Alignment = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:613:17: error: 'UIStackView' is unavailable in watchOS
distribution: UIStackView.Distribution = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:615:20: error: 'NSLayoutConstraint' is unavailable in watchOS
alternativeAxis: NSLayoutConstraint.Axis? = nil,
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift:616:25: error: 'UIStackView' is unavailable in watchOS
alternativeAlignment: UIStackView.Alignment? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:617:28: error: 'UIStackView' is unavailable in watchOS
alternativeDistribution: UIStackView.Distribution? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:620:28: error: 'UIView' is unavailable in watchOS
isAlternative condition: UIView.Condition
^~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:652:13: error: 'UIView' is unavailable in watchOS
_ views: [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/UIStackView/UIView+StackViewHelpers.swift:653:14: error: 'UIStackView' is unavailable in watchOS
alignment: UIStackView.Alignment = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:654:17: error: 'UIStackView' is unavailable in watchOS
distribution: UIStackView.Distribution = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:656:27: error: 'UIStackView' is unavailable in watchOS
accessibilityAlignment: UIStackView.Alignment? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:657:30: error: 'UIStackView' is unavailable in watchOS
accessibilityDistribution: UIStackView.Distribution? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:687:12: error: 'UIView' is unavailable in watchOS
_ views: 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/UIStackView/UIView+StackViewHelpers.swift:688:14: error: 'UIStackView' is unavailable in watchOS
alignment: UIStackView.Alignment = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:689:17: error: 'UIStackView' is unavailable in watchOS
distribution: UIStackView.Distribution = .fill,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:691:27: error: 'UIStackView' is unavailable in watchOS
accessibilityAlignment: UIStackView.Alignment? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:692:30: error: 'UIStackView' is unavailable in watchOS
accessibilityDistribution: UIStackView.Distribution? = nil,
^~~~~~~~~~~
/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/UIStackView/UIView+StackViewHelpers.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIScrollView+InteractiveKeyboardDismissal.swift:10:11: error: 'UIScrollView' is unavailable in watchOS
extension UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIScrollView+InteractiveKeyboardDismissal.swift:27:48: error: 'UIScrollView' is unavailable in watchOS
typealias OriginalFunction = @convention(c) (UIScrollView, Selector, UIScrollView.KeyboardDismissMode) -> Void
^~~~~~~~~~~~
/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/UIView/UIScrollView+InteractiveKeyboardDismissal.swift:27:72: error: 'UIScrollView' is unavailable in watchOS
typealias OriginalFunction = @convention(c) (UIScrollView, Selector, UIScrollView.KeyboardDismissMode) -> Void
^~~~~~~~~~~~
/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/UIView/UIScrollView+InteractiveKeyboardDismissal.swift:30:34: error: 'UIScrollView' is unavailable in watchOS
let block: @convention(block) (UIScrollView, UIScrollView.KeyboardDismissMode) -> Void = { scrollView, keyboardDismissMode in
^~~~~~~~~~~~
/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/UIView/UIScrollView+InteractiveKeyboardDismissal.swift:30:48: error: 'UIScrollView' is unavailable in watchOS
let block: @convention(block) (UIScrollView, UIScrollView.KeyboardDismissMode) -> Void = { scrollView, keyboardDismissMode in
^~~~~~~~~~~~
/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/UIView/UIView+AligningEdges.swift:26:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+AligningEdges.swift:47:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+AligningEdges.swift:74:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+AligningEdges.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:18:67: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubviewForAutoLayout<ViewType: UIView>(_ subview: ViewType) -> ViewType {
^~~~~~
/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/UIView/UIView+AutoLayout.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:30:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:52:67: error: 'UILayoutPriority' is unavailable in watchOS
@discardableResult public func constrain(size: CGSize, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:52:87: error: 'required' is unavailable in watchOS
@discardableResult public func constrain(size: CGSize, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:64:100: error: 'UILayoutPriority' is unavailable in watchOS
@discardableResult public func constrain(width: CGFloat? = nil, height: CGFloat? = nil, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:64:120: error: 'required' is unavailable in watchOS
@discardableResult public func constrain(width: CGFloat? = nil, height: CGFloat? = nil, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:79:88: error: 'UILayoutPriority' is unavailable in watchOS
@discardableResult public func constrain(widthAndHeight dimension: CGFloat, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:79:108: error: 'required' is unavailable in watchOS
@discardableResult public func constrain(widthAndHeight dimension: CGFloat, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:90:82: error: 'UILayoutPriority' is unavailable in watchOS
@discardableResult public func constrainAspectRatio(for size: CGSize, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:90:102: error: 'required' is unavailable in watchOS
@discardableResult public func constrainAspectRatio(for size: CGSize, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:104:82: error: 'UILayoutPriority' is unavailable in watchOS
@discardableResult public func constrainAspectRatio(_ ratio: CGFloat, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:104:102: error: 'required' is unavailable in watchOS
@discardableResult public func constrainAspectRatio(_ ratio: CGFloat, priority: UILayoutPriority = .required) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:44:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:155:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:215:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift:275:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:15:19: error: 'UIView' is unavailable in watchOS
public let view: UIView
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:19:32: error: 'NSLayoutConstraint' is unavailable in watchOS
public var constrainedOnAxis: NSLayoutConstraint.Axis {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift:28:20: error: 'UIView' is unavailable in watchOS
public init(view: UIView, constrained axis: NSLayoutConstraint.Axis = .horizontal) {
^~~~~~
/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/UIView/UIView+AutoLayoutBridging.swift:28:46: error: 'NSLayoutConstraint' is unavailable in watchOS
public init(view: UIView, constrained axis: NSLayoutConstraint.Axis = .horizontal) {
^~~~~~~~~~~~~~~~~~
/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/UIView/UIView+AutoLayoutBridging.swift:56:35: error: 'UIStackView' is unavailable in watchOS
private class CallbackStackView: 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/UIView/UIView+AutoLayoutBridging.swift:13:58: error: 'UIView' is unavailable in watchOS
public class ManualLayoutHostedInAutoLayoutBridgingView: 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/UIView/UIView+Centering.swift:20:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: UIView, centeredIn other: PointLayout, offset: CGPoint = .zero) -> ConstraintsList {
^~~~~~
/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/UIView/UIView+Centering.swift:11:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:17:37: error: 'UIView' is unavailable in watchOS
public typealias ViewEvaluator = (UIView) -> Bool
^~~~~~
/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/UIView/UIView+Condition.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:29:11: error: 'UIView' is unavailable in watchOS
extension UIView.Condition {
^~~~~~
/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/UIView/UIView+Condition.swift:97:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, is condition: Self) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:108:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, has condition: Self) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:119:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, matches callback: @escaping ViewEvaluator) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:130:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, all conditions: [Self]) -> Self { Self.view(view, is: .all(conditions)) }
^~~~~~
/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/UIView/UIView+Condition.swift:139:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, all conditions: Self...) -> Self { Self.view(view, all: conditions) }
^~~~~~
/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/UIView/UIView+Condition.swift:148:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, any conditions: [Self]) -> Self { Self.view(view, is: .any(conditions)) }
^~~~~~
/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/UIView/UIView+Condition.swift:157:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, any conditions: Self...) -> Self { Self.view(view, any: conditions) }
^~~~~~
/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/UIView/UIView+Condition.swift:167:27: error: 'UIView' is unavailable in watchOS
static func view(_ view: UIView, hasTraitsIn traitCollection: UITraitCollection) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:167:64: error: 'UITraitCollection' is unavailable in watchOS
static func view(_ view: UIView, hasTraitsIn traitCollection: UITraitCollection) -> Self {
^~~~~~~~~~~~~~~~~
/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/UIView/UIView+Condition.swift:179:45: error: 'UIView' is unavailable in watchOS
static func view<Value: Equatable>(_ view: UIView, has keyPath: KeyPath<UITraitCollection, Value>, is value: Value) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:179:74: error: 'UITraitCollection' is unavailable in watchOS
static func view<Value: Equatable>(_ view: UIView, has keyPath: KeyPath<UITraitCollection, Value>, is value: Value) -> Self {
^~~~~~~~~~~~~~~~~
/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/UIView/UIView+Condition.swift:231:41: error: 'UITraitCollection' is unavailable in watchOS
static func traits(in traitCollection: UITraitCollection) -> Self {
^~~~~~~~~~~~~~~~~
/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/UIView/UIView+Condition.swift:242:57: error: 'UITraitCollection' is unavailable in watchOS
static func trait<Value: Equatable>(_ keyPath: KeyPath<UITraitCollection, Value>, is value: Value) -> Self {
^~~~~~~~~~~~~~~~~
/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/UIView/UIView+Condition.swift:259:29: error: 'UIUserInterfaceIdiom' is unavailable in watchOS
static func idiom(_ idiom: UIUserInterfaceIdiom) -> Self { traits(in: UITraitCollection(userInterfaceIdiom: idiom)) }
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:22:28: note: 'UIUserInterfaceIdiom' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceIdiom) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:263:43: error: 'UIContentSizeCategory' is unavailable in watchOS
static func contentSizeCategory(is size: UIContentSizeCategory) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:268:46: error: 'UIContentSizeCategory' is unavailable in watchOS
static func contentSizeCategory(isNot size: UIContentSizeCategory) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:273:53: error: 'UIContentSizeCategory' is unavailable in watchOS
static func contentSizeCategory(isLargerThan size: UIContentSizeCategory) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:278:54: error: 'UIContentSizeCategory' is unavailable in watchOS
static func contentSizeCategory(isSmallerThan size: UIContentSizeCategory) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:293:50: error: 'UIContentSizeCategory' is unavailable in watchOS
static func contentSizeCategory(isAtLeast size: UIContentSizeCategory) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:298:49: error: 'UIContentSizeCategory' is unavailable in watchOS
static func contentSizeCategory(isAtMost size: UIContentSizeCategory) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIContentSizeCategory.h:14:20: note: 'UIContentSizeCategory' has been explicitly marked unavailable here
typedef NSString * UIContentSizeCategory NS_TYPED_ENUM API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:87:18: error: 'UIView' is unavailable in watchOS
public extension UIView.Condition {
^~~~~~
/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/UIView/UIView+Condition.swift:409:19: error: 'UIView' is unavailable in watchOS
weak var view: UIView?
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:421:19: error: 'UITraitCollection' is unavailable in watchOS
case traits(in: 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/UIView/UIView+Condition.swift:406:11: error: 'UIView' is unavailable in watchOS
extension UIView.Condition {
^~~~~~
/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/UIView/UIView+Condition.swift:447:25: error: 'UIView' is unavailable in watchOS
func matches(for view: UIView) -> Bool { kind.matches(for: view) }
^~~~~~
/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/UIView/UIView+Condition.swift:448:33: error: 'UIView' is unavailable in watchOS
func neededObservers(for view: UIView) -> [UIView?: ObserverKind] { kind.neededObservers(for: view) }
^~~~~~
/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/UIView/UIView+Condition.swift:448:45: error: 'UIView' is unavailable in watchOS
func neededObservers(for view: UIView) -> [UIView?: ObserverKind] { kind.neededObservers(for: view) }
^~~~~~
/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/UIView/UIView+Condition.swift:451:21: error: 'UIView' is unavailable in watchOS
func bind(to view: UIView?) -> Self { Self(kind.bound(to: view)) }
^~~~~~
/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/UIView/UIView+Condition.swift:445:20: error: 'UIView' is unavailable in watchOS
internal extension UIView.Condition {
^~~~~~
/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/UIView/UIView+Condition.swift:455:25: error: 'UIView' is unavailable in watchOS
func matches(for view: UIView) -> Bool {
^~~~~~
/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/UIView/UIView+Condition.swift:481:33: error: 'UIView' is unavailable in watchOS
func neededObservers(for view: UIView?) -> [UIView?: UIView.Condition.ObserverKind] {
^~~~~~
/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/UIView/UIView+Condition.swift:481:46: error: 'UIView' is unavailable in watchOS
func neededObservers(for view: UIView?) -> [UIView?: UIView.Condition.ObserverKind] {
^~~~~~
/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/UIView/UIView+Condition.swift:481:55: error: 'UIView' is unavailable in watchOS
func neededObservers(for view: UIView?) -> [UIView?: UIView.Condition.ObserverKind] {
^~~~~~
/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/UIView/UIView+Condition.swift:500:22: error: 'UIView' is unavailable in watchOS
func bound(to view: UIView?) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift:454:23: error: 'UIView' is unavailable in watchOS
fileprivate extension UIView.Condition.Kind {
^~~~~~
/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/UIView/UIView+Condition.swift:510:11: error: 'UIView' is unavailable in watchOS
extension UIView.Condition.Kind.BoundCondition {
^~~~~~
/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/UIView/UIView+Condition.swift:529:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Conditional.swift:65:51: error: 'UIView' is unavailable in watchOS
@discardableResult public static func `if`(view: UIView, is condition: Condition, then: ConditionCallback, else: ConditionCallback = {}) -> ConditionalResult {
^~~~~~
/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/UIView/UIView+Conditional.swift:70:51: error: 'UIView' is unavailable in watchOS
@discardableResult public static func `if`(view: UIView, has condition: Condition, then: ConditionCallback, else: ConditionCallback = {}) -> ConditionalResult {
^~~~~~
/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/UIView/UIView+Conditional.swift:75:76: error: 'UIView' is unavailable in watchOS
@discardableResult public static func conditionallyConstrain(ifView view: UIView, is condition: Condition, then: ConditionCallback, else: ConditionCallback = {}) -> ConditionalResult {
^~~~~~
/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/UIView/UIView+Conditional.swift:97:81: error: 'UIView' is unavailable in watchOS
@discardableResult public static func addNamedConditionalConfiguration(_ name: UIView.Condition.ConfigurationName, configuration: ConditionCallback) -> ConditionalResult {
^~~~~~
/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/UIView/UIView+Conditional.swift:102:91: error: 'UIView' is unavailable in watchOS
@discardableResult public static func addNamedConditionalConfigurations(configurations: [UIView.Condition.ConfigurationName: ConditionCallback]) -> ConditionalResult {
^~~~~~
/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/UIView/UIView+Conditional.swift:143:60: error: 'UIView' is unavailable in watchOS
public var activeConditionalConstraintsConfigurationName: UIView.Condition.ConfigurationName {
^~~~~~
/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/UIView/UIView+Conditional.swift:11:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Conditional.swift:212:55: error: 'UIView' is unavailable in watchOS
fileprivate static var allTouchedConstraintsLists = [UIView: ConstraintsListCollection]()
^~~~~~
/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/UIView/UIView+Conditional.swift:214:43: error: 'UIView' is unavailable in watchOS
fileprivate static func internalIf(view: UIView?, condition: Condition, then: ConditionCallback, else: ConditionCallback) -> ConditionalResult {
^~~~~~
/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/UIView/UIView+Conditional.swift:187:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Defaults.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Defaults.swift:55:11: error: 'UIView' is unavailable in watchOS
extension UIView.Default {
^~~~~~
/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/UIView/UIView+Defaults.swift:67:11: error: 'UIView' is unavailable in watchOS
extension UIView.Default {
^~~~~~
/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/UIView/UIView+Defaults.swift:93:42: error: 'UIView' is unavailable in watchOS
insets: NSDirectionalEdgeInsets = UIView.Default.insets,
^~~~~~
/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/UIView/UIView+Defaults.swift:94:27: error: 'UIView' is unavailable in watchOS
spacing: CGFloat = UIView.Default.spacing,
^~~~~~
/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/UIView/UIView+Defaults.swift:78:11: error: 'UIView' is unavailable in watchOS
extension UIView.Default.Resolved {
^~~~~~
/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/UIView/UIView+DynamicConstantSize.swift:83:40: error: 'NSLayoutConstraint' is unavailable in watchOS
fileprivate var fixedWidthConstraint: NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+DynamicConstantSize.swift:89:41: error: 'NSLayoutConstraint' is unavailable in watchOS
fileprivate var fixedHeightConstraint: NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+DynamicConstantSize.swift:11:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Filling.swift:19:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: UIView, filling box: BoxLayout, insets: NSDirectionalEdgeInsets = Default.insets) -> ConstraintsList {
^~~~~~
/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/UIView/UIView+Filling.swift:37:14: error: 'UIView' is unavailable in watchOS
_ subview: 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/UIView/UIView+Filling.swift:59:14: error: 'UIView' is unavailable in watchOS
_ subview: 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/UIView/UIView+Filling.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:20:24: error: 'UILayoutPriority' is unavailable in watchOS
var fittingPriority: UILayoutPriority {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:54:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:112:32: error: 'UIView' is unavailable in watchOS
public convenience init(view: UIView, sizeThatFitsBridgingMode: ManualLayoutSizeThatFitsBridgingMode = .boundedSize, layoutCallback: LayoutCallback? = nil) {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift:129:35: error: 'UIStackView' is unavailable in watchOS
private class CallbackStackView: 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/UIView/UIView+ManualLayoutBridging.swift:94:58: error: 'UIView' is unavailable in watchOS
public class AutoLayoutHostedInManualLayoutBridgingView: 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/UIView/UIView+NamedConstraintLists.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+NegativeLayoutGuides.swift:32:30: error: 'UIView' is unavailable in watchOS
fileprivate weak var view: UIView?
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+NegativeLayoutGuides.swift:33:32: error: 'UILayoutGuide' is unavailable in watchOS
fileprivate var layoutGuide: UILayoutGuide
^~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:36:19: error: 'UILayoutGuide' is unavailable in watchOS
public var top: UILayoutGuide {
^~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:48:23: error: 'UILayoutGuide' is unavailable in watchOS
public var leading: UILayoutGuide {
^~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:60:22: error: 'UILayoutGuide' is unavailable in watchOS
public var bottom: UILayoutGuide {
^~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:72:24: error: 'UILayoutGuide' is unavailable in watchOS
public var trailing: UILayoutGuide {
^~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:83:60: error: 'UIView' is unavailable in watchOS
private func retrieveOrCreate(name: String, _ callback: (UIView, UILayoutGuide) -> [NSLayoutConstraint]) -> UILayoutGuide? {
^~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:83:68: error: 'UILayoutGuide' is unavailable in watchOS
private func retrieveOrCreate(name: String, _ callback: (UIView, UILayoutGuide) -> [NSLayoutConstraint]) -> UILayoutGuide? {
^~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:83:87: error: 'NSLayoutConstraint' is unavailable in watchOS
private func retrieveOrCreate(name: String, _ callback: (UIView, UILayoutGuide) -> [NSLayoutConstraint]) -> UILayoutGuide? {
^~~~~~~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:83:111: error: 'UILayoutGuide' is unavailable in watchOS
private func retrieveOrCreate(name: String, _ callback: (UIView, UILayoutGuide) -> [NSLayoutConstraint]) -> UILayoutGuide? {
^~~~~~~~~~~~~
/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/UIView/UIView+NegativeLayoutGuides.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningHorizontalEdge.swift:37:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningHorizontalEdge.swift:73:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningHorizontalEdge.swift:96:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningHorizontalEdge.swift:120:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningHorizontalEdge.swift:121:38: error: 'UIView' is unavailable in watchOS
pinningAfter otherView: 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/UIView/UIView+PinningHorizontalEdge.swift:138:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningHorizontalEdge.swift:139:39: error: 'UIView' is unavailable in watchOS
pinningBefore otherView: 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/UIView/UIView+PinningHorizontalEdge.swift:157:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningHorizontalEdge.swift:158:52: error: 'UIView' is unavailable in watchOS
fillingRemainingSpaceAfter otherView: 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/UIView/UIView+PinningHorizontalEdge.swift:177:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningHorizontalEdge.swift:178:53: error: 'UIView' is unavailable in watchOS
fillingRemainingSpaceBefore otherView: 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/UIView/UIView+PinningHorizontalEdge.swift:194:48: error: 'UIView' is unavailable in watchOS
public func addSubviewsHorizontally(_ views: [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/UIView/UIView+PinningHorizontalEdge.swift:222:48: error: 'UIView' is unavailable in watchOS
public func addSubviewsHorizontally(_ views: 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/UIView/UIView+PinningHorizontalEdge.swift:301:29: error: 'NSLayoutConstraint' is unavailable in watchOS
spacing: CGFloat) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningHorizontalEdge.swift:314:24: error: 'UIView' is unavailable in watchOS
retarget view: UIView?) -> [NSLayoutConstraint?] {
^~~~~~
/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/UIView/UIView+PinningHorizontalEdge.swift:314:37: error: 'NSLayoutConstraint' is unavailable in watchOS
retarget view: UIView?) -> [NSLayoutConstraint?] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningHorizontalEdge.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningPosition.swift:20:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: UIView, pinnedTo position: LayoutPosition, of other: PointLayout = .default, offset: CGPoint = .zero) -> ConstraintsList {
^~~~~~
/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/UIView/UIView+PinningPosition.swift:34:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: UIView, pinning position: LayoutPosition, to: LayoutPosition, of other: PointLayout = .default, offset: CGPoint = .zero) -> ConstraintsList {
^~~~~~
/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/UIView/UIView+PinningPosition.swift:46:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: UIView, pinnedAt rect: CGRect, in other: BoxLayout = .default) -> ConstraintsList {
^~~~~~
/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/UIView/UIView+PinningPosition.swift:58:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: UIView, pinnedAt point: CGPoint, in other: BoxLayout = .default) -> ConstraintsList {
^~~~~~
/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/UIView/UIView+PinningPosition.swift:71:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: UIView, pinning position: LayoutPosition, at point: CGPoint, in other: BoxLayout = .default) -> ConstraintsList {
^~~~~~
/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/UIView/UIView+PinningPosition.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningVerticalEdge.swift:37:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningVerticalEdge.swift:73:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningVerticalEdge.swift:97:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningVerticalEdge.swift:120:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningVerticalEdge.swift:121:38: error: 'UIView' is unavailable in watchOS
pinningBelow otherView: 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/UIView/UIView+PinningVerticalEdge.swift:138:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningVerticalEdge.swift:139:38: error: 'UIView' is unavailable in watchOS
pinningAbove otherView: 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/UIView/UIView+PinningVerticalEdge.swift:157:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningVerticalEdge.swift:158:52: error: 'UIView' is unavailable in watchOS
fillingRemainingSpaceBelow otherView: 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/UIView/UIView+PinningVerticalEdge.swift:178:55: error: 'UIView' is unavailable in watchOS
@discardableResult public func addSubview(_ subview: 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/UIView/UIView+PinningVerticalEdge.swift:179:52: error: 'UIView' is unavailable in watchOS
fillingRemainingSpaceAbove otherView: 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/UIView/UIView+PinningVerticalEdge.swift:195:46: error: 'UIView' is unavailable in watchOS
public func addSubviewsVertically(_ views: [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/UIView/UIView+PinningVerticalEdge.swift:224:45: error: 'UIView' is unavailable in watchOS
public func addSubviewsVertically(_ views: 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/UIView/UIView+PinningVerticalEdge.swift:301:29: error: 'NSLayoutConstraint' is unavailable in watchOS
spacing: CGFloat) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningVerticalEdge.swift:315:23: error: 'UIView' is unavailable in watchOS
retarget view: UIView?) -> [NSLayoutConstraint?] {
^~~~~~
/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/UIView/UIView+PinningVerticalEdge.swift:315:36: error: 'NSLayoutConstraint' is unavailable in watchOS
retarget view: UIView?) -> [NSLayoutConstraint?] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningVerticalEdge.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Scrollable.swift:20:50: error: 'UIView' is unavailable in watchOS
static public func verticallyScrollable(_ view: UIView, horizontally: HorizontalAxisLayout = .superview, avoidsKeyboard: Bool = false, showsScrollIndicator: Bool = true) -> VerticalOverflowScrollView {
^~~~~~
/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/UIView/UIView+Scrollable.swift:49:52: error: 'UIView' is unavailable in watchOS
static public func horizontallyScrollable(_ view: UIView, vertically: VerticalAxisLayout = .superview, showsScrollIndicator: Bool = true) -> HorizontalOverflowScrollView {
^~~~~~
/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/UIView/UIView+Scrollable.swift:69:34: error: 'UIScrollView' is unavailable in watchOS
public var firstScrollableView: 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/UIView/UIView+Scrollable.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:20:23: error: 'UILayoutPriority' is unavailable in watchOS
public var priority: UILayoutPriority = .required
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:20:43: error: 'required' is unavailable in watchOS
public var priority: UILayoutPriority = .required
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:25:51: error: 'UILayoutPriority' is unavailable in watchOS
public static func atLeast(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:25:71: error: 'required' is unavailable in watchOS
public static func atLeast(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:30:51: error: 'UILayoutPriority' is unavailable in watchOS
public static func exactly(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:30:71: error: 'required' is unavailable in watchOS
public static func exactly(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:35:50: error: 'UILayoutPriority' is unavailable in watchOS
public static func atMost(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:35:70: error: 'required' is unavailable in watchOS
public static func atMost(_ value: T, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:43:56: error: 'UILayoutPriority' is unavailable in watchOS
public static func exactly(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:43:76: error: 'required' is unavailable in watchOS
public static func exactly(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:49:55: error: 'UILayoutPriority' is unavailable in watchOS
public static func atMost(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:49:75: error: 'required' is unavailable in watchOS
public static func atMost(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:55:56: error: 'UILayoutPriority' is unavailable in watchOS
public static func atLeast(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:55:76: error: 'required' is unavailable in watchOS
public static func atLeast(halfOf value: T, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:61:42: error: 'UIView' is unavailable in watchOS
public static func atLeast(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:61:60: error: 'UILayoutPriority' is unavailable in watchOS
public static func atLeast(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:61:80: error: 'required' is unavailable in watchOS
public static func atLeast(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:67:42: error: 'UIView' is unavailable in watchOS
public static func exactly(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:67:60: error: 'UILayoutPriority' is unavailable in watchOS
public static func exactly(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:67:80: error: 'required' is unavailable in watchOS
public static func exactly(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:73:41: error: 'UIView' is unavailable in watchOS
public static func atMost(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:73:59: error: 'UILayoutPriority' is unavailable in watchOS
public static func atMost(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:73:79: error: 'required' is unavailable in watchOS
public static func atMost(sameAs view: UIView, priority: UILayoutPriority = .required, multiplier: CGFloat = 1, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:79:42: error: 'UIView' is unavailable in watchOS
public static func atLeast(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:79:60: error: 'UILayoutPriority' is unavailable in watchOS
public static func atLeast(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:79:80: error: 'required' is unavailable in watchOS
public static func atLeast(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:85:42: error: 'UIView' is unavailable in watchOS
public static func exactly(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:85:60: error: 'UILayoutPriority' is unavailable in watchOS
public static func exactly(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:85:80: error: 'required' is unavailable in watchOS
public static func exactly(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:91:41: error: 'UIView' is unavailable in watchOS
public static func atMost(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:91:59: error: 'UILayoutPriority' is unavailable in watchOS
public static func atMost(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:91:79: error: 'required' is unavailable in watchOS
public static func atMost(halfOf view: UIView, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:97:85: error: 'UILayoutPriority' is unavailable in watchOS
public static func atLeast(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:97:105: error: 'required' is unavailable in watchOS
public static func atLeast(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:103:42: error: 'UIView' is unavailable in watchOS
public static func atLeast(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:103:94: error: 'UILayoutPriority' is unavailable in watchOS
public static func atLeast(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:103:114: error: 'required' is unavailable in watchOS
public static func atLeast(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:109:85: error: 'UILayoutPriority' is unavailable in watchOS
public static func exactly(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:109:105: error: 'required' is unavailable in watchOS
public static func exactly(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:115:42: error: 'UIView' is unavailable in watchOS
public static func exactly(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:115:94: error: 'UILayoutPriority' is unavailable in watchOS
public static func exactly(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:115:114: error: 'required' is unavailable in watchOS
public static func exactly(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:121:84: error: 'UILayoutPriority' is unavailable in watchOS
public static func atMost(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:121:104: error: 'required' is unavailable in watchOS
public static func atMost(_ value: T, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:127:41: error: 'UIView' is unavailable in watchOS
public static func atMost(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:127:93: error: 'UILayoutPriority' is unavailable in watchOS
public static func atMost(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:127:113: error: 'required' is unavailable in watchOS
public static func atMost(sameAs view: UIView, multipliedBy multiplier: CGFloat, priority: UILayoutPriority = .required, constant: CGFloat = 0) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:220:23: error: 'UILayoutPriority' is unavailable in watchOS
priority: UILayoutPriority = .required) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:220:43: error: 'required' is unavailable in watchOS
priority: UILayoutPriority = .required) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:239:23: error: 'UILayoutPriority' is unavailable in watchOS
priority: UILayoutPriority = .required) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:239:43: error: 'required' is unavailable in watchOS
priority: UILayoutPriority = .required) -> Self {
^~~~~~~~
UIKit.UILayoutPriority.required:3:21: note: 'required' has been explicitly marked unavailable here
public static var required: UILayoutPriority { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:132:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:262:36: error: 'NSLayoutDimension' is unavailable in watchOS
func layoutConstraint(for anchor: NSLayoutDimension) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:262:58: error: 'NSLayoutConstraint' is unavailable in watchOS
func layoutConstraint(for anchor: NSLayoutDimension) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:278:36: error: 'NSLayoutDimension' is unavailable in watchOS
func layoutConstraint(for anchor: NSLayoutDimension, in view: UIView) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift:278:64: error: 'UIView' is unavailable in watchOS
func layoutConstraint(for anchor: NSLayoutDimension, in view: UIView) -> NSLayoutConstraint? {
^~~~~~
/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/UIView/UIView+SizeConstraints.swift:278:75: error: 'NSLayoutConstraint' is unavailable in watchOS
func layoutConstraint(for anchor: NSLayoutDimension, in view: UIView) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift:11:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift:42:28: error: 'traitCollectionDidChange' is unavailable in watchOS
let selector = #selector(traitCollectionDidChange(_:))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift:44:48: error: 'UIView' is unavailable in watchOS
typealias OriginalFunction = @convention(c) (UIView, Selector, UITraitCollection?) -> Void
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift:44:66: error: 'UITraitCollection' is unavailable in watchOS
typealias OriginalFunction = @convention(c) (UIView, Selector, UITraitCollection?) -> Void
^~~~~~~~~~~~~~~~~
/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/UIView/UIView+TraitCollection.swift:47:34: error: 'UIView' is unavailable in watchOS
let block: @convention(block) (UIView, UITraitCollection?) -> Void = { view, traitCollection in
^~~~~~
/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/UIView/UIView+TraitCollection.swift:47:42: error: 'UITraitCollection' is unavailable in watchOS
let block: @convention(block) (UIView, UITraitCollection?) -> Void = { view, traitCollection in
^~~~~~~~~~~~~~~~~
/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/UIView/UIView+TraitCollection.swift:49:42: error: 'UIView' is unavailable in watchOS
NotificationCenter.default.post(name: UIView.traitCollectionDidChange, object: view)
^~~~~~
/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/Sources/Base/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConditionList.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsListCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSLayoutConstraint+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UILayoutPriority+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UIStackView+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/NonAutoLayoutWrappingView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyBottomFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIScrollView+InteractiveKeyboardDismissal.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AligningEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Centering.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Condition.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Conditional.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Defaults.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+DynamicConstantSize.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Filling.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+ManualLayoutBridging.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+NamedConstraintLists.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+NegativeLayoutGuides.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningHorizontalEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningPosition.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningVerticalEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Scrollable.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift -target armv7k-apple-watchos5.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/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/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience-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 -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience_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/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.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/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name AutoLayoutConvenience -frontend-parseable-output -disable-clang-spi -clang-target armv7k-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/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayoutConvenience.build/Debug-watchos/AutoLayoutConvenience.build/Objects-normal/armv7k/AutoLayoutConvenience.abi.json
SwiftCompile normal armv7k Compiling\ UIView+CommonInitializers.swift,\ NSDirectionalEdgeInsets+Convenience.swift,\ NSLayoutConstraint+Convenience.swift,\ UILayoutPriority+Convenience.swift,\ UIStackView+Convenience.swift,\ AutoSizingCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSDirectionalEdgeInsets+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSLayoutConstraint+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UILayoutPriority+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UIStackView+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Creation/UIView+CommonInitializers.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSDirectionalEdgeInsets+Convenience.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helpers/NSLayoutConstraint+Convenience.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UILayoutPriority+Convenience.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Helpers/UIStackView+Convenience.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingCollectionView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ StickyBottomFooterTableView.swift,\ StickyFooterCollectionView.swift,\ StickyFooterScrollView.swift,\ StickyFooterTableView.swift,\ StickyFooterView.swift,\ HorizontalOverflowScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyBottomFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyBottomFooterTableView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ KeyboardFrameLayoutGuide.swift,\ KeyboardSafeAreaLayoutGuide.swift,\ KeyboardTracker.swift,\ MinimumHeightTableViewCell.swift,\ MultiCollapsableView.swift,\ NonAutoLayoutWrappingView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/NonAutoLayoutWrappingView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardFrameLayoutGuide.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardSafeAreaLayoutGuide.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/KeyboardTracker.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/MinimumHeightTableViewCell.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/MultiCollapsableView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/NonAutoLayoutWrappingView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ AutoSizingTableHeaderFooterView.swift,\ AutoSizingTableView.swift,\ AutoSizingTextView.swift,\ CollapsableView.swift,\ ContentWithFooterView.swift,\ FixedFrameLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableHeaderFooterView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTableView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/AutoSizingTextView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/CollapsableView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/ContentWithFooterView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Other/FixedFrameLayoutGuide.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ VerticalOverflowScrollView.swift,\ AutoAdjustingHorizontalStackView.swift,\ AutoAdjustingStackView.swift,\ AutoAdjustingVerticalStackView.swift,\ AutoHidingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/VerticalOverflowScrollView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingHorizontalStackView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingStackView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoAdjustingVerticalStackView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/AutoHidingStackView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIView+StackViewHelpers.swift,\ UIScrollView+InteractiveKeyboardDismissal.swift,\ UIView+AligningEdges.swift,\ UIView+AutoLayout.swift,\ UIView+AutoLayoutBridging.swift /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIScrollView+InteractiveKeyboardDismissal.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AligningEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIStackView/UIView+StackViewHelpers.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIScrollView+InteractiveKeyboardDismissal.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AligningEdges.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayout.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+AutoLayoutBridging.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Cancellable.swift,\ ConditionList.swift,\ ConstraintsList.swift,\ ConstraintsListCollection.swift,\ LayoutBasis.swift,\ LayoutBasisHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConditionList.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsListCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Base/Cancellable.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Base/ConditionList.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsList.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Base/ConstraintsListCollection.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasis.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Base/LayoutBasisHelper.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StickyBottomFooterTableView.swift,\ StickyFooterCollectionView.swift,\ StickyFooterScrollView.swift,\ StickyFooterTableView.swift,\ StickyFooterView.swift,\ HorizontalOverflowScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyBottomFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyBottomFooterTableView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterCollectionView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterScrollView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterTableView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Other/StickyFooterView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScrollView/HorizontalOverflowScrollView.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIView+PinningPosition.swift,\ UIView+PinningVerticalEdge.swift,\ UIView+Scrollable.swift,\ UIView+SizeConstraints.swift,\ UIView+TraitCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningPosition.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningVerticalEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Scrollable.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningPosition.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+PinningVerticalEdge.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+Scrollable.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+SizeConstraints.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/UIView/UIView+TraitCollection.swift (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ AutoLayoutConvenience (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
2026-04-19 03:45:25.136 xcodebuild[815:4603] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
SwiftEmitModule normal armv7k Emitting\ module\ for\ AutoLayoutConvenience (in target 'AutoLayoutConvenience' from project 'AutoLayoutConvenience')
Building workspace spi-builder-workspace with scheme AutoLayoutConvenience
(3 failures)
BUILD FAILURE 6.3 watchOS