Build Information
Failed to build AdvancedCollectionTableView-iOS, reference 1.0.0 (79bcf9
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 21 Jun 2025 04:33:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AdvancedCollectionTableView-iOS-Package -destination generic/platform=watchOS
Build Log
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:207:83: error: 'UIView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:213:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:213:68: error: 'UITableViewCell' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:219:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:219:73: error: 'UITableViewCell' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:11:31: error: 'UITableViewDelegate' is unavailable in watchOS
class Delegate: NSObject, UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:11:80: error: cannot specialize non-generic type 'UITableViewDiffableDataSource'
class TableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> : UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType: Hashable & Sendable, ItemIdentifierType: Hashable & Sendable {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:13:25: error: 'UITableView' is unavailable in watchOS
weak var tableView: UITableView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:23:58: error: 'UITableView' is unavailable in watchOS
public typealias SectionViewProvider = (_ tableView: UITableView, _ sectionIdentifier: SectionIdentifierType) -> UIView
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:23:118: error: 'UIView' is unavailable in watchOS
public typealias SectionViewProvider = (_ tableView: UITableView, _ sectionIdentifier: SectionIdentifierType) -> UIView
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:26:93: error: 'SectionViewRegistration' is not a member type of class 'UIKit.UITableView'
public func applyHeaderViewRegistration<HeaderView: UIView>(_ registration: UITableView.SectionViewRegistration<HeaderView, SectionIdentifierType>) {
~~~~~~~~~~~ ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' declared here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:26:57: error: 'UIView' is unavailable in watchOS
public func applyHeaderViewRegistration<HeaderView: UIView>(_ registration: UITableView.SectionViewRegistration<HeaderView, SectionIdentifierType>) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:33:93: error: 'SectionViewRegistration' is not a member type of class 'UIKit.UITableView'
public func applyFooterViewRegistration<FooterView: UIView>(_ registration: UITableView.SectionViewRegistration<FooterView, SectionIdentifierType>) {
~~~~~~~~~~~ ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' declared here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:33:57: error: 'UIView' is unavailable in watchOS
public func applyFooterViewRegistration<FooterView: UIView>(_ registration: UITableView.SectionViewRegistration<FooterView, SectionIdentifierType>) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:111:38: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
func updateEmptyView(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, previousIsEmpty: Bool? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:50:17: error: type of expression is ambiguous without a type annotation
updateEmptyView(snapshot())
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:44:25: error: 'UIView' is unavailable in watchOS
open var emptyView: UIView? = nil {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:69:17: error: type of expression is ambiguous without a type annotation
updateEmptyView(snapshot())
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:60:41: error: 'UIContentConfiguration' is unavailable in watchOS
open var emptyContentConfiguration: UIContentConfiguration? = nil {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:85:17: error: type of expression is ambiguous without a type annotation
emptyHandler(snapshot().isEmpty)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:92:37: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
override func apply(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true, completion: (() -> Void)? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:102:60: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
override func applySnapshotUsingReloadData(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, completion: (() -> Void)? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:192:36: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
public func emptySnapshot() -> NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:221:92: error: 'UITableView' is unavailable in watchOS
public func selectItems(_ items: [ItemIdentifierType], animated: Bool, scrollPosition: UITableView.ScrollPosition) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:233:99: error: 'UITableView' is unavailable in watchOS
public func selectItems(in sections: [SectionIdentifierType], animated: Bool, scrollPosition: UITableView.ScrollPosition) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:247:77: error: 'UITableView' is unavailable in watchOS
public func scrollToItem(_ item: ItemIdentifierType, at scrollPosition: UITableView.ScrollPosition, animated: Bool) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:294:67: error: cannot specialize non-generic type 'UITableViewDiffableDataSource'
override init(tableView: UITableView, cellProvider: @escaping UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:294:57: error: @escaping attribute only applies to function types
override init(tableView: UITableView, cellProvider: @escaping UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:294:30: error: 'UITableView' is unavailable in watchOS
override init(tableView: UITableView, cellProvider: @escaping UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:299:42: error: 'UITableView' is unavailable in watchOS
override func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:305:42: error: 'UITableView' is unavailable in watchOS
override func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:312:42: error: 'UITableView' is unavailable in watchOS
override func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:399:58: error: 'UITableViewCell' is unavailable in watchOS
public var editingStyle: ((ItemIdentifierType)->(UITableViewCell.EditingStyle))?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:428:55: error: 'UITableViewCell' is unavailable in watchOS
public var willDisplay: ((ItemIdentifierType, UITableViewCell)->())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:430:57: error: 'UITableViewCell' is unavailable in watchOS
public var didEndDisplay: ((ItemIdentifierType, UITableViewCell)->())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:432:64: error: 'UIView' is unavailable in watchOS
public var willDisplayHeader: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:434:66: error: 'UIView' is unavailable in watchOS
public var didEndDisplayHeader: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:436:64: error: 'UIView' is unavailable in watchOS
public var willDisplayFooter: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:438:66: error: 'UIView' is unavailable in watchOS
public var didEndDisplayFooter: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:471:41: error: 'UITableViewFocusUpdateContext' is unavailable in watchOS
public var shouldUpdateFocus: ((UITableViewFocusUpdateContext)->(Bool))?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:89:12: note: 'UITableViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UITableViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:473:49: error: 'UITableViewFocusUpdateContext' is unavailable in watchOS
public var didUpdateFocus: ((_ context: UITableViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator)->())?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:89:12: note: 'UITableViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UITableViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:473:95: error: 'UIFocusAnimationCoordinator' is unavailable in watchOS
public var didUpdateFocus: ((_ context: UITableViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator)->())?
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h:26:12: note: 'UIFocusAnimationCoordinator' has been explicitly marked unavailable here
@interface UIFocusAnimationCoordinator : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:18:82: error: 'CellRegistration' is not a member type of class 'UIKit.UITableView'
convenience init<Cell>(tableView: UITableView, cellRegistration: UITableView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UITableViewCell {
~~~~~~~~~~~ ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' declared here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:18:138: error: 'UITableViewCell' is unavailable in watchOS
convenience init<Cell>(tableView: UITableView, cellRegistration: UITableView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:18:39: error: 'UITableView' is unavailable in watchOS
convenience init<Cell>(tableView: UITableView, cellRegistration: UITableView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UITableViewCell {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:34:28: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
func apply(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, _ option: DiffableDataSourceSnapshotApplyOption, completion: (() -> Void)? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:10:18: error: 'UITableViewDiffableDataSource' is unavailable in watchOS
public extension UITableViewDiffableDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:195:12: note: 'UITableViewDiffableDataSource' has been explicitly marked unavailable here
@interface UITableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<UITableViewDataSource>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:30:28: error: 'UITableViewCell' is unavailable in watchOS
var willDisplay: ((UITableViewCell, IndexPath) -> ())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:31:33: error: 'UITableViewCell' is unavailable in watchOS
var didEndDisplaying: ((UITableViewCell, IndexPath) -> ())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:32:34: error: 'UIView' is unavailable in watchOS
var willDisplayHeader: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:33:39: error: 'UIView' is unavailable in watchOS
var didEndDisplayingHeader: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:34:34: error: 'UIView' is unavailable in watchOS
var willDisplayFooter: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:35:39: error: 'UIView' is unavailable in watchOS
var didEndDisplayingFooter: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:10:11: error: 'UITableView' is unavailable in watchOS
extension UITableView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:12:20: error: 'UITableView' is unavailable in watchOS
var tableView: UITableView? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:17:34: error: 'UITableViewCell' is unavailable in watchOS
@objc open var previousCell: UITableViewCell? {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:26:30: error: 'UITableViewCell' is unavailable in watchOS
@objc open var nextCell: UITableViewCell? {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:10:11: error: 'UITableViewCell' is unavailable in watchOS
extension UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
SwiftCompile normal armv7k Compiling\ UITableView+Handlers.swift,\ UITableViewCell+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UICollectionViewDiffableDataSource+.swift,\ UICollectionViewDiffableDataSource+Delegate.swift,\ UICollectionViewDiffableDataSource+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UICollectionView+.swift,\ UICollectionViewCell+.swift,\ UICollectionViewLayout+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionView+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewLayout+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionView+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewLayout+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UITableView+SectionViewRegistration.swift,\ UIContextualAction+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+SectionViewRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UIContextualAction+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+SectionViewRegistration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UIContextualAction+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ AdvancedCollectionTableView_iOS (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
EmitSwiftModule normal arm64 (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AdvancedCollectionTableView_iOS (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ AdvancedCollectionTableView_iOS (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
EmitSwiftModule normal armv7k (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
Building workspace spi-builder-workspace with scheme AdvancedCollectionTableView-iOS-Package
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
AdvancedCollectionTableView-iOS: /Users/admin/builder/spi-builder-workspace
resolved source packages: AdvancedCollectionTableView-iOS
{
"dependencies" : [
],
"manifest_display_name" : "AdvancedCollectionTableView-iOS",
"name" : "AdvancedCollectionTableView-iOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AdvancedCollectionTableView-iOS",
"targets" : [
"AdvancedCollectionTableView-iOS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AdvancedCollectionTableView_iOSTests",
"module_type" : "SwiftTarget",
"name" : "AdvancedCollectionTableView-iOSTests",
"path" : "Tests/AdvancedCollectionTableView-iOSTests",
"sources" : [
"AdvancedCollectionTableView_iOSTests.swift"
],
"target_dependencies" : [
"AdvancedCollectionTableView-iOS"
],
"type" : "test"
},
{
"c99name" : "AdvancedCollectionTableView_iOS",
"module_type" : "SwiftTarget",
"name" : "AdvancedCollectionTableView-iOS",
"path" : "Sources/AdvancedCollectionTableView-iOS",
"product_memberships" : [
"AdvancedCollectionTableView-iOS"
],
"sources" : [
"CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift",
"CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift",
"CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift",
"CollectionView/UICollectionView+.swift",
"CollectionView/UICollectionViewCell+.swift",
"CollectionView/UICollectionViewLayout+.swift",
"Extensions/Array+.swift",
"Extensions/AssociatedValue.swift",
"Extensions/KeyPath+.swift",
"Extensions/NSDiffableDataSourceSnapshot+.swift",
"Extensions/NSObject+Observe.swift",
"Extensions/Swizzle.swift",
"Extensions/UIView+.swift",
"Shared/ContentConfigurationView.swift",
"Shared/DiffableDataSourceSnapshotApplyOption.swift",
"TableView/DataSource/DiffableDataSourceTransaction.swift",
"TableView/DataSource/TableViewDiffableDataSource+Delegate.swift",
"TableView/DataSource/TableViewDiffableDataSource.swift",
"TableView/DataSource/UITableViewDiffableDataSource+.swift",
"TableView/Registration/UITableView+CellRegistration.swift",
"TableView/Registration/UITableView+SectionViewRegistration.swift",
"TableView/UIContextualAction+.swift",
"TableView/UITableView+Handlers.swift",
"TableView/UITableViewCell+.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AdvancedCollectionTableView-iOS",
"AdvancedCollectionTableView-iOS-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AdvancedCollectionTableView-iOS-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 AdvancedCollectionTableView-iOS-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
AdvancedCollectionTableView-iOS: /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 'AdvancedCollectionTableView-iOS' in project 'AdvancedCollectionTableView-iOS'
➜ Explicit dependency on target 'AdvancedCollectionTableView-iOS' in project 'AdvancedCollectionTableView-iOS'
Target 'AdvancedCollectionTableView-iOS' in project 'AdvancedCollectionTableView-iOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver AdvancedCollectionTableView-iOS normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdvancedCollectionTableView_iOS -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64/AdvancedCollectionTableView-iOS.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos7.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64/AdvancedCollectionTableView-iOS-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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64/AdvancedCollectionTableView_iOS.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64/AdvancedCollectionTableView-iOS_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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64/AdvancedCollectionTableView-iOS-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AdvancedCollectionTableView-iOS normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdvancedCollectionTableView_iOS -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos7.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS-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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView_iOS.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS_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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AdvancedCollectionTableView-iOS normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AdvancedCollectionTableView_iOS -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/armv7k/AdvancedCollectionTableView-iOS.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos7.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/armv7k/AdvancedCollectionTableView-iOS-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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/armv7k/AdvancedCollectionTableView_iOS.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/armv7k/AdvancedCollectionTableView-iOS_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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/armv7k/AdvancedCollectionTableView-iOS-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AdvancedCollectionTableView_iOS (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
EmitSwiftModule normal arm64_32 (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:81:27: error: 'UIView' is unavailable in watchOS
public var emptyView: UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:107:43: error: 'UIContentConfiguration' is unavailable in watchOS
public var emptyContentConfiguration: UIContentConfiguration? {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:146:38: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
func updateEmptyView(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, previousIsEmpty: Bool? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:168:25: error: 'UICollectionView' is unavailable in watchOS
var collectionView: UICollectionView? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:188:36: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
public func emptySnapshot() -> NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:193:24: error: cannot find type 'ItemIdentifierType' in scope
public var items: [ItemIdentifierType] { snapshot().itemIdentifiers }
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:196:32: error: cannot find type 'ItemIdentifierType' in scope
public var selectedItems: [ItemIdentifierType] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:200:56: error: cannot find type 'ItemIdentifierType' in scope
func items(for section: SectionIdentifierType) -> [ItemIdentifierType] {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:200:29: error: cannot find type 'SectionIdentifierType' in scope
func items(for section: SectionIdentifierType) -> [ItemIdentifierType] {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:209:44: error: cannot find type 'ItemIdentifierType' in scope
public func item(at point: CGPoint) -> ItemIdentifierType? {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:217:39: error: cannot find type 'ItemIdentifierType' in scope
public func selectItems(_ items: [ItemIdentifierType], animated: Bool, scrollPosition: UICollectionView.ScrollPosition) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:217:92: error: 'UICollectionView' is unavailable in watchOS
public func selectItems(_ items: [ItemIdentifierType], animated: Bool, scrollPosition: UICollectionView.ScrollPosition) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:223:41: error: cannot find type 'ItemIdentifierType' in scope
public func deselectItems(_ items: [ItemIdentifierType], animated: Bool) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:229:43: error: cannot find type 'SectionIdentifierType' in scope
public func selectItems(in sections: [SectionIdentifierType], animated: Bool, scrollPosition: UICollectionView.ScrollPosition) {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:229:99: error: 'UICollectionView' is unavailable in watchOS
public func selectItems(in sections: [SectionIdentifierType], animated: Bool, scrollPosition: UICollectionView.ScrollPosition) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:236:45: error: cannot find type 'SectionIdentifierType' in scope
public func deselectItems(in sections: [SectionIdentifierType], animated: Bool) {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:243:38: error: cannot find type 'ItemIdentifierType' in scope
public func scrollToItem(_ item: ItemIdentifierType, at scrollPosition: UICollectionView.ScrollPosition, animated: Bool) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:243:77: error: 'UICollectionView' is unavailable in watchOS
public func scrollToItem(_ item: ItemIdentifierType, at scrollPosition: UICollectionView.ScrollPosition, animated: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:249:39: error: cannot find type 'ItemIdentifierType' in scope
public func reloadItems(_ items: [ItemIdentifierType], _ option: DiffableDataSourceSnapshotApplyOption = .animated) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:257:44: error: cannot find type 'ItemIdentifierType' in scope
public func reconfigureItems(_ items: [ItemIdentifierType], _ option: DiffableDataSourceSnapshotApplyOption = .animated) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:266:36: error: cannot find type 'ItemIdentifierType' in scope
public var shouldSelect: ((ItemIdentifierType)->(Bool))?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:268:33: error: cannot find type 'ItemIdentifierType' in scope
public var didSelect: ((ItemIdentifierType)->())?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:270:38: error: cannot find type 'ItemIdentifierType' in scope
public var shouldDeselect: ((ItemIdentifierType)->(Bool))?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:272:35: error: cannot find type 'ItemIdentifierType' in scope
public var didDeselect: ((ItemIdentifierType)->())?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:302:31: error: cannot find type 'ItemIdentifierType' in scope
public var canEdit: ((ItemIdentifierType)->(Bool))?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:312:35: error: cannot find type 'ItemIdentifierType' in scope
public var willDisplay: ((ItemIdentifierType, UICollectionViewCell)->())?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:314:37: error: cannot find type 'ItemIdentifierType' in scope
public var didEndDisplay: ((ItemIdentifierType, UICollectionViewCell)->())?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:325:39: error: cannot find type 'ItemIdentifierType' in scope
public var shouldHighlight: ((ItemIdentifierType)->(Bool))?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:327:36: error: cannot find type 'ItemIdentifierType' in scope
public var didHighlight: ((ItemIdentifierType)->())?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:329:38: error: cannot find type 'ItemIdentifierType' in scope
public var didUnhighlight: ((ItemIdentifierType)->())?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:341:32: error: cannot find type 'ItemIdentifierType' in scope
public var canFocus: ((ItemIdentifierType)->(Bool))?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:343:41: error: 'UICollectionViewFocusUpdateContext' is unavailable in watchOS
public var shouldUpdateFocus: ((UICollectionViewFocusUpdateContext)->(Bool))?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:65:12: note: 'UICollectionViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UICollectionViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:345:49: error: 'UICollectionViewFocusUpdateContext' is unavailable in watchOS
public var didUpdateFocus: ((_ context: UICollectionViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator)->())?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:65:12: note: 'UICollectionViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UICollectionViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:345:100: error: 'UIFocusAnimationCoordinator' is unavailable in watchOS
public var didUpdateFocus: ((_ context: UICollectionViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator)->())?
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h:26:12: note: 'UIFocusAnimationCoordinator' has been explicitly marked unavailable here
@interface UIFocusAnimationCoordinator : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift:10:11: error: 'UICollectionViewDiffableDataSource' is unavailable in watchOS
extension UICollectionViewDiffableDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:130:12: note: 'UICollectionViewDiffableDataSource' has been explicitly marked unavailable here
@interface UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<UICollectionViewDataSource>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:12:25: error: 'UICollectionViewDiffableDataSource' is unavailable in watchOS
let dataSource: UICollectionViewDiffableDataSource
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:130:12: note: 'UICollectionViewDiffableDataSource' has been explicitly marked unavailable here
@interface UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<UICollectionViewDataSource>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:14:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, shouldSelectItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:20:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didSelectItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:26:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, shouldDeselectItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:88:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionView: UICollectionView, canEditItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:95:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, shouldHighlightItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:101:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didHighlightItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:107:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didUnhighlightItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:113:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, canFocusItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:119:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, shouldUpdateFocusIn context: UICollectionViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:119:94: error: 'UICollectionViewFocusUpdateContext' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, shouldUpdateFocusIn context: UICollectionViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:65:12: note: 'UICollectionViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UICollectionViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:124:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:124:91: error: 'UICollectionViewFocusUpdateContext' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:65:12: note: 'UICollectionViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UICollectionViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:124:145: error: 'UIFocusAnimationCoordinator' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h:26:12: note: 'UIFocusAnimationCoordinator' has been explicitly marked unavailable here
@interface UIFocusAnimationCoordinator : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:129:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:129:83: error: 'UICollectionViewCell' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:135:47: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:135:88: error: 'UICollectionViewCell' is unavailable in watchOS
func collectionView(_ collectionVIew: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:141:28: error: 'UICollectionViewDiffableDataSource' is unavailable in watchOS
init(_ dataSource: UICollectionViewDiffableDataSource!) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:130:12: note: 'UICollectionViewDiffableDataSource' has been explicitly marked unavailable here
@interface UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<UICollectionViewDataSource>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:11:31: error: 'UICollectionViewDelegate' is unavailable in watchOS
class Delegate: NSObject, UICollectionViewDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:88:14: error: cannot override 'collectionView' which has been marked unavailable
func collectionView(_ collectionView: UICollectionView, canEditItemAt indexPath: IndexPath) -> Bool {
^
UIKit.UICollectionViewDelegate.collectionView:3:17: note: 'collectionView(_:canEditItemAt:)' has been explicitly marked unavailable here
optional func collectionView(_ collectionView: UICollectionView, canEditItemAt indexPath: IndexPath) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift:10:11: error: 'UICollectionViewDiffableDataSource' is unavailable in watchOS
extension UICollectionViewDiffableDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:130:12: note: 'UICollectionViewDiffableDataSource' has been explicitly marked unavailable here
@interface UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<UICollectionViewDataSource>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift:18:120: error: cannot find type 'ItemIdentifierType' in scope
convenience init<Cell>(collectionView: UICollectionView, cellRegistration: UICollectionView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift:18:153: error: 'UICollectionViewCell' is unavailable in watchOS
convenience init<Cell>(collectionView: UICollectionView, cellRegistration: UICollectionView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift:18:44: error: 'UICollectionView' is unavailable in watchOS
convenience init<Cell>(collectionView: UICollectionView, cellRegistration: UICollectionView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift:34:28: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
func apply(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, _ option: DiffableDataSourceSnapshotApplyOption, completion: (() -> Void)? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift:10:18: error: 'UICollectionViewDiffableDataSource' is unavailable in watchOS
public extension UICollectionViewDiffableDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:130:12: note: 'UICollectionViewDiffableDataSource' has been explicitly marked unavailable here
@interface UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<UICollectionViewDataSource>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionView+.swift:17:39: error: 'UICollectionViewCell' is unavailable in watchOS
public func displayingCells() -> [UICollectionViewCell] {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionView+.swift:10:11: error: 'UICollectionView' is unavailable in watchOS
extension UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift:12:36: error: 'UICollectionView' is unavailable in watchOS
@objc open var collectionView: UICollectionView? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift:17:34: error: 'UICollectionViewCell' is unavailable in watchOS
@objc open var previousCell: UICollectionViewCell? {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift:26:30: error: 'UICollectionViewCell' is unavailable in watchOS
@objc open var nextCell: UICollectionViewCell? {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift:10:11: error: 'UICollectionViewCell' is unavailable in watchOS
extension UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/NSDiffableDataSourceSnapshot+.swift:10:11: error: 'NSDiffableDataSourceSnapshot' is unavailable in watchOS
extension NSDiffableDataSourceSnapshot {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:35:12: note: 'NSDiffableDataSourceSnapshot' has been explicitly marked unavailable here
@interface NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:28:28: error: 'UIView' is unavailable in watchOS
func firstSuperview<V: UIView>(for _: V.Type) -> V? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:38:43: error: 'UIView' is unavailable in watchOS
func firstSuperview(where predicate: (UIView) -> (Bool)) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:38:65: error: 'UIView' is unavailable in watchOS
func firstSuperview(where predicate: (UIView) -> (Bool)) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:55:42: error: 'UIView' is unavailable in watchOS
func addSubview(withConstraint view: UIView) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:55:54: error: 'NSLayoutConstraint' is unavailable in watchOS
func addSubview(withConstraint view: UIView) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:67:30: error: 'UIView' is unavailable in watchOS
func constraint(to view: UIView) -> [NSLayoutConstraint] {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:67:42: error: 'NSLayoutConstraint' is unavailable in watchOS
func constraint(to view: UIView) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift:10:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift:14:23: error: 'UIView' is unavailable in watchOS
var contentView: (UIView & UIContentView)
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift:14:32: error: 'UIContentView' is unavailable in watchOS
var contentView: (UIView & UIContentView)
^~~~~~~~~~~~~
UIKit.UIContentView:3:28: note: 'UIContentView' has been explicitly marked unavailable here
@MainActor public protocol UIContentView : NSObjectProtocol {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift:17:38: error: 'UIContentConfiguration' is unavailable in watchOS
public var contentConfiguration: UIContentConfiguration {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift:34:32: error: 'UIContentConfiguration' is unavailable in watchOS
public init(configuration: UIContentConfiguration) {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift:11:33: error: 'UIView' is unavailable in watchOS
class ContentConfigurationView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift:53:36: error: 'UIContentConfiguration' is unavailable in watchOS
func supports(_ configuration: UIContentConfiguration) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift:46:11: error: 'UIContentView' is unavailable in watchOS
extension UIContentView {
^~~~~~~~~~~~~
UIKit.UIContentView:3:28: note: 'UIContentView' has been explicitly marked unavailable here
@MainActor public protocol UIContentView : NSObjectProtocol {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/DiffableDataSourceTransaction.swift:13:33: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
public let initialSnapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/DiffableDataSourceTransaction.swift:16:31: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
public let finalSnapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/DiffableDataSourceTransaction.swift:23:19: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
init(initial: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, final: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/DiffableDataSourceTransaction.swift:23:99: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
init(initial: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, final: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:14:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:14:90: error: 'UIView' is unavailable in watchOS
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:19:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:19:90: error: 'UIView' is unavailable in watchOS
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:25:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:31:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:37:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:130:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:136:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:142:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:142:96: error: 'UITableViewCell' is unavailable in watchOS
func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:149:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:155:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:161:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:167:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:173:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:179:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, shouldUpdateFocusIn context: UITableViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:179:79: error: 'UITableViewFocusUpdateContext' is unavailable in watchOS
func tableView(_ tableView: UITableView, shouldUpdateFocusIn context: UITableViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:89:12: note: 'UITableViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UITableViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:184:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didUpdateFocusIn context: UITableViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:184:76: error: 'UITableViewFocusUpdateContext' is unavailable in watchOS
func tableView(_ tableView: UITableView, didUpdateFocusIn context: UITableViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:89:12: note: 'UITableViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UITableViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:184:125: error: 'UIFocusAnimationCoordinator' is unavailable in watchOS
func tableView(_ tableView: UITableView, didUpdateFocusIn context: UITableViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h:26:12: note: 'UIFocusAnimationCoordinator' has been explicitly marked unavailable here
@interface UIFocusAnimationCoordinator : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:189:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:189:78: error: 'UIView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:195:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:195:78: error: 'UIView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:201:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:201:83: error: 'UIView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:207:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:207:83: error: 'UIView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:213:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:213:68: error: 'UITableViewCell' is unavailable in watchOS
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:219:37: error: 'UITableView' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:219:73: error: 'UITableViewCell' is unavailable in watchOS
func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift:11:31: error: 'UITableViewDelegate' is unavailable in watchOS
class Delegate: NSObject, UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:11:80: error: cannot specialize non-generic type 'UITableViewDiffableDataSource'
class TableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> : UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType: Hashable & Sendable, ItemIdentifierType: Hashable & Sendable {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:13:25: error: 'UITableView' is unavailable in watchOS
weak var tableView: UITableView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:23:58: error: 'UITableView' is unavailable in watchOS
public typealias SectionViewProvider = (_ tableView: UITableView, _ sectionIdentifier: SectionIdentifierType) -> UIView
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:23:118: error: 'UIView' is unavailable in watchOS
public typealias SectionViewProvider = (_ tableView: UITableView, _ sectionIdentifier: SectionIdentifierType) -> UIView
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:26:93: error: 'SectionViewRegistration' is not a member type of class 'UIKit.UITableView'
public func applyHeaderViewRegistration<HeaderView: UIView>(_ registration: UITableView.SectionViewRegistration<HeaderView, SectionIdentifierType>) {
~~~~~~~~~~~ ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' declared here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:26:57: error: 'UIView' is unavailable in watchOS
public func applyHeaderViewRegistration<HeaderView: UIView>(_ registration: UITableView.SectionViewRegistration<HeaderView, SectionIdentifierType>) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:33:93: error: 'SectionViewRegistration' is not a member type of class 'UIKit.UITableView'
public func applyFooterViewRegistration<FooterView: UIView>(_ registration: UITableView.SectionViewRegistration<FooterView, SectionIdentifierType>) {
~~~~~~~~~~~ ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' declared here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:33:57: error: 'UIView' is unavailable in watchOS
public func applyFooterViewRegistration<FooterView: UIView>(_ registration: UITableView.SectionViewRegistration<FooterView, SectionIdentifierType>) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:111:38: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
func updateEmptyView(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, previousIsEmpty: Bool? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:50:17: error: type of expression is ambiguous without a type annotation
updateEmptyView(snapshot())
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:44:25: error: 'UIView' is unavailable in watchOS
open var emptyView: UIView? = nil {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:69:17: error: type of expression is ambiguous without a type annotation
updateEmptyView(snapshot())
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:60:41: error: 'UIContentConfiguration' is unavailable in watchOS
open var emptyContentConfiguration: UIContentConfiguration? = nil {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:85:17: error: type of expression is ambiguous without a type annotation
emptyHandler(snapshot().isEmpty)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:92:37: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
override func apply(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true, completion: (() -> Void)? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:102:60: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
override func applySnapshotUsingReloadData(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, completion: (() -> Void)? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:192:36: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
public func emptySnapshot() -> NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:221:92: error: 'UITableView' is unavailable in watchOS
public func selectItems(_ items: [ItemIdentifierType], animated: Bool, scrollPosition: UITableView.ScrollPosition) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:233:99: error: 'UITableView' is unavailable in watchOS
public func selectItems(in sections: [SectionIdentifierType], animated: Bool, scrollPosition: UITableView.ScrollPosition) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:247:77: error: 'UITableView' is unavailable in watchOS
public func scrollToItem(_ item: ItemIdentifierType, at scrollPosition: UITableView.ScrollPosition, animated: Bool) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:294:67: error: cannot specialize non-generic type 'UITableViewDiffableDataSource'
override init(tableView: UITableView, cellProvider: @escaping UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:294:57: error: @escaping attribute only applies to function types
override init(tableView: UITableView, cellProvider: @escaping UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:294:30: error: 'UITableView' is unavailable in watchOS
override init(tableView: UITableView, cellProvider: @escaping UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:299:42: error: 'UITableView' is unavailable in watchOS
override func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:305:42: error: 'UITableView' is unavailable in watchOS
override func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:312:42: error: 'UITableView' is unavailable in watchOS
override func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:399:58: error: 'UITableViewCell' is unavailable in watchOS
public var editingStyle: ((ItemIdentifierType)->(UITableViewCell.EditingStyle))?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:428:55: error: 'UITableViewCell' is unavailable in watchOS
public var willDisplay: ((ItemIdentifierType, UITableViewCell)->())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:430:57: error: 'UITableViewCell' is unavailable in watchOS
public var didEndDisplay: ((ItemIdentifierType, UITableViewCell)->())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:432:64: error: 'UIView' is unavailable in watchOS
public var willDisplayHeader: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:434:66: error: 'UIView' is unavailable in watchOS
public var didEndDisplayHeader: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:436:64: error: 'UIView' is unavailable in watchOS
public var willDisplayFooter: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:438:66: error: 'UIView' is unavailable in watchOS
public var didEndDisplayFooter: ((SectionIdentifierType, UIView)->())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:471:41: error: 'UITableViewFocusUpdateContext' is unavailable in watchOS
public var shouldUpdateFocus: ((UITableViewFocusUpdateContext)->(Bool))?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:89:12: note: 'UITableViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UITableViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:473:49: error: 'UITableViewFocusUpdateContext' is unavailable in watchOS
public var didUpdateFocus: ((_ context: UITableViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator)->())?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:89:12: note: 'UITableViewFocusUpdateContext' has been explicitly marked unavailable here
@interface UITableViewFocusUpdateContext : UIFocusUpdateContext
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift:473:95: error: 'UIFocusAnimationCoordinator' is unavailable in watchOS
public var didUpdateFocus: ((_ context: UITableViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator)->())?
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusAnimationCoordinator.h:26:12: note: 'UIFocusAnimationCoordinator' has been explicitly marked unavailable here
@interface UIFocusAnimationCoordinator : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:18:82: error: 'CellRegistration' is not a member type of class 'UIKit.UITableView'
convenience init<Cell>(tableView: UITableView, cellRegistration: UITableView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UITableViewCell {
~~~~~~~~~~~ ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' declared here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:18:138: error: 'UITableViewCell' is unavailable in watchOS
convenience init<Cell>(tableView: UITableView, cellRegistration: UITableView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:18:39: error: 'UITableView' is unavailable in watchOS
convenience init<Cell>(tableView: UITableView, cellRegistration: UITableView.CellRegistration<Cell, ItemIdentifierType>) where Cell: UITableViewCell {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:34:28: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
func apply(_ snapshot: NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, _ option: DiffableDataSourceSnapshotApplyOption, completion: (() -> Void)? = nil) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift:10:18: error: 'UITableViewDiffableDataSource' is unavailable in watchOS
public extension UITableViewDiffableDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:195:12: note: 'UITableViewDiffableDataSource' has been explicitly marked unavailable here
@interface UITableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<UITableViewDataSource>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:30:28: error: 'UITableViewCell' is unavailable in watchOS
var willDisplay: ((UITableViewCell, IndexPath) -> ())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:31:33: error: 'UITableViewCell' is unavailable in watchOS
var didEndDisplaying: ((UITableViewCell, IndexPath) -> ())?
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:32:34: error: 'UIView' is unavailable in watchOS
var willDisplayHeader: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:33:39: error: 'UIView' is unavailable in watchOS
var didEndDisplayingHeader: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:34:34: error: 'UIView' is unavailable in watchOS
var willDisplayFooter: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:35:39: error: 'UIView' is unavailable in watchOS
var didEndDisplayingFooter: ((UIView, IndexPath) -> ())?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift:10:11: error: 'UITableView' is unavailable in watchOS
extension UITableView {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:12:20: error: 'UITableView' is unavailable in watchOS
var tableView: UITableView? {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:17:34: error: 'UITableViewCell' is unavailable in watchOS
@objc open var previousCell: UITableViewCell? {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:26:30: error: 'UITableViewCell' is unavailable in watchOS
@objc open var nextCell: UITableViewCell? {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift:10:11: error: 'UITableViewCell' is unavailable in watchOS
extension UITableViewCell {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionView+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewLayout+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/Array+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/AssociatedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/KeyPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/NSDiffableDataSourceSnapshot+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/NSObject+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/UIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/ContentConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/DiffableDataSourceSnapshotApplyOption.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/DiffableDataSourceTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+CellRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+SectionViewRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UIContextualAction+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift -target arm64_32-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView_iOS-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -enforce-exclusivity\=checked -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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS_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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.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/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name AdvancedCollectionTableView_iOS -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView_iOS.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView_iOS.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView-iOS-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView_iOS.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AdvancedCollectionTableView-iOS.build/Debug-watchos/AdvancedCollectionTableView-iOS.build/Objects-normal/arm64_32/AdvancedCollectionTableView_iOS.abi.json
SwiftCompile normal arm64_32 Compiling\ Array+.swift,\ AssociatedValue.swift,\ KeyPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/Array+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/AssociatedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/KeyPath+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/Array+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/AssociatedValue.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/KeyPath+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UICollectionView+.swift,\ UICollectionViewCell+.swift,\ UICollectionViewLayout+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionView+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewLayout+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionView+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewCell+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/UICollectionViewLayout+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DiffableDataSourceSnapshotApplyOption.swift,\ DiffableDataSourceTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/DiffableDataSourceSnapshotApplyOption.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/DiffableDataSourceTransaction.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Shared/DiffableDataSourceSnapshotApplyOption.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/DiffableDataSourceTransaction.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UITableView+SectionViewRegistration.swift,\ UIContextualAction+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+SectionViewRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UIContextualAction+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+SectionViewRegistration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UIContextualAction+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UITableViewDiffableDataSource+.swift,\ UITableView+CellRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+CellRegistration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/UITableViewDiffableDataSource+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/Registration/UITableView+CellRegistration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TableViewDiffableDataSource+Delegate.swift,\ TableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource+Delegate.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UICollectionViewDiffableDataSource+.swift,\ UICollectionViewDiffableDataSource+Delegate.swift,\ UICollectionViewDiffableDataSource+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Delegate.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+Registration.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ NSDiffableDataSourceSnapshot+.swift,\ NSObject+Observe.swift,\ Swizzle.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/NSDiffableDataSourceSnapshot+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/NSObject+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/Swizzle.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/NSDiffableDataSourceSnapshot+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/NSObject+Observe.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/Extensions/Swizzle.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UITableView+Handlers.swift,\ UITableViewCell+.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableView+Handlers.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AdvancedCollectionTableView-iOS/TableView/UITableViewCell+.swift (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ AdvancedCollectionTableView_iOS (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AdvancedCollectionTableView_iOS (in target 'AdvancedCollectionTableView-iOS' from project 'AdvancedCollectionTableView-iOS')
Building workspace spi-builder-workspace with scheme AdvancedCollectionTableView-iOS-Package
(3 failures)
BUILD FAILURE 6.2 watchOS