The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BBLayoutKit, reference 1.1.0 (54b41a), with Swift 6.2 for watchOS using Xcode 26.3 on 18 Jun 2025 21:41:32 UTC.

Build Command

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

Build Log

           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorable.swift:33:24: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var centerXAnchor: NSLayoutXAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorable.swift:35:24: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var centerYAnchor: NSLayoutYAxisAnchor { get }
                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorable.swift:40:11: error: 'UILayoutGuide' is unavailable in watchOS
extension UILayoutGuide: BBAnchorable { }
          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:19:22: error: 'NSLayoutConstraint' is unavailable in watchOS
        anchors: Set<NSLayoutConstraint.Attribute>    = [],
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:20:14: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        top: NSLayoutYAxisAnchor?                     = nil,
             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:21:22: error: 'NSLayoutConstraint' is unavailable in watchOS
        topRelation: NSLayoutConstraint.Relation      = .equal,
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:22:15: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        left: NSLayoutXAxisAnchor?                    = nil,
              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:23:23: error: 'NSLayoutConstraint' is unavailable in watchOS
        leftRelation: NSLayoutConstraint.Relation     = .equal,
                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:24:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        leading: NSLayoutXAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:25:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        leadingRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:26:17: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        bottom: NSLayoutYAxisAnchor?                  = nil,
                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:27:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        bottomRelation: NSLayoutConstraint.Relation   = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:28:16: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        right: NSLayoutXAxisAnchor?                   = nil,
               ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:29:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        rightRelation: NSLayoutConstraint.Relation    = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:30:19: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        trailing: NSLayoutXAxisAnchor?                = nil,
                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:31:27: error: 'NSLayoutConstraint' is unavailable in watchOS
        trailingRelation: NSLayoutConstraint.Relation = .equal,
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:33:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        centerX: NSLayoutXAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:34:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerXRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:35:18: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        centerY: NSLayoutYAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:36:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerYRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:38:16: error: 'NSLayoutDimension' is unavailable in watchOS
        width: NSLayoutDimension?                     = nil,
               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:39:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        widthRelation: NSLayoutConstraint.Relation    = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:40:17: error: 'NSLayoutDimension' is unavailable in watchOS
        height: NSLayoutDimension?                    = nil,
                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:41:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        heightRelation: NSLayoutConstraint.Relation   = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:82:20: error: 'NSLayoutConstraint' is unavailable in watchOS
        sides: Set<NSLayoutConstraint.Attribute>      = [],
                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:83:14: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        top: NSLayoutYAxisAnchor?                     = nil,
             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:84:22: error: 'NSLayoutConstraint' is unavailable in watchOS
        topRelation: NSLayoutConstraint.Relation      = .equal,
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:85:15: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        left: NSLayoutXAxisAnchor?                    = nil,
              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:86:23: error: 'NSLayoutConstraint' is unavailable in watchOS
        leftRelation: NSLayoutConstraint.Relation     = .equal,
                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:87:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        leading: NSLayoutXAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:88:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        leadingRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:89:17: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        bottom: NSLayoutYAxisAnchor?                  = nil,
                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:90:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        bottomRelation: NSLayoutConstraint.Relation   = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:91:16: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        right: NSLayoutXAxisAnchor?                   = nil,
               ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:92:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        rightRelation: NSLayoutConstraint.Relation    = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:93:19: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        trailing: NSLayoutXAxisAnchor?                = nil,
                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:94:27: error: 'NSLayoutConstraint' is unavailable in watchOS
        trailingRelation: NSLayoutConstraint.Relation = .equal,
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:143:22: error: 'NSLayoutConstraint' is unavailable in watchOS
        centers: Set<NSLayoutConstraint.Attribute>   = [],
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:144:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        centerX: NSLayoutXAxisAnchor?                = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:145:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerXRelation: NSLayoutConstraint.Relation = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:146:18: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        centerY: NSLayoutYAxisAnchor?                = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:147:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerYRelation: NSLayoutConstraint.Relation = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:168:20: error: 'NSLayoutConstraint' is unavailable in watchOS
        sides: Set<NSLayoutConstraint.Attribute>    = [],
                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:169:16: error: 'NSLayoutDimension' is unavailable in watchOS
        width: NSLayoutDimension?                   = nil,
               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:170:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        widthRelation: NSLayoutConstraint.Relation  = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:171:17: error: 'NSLayoutDimension' is unavailable in watchOS
        height: NSLayoutDimension?                  = nil,
                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:172:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        heightRelation: NSLayoutConstraint.Relation = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:205:14: error: 'NSLayoutConstraint' is unavailable in watchOS
        lhs: NSLayoutConstraint.Attribute,
             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:206:19: error: 'NSLayoutConstraint' is unavailable in watchOS
        relation: NSLayoutConstraint.Relation = .equal,
                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:207:14: error: 'NSLayoutAnchor' is unavailable in watchOS
        rhs: NSLayoutAnchor<AnchorType>?            = nil,
             ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:275:14: error: 'NSLayoutConstraint' is unavailable in watchOS
        lhs: NSLayoutConstraint.Attribute,
             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:276:19: error: 'NSLayoutConstraint' is unavailable in watchOS
        relation: NSLayoutConstraint.Relation = .equal,
                  ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:303:62: error: 'NSLayoutConstraint' is unavailable in watchOS
    private func anchor<AnchorType: NSObject>(for attribute: NSLayoutConstraint.Attribute) -> NSLayoutAnchor<AnchorType>? {
                                                             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableExtensions.swift:303:95: error: 'NSLayoutAnchor' is unavailable in watchOS
    private func anchor<AnchorType: NSObject>(for attribute: NSLayoutConstraint.Attribute) -> NSLayoutAnchor<AnchorType>? {
                                                                                              ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:17:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var leading: NSLayoutXAxisAnchor {
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:21:19: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var trailing: NSLayoutXAxisAnchor {
                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:25:15: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var left: NSLayoutXAxisAnchor {
              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:29:16: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var right: NSLayoutXAxisAnchor {
               ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:33:14: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var top: NSLayoutYAxisAnchor {
             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:37:17: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var bottom: NSLayoutYAxisAnchor {
                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:41:16: error: 'NSLayoutDimension' is unavailable in watchOS
    var width: NSLayoutDimension {
               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:45:17: error: 'NSLayoutDimension' is unavailable in watchOS
    var height: NSLayoutDimension {
                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:49:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var centerX: NSLayoutXAxisAnchor {
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:53:18: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var centerY: NSLayoutYAxisAnchor {
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:57:16: error: 'NSLayoutDimension' is unavailable in watchOS
    var size: (NSLayoutDimension, NSLayoutDimension) {
               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:57:35: error: 'NSLayoutDimension' is unavailable in watchOS
    var size: (NSLayoutDimension, NSLayoutDimension) {
                                  ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:61:19: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var centers: (NSLayoutXAxisAnchor, NSLayoutYAxisAnchor) {
                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:61:40: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var centers: (NSLayoutXAxisAnchor, NSLayoutYAxisAnchor) {
                                       ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:65:22: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var horizontal: (NSLayoutXAxisAnchor, NSLayoutXAxisAnchor) {
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:65:43: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var horizontal: (NSLayoutXAxisAnchor, NSLayoutXAxisAnchor) {
                                          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:69:20: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var vertical: (NSLayoutYAxisAnchor, NSLayoutYAxisAnchor) {
                   ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:69:41: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var vertical: (NSLayoutYAxisAnchor, NSLayoutYAxisAnchor) {
                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:73:18: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
    var sides: ((NSLayoutYAxisAnchor, NSLayoutXAxisAnchor),
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:73:39: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
    var sides: ((NSLayoutYAxisAnchor, NSLayoutXAxisAnchor),
                                      ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:74:10: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        (NSLayoutYAxisAnchor, NSLayoutXAxisAnchor)) {
         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAnchorable/BBAnchorableHelpers.swift:74:31: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        (NSLayoutYAxisAnchor, NSLayoutXAxisAnchor)) {
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutable.swift:37:1: warning: unavailable class 'UIView' was used to satisfy a requirement of protocol 'BBAutoLayoutable'; this will be an error in a future Swift language mode
extension UIView: BBAutoLayoutable { }
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' declared here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutable.swift:13:20: note: requirement 'View' declared here
    associatedtype View: BBAutoLayoutable
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutable.swift:37:11: error: 'UIView' is unavailable in watchOS
extension UIView: BBAutoLayoutable { }
          ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:19:22: error: 'NSLayoutConstraint' is unavailable in watchOS
        anchors: Set<NSLayoutConstraint.Attribute>    = [],
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:20:14: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        top: NSLayoutYAxisAnchor?                     = nil,
             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:21:22: error: 'NSLayoutConstraint' is unavailable in watchOS
        topRelation: NSLayoutConstraint.Relation      = .equal,
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:22:15: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        left: NSLayoutXAxisAnchor?                    = nil,
              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:23:23: error: 'NSLayoutConstraint' is unavailable in watchOS
        leftRelation: NSLayoutConstraint.Relation     = .equal,
                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:24:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        leading: NSLayoutXAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:25:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        leadingRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:26:17: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        bottom: NSLayoutYAxisAnchor?                  = nil,
                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:27:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        bottomRelation: NSLayoutConstraint.Relation   = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:28:16: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        right: NSLayoutXAxisAnchor?                   = nil,
               ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:29:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        rightRelation: NSLayoutConstraint.Relation    = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:30:19: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        trailing: NSLayoutXAxisAnchor?                = nil,
                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:31:27: error: 'NSLayoutConstraint' is unavailable in watchOS
        trailingRelation: NSLayoutConstraint.Relation = .equal,
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:33:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        centerX: NSLayoutXAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:34:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerXRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:35:18: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        centerY: NSLayoutYAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:36:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerYRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:38:16: error: 'NSLayoutDimension' is unavailable in watchOS
        width: NSLayoutDimension?                     = nil,
               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:39:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        widthRelation: NSLayoutConstraint.Relation    = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:40:17: error: 'NSLayoutDimension' is unavailable in watchOS
        height: NSLayoutDimension?                    = nil,
                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:41:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        heightRelation: NSLayoutConstraint.Relation   = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:79:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        _ anchors: Set<NSLayoutConstraint.Attribute>    = [],
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:80:14: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        top: NSLayoutYAxisAnchor?                     = nil,
             ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:81:22: error: 'NSLayoutConstraint' is unavailable in watchOS
        topRelation: NSLayoutConstraint.Relation      = .equal,
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:82:15: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        left: NSLayoutXAxisAnchor?                    = nil,
              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:83:23: error: 'NSLayoutConstraint' is unavailable in watchOS
        leftRelation: NSLayoutConstraint.Relation     = .equal,
                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:84:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        leading: NSLayoutXAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:85:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        leadingRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:86:17: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        bottom: NSLayoutYAxisAnchor?                  = nil,
                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:87:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        bottomRelation: NSLayoutConstraint.Relation   = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:88:16: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        right: NSLayoutXAxisAnchor?                   = nil,
               ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:89:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        rightRelation: NSLayoutConstraint.Relation    = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:90:19: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        trailing: NSLayoutXAxisAnchor?                = nil,
                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:91:27: error: 'NSLayoutConstraint' is unavailable in watchOS
        trailingRelation: NSLayoutConstraint.Relation = .equal,
                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:93:18: error: 'NSLayoutXAxisAnchor' is unavailable in watchOS
        centerX: NSLayoutXAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:94:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerXRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:95:18: error: 'NSLayoutYAxisAnchor' is unavailable in watchOS
        centerY: NSLayoutYAxisAnchor?                 = nil,
                 ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:96:26: error: 'NSLayoutConstraint' is unavailable in watchOS
        centerYRelation: NSLayoutConstraint.Relation  = .equal,
                         ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:98:16: error: 'NSLayoutDimension' is unavailable in watchOS
        width: NSLayoutDimension?                     = nil,
               ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:99:24: error: 'NSLayoutConstraint' is unavailable in watchOS
        widthRelation: NSLayoutConstraint.Relation    = .equal,
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:100:17: error: 'NSLayoutDimension' is unavailable in watchOS
        height: NSLayoutDimension?                    = nil,
                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBAutoLayoutable/BBAutoLayoutableExtensions.swift:101:25: error: 'NSLayoutConstraint' is unavailable in watchOS
        heightRelation: NSLayoutConstraint.Relation   = .equal,
                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/NSLayoutConstraintAttributeExtensions.swift:17:30: error: 'NSLayoutConstraint' is unavailable in watchOS
    static var allSides: Set<NSLayoutConstraint.Attribute> {
                             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/NSLayoutConstraintAttributeExtensions.swift:21:32: error: 'NSLayoutConstraint' is unavailable in watchOS
    static var horizontal: Set<NSLayoutConstraint.Attribute> {
                               ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/NSLayoutConstraintAttributeExtensions.swift:25:30: error: 'NSLayoutConstraint' is unavailable in watchOS
    static var vertical: Set<NSLayoutConstraint.Attribute> {
                             ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/NSLayoutConstraintAttributeExtensions.swift:29:33: error: 'NSLayoutConstraint' is unavailable in watchOS
    static var bothCenters: Set<NSLayoutConstraint.Attribute> {
                                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/NSLayoutConstraintAttributeExtensions.swift:33:36: error: 'NSLayoutConstraint' is unavailable in watchOS
    static var bothDimensions: Set<NSLayoutConstraint.Attribute> {
                                   ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/NSLayoutConstraintAttributeExtensions.swift:15:39: error: 'NSLayoutConstraint' is unavailable in watchOS
public extension Set where Element == NSLayoutConstraint.Attribute {
                                      ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:14:82: error: 'NSLayoutConstraint' is unavailable in watchOS
@discardableResult public func ===<View: BBAnchorable>(lhs: View, rhs: View) -> [NSLayoutConstraint] {
                                                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:18:81: error: 'NSLayoutConstraint' is unavailable in watchOS
@discardableResult public func <=<View: BBAnchorable>(lhs: View, rhs: View) -> [NSLayoutConstraint] {
                                                                                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:22:81: error: 'NSLayoutConstraint' is unavailable in watchOS
@discardableResult public func >=<View: BBAnchorable>(lhs: View, rhs: View) -> [NSLayoutConstraint] {
                                                                                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:34:107: error: 'NSLayoutConstraint' is unavailable in watchOS
@discardableResult public func ==<View: BBAnchorable>(lhs: View, rhs: (View, BBEdgeInsetConvertible)) -> [NSLayoutConstraint] {
                                                                                                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:38:107: error: 'NSLayoutConstraint' is unavailable in watchOS
@discardableResult public func <=<View: BBAnchorable>(lhs: View, rhs: (View, BBEdgeInsetConvertible)) -> [NSLayoutConstraint] {
                                                                                                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAnchorableViewOperators.swift:42:107: error: 'NSLayoutConstraint' is unavailable in watchOS
@discardableResult public func >=<View: BBAnchorable>(lhs: View, rhs: (View, BBEdgeInsetConvertible)) -> [NSLayoutConstraint] {
                                                                                                          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:30:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:31:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:38:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:39:50: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:46:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:47:50: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:54:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:55:48: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:64:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:65:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:72:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutXAxisAnchor>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:73:50: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutXAxisAnchor>) -> NSLayoutConstraint {
                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:80:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutYAxisAnchor>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:81:50: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutYAxisAnchor>) -> NSLayoutConstraint {
                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:88:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:89:48: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<NSLayoutDimension>) -> NSLayoutConstraint {
                                               ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:98:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:99:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:106:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:107:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:116:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:117:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:124:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:125:41: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint {
                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:134:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:135:23: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:140:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:141:23: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: CGFloat) -> (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)) {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:146:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:147:23: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:152:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<NSLayoutDimension>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:153:23: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:158:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:159:23: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:164:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:165:23: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: CGFloat) -> (NSLayoutAnchor<NSLayoutDimension>, (CGFloat, CGFloat)) {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:172:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:173:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:174:8: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> NSLayoutConstraint {
       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:190:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:191:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:192:8: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> NSLayoutConstraint {
       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:208:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:209:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:210:8: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> NSLayoutConstraint {
       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:228:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:229:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:230:8: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> NSLayoutConstraint {
       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:246:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:247:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:248:8: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> NSLayoutConstraint {
       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:264:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: NSLayoutAnchor<AnchorType>,
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:265:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<AnchorType>, (CGFloat, CGFloat)))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:266:8: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> NSLayoutConstraint {
       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:284:10: error: 'NSLayoutDimension' is unavailable in watchOS
    lhs: NSLayoutDimension,
         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:285:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:292:10: error: 'NSLayoutDimension' is unavailable in watchOS
    lhs: NSLayoutDimension,
         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:293:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:300:10: error: 'NSLayoutDimension' is unavailable in watchOS
    lhs: NSLayoutDimension,
         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:301:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:310:10: error: 'NSLayoutDimension' is unavailable in watchOS
    lhs: NSLayoutDimension,
         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:311:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:318:10: error: 'NSLayoutDimension' is unavailable in watchOS
    lhs: NSLayoutDimension,
         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:319:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:326:10: error: 'NSLayoutDimension' is unavailable in watchOS
    lhs: NSLayoutDimension,
         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableOperators.swift:327:22: error: 'NSLayoutConstraint' is unavailable in watchOS
    rhs: CGFloat) -> NSLayoutConstraint {
                     ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:22:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:22:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:23:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:23:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:24:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:24:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:25:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:25:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:26:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:38:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:38:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:39:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:39:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:40:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:40:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:41:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:41:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:42:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:54:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:54:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:55:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:55:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:56:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:56:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:57:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:57:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)))
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:58:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:67:23: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:67:60: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:68:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:68:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:70:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:70:48: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:71:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:71:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:75:23: error: 'NSLayoutAnchor' is unavailable in watchOS
public func - (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:75:60: error: 'NSLayoutAnchor' is unavailable in watchOS
public func - (lhs: ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:76:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:76:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:78:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:78:48: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> (((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:79:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:79:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>)), BBEdgeInsetConvertible) {
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:90:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:90:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:91:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:91:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:92:13: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:92:46: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                             ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:93:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:93:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:94:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:106:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:106:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:107:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:107:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:108:13: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:108:46: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                             ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:109:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:109:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:110:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:122:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:122:45: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: ((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:123:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:123:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)),
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:124:13: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
            ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:124:46: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (((NSLayoutAnchor<FirstAnchorType>, NSLayoutAnchor<SecondAnchorType>),
                                             ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:125:6: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:125:39: error: 'NSLayoutAnchor' is unavailable in watchOS
    (NSLayoutAnchor<ThirdAnchorType>, NSLayoutAnchor<FourthAnchorType>)), BBEdgeInsetConvertible))
                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableQuadrupleOperators.swift:126:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:18:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:19:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:20:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:25:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:26:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:27:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:32:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:33:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>))
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:34:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:42: error: 'NSLayoutDimension' is unavailable in watchOS
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:40:61: error: 'NSLayoutDimension' is unavailable in watchOS
@discardableResult public func == (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:41:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:42: error: 'NSLayoutDimension' is unavailable in watchOS
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:45:61: error: 'NSLayoutDimension' is unavailable in watchOS
@discardableResult public func <= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:46:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:42: error: 'NSLayoutDimension' is unavailable in watchOS
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                         ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:50:61: error: 'NSLayoutDimension' is unavailable in watchOS
@discardableResult public func >= (lhs: (NSLayoutDimension, NSLayoutDimension), rhs: BBSizeConvertible)
                                                            ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:81:12: note: 'NSLayoutDimension' has been explicitly marked unavailable here
@interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:51:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:22: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:57:59: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:59:47: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:22: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:63:59: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: (NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>),
                                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:65:47: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> ((NSLayoutAnchor<NSLayoutXAxisAnchor>, NSLayoutAnchor<NSLayoutXAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:22: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:69:59: error: 'NSLayoutAnchor' is unavailable in watchOS
public func + (lhs: (NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>),
                                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:10: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
         ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:71:47: error: 'NSLayoutAnchor' is unavailable in watchOS
    -> ((NSLayoutAnchor<NSLayoutYAxisAnchor>, NSLayoutAnchor<NSLayoutYAxisAnchor>), (CGFloat, CGFloat)) {
                                              ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:78:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:79:44: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:80:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:85:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:86:44: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:87:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:11: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:92:43: error: 'NSLayoutAnchor' is unavailable in watchOS
    lhs: (NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>),
                                          ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:12: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:93:44: error: 'NSLayoutAnchor' is unavailable in watchOS
    rhs: ((NSLayoutAnchor<LeftAnchorType>, NSLayoutAnchor<RightAnchorType>), (CGFloat, CGFloat)))
                                           ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutAnchor.h:34:12: note: 'NSLayoutAnchor' has been explicitly marked unavailable here
@interface NSLayoutAnchor<AnchorType> : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift:94:9: error: 'NSLayoutConstraint' is unavailable in watchOS
    -> [NSLayoutConstraint] {
        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
           ^
SwiftCompile normal arm64 Compiling\ BBAutoLayoutableTupleOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift (in target 'BBLayoutKit' from project 'BBLayoutKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBOperators/BBAutoLayoutableTupleOperators.swift (in target 'BBLayoutKit' from project 'BBLayoutKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BBMultiplier.swift,\ BBOffset.swift /Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/BBMultiplier.swift /Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/BBOffset.swift (in target 'BBLayoutKit' from project 'BBLayoutKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BBLayoutKit/BBHelpers/BBMultiplier.swift (in target 'BBLayoutKit' from project 'BBLayoutKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal armv7k Emitting\ module\ for\ BBLayoutKit (in target 'BBLayoutKit' from project 'BBLayoutKit')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ BBLayoutKit (in target 'BBLayoutKit' from project 'BBLayoutKit')
	EmitSwiftModule normal arm64 (in target 'BBLayoutKit' from project 'BBLayoutKit')
	Building workspace spi-builder-workspace with scheme BBLayoutKit
(3 failures)
BUILD FAILURE 6.2 watchOS