Build Information
Failed to build SwifterUI, reference 2.1.0-beta.2 (5bf2b1), with Swift 6.3 for watchOS using Xcode 26.4 on 20 Apr 2026 02:13:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwifterUI -destination generic/platform=watchOSBuild Log
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:109:32: error: 'UITextField' is unavailable in watchOS
func rightViewMode(_ mode: UITextField.ViewMode) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:116:28: error: 'UIView' is unavailable in watchOS
func rightView(_ 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/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:123:28: error: 'UIView' is unavailable in watchOS
func inputView(_ 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/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:130:37: error: 'UIView' is unavailable in watchOS
func inputAccessoryView(_ 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/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:197:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:254:31: error: 'UITextField' is unavailable in watchOS
func borderStyle(_ style: UITextField.BorderStyle) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:261:31: error: 'UITextFieldDelegate' is unavailable in watchOS
func delegate(_ delegate: UITextFieldDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:311:41: error: 'UITextAutocapitalizationType' is unavailable in watchOS
func autocapitalizationType(_ type: UITextAutocapitalizationType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:318:37: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ type: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:325:36: error: 'UITextSpellCheckingType' is unavailable in watchOS
func spellCheckingType(_ type: UITextSpellCheckingType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:48:28: note: 'UITextSpellCheckingType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSpellCheckingType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:332:34: error: 'UITextSmartQuotesType' is unavailable in watchOS
func smartQuotesType(_ type: UITextSmartQuotesType) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:58:28: note: 'UITextSmartQuotesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartQuotesType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:339:34: error: 'UITextSmartDashesType' is unavailable in watchOS
func smartDashesType(_ type: UITextSmartDashesType) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:68:28: note: 'UITextSmartDashesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartDashesType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:346:40: error: 'UITextSmartInsertDeleteType' is unavailable in watchOS
func smartInsertDeleteType(_ type: UITextSmartInsertDeleteType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:78:28: note: 'UITextSmartInsertDeleteType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartInsertDeleteType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:365:39: error: 'UITextInlinePredictionType' is unavailable in watchOS
func inlinePredictionType(_ type: UITextInlinePredictionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:89:28: note: 'UITextInlinePredictionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextInlinePredictionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:374:47: error: 'UITextMathExpressionCompletionType' is unavailable in watchOS
func mathExpressionCompletionType(_ type: UITextMathExpressionCompletionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:100:28: note: 'UITextMathExpressionCompletionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextMathExpressionCompletionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:382:43: error: 'UIWritingToolsBehavior' is unavailable in watchOS
func writingToolsBehavior(_ behavior: UIWritingToolsBehavior) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:178:28: note: 'UIWritingToolsBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIWritingToolsBehavior) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:389:54: error: 'UIWritingToolsResultOptions' is unavailable in watchOS
func allowedWritingToolsResultOptions(_ options: UIWritingToolsResultOptions) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:197:32: note: 'UIWritingToolsResultOptions' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIWritingToolsResultOptions) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:396:43: error: 'UIKeyboardAppearance' is unavailable in watchOS
func keyboardAppearance(_ appearance: UIKeyboardAppearance) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:403:32: error: 'UIReturnKeyType' is unavailable in watchOS
func returnKeyType(_ type: UIReturnKeyType) -> Self {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:158:28: note: 'UIReturnKeyType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIReturnKeyType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:410:34: error: 'UITextContentType' is unavailable in watchOS
func textContentType(_ type: UITextContentType) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:217:20: note: 'UITextContentType' has been explicitly marked unavailable here
typedef NSString * UITextContentType NS_TYPED_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:417:33: error: 'UITextInputPasswordRules' is unavailable in watchOS
func passwordRules(_ rules: UITextInputPasswordRules?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:220:12: note: 'UITextInputPasswordRules' has been explicitly marked unavailable here
@interface UITextInputPasswordRules : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:24:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:439:44: error: 'UITextField' is unavailable in watchOS
func onTextChange(_ action: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:448:46: error: 'UITextField' is unavailable in watchOS
func onBeginEditing(_ action: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:466:44: error: 'UITextField' is unavailable in watchOS
func onEndEditing(_ action: @escaping (UITextField) -> Void) -> Self {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:425:18: error: 'UITextField' is unavailable in watchOS
public extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:506:27: error: 'UILabel' is unavailable in watchOS
var placeholderLabel: UILabel? {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:526:43: error: 'UILabel' is unavailable in watchOS
func getOrCreatePlaceholderLabel() -> UILabel {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:603:48: error: 'UITextField' is unavailable in watchOS
@objc func textFieldDidChange(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:611:54: error: 'UITextField' is unavailable in watchOS
@objc func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:617:52: error: 'UITextField' is unavailable in watchOS
@objc func textFieldDidEndEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:488:23: error: 'UITextField' is unavailable in watchOS
fileprivate extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift:637:19: error: 'UITextField' is unavailable in watchOS
private extension UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:12:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:119:31: error: 'UIKeyboardType' is unavailable in watchOS
func keyboardType(_ type: UIKeyboardType) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:116:28: note: 'UIKeyboardType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:126:43: error: 'UIKeyboardAppearance' is unavailable in watchOS
func keyboardAppearance(_ appearance: UIKeyboardAppearance) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:143:28: note: 'UIKeyboardAppearance' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIKeyboardAppearance) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:133:41: error: 'UITextAutocapitalizationType' is unavailable in watchOS
func autocapitalizationType(_ type: UITextAutocapitalizationType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:22:28: note: 'UITextAutocapitalizationType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocapitalizationType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:140:37: error: 'UITextAutocorrectionType' is unavailable in watchOS
func autocorrectionType(_ type: UITextAutocorrectionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:37:28: note: 'UITextAutocorrectionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextAutocorrectionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:147:36: error: 'UITextSpellCheckingType' is unavailable in watchOS
func spellCheckingType(_ type: UITextSpellCheckingType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:48:28: note: 'UITextSpellCheckingType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSpellCheckingType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:154:34: error: 'UITextSmartQuotesType' is unavailable in watchOS
func smartQuotesType(_ type: UITextSmartQuotesType) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:58:28: note: 'UITextSmartQuotesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartQuotesType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:161:34: error: 'UITextSmartDashesType' is unavailable in watchOS
func smartDashesType(_ type: UITextSmartDashesType) -> Self {
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:68:28: note: 'UITextSmartDashesType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartDashesType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:168:40: error: 'UITextSmartInsertDeleteType' is unavailable in watchOS
func smartInsertDeleteType(_ type: UITextSmartInsertDeleteType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:78:28: note: 'UITextSmartInsertDeleteType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextSmartInsertDeleteType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:190:31: error: 'UITextViewDelegate' is unavailable in watchOS
func delegate(_ delegate: UITextViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:32:11: note: 'UITextViewDelegate' has been explicitly marked unavailable here
@protocol UITextViewDelegate <NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:204:37: error: 'UIDataDetectorTypes' is unavailable in watchOS
func dataDetectorTypes(_ types: UIDataDetectorTypes) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDataDetectors.h:11:32: note: 'UIDataDetectorTypes' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIDataDetectorTypes) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:232:28: error: 'UIView' is unavailable in watchOS
func inputView(_ 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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:239:37: error: 'UIView' is unavailable in watchOS
func inputAccessoryView(_ 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/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:274:32: error: 'UIReturnKeyType' is unavailable in watchOS
func returnKeyType(_ type: UIReturnKeyType) -> Self {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:158:28: note: 'UIReturnKeyType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIReturnKeyType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:295:34: error: 'UITextContentType' is unavailable in watchOS
func textContentType(_ type: UITextContentType) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:217:20: note: 'UITextContentType' has been explicitly marked unavailable here
typedef NSString * UITextContentType NS_TYPED_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:302:33: error: 'UITextInputPasswordRules' is unavailable in watchOS
func passwordRules(_ rules: UITextInputPasswordRules?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:220:12: note: 'UITextInputPasswordRules' has been explicitly marked unavailable here
@interface UITextInputPasswordRules : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:331:31: error: 'UITextView' is unavailable in watchOS
func borderStyle(_ style: UITextView.BorderStyle) -> Self {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:339:39: error: 'UITextInlinePredictionType' is unavailable in watchOS
func inlinePredictionType(_ type: UITextInlinePredictionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:89:28: note: 'UITextInlinePredictionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextInlinePredictionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:357:43: error: 'UIWritingToolsBehavior' is unavailable in watchOS
func writingToolsBehavior(_ behavior: UIWritingToolsBehavior) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:178:28: note: 'UIWritingToolsBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIWritingToolsBehavior) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:365:54: error: 'UIWritingToolsResultOptions' is unavailable in watchOS
func allowedWritingToolsResultOptions(_ options: UIWritingToolsResultOptions) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:197:32: note: 'UIWritingToolsResultOptions' has been explicitly marked unavailable here
typedef NS_OPTIONS(NSUInteger, UIWritingToolsResultOptions) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:373:55: error: 'UITextFormattingViewController' is unavailable in watchOS
func textFormattingConfiguration(_ configuration: UITextFormattingViewController.Configuration?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextFormattingViewController.h:68:12: note: 'UITextFormattingViewController' has been explicitly marked unavailable here
@interface UITextFormattingViewController : UIViewController
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:381:47: error: 'UITextMathExpressionCompletionType' is unavailable in watchOS
func mathExpressionCompletionType(_ type: UITextMathExpressionCompletionType) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputTraits.h:100:28: note: 'UITextMathExpressionCompletionType' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITextMathExpressionCompletionType) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:23:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:410:44: error: 'UITextView' is unavailable in watchOS
func onTextChange(_ action: @escaping (UITextView) -> Void) -> Self {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:429:46: error: 'UITextView' is unavailable in watchOS
func onBeginEditing(_ action: @escaping (UITextView) -> Void) -> Self {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:448:44: error: 'UITextView' is unavailable in watchOS
func onEndEditing(_ action: @escaping (UITextView) -> Void) -> Self {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:396:18: error: 'UITextView' is unavailable in watchOS
public extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:470:27: error: 'UILabel' is unavailable in watchOS
var placeholderLabel: UILabel? {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:496:43: error: 'UILabel' is unavailable in watchOS
func getOrCreatePlaceholderLabel() -> UILabel {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift:458:19: error: 'UITextView' is unavailable in watchOS
private extension UITextView {
^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
@interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:12:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:48:25: error: 'NSLayoutConstraint' is unavailable in watchOS
public init(_ 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:53:23: error: 'NSLayoutConstraint' is unavailable in watchOS
public init(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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:60:31: error: 'NSLayoutConstraint' is unavailable in watchOS
private func axis(_ axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46:30: error: 'UIView' is unavailable in watchOS
public final class UISpacer: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:239:30: error: 'UIView' is unavailable in watchOS
func contentMode(_ mode: UIView.ContentMode) -> Self {
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:246:23: error: 'UIView' is unavailable in watchOS
func mask(_ mask: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:260:37: error: 'UIView' is unavailable in watchOS
func tintAdjustmentMode(_ mode: UIView.TintAdjustmentMode) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:334:49: error: 'UIView' is unavailable in watchOS
func backgroundView(_ view: @escaping () -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:348:55: error: 'UIView' is unavailable in watchOS
func background(@SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:362:52: error: 'UIView' is unavailable in watchOS
func overlay(@SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:371:56: error: 'UIView' is unavailable in watchOS
func addContents(@SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:438:45: error: 'UILayoutPriority' is unavailable in watchOS
func contentHuggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:438:73: error: 'NSLayoutConstraint' is unavailable in watchOS
func contentHuggingPriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:448:59: error: 'UILayoutPriority' is unavailable in watchOS
func contentCompressionResistancePriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:448:87: error: 'NSLayoutConstraint' is unavailable in watchOS
func contentCompressionResistancePriority(_ priority: UILayoutPriority, for axis: NSLayoutConstraint.Axis) -> Self {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:455:48: error: 'UISemanticContentAttribute' is unavailable in watchOS
func semanticContentAttribute(_ attribute: UISemanticContentAttribute) -> 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:137:28: note: 'UISemanticContentAttribute' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UISemanticContentAttribute) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:481:35: error: 'CATransform3D' is unavailable in watchOS
func transform3D(_ transform: CATransform3D) -> Self {
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:516:35: error: 'UIView' is unavailable in watchOS
func autoresizingMask(_ mask: UIView.AutoresizingMask) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:523:45: error: 'UIGestureRecognizer' is unavailable in watchOS
func gestureRecognizers(_ recognizers: [UIGestureRecognizer]?) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:530:36: error: 'UIMotionEffect' is unavailable in watchOS
func motionEffects(_ effects: [UIMotionEffect]) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIMotionEffect.h:19:12: note: 'UIMotionEffect' has been explicitly marked unavailable here
@interface UIMotionEffect : NSObject <NSCopying, NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:551:46: error: 'UIUserInterfaceStyle' is unavailable in watchOS
func overrideUserInterfaceStyle(_ style: UIUserInterfaceStyle) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:32:28: note: 'UIUserInterfaceStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIUserInterfaceStyle) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:597:49: error: 'UIContentSizeCategory' is unavailable in watchOS
func minimumContentSizeCategory(_ category: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:605:49: error: 'UIContentSizeCategory' is unavailable in watchOS
func maximumContentSizeCategory(_ category: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:613:41: error: 'UIFocusGroupPriority' is unavailable in watchOS
func focusGroupPriority(_ priority: UIFocusGroupPriority) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocus.h:48:19: note: 'UIFocusGroupPriority' has been explicitly marked unavailable here
typedef NSInteger UIFocusGroupPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:621:32: error: 'UIFocusEffect' is unavailable in watchOS
func focusEffect(_ effect: UIFocusEffect?) -> Self {
^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusEffect.h:18:12: note: 'UIFocusEffect' has been explicitly marked unavailable here
@interface UIFocusEffect : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:117:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:639:63: error: 'UIView' is unavailable in watchOS
public convenience init(@SwiftlyUIBuilder content: () -> [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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:637:32: error: 'UIView' is unavailable in watchOS
public final class ZStackView: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:809:26: error: 'UIView' is unavailable in watchOS
func equalTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:849:29: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func equalTo(_ yAnchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:878:29: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func equalTo(_ xAnchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:653:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1050:32: error: 'UIView' is unavailable in watchOS
func fillToMargins(_ view: UIView, edge: UIEdgeInsets = .zero) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1110:25: error: 'UIView' is unavailable in watchOS
func fillTo(_ view: UIView, isMargins: Bool = false, edge: UIEdgeInsets = .zero) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1230:27: error: 'UIView' is unavailable in watchOS
func centerTo(_ 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1356:30: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerXTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1417:28: error: 'UIView' is unavailable in watchOS
func centerXTo(_ view: UIView, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1536:30: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerYTo(_ anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1599:28: error: 'UIView' is unavailable in watchOS
func centerYTo(_ view: UIView, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:909:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1912:28: error: 'NSLayoutDimension' is unavailable in watchOS
func widthTo(_ anchor: NSLayoutDimension, multiplier: CGFloat = 1) -> Self {
^~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1968:26: error: 'UIView' is unavailable in watchOS
func widthTo(_ view: UIView, multiplier: CGFloat = 1) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2146:29: error: 'NSLayoutDimension' is unavailable in watchOS
func heightTo(_ anchor: NSLayoutDimension, multiplier: CGFloat = 1) -> Self {
^~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2202:27: error: 'UIView' is unavailable in watchOS
func heightTo(_ view: UIView, multiplier: CGFloat = 1) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:1618:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2307:26: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topTo(_ anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2366:24: error: 'UIView' is unavailable in watchOS
func topTo(_ view: UIView, isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2384:42: error: 'UIView' is unavailable in watchOS
func topGreaterThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2402:44: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topGreaterThanOrEqualTo(_ anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2416:39: error: 'UIView' is unavailable in watchOS
func topLessThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2434:41: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func topLessThanOrEqualTo(_ anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2216:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2654:27: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2712:25: error: 'UIView' is unavailable in watchOS
func leftTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2758:30: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2816:28: error: 'UIView' is unavailable in watchOS
func leadingTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2918:43: error: 'UIView' is unavailable in watchOS
func leftGreaterThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2936:40: error: 'UIView' is unavailable in watchOS
func leftLessThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2954:42: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftLessThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2968:46: error: 'UIView' is unavailable in watchOS
func leadingGreaterThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2986:48: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingGreaterThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3000:43: error: 'UIView' is unavailable in watchOS
func leadingLessThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3018:45: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leadingLessThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2491:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3138:29: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomTo(_ anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3200:27: error: 'UIView' is unavailable in watchOS
func bottomTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3260:45: error: 'UIView' is unavailable in watchOS
func bottomGreaterThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3278:47: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomGreaterThanOrEqualTo(_ anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3292:42: error: 'UIView' is unavailable in watchOS
func bottomLessThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3310:44: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottomLessThanOrEqualTo(_ anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3033:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3500:28: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3562:26: error: 'UIView' is unavailable in watchOS
func rightTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3612:31: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3674:29: error: 'UIView' is unavailable in watchOS
func trailingTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3776:44: error: 'UIView' is unavailable in watchOS
func rightGreaterThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3794:46: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightGreaterThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3809:41: error: 'UIView' is unavailable in watchOS
func rightLessThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3827:43: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func rightLessThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3841:47: error: 'UIView' is unavailable in watchOS
func trailingGreaterThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3859:49: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingGreaterThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3873:44: error: 'UIView' is unavailable in watchOS
func trailingLessThanOrEqualTo(_ view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3891:46: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailingLessThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3325:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3912:25: error: 'UIView' is unavailable in watchOS
func equal(to view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3919:28: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func equal(to yAnchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3927:28: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func equal(to xAnchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3958:31: error: 'UIView' is unavailable in watchOS
func fill(toMargins view: UIView, edge: UIEdgeInsets = .zero) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3970:24: error: 'UIView' is unavailable in watchOS
func fill(to view: UIView, isMargins: Bool = false, edge: UIEdgeInsets = .zero) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3978:26: error: 'UIView' is unavailable in watchOS
func center(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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3989:29: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func centerX(to anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4000:27: error: 'UIView' is unavailable in watchOS
func centerX(to view: UIView, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4011:29: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func centerY(to anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4022:27: error: 'UIView' is unavailable in watchOS
func centerY(to view: UIView, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4030:27: error: 'NSLayoutDimension' is unavailable in watchOS
func width(to anchor: NSLayoutDimension, multiplier: CGFloat = 1) -> Self {
^~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4038:25: error: 'UIView' is unavailable in watchOS
func width(to view: UIView, multiplier: CGFloat = 1) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4046:26: error: 'UIView' is unavailable in watchOS
func height(to view: UIView, multiplier: CGFloat = 1) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4054:28: error: 'NSLayoutDimension' is unavailable in watchOS
func height(to anchor: NSLayoutDimension, multiplier: CGFloat = 1) -> Self {
^~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4062:23: error: 'UIView' is unavailable in watchOS
func top(to view: UIView, isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4070:25: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func top(to anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4077:41: error: 'UIView' is unavailable in watchOS
func top(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4084:43: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func top(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4091:38: error: 'UIView' is unavailable in watchOS
func top(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4098:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func top(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4106:42: error: 'UIView' is unavailable in watchOS
func left(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4112:45: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leftGreaterThanOrEqualTo(_ anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4127:44: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func left(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4135:24: error: 'UIView' is unavailable in watchOS
func left(to view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4143:26: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func left(to anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4151:41: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func left(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4159:39: error: 'UIView' is unavailable in watchOS
func left(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4167:29: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leading(to anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4175:45: error: 'UIView' is unavailable in watchOS
func leading(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4183:27: error: 'UIView' is unavailable in watchOS
func leading(to view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4191:42: error: 'UIView' is unavailable in watchOS
func leading(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4199:47: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leading(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4207:44: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func leading(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4215:28: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottom(to anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4223:26: error: 'UIView' is unavailable in watchOS
func bottom(to view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4231:44: error: 'UIView' is unavailable in watchOS
func bottom(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4239:46: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottom(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4247:41: error: 'UIView' is unavailable in watchOS
func bottom(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4255:43: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
func bottom(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor, offset: 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/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4263:27: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func right(to anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4271:25: error: 'UIView' is unavailable in watchOS
func right(to view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4279:30: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailing(to anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4287:28: error: 'UIView' is unavailable in watchOS
func trailing(to view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4295:43: error: 'UIView' is unavailable in watchOS
func right(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4303:45: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func right(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4311:40: error: 'UIView' is unavailable in watchOS
func right(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4319:42: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func right(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4327:46: error: 'UIView' is unavailable in watchOS
func trailing(greaterThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4335:48: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailing(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4343:43: error: 'UIView' is unavailable in watchOS
func trailing(lessThanOrEqualTo view: UIView,isMargins: Bool = false, offset: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4351:45: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
func trailing(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor, offset: 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/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:3905:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4361:58: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraint(_ constraintType: ConstraintType) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4357:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4422:20: error: 'NSLayoutConstraint' is unavailable in watchOS
var attribute: NSLayoutConstraint.Attribute {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4460:19: error: 'NSLayoutConstraint' is unavailable in watchOS
let relation: NSLayoutConstraint.Relation
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4461:22: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
let XAxisAnchor: NSLayoutXAxisAnchor?
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4462:22: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
let YAxisAnchor: NSLayoutYAxisAnchor?
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4463:20: error: 'NSLayoutDimension' is unavailable in watchOS
let Dimension: NSLayoutDimension?
^~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:118: error: 'NSLayoutConstraint' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:169: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:64:12: note: 'NSLayoutXAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:210: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:72:12: note: 'NSLayoutYAxisAnchor' has been explicitly marked unavailable here
@interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4466:249: error: 'NSLayoutDimension' is unavailable in watchOS
init(type: ConstraintType, targetType: ConstraintTargetType, offset: CGFloat, multiplier: CGFloat = 1, relation: NSLayoutConstraint.Relation = .equal, XAxisAnchor: NSLayoutXAxisAnchor? = nil, YAxisAnchor: NSLayoutYAxisAnchor? = nil, Dimension: NSLayoutDimension? = nil, isMargins: Bool = false) {
^~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4481:33: error: 'NSLayoutConstraint' is unavailable in watchOS
static func from(attribute: NSLayoutConstraint.Attribute) -> ConstraintType? {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4498: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4530:43: error: 'NSLayoutConstraint' is unavailable in watchOS
var constraints: [ConstraintType: 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4593:47: error: 'NSLayoutConstraint' is unavailable in watchOS
func addAndActiveConstraint(_ constraint: NSLayoutConstraint, type: ConstraintType) {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4602:41: error: 'NSLayoutConstraint' is unavailable in watchOS
func addNewConstraint(_ constraint: NSLayoutConstraint, type: ConstraintType) {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4941:45: error: 'NSLayoutConstraint' is unavailable in watchOS
private func checkCanActive(constraint: NSLayoutConstraint) -> Bool {
^~~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4969:38: error: 'UIView' is unavailable in watchOS
private func isValidView(_ 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4982:55: error: 'UIView' is unavailable in watchOS
@objc private func swizzled_didAddSubview(_ 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5001:63: error: 'UIEvent' is unavailable in watchOS
@objc func swizzled_hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5001:76: error: 'UIView' is unavailable in watchOS
@objc func swizzled_hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5010:20: error: 'NSLayoutDimension' is unavailable in watchOS
dimension: NSLayoutDimension,
^~~~~~~~~~~~~~~~~
/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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:4520: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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5119:53: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture<T: AnyObject, GestureRecognizer: UIGestureRecognizer>(_ type: GestureType, target: T, action: @escaping (T, GestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5148:60: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture(_ type: GestureType, action: @escaping (UIGestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5175:53: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture(_ type: GestureType, when state: UIGestureRecognizer.State, action: @escaping (UIGestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5175:99: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture(_ type: GestureType, when state: UIGestureRecognizer.State, action: @escaping (UIGestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5182:58: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture(_ type: GestureType, when states: Set<UIGestureRecognizer.State>, action: @escaping (UIGestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5182:105: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture(_ type: GestureType, when states: Set<UIGestureRecognizer.State>, action: @escaping (UIGestureRecognizer) -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5203:53: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture(_ type: GestureType, when state: UIGestureRecognizer.State, action: @escaping () -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5210:58: error: 'UIGestureRecognizer' is unavailable in watchOS
func onGesture(_ type: GestureType, when states: Set<UIGestureRecognizer.State>, action: @escaping () -> Void) -> Self {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5238:47: error: 'UIGestureRecognizer' is unavailable in watchOS
func getGesture(for type: GestureType) -> UIGestureRecognizer? {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5248:31: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
case swipe(direction: UISwipeGestureRecognizer.Direction = .right, numberOfTouchesRequired: Int = 1)
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5303:25: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
var swipeValue: UISwipeGestureRecognizer.Direction {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5085:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5324:40: error: 'UIGestureRecognizer' is unavailable in watchOS
private class GestureClosureWrapper<T: UIGestureRecognizer>: NSObject {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5366:34: error: 'UIGestureRecognizer' is unavailable in watchOS
@objc func invoke(_ gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5356:63: error: 'UIGestureRecognizer' is unavailable in watchOS
private class GestureHandler<T: AnyObject, GestureRecognizer: UIGestureRecognizer>: NSObject {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5435:68: error: 'UIGestureRecognizer' is unavailable in watchOS
private func createGestureRecognizer(for type: GestureType) -> UIGestureRecognizer {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5472:76: error: 'UIGestureRecognizer' is unavailable in watchOS
private func handleGestureDependencies(for type: GestureType, gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:5377:19: error: 'UIView' is unavailable in watchOS
private 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/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift:14:27: error: 'UIVisualEffect' is unavailable in watchOS
func effect(_ effect: UIVisualEffect?) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffect.h:15:12: note: 'UIVisualEffect' has been explicitly marked unavailable here
@interface UIVisualEffect : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift:11:18: error: 'UIVisualEffectView' is unavailable in watchOS
public extension UIVisualEffectView {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift:12:78: error: 'CAGradientLayer' is unavailable in watchOS
static func gradient(colors: [UIColor], direction: GradientDirection) -> CAGradientLayer {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift:10:18: error: 'CAGradientLayer' is unavailable in watchOS
public extension CAGradientLayer {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:22:33: error: 'UIView' is unavailable in watchOS
public var swiftlyUIViews: [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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:30:26: error: 'UIView' is unavailable in watchOS
var swiftlyUIViews: [UIView] { get }
^~~~~~
/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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:34:33: error: 'UIView' is unavailable in watchOS
public var swiftlyUIViews: [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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:1: warning: '@preconcurrency' on conformance to 'SwiftlyUIViewBuildingProtocol' has no effect
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
^ ~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:11: error: 'UIView' is unavailable in watchOS
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
^~~~~~
/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/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:38:33: error: 'UIView' is unavailable in watchOS
public var swiftlyUIViews: [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/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:22:47: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> Controller {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:26:81: error: cannot find type 'Context' in scope
public func updateUIViewController(_ uiViewController: Controller, context: Context) {}
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:70: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:15:51: error: 'UIViewController' is unavailable in watchOS
public struct UIViewControllerPreview<Controller: UIViewController>: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:37:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> View {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:41:55: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: View, context: Context) {}
^~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:44: error: cannot find type 'UIViewRepresentable' in scope
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift:30:35: error: 'UIView' is unavailable in watchOS
public struct UIViewPreview<View: UIView>: UIViewRepresentable {
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:50: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:13:66: error: 'UIView' is unavailable in watchOS
public static func buildBlock(_ components: [UIView]...) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:14:41: error: 'UIView' is unavailable in watchOS
public static func buildBlock() -> [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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:52: error: 'UIView' is unavailable in watchOS
public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:15:66: error: 'UIView' is unavailable in watchOS
public static func buildOptional(_ component: [UIView]?) -> [UIView] { component ?? [] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:51: error: 'UIView' is unavailable in watchOS
public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:16:65: error: 'UIView' is unavailable in watchOS
public static func buildArray(_ components: [[UIView]]) -> [UIView] { components.flatMap { $0 } }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:44: error: 'UIView' is unavailable in watchOS
public static func buildEither(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:17:57: error: 'UIView' is unavailable in watchOS
public static func buildEither(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:45: error: 'UIView' is unavailable in watchOS
public static func buildEither(second: [UIView]) -> [UIView] { second }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:18:58: error: 'UIView' is unavailable in watchOS
public static func buildEither(second: [UIView]) -> [UIView] { second }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:50: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:19:63: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(first: [UIView]) -> [UIView] { first }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:56: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:72: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:20:85: error: 'UIView' is unavailable in watchOS
public static func buildPartialBlock(accumulated: [UIView], next: [UIView]) -> [UIView] { accumulated + next }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:54: error: 'UIView' is unavailable in watchOS
public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:21:66: error: 'UIView' is unavailable in watchOS
public static func buildExpression(_ expression: UIView) -> [UIView] { [expression] }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:22:95: error: 'UIView' is unavailable in watchOS
public static func buildExpression<T: SwiftlyUIViewBuildingProtocol>(_ expression: T) -> [UIView] { expression.swiftlyUIViews }
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:109:18: error: 'UIView' is unavailable in watchOS
let options: UIView.AnimationOptions
^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:214:82: error: 'CAGradientLayer' is unavailable in watchOS
func createGradientLayer(colors: [UIColor], direction: GradientDirection) -> CAGradientLayer {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:212:18: error: 'UIView' is unavailable in watchOS
public 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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:220:63: error: 'UIView' is unavailable in watchOS
func setCanActiveLayout(_ enabled: Bool, forViews 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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:227:46: error: 'UIView' is unavailable in watchOS
func applyAlignmentConstraints(for 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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:219: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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:262: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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:298:11: error: 'UIView' is unavailable in watchOS
extension UIView.GestureType {
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:314:22: error: 'UIView' is unavailable in watchOS
var gestureType: UIView.GestureType? {
^~~~~~
/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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:313:11: error: 'UIGestureRecognizer' is unavailable in watchOS
extension UIGestureRecognizer {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:340: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/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift:349: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>
^
SwiftCompile normal armv7k Compiling\ UIImage-SwiftlyUI.swift,\ UIKitPreviewable-SwiftlyUI.swift,\ UIView-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIImage-SwiftlyUI.swift,\ UIKitPreviewable-SwiftlyUI.swift,\ UIView-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UISegmentedControl+SwiftlyUI.swift,\ UISlider+SwiftlyUI.swift,\ UIStackView+SwiftlyUI.swift,\ UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIImageView+SwiftlyUI.swift,\ UIInputView+SwiftlyUI.swift,\ UILabel+SwiftlyUI.swift,\ UIPageControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPageControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIControl+SwiftlyUI.swift,\ UIDatePicker+SwiftlyUI.swift,\ UIFont+SwiftlyUI.swift,\ UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIPickerView+SwiftlyUI.swift,\ UIRefreshControl+SwiftlyUI.swift,\ UIScrollView+SwiftlyUI.swift,\ UISearchBar+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISearchBar+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UITextField+SwiftlyUI.swift,\ UITextView+SwiftlyUI.swift,\ UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIActivityIndicatorView+SwiftlyUI.swift,\ UIBackgroundConfiguration+SwiftlyUI.swift,\ UIBarButtonItem+SwiftlyUI.swift,\ UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIActivityIndicatorView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBarButtonItem+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
2026-04-19 22:13:29.338 xcodebuild[876:5006] [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 'SwiftlyUI' from project 'SwifterUI')
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
EmitSwiftModule normal arm64 (in target 'SwiftlyUI' from project 'SwifterUI')
Building workspace spi-builder-workspace with scheme SwifterUI
(5 failures)
BUILD FAILURE 6.3 watchOS