The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FlowKit, reference 0.6.1 (36dd57), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 17 Jun 2025 22:54:56 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 FlowKit -destination generic/platform=watchOS

Build Log

        public func collectionView(_ collectionView: UICollectionView, shouldUpdateFocusIn context: UICollectionViewFocusUpdateContext) -> Bool {
                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:65:12: note: 'UICollectionViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UICollectionViewFocusUpdateContext : UIFocusUpdateContext
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:489:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, shouldUpdateFocusIn context: UICollectionViewFocusUpdateContext) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:91: error: 'UICollectionViewFocusUpdateContext' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:65:12: note: 'UICollectionViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UICollectionViewFocusUpdateContext : UIFocusUpdateContext
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:145: error: 'UIFocusAnimationCoordinator' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
                                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h:26:12: note: 'UIFocusAnimationCoordinator' has been explicitly marked unavailable here
@interface UIFocusAnimationCoordinator : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:501:40: error: 'UICollectionView' is unavailable in watchOS
        func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:501:134: error: 'UICollectionReusableView' is unavailable in watchOS
        func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:524:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, willDisplaySupplementaryView view: UICollectionReusableView, forElementKind elementKind: String, at indexPath: IndexPath) {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:524:100: error: 'UICollectionReusableView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, willDisplaySupplementaryView view: UICollectionReusableView, forElementKind elementKind: String, at indexPath: IndexPath) {
                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:524:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, willDisplaySupplementaryView view: UICollectionReusableView, forElementKind elementKind: String, at indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:541:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, didEndDisplayingSupplementaryView view: UICollectionReusableView, forElementOfKind elementKind: String, at indexPath: IndexPath) {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:541:105: error: 'UICollectionReusableView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, didEndDisplayingSupplementaryView view: UICollectionReusableView, forElementOfKind elementKind: String, at indexPath: IndexPath) {
                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:541:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, didEndDisplayingSupplementaryView view: UICollectionReusableView, forElementOfKind elementKind: String, at indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:570:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath]) {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:570:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:576:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath]) {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:576:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:588:48: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:588:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:592:56: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:592:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:596:54: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:596:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:600:53: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:600:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:604:56: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:604:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:608:53: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:608:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:612:60: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:612:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:616:57: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:616:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:44: error: 'UIScrollView' is unavailable in watchOS
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:61: error: 'UIView' is unavailable in watchOS
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                                   ^~~~~~
/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/FlowKit/Collection/CollectionDirector.swift:620:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:55: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:80: error: 'UIView' is unavailable in watchOS
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                                                      ^~~~~~
/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/FlowKit/Collection/CollectionDirector.swift:624:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:52: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:77: error: 'UIView' is unavailable in watchOS
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                                                   ^~~~~~
/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/FlowKit/Collection/CollectionDirector.swift:628:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:632:46: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
                                                    ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:632:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:636:63: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
                                                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:636:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:640:68: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
                                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:640:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:650:2: warning: 'public' modifier is redundant for class declared in a public extension
        public class ReusableRegister {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:653:44: error: 'UICollectionView' is unavailable in watchOS
                public private(set) weak var collection: UICollectionView?
                                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:667:31: error: 'UICollectionView' is unavailable in watchOS
                internal init(_ collection: UICollectionView) {
                                            ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:36:2: warning: 'public' modifier is redundant for class declared in a public extension
        public final class DragAndDropManager: NSObject, UICollectionViewDragDelegate, UICollectionViewDropDelegate {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:45:45: error: 'UICollectionView' is unavailable in watchOS
                        public private(set) weak var collection: UICollectionView?
                                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:51:74: error: 'UICollectionView' is unavailable in watchOS
                        internal init(item: ModelProtocol, at path: IndexPath, of collection: UICollectionView) {
                                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:79:70: error: 'UIDragItem' is unavailable in watchOS
                public var onPrepareItemForDrag: ((DragAndDropManager.Context) -> [UIDragItem])? = nil
                                                                                   ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h:17:12: note: 'UIDragItem' has been explicitly marked unavailable here
@interface UIDragItem : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:96:72: error: 'UIDragItem' is unavailable in watchOS
                public var onAddItemToDragSession: ((DragAndDropManager.Context) -> [UIDragItem])? = nil
                                                                                     ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h:17:12: note: 'UIDragItem' has been explicitly marked unavailable here
@interface UIDragItem : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:101:40: error: 'UIDragSession' is unavailable in watchOS
                public var onWillBeginDragSession: ((UIDragSession) -> Void)? = nil
                                                     ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:108:37: error: 'UIDragSession' is unavailable in watchOS
                public var onDidEndDragSession: ((UIDragSession) -> Void)? = nil
                                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:112:46: error: 'UIDragSession' is unavailable in watchOS
                public var onDragSessionRestrictedToApp: ((UIDragSession) -> Bool)? = nil
                                                           ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:116:50: error: 'UIDragSession' is unavailable in watchOS
                public var onDragSessionAllowsMoveOperation: ((UIDragSession) -> Bool)? = nil
                                                               ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:132:37: error: 'UIDropSession' is unavailable in watchOS
                public var onAcceptDropDession: ((UIDropSession) -> Bool)? = nil
                                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:148:31: error: 'UICollectionViewDropCoordinator' is unavailable in watchOS
                public var onPerformDrop: ((UICollectionViewDropCoordinator) -> Void)? = nil
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:668:11: note: 'UICollectionViewDropCoordinator' has been explicitly marked unavailable here
@protocol UICollectionViewDropCoordinator <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:159:51: error: 'UIDropSession' is unavailable in watchOS
                public var onDropSessionDidUpdate: ((_ session: UIDropSession, _ path: IndexPath?) -> UICollectionViewDropProposal)? = nil
                                                                ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:159:89: error: 'UICollectionViewDropProposal' is unavailable in watchOS
                public var onDropSessionDidUpdate: ((_ session: UIDropSession, _ path: IndexPath?) -> UICollectionViewDropProposal)? = nil
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:656:12: note: 'UICollectionViewDropProposal' has been explicitly marked unavailable here
@interface UICollectionViewDropProposal : UIDropProposal
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:167:51: error: 'UIDropSession' is unavailable in watchOS
                public var onDropSessionDidEnter:  ((_ session: UIDropSession) -> Void)? = nil
                                                                ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:175:50: error: 'UIDropSession' is unavailable in watchOS
                public var onDropSessionDidExit:  ((_ session: UIDropSession) -> Void)? = nil
                                                               ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:181:49: error: 'UIDropSession' is unavailable in watchOS
                public var onDropSessionDidEnd:  ((_ session: UIDropSession) -> Void)? = nil
                                                              ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:193:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:193:93: error: 'UIDragSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
                                                                                                          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:193:137: error: 'UIDragItem' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
                                                                                                                                                      ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h:17:12: note: 'UIDragItem' has been explicitly marked unavailable here
@interface UIDragItem : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:201:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, itemsForAddingTo session: UIDragSession, at indexPath: IndexPath, point: CGPoint) -> [UIDragItem] {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:201:92: error: 'UIDragSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, itemsForAddingTo session: UIDragSession, at indexPath: IndexPath, point: CGPoint) -> [UIDragItem] {
                                                                                                         ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:201:152: error: 'UIDragItem' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, itemsForAddingTo session: UIDragSession, at indexPath: IndexPath, point: CGPoint) -> [UIDragItem] {
                                                                                                                                                                     ^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragItem.h:17:12: note: 'UIDragItem' has been explicitly marked unavailable here
@interface UIDragItem : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:209:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionWillBegin session: UIDragSession) {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:209:96: error: 'UIDragSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionWillBegin session: UIDragSession) {
                                                                                                             ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:214:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionDidEnd session: UIDragSession) {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:214:93: error: 'UIDragSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionDidEnd session: UIDragSession) {
                                                                                                          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:224:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionIsRestrictedToDraggingApplication session: UIDragSession) -> Bool {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:224:120: error: 'UIDragSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionIsRestrictedToDraggingApplication session: UIDragSession) -> Bool {
                                                                                                                                     ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:229:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionAllowsMoveOperation session: UIDragSession) -> Bool {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:229:106: error: 'UIDragSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dragSessionAllowsMoveOperation session: UIDragSession) -> Bool {
                                                                                                                       ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:70:11: note: 'UIDragSession' has been explicitly marked unavailable here
@protocol UIDragSession <UIDragDropSession>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:236:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, performDropWith coordinator: UICollectionViewDropCoordinator) {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:236:95: error: 'UICollectionViewDropCoordinator' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, performDropWith coordinator: UICollectionViewDropCoordinator) {
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:668:11: note: 'UICollectionViewDropCoordinator' has been explicitly marked unavailable here
@protocol UICollectionViewDropCoordinator <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:240:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, canHandle session: UIDropSession) -> Bool {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:240:85: error: 'UIDropSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, canHandle session: UIDropSession) -> Bool {
                                                                                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:245:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnter session: UIDropSession) {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:245:95: error: 'UIDropSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnter session: UIDropSession) {
                                                                                                            ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:249:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidExit session: UIDropSession) {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:249:94: error: 'UIDropSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidExit session: UIDropSession) {
                                                                                                           ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:253:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnd session: UIDropSession) {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:253:93: error: 'UIDropSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnd session: UIDropSession) {
                                                                                                          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:257:48: error: 'UICollectionView' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal {
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:257:96: error: 'UIDropSession' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal {
                                                                                                             ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDragSession.h:86:11: note: 'UIDropSession' has been explicitly marked unavailable here
@protocol UIDropSession <UIDragDropSession, NSProgressReporting>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:257:173: error: 'UICollectionViewDropProposal' is unavailable in watchOS
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal {
                                                                                                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:656:12: note: 'UICollectionViewDropProposal' has been explicitly marked unavailable here
@interface UICollectionViewDropProposal : UIDropProposal
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:36:51: error: 'UICollectionViewDragDelegate' is unavailable in watchOS
        public final class DragAndDropManager: NSObject, UICollectionViewDragDelegate, UICollectionViewDropDelegate {
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:539:11: note: 'UICollectionViewDragDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDragDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:36:81: error: 'UICollectionViewDropDelegate' is unavailable in watchOS
        public final class DragAndDropManager: NSObject, UICollectionViewDragDelegate, UICollectionViewDropDelegate {
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:586:11: note: 'UICollectionViewDropDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDropDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:47:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Context<T> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:33:34: note: 'T' previously declared here
open class CollectionSectionView<T: HeaderFooterProtocol>: CollectionSectionProtocol,AbstractCollectionHeaderFooterItem, CustomStringConvertible {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:53:44: error: 'UICollectionView' is unavailable in watchOS
                public private(set) weak var collection: UICollectionView?
                                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:67:40: error: 'UIView' is unavailable in watchOS
                public init(type: SectionType, view: UIView?, at section: Int, of collection: UICollectionView) {
                                                     ^~~~~~
/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/FlowKit/Collection/CollectionSectionView.swift:67:81: error: 'UICollectionView' is unavailable in watchOS
                public init(type: SectionType, view: UIView?, at section: Int, of collection: UICollectionView) {
                                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:89:82: error: 'UICollectionReusableView' is unavailable in watchOS
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType, view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any? {
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:89:135: error: 'UICollectionView' is unavailable in watchOS
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType, view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any? {
                                                                                                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:82:21: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
        public var layout: UICollectionViewFlowLayout? {
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:92:39: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
    public var sectionInsetReference: UICollectionViewFlowLayout.SectionInsetReference {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:103:28: error: 'UICollectionView' is unavailable in watchOS
        public init(_ collection: UICollectionView, flowLayout: UICollectionViewLayout? = nil) {
                                  ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:103:58: error: 'UICollectionViewLayout' is unavailable in watchOS
        public init(_ collection: UICollectionView, flowLayout: UICollectionViewLayout? = nil) {
                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:120:45: error: 'UICollectionView' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:120:92: error: 'UICollectionViewLayout' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:135:45: error: 'UICollectionView' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:135:92: error: 'UICollectionViewLayout' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:142:45: error: 'UICollectionView' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:142:92: error: 'UICollectionViewLayout' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:149:45: error: 'UICollectionView' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:149:92: error: 'UICollectionViewLayout' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:156:45: error: 'UICollectionView' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:156:92: error: 'UICollectionViewLayout' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:164:45: error: 'UICollectionView' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:164:92: error: 'UICollectionViewLayout' is unavailable in watchOS
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:33:56: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
open class FlowCollectionDirector: CollectionDirector, UICollectionViewDelegateFlowLayout {
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:49:88: error: 'UIScrollView' is unavailable in watchOS
        init(_ model: ModelProtocol?, _ path: IndexPath, _ cell: CellProtocol?, _ scrollview: UIScrollView,
                                                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:59:70: error: 'UIScrollView' is unavailable in watchOS
        init(_ models: [ModelProtocol], _ paths: [IndexPath], _ scrollview: UIScrollView) {
                                                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:74:26: error: 'UIScrollView' is unavailable in watchOS
        public var didScroll: ((UIScrollView) -> Void)? = nil
                                ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:75:34: error: 'UIScrollView' is unavailable in watchOS
        public var willBeginDragging: ((UIScrollView) -> Void)? = nil
                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:76:46: error: 'UIScrollView' is unavailable in watchOS
        public var willEndDragging: ((_ scrollView: UIScrollView, _ velocity: CGPoint, _ targetOffset: UnsafeMutablePointer<CGPoint>) -> Void)? = nil
                                                    ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:77:42: error: 'UIScrollView' is unavailable in watchOS
        public var endDragging: ((_ scrollView: UIScrollView, _ willDecelerate: Bool) -> Void)? = nil
                                                ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:78:34: error: 'UIScrollView' is unavailable in watchOS
        public var shouldScrollToTop: ((UIScrollView) -> Bool)? = nil
                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:79:31: error: 'UIScrollView' is unavailable in watchOS
        public var didScrollToTop: ((UIScrollView) -> Void)? = nil
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:80:38: error: 'UIScrollView' is unavailable in watchOS
        public var willBeginDecelerating: ((UIScrollView) -> Void)? = nil
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:81:32: error: 'UIScrollView' is unavailable in watchOS
        public var endDecelerating: ((UIScrollView) -> Void)? = nil
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:82:31: error: 'UIScrollView' is unavailable in watchOS
        public var viewForZooming: ((UIScrollView) -> UIView?)? = nil
                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:82:48: error: 'UIView' is unavailable in watchOS
        public var viewForZooming: ((UIScrollView) -> UIView?)? = nil
                                                      ^~~~~~
/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/FlowKit/Shared/Commons.swift:83:47: error: 'UIScrollView' is unavailable in watchOS
        public var willBeginZooming: ((_ scrollView: UIScrollView, _ view: UIView?) -> Void)? = nil
                                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:83:69: error: 'UIView' is unavailable in watchOS
        public var willBeginZooming: ((_ scrollView: UIScrollView, _ view: UIView?) -> Void)? = nil
                                                                           ^~~~~~
/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/FlowKit/Shared/Commons.swift:84:41: error: 'UIScrollView' is unavailable in watchOS
        public var endZooming: ((_ scrollView: UIScrollView, _ view: UIView?, _ scale: CGFloat) -> Void)? = nil
                                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:84:63: error: 'UIView' is unavailable in watchOS
        public var endZooming: ((_ scrollView: UIScrollView, _ view: UIView?, _ scale: CGFloat) -> Void)? = nil
                                                                     ^~~~~~
/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/FlowKit/Shared/Commons.swift:85:24: error: 'UIScrollView' is unavailable in watchOS
        public var didZoom: ((UIScrollView) -> Void)? = nil
                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:86:38: error: 'UIScrollView' is unavailable in watchOS
        public var endScrollingAnimation: ((UIScrollView) -> Void)? = nil
                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:87:46: error: 'UIScrollView' is unavailable in watchOS
        public var didChangeAdjustedContentInset: ((UIScrollView) -> Void)? = nil
                                                    ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:71:29: error: 'UITableView' is unavailable in watchOS
        func applyChanges(toTable: UITableView?, withAnimations animations: TableReloadAnimationProtocol) {
                                   ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:81:34: error: 'UICollectionView' is unavailable in watchOS
        func applyChanges(toCollection: UICollectionView?) {
                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:132:49: error: 'UICollectionView' is unavailable in watchOS
        func applyChangesToSectionItems(of collection: UICollectionView?) {
                                                       ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:143:49: error: 'UITableView' is unavailable in watchOS
        func applyChangesToSectionItems(ofTable table: UITableView?, withAnimations animations: TableReloadAnimationProtocol) {
                                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:61:31: error: 'UITableView' is unavailable in watchOS
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell {
                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:61:73: error: 'UITableViewCell' is unavailable in watchOS
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell {
                                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:227:24: warning: generic parameter 'M' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Context<M,C> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:25: note: 'M' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:227:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Context<M,C> {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:43: note: 'C' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:227:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Context<M,C> {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:230:39: error: 'UITableView' is unavailable in watchOS
                public private(set) weak var table: UITableView?
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:258:84: error: 'UITableView' is unavailable in watchOS
                internal init(model: ModelProtocol, cell: CellProtocol?, path: IndexPath, table: UITableView) {
                                                                                                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:36:2: warning: 'public' modifier is redundant for struct declared in a public extension
        public struct Events {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:37:40: error: 'UIView' is unavailable in watchOS
                typealias HeaderFooterEvent = (view: UIView, section: Int, table: UITableView)
                                                     ^~~~~~
/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/FlowKit/Table/TableDirector+Events.swift:37:69: error: 'UITableView' is unavailable in watchOS
                typealias HeaderFooterEvent = (view: UIView, section: Int, table: UITableView)
                                                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:53:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Events<T> {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:33:29: note: 'T' previously declared here
open class TableSectionView<T: HeaderFooterProtocol>: TableHeaderFooterProtocol, AbstractTableHeaderFooterItem, CustomStringConvertible {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:53:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Events<T> {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:69:23: warning: generic parameter 'M' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Events<M,C> {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:25: note: 'M' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:69:25: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Events<M,C> {
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:43: note: 'C' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:69:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Events<M,C> {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:75:65: error: 'UITableViewCell' is unavailable in watchOS
        public var commitEdit: ((_ ctx: EventContext, _ commit: UITableViewCell.EditingStyle) -> Void)? = nil
                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:90:47: error: 'UITableViewRowAction' is unavailable in watchOS
                public var editActions: ((EventContext) -> [UITableViewRowAction]?)? = nil
                                                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:77:12: note: 'UITableViewRowAction' has been explicitly marked unavailable here
@interface UITableViewRowAction : NSObject <NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:100:50: error: 'UITableViewCell' is unavailable in watchOS
        public var editStyle: ((EventContext) -> UITableViewCell.EditingStyle)? = nil
                                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:119:59: error: 'UISwipeActionsConfiguration' is unavailable in watchOS
                public lazy var leadingSwipeActions: ((EventContext) -> UISwipeActionsConfiguration?)? = nil
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeActionsConfiguration.h:16:12: note: 'UISwipeActionsConfiguration' has been explicitly marked unavailable here
@interface UISwipeActionsConfiguration : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:122:60: error: 'UISwipeActionsConfiguration' is unavailable in watchOS
                public lazy var trailingSwipeActions: ((EventContext) -> UISwipeActionsConfiguration?)? = nil
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeActionsConfiguration.h:16:12: note: 'UISwipeActionsConfiguration' has been explicitly marked unavailable here
@interface UISwipeActionsConfiguration : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:39:2: warning: 'public' modifier is redundant for property declared in a public extension
        public var director: TableDirector {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:33:18: error: 'UITableView' is unavailable in watchOS
public extension UITableView {
                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:71:56: error: 'UITableView' is unavailable in watchOS
        func animationForRow(action: TableAnimationAction) -> UITableView.RowAnimation
                                                              ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:72:60: error: 'UITableView' is unavailable in watchOS
        func animationForSection(action: TableAnimationAction) -> UITableView.RowAnimation
                                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:78:56: error: 'UITableView' is unavailable in watchOS
        func animationForRow(action: TableAnimationAction) -> UITableView.RowAnimation {
                                                              ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:82:60: error: 'UITableView' is unavailable in watchOS
        func animationForSection(action: TableAnimationAction) -> UITableView.RowAnimation {
                                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:97:11: error: 'UITableViewCell' is unavailable in watchOS
extension UITableViewCell: CellProtocol { }
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:103:77: error: 'UIView' is unavailable in watchOS
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any?
                                                                                   ^~~~~~
/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/FlowKit/Table/TableDirector+Support.swift:103:107: error: 'UITableView' is unavailable in watchOS
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any?
                                                                                                                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:116:31: error: 'UITableView' is unavailable in watchOS
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell
                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:116:73: error: 'UITableViewCell' is unavailable in watchOS
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell
                                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:47:42: error: 'UITableView' is unavailable in watchOS
        public private(set) weak var tableView: UITableView?
                                                ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:83:45: error: 'UITableView' is unavailable in watchOS
                self.tableView?.rowHeight = UITableView.automaticDimension
                                            ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:83:57: error: 'automaticDimension' is unavailable in watchOS
                self.tableView?.rowHeight = UITableView.automaticDimension
                                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:62:28: note: 'automaticDimension' has been explicitly marked unavailable here
UIKIT_EXTERN const CGFloat UITableViewAutomaticDimension API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(watchos);
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:86:45: error: 'UITableView' is unavailable in watchOS
                self.tableView?.rowHeight = UITableView.automaticDimension
                                            ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:86:57: error: 'automaticDimension' is unavailable in watchOS
                self.tableView?.rowHeight = UITableView.automaticDimension
                                                        ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:62:28: note: 'automaticDimension' has been explicitly marked unavailable here
UIKIT_EXTERN const CGFloat UITableViewAutomaticDimension API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(watchos);
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:87:54: error: 'UITableView' is unavailable in watchOS
                self.tableView?.estimatedRowHeight = UITableView.automaticDimension
                                                     ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:87:66: error: 'automaticDimension' is unavailable in watchOS
                self.tableView?.estimatedRowHeight = UITableView.automaticDimension
                                                                 ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:62:28: note: 'automaticDimension' has been explicitly marked unavailable here
UIKIT_EXTERN const CGFloat UITableViewAutomaticDimension API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(watchos);
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:118:23: error: 'UITableView' is unavailable in watchOS
        public init(_ table: UITableView) {
                             ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:39: error: 'UITableViewDelegate' is unavailable in watchOS
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
                                      ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:60: error: 'UITableViewDataSource' is unavailable in watchOS
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
                                                           ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:83: error: 'UITableViewDataSourcePrefetching' is unavailable in watchOS
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:589:11: note: 'UITableViewDataSourcePrefetching' has been explicitly marked unavailable here
@protocol UITableViewDataSourcePrefetching <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:389:45: error: 'UITableView' is unavailable in watchOS
        public func numberOfSections(in tableView: UITableView) -> Int {
                                                   ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:389:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func numberOfSections(in tableView: UITableView) -> Int {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:393:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:393:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:88: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                              ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:93: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
                                                                                                   ^~~~~~
/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/FlowKit/Table/TableDirector.swift:406:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:93: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
                                                                                                   ^~~~~~
/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/FlowKit/Table/TableDirector.swift:413:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:420:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:420:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:424:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:424:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:428:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:428:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:436:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:436:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:444:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:444:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:455:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, estimatedHeightForFooterInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:455:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, estimatedHeightForFooterInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:78: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
                                                                                    ^~~~~~
/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/FlowKit/Table/TableDirector.swift:466:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:78: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
                                                                                    ^~~~~~
/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/FlowKit/Table/TableDirector.swift:472:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:83: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
                                                                                         ^~~~~~
/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/FlowKit/Table/TableDirector.swift:478:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:83: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
                                                                                         ^~~~~~
/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/FlowKit/Table/TableDirector.swift:485:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:74: error: 'UITableViewCell' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:499:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:499:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:506:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:506:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:511:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:511:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:516:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:516:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:532:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:532:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:537:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:537:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:68: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:108: error: 'UISpringLoadedInteractionContext' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISpringLoadedInteraction.h:115:11: note: 'UISpringLoadedInteractionContext' has been explicitly marked unavailable here
@protocol UISpringLoadedInteractionContext <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:96: error: 'UITableViewRowAction' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
                                                                                                      ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:77:12: note: 'UITableViewRowAction' has been explicitly marked unavailable here
@interface UITableViewRowAction : NSObject <NSCopying>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:558:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:558:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:563:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:563:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:568:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:568:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:579:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:579:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:584:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:584:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:589:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, willBeginEditingRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:589:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willBeginEditingRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:594:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:594:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:99: error: 'UITableViewCell' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
                                                                                                  ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:605:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:605:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:610:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:610:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:615:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:615:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:73: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:626:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, shouldShowMenuForRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:626:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldShowMenuForRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:631:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:631:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:636:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, performAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:636:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, performAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:641:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:641:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:646:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:646:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:651:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:651:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:656:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:656:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:116: error: 'UISwipeActionsConfiguration' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeActionsConfiguration.h:16:12: note: 'UISwipeActionsConfiguration' has been explicitly marked unavailable here
@interface UISwipeActionsConfiguration : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:117: error: 'UISwipeActionsConfiguration' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeActionsConfiguration.h:16:12: note: 'UISwipeActionsConfiguration' has been explicitly marked unavailable here
@interface UISwipeActionsConfiguration : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:675:48: error: 'UITableView' is unavailable in watchOS
        public func sectionIndexTitles(for tableView: UITableView) -> [String]? {
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:675:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func sectionIndexTitles(for tableView: UITableView) -> [String]? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:679:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:679:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:697:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:697:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:703:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cancelPrefetchingForRowsAt indexPaths: [IndexPath]) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:703:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, cancelPrefetchingForRowsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:715:48: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:715:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:719:56: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:719:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:723:54: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                            ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:723:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:727:53: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:727:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:731:56: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:731:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:735:53: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:735:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:739:60: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:739:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:743:57: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:743:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:44: error: 'UIScrollView' is unavailable in watchOS
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:61: error: 'UIView' is unavailable in watchOS
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                                   ^~~~~~
/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/FlowKit/Table/TableDirector.swift:747:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:55: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:80: error: 'UIView' is unavailable in watchOS
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                                                      ^~~~~~
/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/FlowKit/Table/TableDirector.swift:751:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:52: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:77: error: 'UIView' is unavailable in watchOS
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                                                   ^~~~~~
/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/FlowKit/Table/TableDirector.swift:755:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:46: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
                                                    ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:63: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
                                                                     ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:68: error: 'UIScrollView' is unavailable in watchOS
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
                                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:44:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Context<T> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:33:29: note: 'T' previously declared here
open class TableSectionView<T: HeaderFooterProtocol>: TableHeaderFooterProtocol, AbstractTableHeaderFooterItem, CustomStringConvertible {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:49:39: error: 'UITableView' is unavailable in watchOS
                public private(set) weak var table: UITableView?
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:63:40: error: 'UIView' is unavailable in watchOS
                public init(type: SectionType, view: UIView?, at section: Int, of table: UITableView) {
                                                     ^~~~~~
/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/FlowKit/Table/TableSectionView.swift:63:76: error: 'UITableView' is unavailable in watchOS
                public init(type: SectionType, view: UIView?, at section: Int, of table: UITableView) {
                                                                                         ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:89:77: error: 'UIView' is unavailable in watchOS
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any? {
                                                                                   ^~~~~~
/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/FlowKit/Table/TableSectionView.swift:89:107: error: 'UITableView' is unavailable in watchOS
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any? {
                                                                                                                 ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
EmitSwiftModule normal arm64_32 (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CollectionAdapter.swift,\ CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ CollectionSectionView.swift,\ FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ Collection+Support.swift,\ CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift (in target 'FlowKit' from project 'FlowKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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