The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AveDataSource, reference master (836f93), with Swift 6.3 for watchOS using Xcode 26.4 on 20 Apr 2026 17:57:58 UTC.

Build Command

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

Build Log

SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-386GF3MEUTUXY4PTM8QCXIQRM.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-1V1QCOC1YJMMNVI402F6P2LXO.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-8R95T5KG3JERZMFL4NWFIE19N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-9MZGFMND9QLYM91N6G142CEC1.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-70QPKBTH9B5IGXUXMSXWQQHZX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-6DYMKPCCH9OBNIDCHPW7233W3.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-84SU39395EORA0TEGBXUPMSXK.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-D12962RW1UX3WWJBZMUULNP5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-9QZGO88OF6PPVA3VHH2OISBDA.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-18FVULGIQQ2RUUCIPHGWI4L7B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-C4ZFWHHUCMFEQ5ZB9GHY4SRR5.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-DI715378YNATMG6VIFKVRLZUH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-A8NAX9CYX4DL3CFEXO3JM8ZY5.pcm
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
EmitSwiftModule normal arm64_32 (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:16:53: error: 'UICollectionView' is unavailable in watchOS
        public typealias CellProvider = (_ collectionView: UICollectionView, _ item: ItemType, _ indexPath: IndexPath) -> UICollectionViewCell?
                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:16:116: error: 'UICollectionViewCell' is unavailable in watchOS
        public typealias CellProvider = (_ collectionView: UICollectionView, _ item: ItemType, _ indexPath: IndexPath) -> UICollectionViewCell?
                                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:19:52: error: 'UICollectionView' is unavailable in watchOS
        public typealias CellUpdater = (_ collectionView: UICollectionView, _ cell: UICollectionViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:19:78: error: 'UICollectionViewCell' is unavailable in watchOS
        public typealias CellUpdater = (_ collectionView: UICollectionView, _ cell: UICollectionViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                                                    ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:22:73: error: 'UICollectionView' is unavailable in watchOS
        public typealias SupplementaryElementViewProvider = (_ collectionView: UICollectionView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> UICollectionReusableView?
                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:22:177: error: 'UICollectionReusableView' is unavailable in watchOS
        public typealias SupplementaryElementViewProvider = (_ collectionView: UICollectionView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> UICollectionReusableView?
                                                                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:25:72: error: 'UICollectionView' is unavailable in watchOS
        public typealias SupplementaryElementViewUpdater = (_ collectionView: UICollectionView, _ view: UICollectionReusableView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void
                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:25:98: error: 'UICollectionReusableView' is unavailable in watchOS
        public typealias SupplementaryElementViewUpdater = (_ collectionView: UICollectionView, _ view: UICollectionReusableView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:28:50: error: 'UICollectionView' is unavailable in watchOS
        public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:32:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:36:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:36:104: error: 'UICollectionViewCell' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                              ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:43:47: error: 'UICollectionView' is unavailable in watchOS
        public  func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:43:141: error: 'UICollectionReusableView' is unavailable in watchOS
        public  func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:52:29: error: 'UICollectionView' is unavailable in watchOS
        public var collectionView: UICollectionView
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:88:30: error: 'UICollectionView' is unavailable in watchOS
        public init(collectionView: UICollectionView, cellProvider: @escaping CellProvider) {
                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:11:81: error: 'UICollectionViewDataSource' is unavailable in watchOS
open class BaseCollectionViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UICollectionViewDataSource {
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:130:22: error: 'UICollectionViewCell' is unavailable in watchOS
        convenience init<T: UICollectionViewCell>(
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:131:19: error: 'UICollectionView' is unavailable in watchOS
                collectionView: UICollectionView,
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:133:32: error: 'UICollectionView' is unavailable in watchOS
                updater: ((_ collectionView: UICollectionView, _ cell: T, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void)? = nil) {
                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:148:35: error: 'UICollectionView' is unavailable in watchOS
        convenience init(collectionView: UICollectionView, cellsWithIdentifier cellIdentifier: String) {
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:16:48: error: 'UITableView' is unavailable in watchOS
        public typealias CellProvider = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> UITableViewCell?
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:16:106: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellProvider = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> UITableViewCell?
                                                                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:19:47: error: 'UITableView' is unavailable in watchOS
        public typealias CellUpdater = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:19:68: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellUpdater = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:22:60: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterViewProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> UITableViewHeaderFooterView?
                                                                  ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:22:114: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
        public typealias HeaderFooterViewProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> UITableViewHeaderFooterView?
                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:25:61: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterTitleProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> String?
                                                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:28:59: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterViewUpdater = (_ tableView: UITableView, _ view: UIView, _ section: SectionType, _ index: Int, _ animated: Bool) -> Void
                                                                 ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:28:80: error: 'UIView' is unavailable in watchOS
        public typealias HeaderFooterViewUpdater = (_ tableView: UITableView, _ view: UIView, _ section: SectionType, _ index: Int, _ animated: Bool) -> Void
                                                                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:31:53: error: 'UITableView' is unavailable in watchOS
        public typealias SelectionCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> Void
                                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:34:54: error: 'UITableView' is unavailable in watchOS
        public typealias CanEditRowCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> Bool?
                                                            ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:37:57: error: 'UITableView' is unavailable in watchOS
        public typealias CommitEditingCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath, _ style: UITableViewCell.EditingStyle) -> Void
                                                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:37:121: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CommitEditingCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath, _ style: UITableViewCell.EditingStyle) -> Void
                                                                                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:40:48: error: 'UITableView' is unavailable in watchOS
        public typealias MoveCallback = (_ tableView: UITableView, _ source: ItemType, _ sourceIndexPath: IndexPath, _ destination: ItemType?, _ destionationIndexPath: IndexPath) -> Void
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:43:45: error: 'UITableView' is unavailable in watchOS
        public func numberOfSections(in tableView: UITableView) -> Int {
                                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:47:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:51:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:51:88: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                              ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:58:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:64:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:71:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:71:90: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:82:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:82:90: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:93:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:98:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:103:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:103:71: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:108:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:114:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:119:24: error: 'UITableView' is unavailable in watchOS
        public var tableView: UITableView
                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:146:34: error: 'UITableView' is unavailable in watchOS
        public var defaultRowAnimation: UITableView.RowAnimation = .fade
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:167:25: error: 'UITableView' is unavailable in watchOS
        public init(tableView: UITableView, cellProvider: @escaping CellProvider) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:11:76: error: 'UITableViewDataSource' is unavailable in watchOS
open class BaseTableViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UITableViewDataSource, UITableViewDelegate {
                                                                           ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:11:99: error: 'UITableViewDelegate' is unavailable in watchOS
open class BaseTableViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UITableViewDataSource, UITableViewDelegate {
                                                                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:256:22: error: 'UITableViewCell' is unavailable in watchOS
        convenience init<T: UITableViewCell>(
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:257:14: error: 'UITableView' is unavailable in watchOS
                tableView: UITableView,
                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:259:10: error: 'UITableViewCell' is unavailable in watchOS
                style: UITableViewCell.CellStyle = .default,
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:260:27: error: 'UITableView' is unavailable in watchOS
                updater: ((_ tableView: UITableView, _ cell: T, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void)? = nil) {
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:64:27: error: 'UICollectionView' is unavailable in watchOS
                                          to collectionView: UICollectionView,
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift:68:29: error: 'UICollectionViewCell' is unavailable in watchOS
                                          updateItem: (_ cell: UICollectionViewCell, _ item: Section.ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void,
                                                               ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift:69:42: error: 'UICollectionReusableView' is unavailable in watchOS
                                          updateSupplementaryView: (_ view: UICollectionReusableView, _ section: Section.SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void,
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:120:22: error: 'UITableView' is unavailable in watchOS
                                          to tableView: UITableView,
                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:123:29: error: 'UITableViewCell' is unavailable in watchOS
                                          updateItem: (_ cell: UITableViewCell, _ item: Section.ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void,
                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:124:22: error: 'UITableView' is unavailable in watchOS
                                          rowAnimation: UITableView.RowAnimation = .fade,
                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:22:24: error: 'UITableView' is unavailable in watchOS
        public let tableView: UITableView
                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:37:53: error: 'UITableView' is unavailable in watchOS
        public typealias CellUpdateHandler = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void
                                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:37:74: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellUpdateHandler = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void
                                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:43:25: error: 'UITableView' is unavailable in watchOS
        public init(tableView: UITableView, sectionIndex: Int, cellUpdater: CellUpdateHandler? = nil) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Identifiable+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexPathDiffResult.swift /Users/admin/builder/spi-builder-workspace/Sources/ListDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/RowItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotSectionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewSectionDataSource.swift -target arm64_32-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name AveDataSource -frontend-parseable-output -disable-clang-spi -clang-target arm64_32-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.abi.json
SwiftCompile normal arm64_32 Compiling\ SnapshotSectionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotSectionProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SnapshotSectionProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CollectionViewDataSource.swift,\ Identifiable+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Identifiable+Helper.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ TableViewSectionDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewSectionDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TableViewSectionDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SingleSectionSnapshot.swift,\ SingleSectionTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionTableViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionSnapshot.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ Snapshot+UIKit.swift,\ Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ SnapshotProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SnapshotProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ IndexPathDiffResult.swift,\ ListDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexPathDiffResult.swift /Users/admin/builder/spi-builder-workspace/Sources/ListDiff.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IndexPathDiffResult.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ TableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TableViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
EmitSwiftModule normal armv7k (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
2026-04-20 13:57:45.175 xcodebuild[637:3905] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'AveDataSource' from project 'AveDataSource')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
	Building workspace spi-builder-workspace with scheme AveDataSource
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  AveDataSource: /Users/admin/builder/spi-builder-workspace
resolved source packages: AveDataSource
2026-04-20 13:57:53.366 xcodebuild[805:4541] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AveDataSource",
  "name" : "AveDataSource",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AveDataSource",
      "targets" : [
        "AveDataSource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AveDataSource",
      "module_type" : "SwiftTarget",
      "name" : "AveDataSource",
      "path" : "Sources",
      "product_memberships" : [
        "AveDataSource"
      ],
      "sources" : [
        "BaseCollectionViewDataSource.swift",
        "BaseTableViewDataSource.swift",
        "CollectionViewDataSource.swift",
        "Identifiable+Helper.swift",
        "IndexPathDiffResult.swift",
        "ListDiff.swift",
        "RowItem.swift",
        "SingleSectionCollectionViewDataSource.swift",
        "SingleSectionSnapshot.swift",
        "SingleSectionTableViewDataSource.swift",
        "Snapshot+UIKit.swift",
        "Snapshot.swift",
        "SnapshotProtocol.swift",
        "SnapshotSectionProtocol.swift",
        "TableViewDataSource.swift",
        "TableViewSectionDataSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AveDataSource"
    ]
  }
}
2026-04-20 13:57:54.545 xcodebuild[815:4632] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AveDataSource -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AveDataSource -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  AveDataSource: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'AveDataSource' in project 'AveDataSource'
        ➜ Explicit dependency on target 'AveDataSource' in project 'AveDataSource'
    Target 'AveDataSource' in project 'AveDataSource' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver AveDataSource normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AveDataSource -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AveDataSource normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AveDataSource -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AveDataSource normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AveDataSource -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/armv7k/AveDataSource.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/armv7k/AveDataSource-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/armv7k/AveDataSource.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/armv7k/AveDataSource_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/armv7k/AveDataSource-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BaseCollectionViewDataSource.swift,\ BaseTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ RowItem.swift,\ SingleSectionCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/RowItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionCollectionViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RowItem.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ IndexPathDiffResult.swift,\ ListDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexPathDiffResult.swift /Users/admin/builder/spi-builder-workspace/Sources/ListDiff.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexPathDiffResult.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ CollectionViewDataSource.swift,\ Identifiable+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Identifiable+Helper.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Identifiable+Helper.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SingleSectionSnapshot.swift,\ SingleSectionTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionTableViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionSnapshot.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ SnapshotProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshotProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SnapshotSectionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotSectionProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SnapshotSectionProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableViewDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Snapshot+UIKit.swift,\ Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ TableViewSectionDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewSectionDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableViewSectionDataSource.swift (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Identifiable+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexPathDiffResult.swift /Users/admin/builder/spi-builder-workspace/Sources/ListDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/RowItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotSectionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewSectionDataSource.swift -target arm64-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name AveDataSource -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64/AveDataSource.abi.json
EmitSwiftModule normal arm64 (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:16:53: error: 'UICollectionView' is unavailable in watchOS
        public typealias CellProvider = (_ collectionView: UICollectionView, _ item: ItemType, _ indexPath: IndexPath) -> UICollectionViewCell?
                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:16:116: error: 'UICollectionViewCell' is unavailable in watchOS
        public typealias CellProvider = (_ collectionView: UICollectionView, _ item: ItemType, _ indexPath: IndexPath) -> UICollectionViewCell?
                                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:19:52: error: 'UICollectionView' is unavailable in watchOS
        public typealias CellUpdater = (_ collectionView: UICollectionView, _ cell: UICollectionViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:19:78: error: 'UICollectionViewCell' is unavailable in watchOS
        public typealias CellUpdater = (_ collectionView: UICollectionView, _ cell: UICollectionViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                                                    ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:22:73: error: 'UICollectionView' is unavailable in watchOS
        public typealias SupplementaryElementViewProvider = (_ collectionView: UICollectionView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> UICollectionReusableView?
                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:22:177: error: 'UICollectionReusableView' is unavailable in watchOS
        public typealias SupplementaryElementViewProvider = (_ collectionView: UICollectionView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> UICollectionReusableView?
                                                                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:25:72: error: 'UICollectionView' is unavailable in watchOS
        public typealias SupplementaryElementViewUpdater = (_ collectionView: UICollectionView, _ view: UICollectionReusableView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void
                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:25:98: error: 'UICollectionReusableView' is unavailable in watchOS
        public typealias SupplementaryElementViewUpdater = (_ collectionView: UICollectionView, _ view: UICollectionReusableView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:28:50: error: 'UICollectionView' is unavailable in watchOS
        public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:32:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:36:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:36:104: error: 'UICollectionViewCell' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                              ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:43:47: error: 'UICollectionView' is unavailable in watchOS
        public  func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:43:141: error: 'UICollectionReusableView' is unavailable in watchOS
        public  func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:52:29: error: 'UICollectionView' is unavailable in watchOS
        public var collectionView: UICollectionView
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:88:30: error: 'UICollectionView' is unavailable in watchOS
        public init(collectionView: UICollectionView, cellProvider: @escaping CellProvider) {
                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:11:81: error: 'UICollectionViewDataSource' is unavailable in watchOS
open class BaseCollectionViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UICollectionViewDataSource {
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:130:22: error: 'UICollectionViewCell' is unavailable in watchOS
        convenience init<T: UICollectionViewCell>(
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:131:19: error: 'UICollectionView' is unavailable in watchOS
                collectionView: UICollectionView,
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:133:32: error: 'UICollectionView' is unavailable in watchOS
                updater: ((_ collectionView: UICollectionView, _ cell: T, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void)? = nil) {
                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:148:35: error: 'UICollectionView' is unavailable in watchOS
        convenience init(collectionView: UICollectionView, cellsWithIdentifier cellIdentifier: String) {
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:16:48: error: 'UITableView' is unavailable in watchOS
        public typealias CellProvider = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> UITableViewCell?
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:16:106: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellProvider = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> UITableViewCell?
                                                                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:19:47: error: 'UITableView' is unavailable in watchOS
        public typealias CellUpdater = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:19:68: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellUpdater = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:22:60: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterViewProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> UITableViewHeaderFooterView?
                                                                  ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:22:114: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
        public typealias HeaderFooterViewProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> UITableViewHeaderFooterView?
                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:25:61: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterTitleProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> String?
                                                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:28:59: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterViewUpdater = (_ tableView: UITableView, _ view: UIView, _ section: SectionType, _ index: Int, _ animated: Bool) -> Void
                                                                 ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:28:80: error: 'UIView' is unavailable in watchOS
        public typealias HeaderFooterViewUpdater = (_ tableView: UITableView, _ view: UIView, _ section: SectionType, _ index: Int, _ animated: Bool) -> Void
                                                                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:31:53: error: 'UITableView' is unavailable in watchOS
        public typealias SelectionCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> Void
                                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:34:54: error: 'UITableView' is unavailable in watchOS
        public typealias CanEditRowCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> Bool?
                                                            ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:37:57: error: 'UITableView' is unavailable in watchOS
        public typealias CommitEditingCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath, _ style: UITableViewCell.EditingStyle) -> Void
                                                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:37:121: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CommitEditingCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath, _ style: UITableViewCell.EditingStyle) -> Void
                                                                                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:40:48: error: 'UITableView' is unavailable in watchOS
        public typealias MoveCallback = (_ tableView: UITableView, _ source: ItemType, _ sourceIndexPath: IndexPath, _ destination: ItemType?, _ destionationIndexPath: IndexPath) -> Void
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:43:45: error: 'UITableView' is unavailable in watchOS
        public func numberOfSections(in tableView: UITableView) -> Int {
                                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:47:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:51:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:51:88: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                              ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:58:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:64:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:71:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:71:90: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:82:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:82:90: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:93:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:98:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:103:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:103:71: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:108:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:114:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:119:24: error: 'UITableView' is unavailable in watchOS
        public var tableView: UITableView
                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:146:34: error: 'UITableView' is unavailable in watchOS
        public var defaultRowAnimation: UITableView.RowAnimation = .fade
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:167:25: error: 'UITableView' is unavailable in watchOS
        public init(tableView: UITableView, cellProvider: @escaping CellProvider) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:11:76: error: 'UITableViewDataSource' is unavailable in watchOS
open class BaseTableViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UITableViewDataSource, UITableViewDelegate {
                                                                           ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:11:99: error: 'UITableViewDelegate' is unavailable in watchOS
open class BaseTableViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UITableViewDataSource, UITableViewDelegate {
                                                                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:256:22: error: 'UITableViewCell' is unavailable in watchOS
        convenience init<T: UITableViewCell>(
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:257:14: error: 'UITableView' is unavailable in watchOS
                tableView: UITableView,
                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:259:10: error: 'UITableViewCell' is unavailable in watchOS
                style: UITableViewCell.CellStyle = .default,
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:260:27: error: 'UITableView' is unavailable in watchOS
                updater: ((_ tableView: UITableView, _ cell: T, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void)? = nil) {
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:64:27: error: 'UICollectionView' is unavailable in watchOS
                                          to collectionView: UICollectionView,
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift:68:29: error: 'UICollectionViewCell' is unavailable in watchOS
                                          updateItem: (_ cell: UICollectionViewCell, _ item: Section.ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void,
                                                               ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift:69:42: error: 'UICollectionReusableView' is unavailable in watchOS
                                          updateSupplementaryView: (_ view: UICollectionReusableView, _ section: Section.SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void,
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:120:22: error: 'UITableView' is unavailable in watchOS
                                          to tableView: UITableView,
                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:123:29: error: 'UITableViewCell' is unavailable in watchOS
                                          updateItem: (_ cell: UITableViewCell, _ item: Section.ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void,
                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:124:22: error: 'UITableView' is unavailable in watchOS
                                          rowAnimation: UITableView.RowAnimation = .fade,
                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:22:24: error: 'UITableView' is unavailable in watchOS
        public let tableView: UITableView
                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:37:53: error: 'UITableView' is unavailable in watchOS
        public typealias CellUpdateHandler = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void
                                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:37:74: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellUpdateHandler = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void
                                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:43:25: error: 'UITableView' is unavailable in watchOS
        public init(tableView: UITableView, sectionIndex: Int, cellUpdater: CellUpdateHandler? = nil) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotSectionProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Identifiable+Helper.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexPathDiffResult.swift /Users/admin/builder/spi-builder-workspace/Sources/ListDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/RowItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionCollectionViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleSectionTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SnapshotSectionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/TableViewSectionDataSource.swift -target arm64_32-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-dependencies-3.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name AveDataSource -frontend-parseable-output -disable-clang-spi -clang-target arm64_32-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AveDataSource.build/Debug-watchos/AveDataSource.build/Objects-normal/arm64_32/AveDataSource.abi.json
EmitSwiftModule normal arm64_32 (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:16:53: error: 'UICollectionView' is unavailable in watchOS
        public typealias CellProvider = (_ collectionView: UICollectionView, _ item: ItemType, _ indexPath: IndexPath) -> UICollectionViewCell?
                                                           ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:16:116: error: 'UICollectionViewCell' is unavailable in watchOS
        public typealias CellProvider = (_ collectionView: UICollectionView, _ item: ItemType, _ indexPath: IndexPath) -> UICollectionViewCell?
                                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:19:52: error: 'UICollectionView' is unavailable in watchOS
        public typealias CellUpdater = (_ collectionView: UICollectionView, _ cell: UICollectionViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:19:78: error: 'UICollectionViewCell' is unavailable in watchOS
        public typealias CellUpdater = (_ collectionView: UICollectionView, _ cell: UICollectionViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                                                    ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:22:73: error: 'UICollectionView' is unavailable in watchOS
        public typealias SupplementaryElementViewProvider = (_ collectionView: UICollectionView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> UICollectionReusableView?
                                                                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:22:177: error: 'UICollectionReusableView' is unavailable in watchOS
        public typealias SupplementaryElementViewProvider = (_ collectionView: UICollectionView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> UICollectionReusableView?
                                                                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:25:72: error: 'UICollectionView' is unavailable in watchOS
        public typealias SupplementaryElementViewUpdater = (_ collectionView: UICollectionView, _ view: UICollectionReusableView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void
                                                                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:25:98: error: 'UICollectionReusableView' is unavailable in watchOS
        public typealias SupplementaryElementViewUpdater = (_ collectionView: UICollectionView, _ view: UICollectionReusableView, _ section: SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:28:50: error: 'UICollectionView' is unavailable in watchOS
        public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                        ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:32:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:36:47: error: 'UICollectionView' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                     ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:36:104: error: 'UICollectionViewCell' is unavailable in watchOS
        public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                              ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:43:47: error: 'UICollectionView' is unavailable in watchOS
        public  func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                      ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:43:141: error: 'UICollectionReusableView' is unavailable in watchOS
        public  func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseCollectionViewDataSource.swift:52:29: error: 'UICollectionView' is unavailable in watchOS
        public var collectionView: UICollectionView
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:88:30: error: 'UICollectionView' is unavailable in watchOS
        public init(collectionView: UICollectionView, cellProvider: @escaping CellProvider) {
                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:11:81: error: 'UICollectionViewDataSource' is unavailable in watchOS
open class BaseCollectionViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UICollectionViewDataSource {
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:130:22: error: 'UICollectionViewCell' is unavailable in watchOS
        convenience init<T: UICollectionViewCell>(
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:131:19: error: 'UICollectionView' is unavailable in watchOS
                collectionView: UICollectionView,
                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:133:32: error: 'UICollectionView' is unavailable in watchOS
                updater: ((_ collectionView: UICollectionView, _ cell: T, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void)? = nil) {
                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseCollectionViewDataSource.swift:148:35: error: 'UICollectionView' is unavailable in watchOS
        convenience init(collectionView: UICollectionView, cellsWithIdentifier cellIdentifier: String) {
                                         ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:16:48: error: 'UITableView' is unavailable in watchOS
        public typealias CellProvider = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> UITableViewCell?
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:16:106: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellProvider = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> UITableViewCell?
                                                                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:19:47: error: 'UITableView' is unavailable in watchOS
        public typealias CellUpdater = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                     ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:19:68: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellUpdater = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool)  -> Void
                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:22:60: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterViewProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> UITableViewHeaderFooterView?
                                                                  ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:22:114: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
        public typealias HeaderFooterViewProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> UITableViewHeaderFooterView?
                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:25:61: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterTitleProvider = (_ tableView: UITableView, _ section: SectionType, _ index: Int) -> String?
                                                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:28:59: error: 'UITableView' is unavailable in watchOS
        public typealias HeaderFooterViewUpdater = (_ tableView: UITableView, _ view: UIView, _ section: SectionType, _ index: Int, _ animated: Bool) -> Void
                                                                 ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:28:80: error: 'UIView' is unavailable in watchOS
        public typealias HeaderFooterViewUpdater = (_ tableView: UITableView, _ view: UIView, _ section: SectionType, _ index: Int, _ animated: Bool) -> Void
                                                                                      ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:31:53: error: 'UITableView' is unavailable in watchOS
        public typealias SelectionCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> Void
                                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:34:54: error: 'UITableView' is unavailable in watchOS
        public typealias CanEditRowCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath) -> Bool?
                                                            ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:37:57: error: 'UITableView' is unavailable in watchOS
        public typealias CommitEditingCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath, _ style: UITableViewCell.EditingStyle) -> Void
                                                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:37:121: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CommitEditingCallback = (_ tableView: UITableView, _ item: ItemType, _ indexPath: IndexPath, _ style: UITableViewCell.EditingStyle) -> Void
                                                                                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:40:48: error: 'UITableView' is unavailable in watchOS
        public typealias MoveCallback = (_ tableView: UITableView, _ source: ItemType, _ sourceIndexPath: IndexPath, _ destination: ItemType?, _ destionationIndexPath: IndexPath) -> Void
                                                      ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:43:45: error: 'UITableView' is unavailable in watchOS
        public func numberOfSections(in tableView: UITableView) -> Int {
                                                   ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:47:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:51:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:51:88: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                              ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:58:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:64:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:71:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:71:90: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:82:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:82:90: error: 'UIView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                                ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BaseTableViewDataSource.swift:93:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:98:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:103:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:103:71: error: 'UITableViewCell' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:108:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:114:37: error: 'UITableView' is unavailable in watchOS
        public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:119:24: error: 'UITableView' is unavailable in watchOS
        public var tableView: UITableView
                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:146:34: error: 'UITableView' is unavailable in watchOS
        public var defaultRowAnimation: UITableView.RowAnimation = .fade
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:167:25: error: 'UITableView' is unavailable in watchOS
        public init(tableView: UITableView, cellProvider: @escaping CellProvider) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:11:76: error: 'UITableViewDataSource' is unavailable in watchOS
open class BaseTableViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UITableViewDataSource, UITableViewDelegate {
                                                                           ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:11:99: error: 'UITableViewDelegate' is unavailable in watchOS
open class BaseTableViewDataSource<Snapshot: SnapshotProtocol> : NSObject, UITableViewDataSource, UITableViewDelegate {
                                                                                                  ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:256:22: error: 'UITableViewCell' is unavailable in watchOS
        convenience init<T: UITableViewCell>(
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:257:14: error: 'UITableView' is unavailable in watchOS
                tableView: UITableView,
                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:259:10: error: 'UITableViewCell' is unavailable in watchOS
                style: UITableViewCell.CellStyle = .default,
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/BaseTableViewDataSource.swift:260:27: error: 'UITableView' is unavailable in watchOS
                updater: ((_ tableView: UITableView, _ cell: T, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void)? = nil) {
                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:64:27: error: 'UICollectionView' is unavailable in watchOS
                                          to collectionView: UICollectionView,
                                                             ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift:68:29: error: 'UICollectionViewCell' is unavailable in watchOS
                                          updateItem: (_ cell: UICollectionViewCell, _ item: Section.ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void,
                                                               ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Snapshot+UIKit.swift:69:42: error: 'UICollectionReusableView' is unavailable in watchOS
                                          updateSupplementaryView: (_ view: UICollectionReusableView, _ section: Section.SectionType?, _ indexPath: IndexPath, _ kind: String, _ animated: Bool) -> Void,
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:120:22: error: 'UITableView' is unavailable in watchOS
                                          to tableView: UITableView,
                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:123:29: error: 'UITableViewCell' is unavailable in watchOS
                                          updateItem: (_ cell: UITableViewCell, _ item: Section.ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void,
                                                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/Snapshot+UIKit.swift:124:22: error: 'UITableView' is unavailable in watchOS
                                          rowAnimation: UITableView.RowAnimation = .fade,
                                                        ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:22:24: error: 'UITableView' is unavailable in watchOS
        public let tableView: UITableView
                              ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:37:53: error: 'UITableView' is unavailable in watchOS
        public typealias CellUpdateHandler = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void
                                                           ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:37:74: error: 'UITableViewCell' is unavailable in watchOS
        public typealias CellUpdateHandler = (_ tableView: UITableView, _ cell: UITableViewCell, _ item: ItemType, _ indexPath: IndexPath, _ animated: Bool) -> Void
                                                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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/TableViewSectionDataSource.swift:43:25: error: 'UITableView' is unavailable in watchOS
        public init(tableView: UITableView, sectionIndex: Int, cellUpdater: CellUpdateHandler? = nil) {
                               ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotProtocol.swift (in target 'AveDataSource' from project 'AveDataSource')
SwiftEmitModule normal armv7k Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
EmitSwiftModule normal armv7k (in target 'AveDataSource' from project 'AveDataSource')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling IndexPathDiffResult.swift, ListDiff.swift (in target 'AveDataSource' from project 'AveDataSource')
2026-04-20 13:57:55.352 xcodebuild[818:4665] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
	EmitSwiftModule normal arm64 (in target 'AveDataSource' from project 'AveDataSource')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AveDataSource (in target 'AveDataSource' from project 'AveDataSource')
	EmitSwiftModule normal arm64_32 (in target 'AveDataSource' from project 'AveDataSource')
	Building workspace spi-builder-workspace with scheme AveDataSource
(5 failures)
BUILD FAILURE 6.3 watchOS