Build Information
Failed to build KarrotListKit, reference 4.4.0 (3ec6da
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 22 Jun 2025 23:11:05 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 KarrotListKit -destination generic/platform=watchOS
Build Log
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:83:53: error: 'UIView' is unavailable in watchOS
public func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:31:15: warning: unavailable class 'UIView' was used to satisfy a requirement of protocol 'Component'; this will be an error in a future Swift language mode
public struct AnyComponent: Component, Equatable {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' declared here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:17:18: note: requirement 'Content' declared here
associatedtype Content: UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:122:43: error: 'UIView' is unavailable in watchOS
func renderContent(coordinator: Any) -> 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/KarrotListKit/Component/AnyComponent.swift:123:27: error: 'UIView' is unavailable in watchOS
func render(in content: UIView, coordinator: Any)
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:124:24: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:124:46: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:152:43: error: 'UIView' is unavailable in watchOS
func renderContent(coordinator: Any) -> 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/KarrotListKit/Component/AnyComponent.swift:156:27: error: 'UIView' is unavailable in watchOS
func render(in content: UIView, coordinator: Any) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:166:24: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:166:46: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/Component.swift:17:27: error: 'UIView' is unavailable in watchOS
associatedtype Content: 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/KarrotListKit/Component/Component.swift:50:47: error: 'UIView' is unavailable in watchOS
func layout(content: Content, in container: 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/KarrotListKit/Component/Component.swift:72:54: error: 'UIView' is unavailable in watchOS
public func layout(content: Content, in container: 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/KarrotListKit/Component/Component.swift:71:36: error: 'UIView' is unavailable in watchOS
extension Component where Content: 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/KarrotListKit/Event/Cell/HighlightEvent.swift:19:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/Cell/UnhighlightEvent.swift:19:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift:18:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/Common/WillDisplayEvent.swift:18:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/DidEndDraggingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/DidScrollEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/DidScrollToTopEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/ShouldScrollToTopEvent.swift:11:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/WillBeginDraggingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/WillEndDraggingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Extension/UICollectionView+Difference.swift:9: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/KarrotListKit/Extension/UICollectionView+Init.swift:7: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/KarrotListKit/Extension/UIView+TraitCollection.swift .swift:10:30: error: 'UITraitCollection' is unavailable in watchOS
previousTraitCollection: UITraitCollection?
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift .swift:7: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/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:18:18: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
environment: NSCollectionLayoutEnvironment,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:23:59: error: 'NSCollectionLayoutSection' is unavailable in watchOS
typealias SectionLayout = (_ context: LayoutContext) -> NSCollectionLayoutSection?
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:36:78: error: 'NSCollectionLayoutItem' is unavailable in watchOS
func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem]
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:149:12: note: 'NSCollectionLayoutItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutItem : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:45:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
-> NSCollectionLayoutBoundarySupplementaryItem?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:54:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
-> NSCollectionLayoutBoundarySupplementaryItem?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:65:85: error: 'NSCollectionLayoutItem' is unavailable in watchOS
public func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem] {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:149:12: note: 'NSCollectionLayoutItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutItem : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:90:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
) -> NSCollectionLayoutBoundarySupplementaryItem? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:123:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
) -> NSCollectionLayoutBoundarySupplementaryItem? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:147:59: error: 'NSCollectionLayoutSize' is unavailable in watchOS
private func makeLayoutSize(mode: ContentLayoutMode) -> NSCollectionLayoutSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:172:73: error: 'NSCollectionLayoutSize' is unavailable in watchOS
private func makeLayoutSize(mode: ContentLayoutMode, size: CGSize) -> NSCollectionLayoutSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:22:26: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:49:24: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:76:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:146:40: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:14:34: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
private let scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:18:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:26:24: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:110:16: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:19:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:138:16: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:17:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:100:16: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:132:18: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
environment: NSCollectionLayoutEnvironment,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:134:8: error: 'NSCollectionLayoutSection' is unavailable in watchOS
) -> NSCollectionLayoutSection? {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:14:28: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> C.Content {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:18:51: error: cannot find type 'Context' in scope
func updateUIView(_ uiView: C.Content, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:7:44: error: cannot find type 'UIViewRepresentable' in scope
struct ComponentRepresented<C: Component>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:8:31: error: 'UIView' is unavailable in watchOS
var componentContainerView: UIView { get }
^~~~~~
/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/KarrotListKit/View/ComponentRenderable.swift:10:24: error: 'UIView' is unavailable in watchOS
var renderedContent: UIView? { get set }
^~~~~~
/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/KarrotListKit/View/ComponentRenderable.swift:22:31: error: 'UIView' is unavailable in watchOS
var componentContainerView: 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/KarrotListKit/View/ComponentRenderable.swift:21:43: error: 'UICollectionViewCell' is unavailable in watchOS
extension ComponentRenderable where Self: 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/KarrotListKit/View/ComponentRenderable.swift:28:31: error: 'UIView' is unavailable in watchOS
var componentContainerView: 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/KarrotListKit/View/ComponentRenderable.swift:27:43: error: 'UICollectionReusableView' is unavailable in watchOS
extension ComponentRenderable where Self: UICollectionReusableView {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:33:43: error: 'UIView' is unavailable in watchOS
extension ComponentRenderable where Self: 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/KarrotListKit/View/UICollectionComponentReusableView.swift:9:24: error: 'UIView' is unavailable in watchOS
var renderedContent: 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/KarrotListKit/View/UICollectionComponentReusableView.swift:35:32: error: 'UITraitCollection' is unavailable in watchOS
_ previousTraitCollection: UITraitCollection?
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:34:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
public override func traitCollectionDidChange(
^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:34:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
public override func traitCollectionDidChange(
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:59:25: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
_ layoutAttributes: UICollectionViewLayoutAttributes
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:60:8: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
) -> UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:7:48: error: 'UICollectionReusableView' is unavailable in watchOS
final class UICollectionComponentReusableView: UICollectionReusableView, ComponentRenderable {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:10:45: error: 'UIView' is unavailable in watchOS
public internal(set) var renderedContent: 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/KarrotListKit/View/UICollectionViewComponentCell.swift:43:32: error: 'UITraitCollection' is unavailable in watchOS
_ previousTraitCollection: UITraitCollection?
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:42:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
public override func traitCollectionDidChange(
^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:42:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
public override func traitCollectionDidChange(
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:68:25: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
_ layoutAttributes: UICollectionViewLayoutAttributes
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:69:8: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
) -> UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:8:51: error: 'UICollectionViewCell' is unavailable in watchOS
public final class UICollectionViewComponentCell: UICollectionViewCell, ComponentRenderable {
^~~~~~~~~~~~~~~~~~~~
/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
^
SwiftCompile normal armv7k Compiling\ CollectionViewAdapter.swift,\ CollectionViewAdapterConfiguration.swift,\ CollectionViewAdapterUpdateStrategy.swift,\ CollectionViewLayoutAdaptable.swift,\ ComponentSizeStorage.swift,\ CellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterUpdateStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/ComponentSizeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/CellsBuilder.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterConfiguration.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterUpdateStrategy.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/ComponentSizeStorage.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/CellsBuilder.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ SectionsBuilder.swift,\ Cell.swift,\ AnyComponent.swift,\ Component.swift,\ ContentLayoutMode.swift,\ IdentifiableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/SectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/ContentLayoutMode.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/IdentifiableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/SectionsBuilder.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Cell.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/ContentLayoutMode.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/IdentifiableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ WillBeginDeceleratingEvent.swift,\ WillBeginDraggingEvent.swift,\ WillEndDraggingEvent.swift,\ ListingViewEvent.swift,\ ListingViewEventHandler.swift,\ ListingViewEventStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventStorage.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventHandler.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventStorage.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UICollectionView+Difference.swift,\ UICollectionView+Init.swift,\ UIView+TraitCollection.swift\ .swift,\ DefaultFeatureFlagProvider.swift,\ FeatureFlagItem.swift,\ FeatureFlagProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/DefaultFeatureFlagProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagProviding.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/DefaultFeatureFlagProvider.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagItem.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagProviding.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ DidSelectEvent.swift,\ HighlightEvent.swift,\ UnhighlightEvent.swift,\ DidEndDisplayingEvent.swift,\ WillDisplayEvent.swift,\ DidEndDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/DidSelectEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/DidSelectEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ VerticalLayout.swift,\ List.swift,\ CollectionViewPrefetchingPlugin.swift,\ RemoteImagePrefetchingPlugin.swift,\ PrefetchableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
EmitSwiftModule normal arm64_32 (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
EmitSwiftModule normal armv7k (in target 'KarrotListKit' from project 'KarrotListKit')
Building workspace spi-builder-workspace with scheme KarrotListKit
(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:
DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
KarrotListKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: DifferenceKit, KarrotListKit
{
"dependencies" : [
{
"identity" : "differencekit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ra1028/DifferenceKit.git"
}
],
"manifest_display_name" : "KarrotListKit",
"name" : "KarrotListKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "KarrotListKit",
"targets" : [
"KarrotListKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KarrotListKitTests",
"module_type" : "SwiftTarget",
"name" : "KarrotListKitTests",
"path" : "Tests/KarrotListKitTests",
"sources" : [
"AnyComponentTests.swift",
"CollectionViewAdapterTests.swift",
"CollectionViewLayoutAdapterTests.swift",
"ComponentTests.swift",
"FeatureFlagProviderTests.swift",
"RemoteImagePrefetchingPluginTest.swift",
"ResultBuildersTests.swift",
"TestDoubles/ComponentTestDouble.swift",
"Utils/Any+EquatableTests.swift",
"Utils/ChunkedTests.swift",
"Utils/Collection+SafeIndexTests.swift"
],
"target_dependencies" : [
"KarrotListKit"
],
"type" : "test"
},
{
"c99name" : "KarrotListKit",
"module_type" : "SwiftTarget",
"name" : "KarrotListKit",
"path" : "Sources/KarrotListKit",
"product_dependencies" : [
"DifferenceKit"
],
"product_memberships" : [
"KarrotListKit"
],
"sources" : [
"Adapter/CollectionViewAdapter.swift",
"Adapter/CollectionViewAdapterConfiguration.swift",
"Adapter/CollectionViewAdapterUpdateStrategy.swift",
"Adapter/CollectionViewLayoutAdaptable.swift",
"Adapter/ComponentSizeStorage.swift",
"Builder/CellsBuilder.swift",
"Builder/SectionsBuilder.swift",
"Cell.swift",
"Component/AnyComponent.swift",
"Component/Component.swift",
"Component/ContentLayoutMode.swift",
"Component/IdentifiableComponent.swift",
"Event/Cell/DidSelectEvent.swift",
"Event/Cell/HighlightEvent.swift",
"Event/Cell/UnhighlightEvent.swift",
"Event/Common/DidEndDisplayingEvent.swift",
"Event/Common/WillDisplayEvent.swift",
"Event/List/DidEndDeceleratingEvent.swift",
"Event/List/DidEndDraggingEvent.swift",
"Event/List/DidScrollEvent.swift",
"Event/List/DidScrollToTopEvent.swift",
"Event/List/PullToRefreshEvent.swift",
"Event/List/ReachedEndEvent.swift",
"Event/List/ShouldScrollToTopEvent.swift",
"Event/List/WillBeginDeceleratingEvent.swift",
"Event/List/WillBeginDraggingEvent.swift",
"Event/List/WillEndDraggingEvent.swift",
"Event/ListingViewEvent.swift",
"Event/ListingViewEventHandler.swift",
"Event/ListingViewEventStorage.swift",
"Extension/UICollectionView+Difference.swift",
"Extension/UICollectionView+Init.swift",
"Extension/UIView+TraitCollection.swift .swift",
"FeatureFlag/DefaultFeatureFlagProvider.swift",
"FeatureFlag/FeatureFlagItem.swift",
"FeatureFlag/FeatureFlagProviding.swift",
"FeatureFlag/FeatureFlagType.swift",
"FeatureFlag/KarrotListKitFeatureFlag.swift",
"Layout/CompositionalLayoutSectionFactory.swift",
"Layout/DefaultCompositionalLayoutSectionFactory.swift",
"Layout/HorizontalLayout.swift",
"Layout/VerticalGridLayout.swift",
"Layout/VerticalLayout.swift",
"List.swift",
"Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift",
"Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift",
"Prefetching/PrefetchableComponent.swift",
"Prefetching/RemoteImagePrefetching.swift",
"Section.swift",
"SupplementaryView.swift",
"SwiftUISupport/ComponentRepresented.swift",
"Utils/Any+Equatable.swift",
"Utils/Chunked.swift",
"Utils/Collection+SafeIndex.swift",
"View/ComponentRenderable.swift",
"View/UICollectionComponentReusableView.swift",
"View/UICollectionViewComponentCell.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"KarrotListKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KarrotListKit -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 KarrotListKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
KarrotListKit: /Users/admin/builder/spi-builder-workspace
DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'KarrotListKit' in project 'KarrotListKit'
➜ Explicit dependency on target 'KarrotListKit' in project 'KarrotListKit'
➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
Target 'KarrotListKit' in project 'KarrotListKit'
➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
Target 'DifferenceKit' in project 'DifferenceKit'
➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
Target 'DifferenceKit' in project 'DifferenceKit' (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 KarrotListKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KarrotListKit' from project 'KarrotListKit')
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 KarrotListKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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/PackageFrameworks -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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit-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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit.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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit_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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver KarrotListKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'KarrotListKit' from project 'KarrotListKit')
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 KarrotListKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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/PackageFrameworks -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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit-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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit.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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit_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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver KarrotListKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'KarrotListKit' from project 'KarrotListKit')
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 KarrotListKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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/PackageFrameworks -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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit-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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit.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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit_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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit-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\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
EmitSwiftModule normal arm64_32 (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:32:36: error: 'UICollectionView' is unavailable in watchOS
private weak 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:48:42: error: 'UIRefreshControl' is unavailable in watchOS
private lazy var pullToRefreshControl: UIRefreshControl = {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:49:26: error: 'UIRefreshControl' is unavailable in watchOS
let refreshControl = UIRefreshControl()
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:70:21: error: 'UICollectionView' is unavailable in watchOS
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/KarrotListKit/Adapter/CollectionViewAdapter.swift:273:32: error: 'UICollectionView' is unavailable in watchOS
private var scrollDirection: UICollectionView.ScrollDirection {
^~~~~~~~~~~~~~~~
/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/KarrotListKit/Adapter/CollectionViewAdapter.swift:363:48: error: 'UICollectionView' is unavailable in watchOS
public 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:377:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:378:23: error: 'UICollectionViewCell' is unavailable in watchOS
willDisplay 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:395:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:396:28: error: 'UICollectionViewCell' is unavailable in watchOS
didEndDisplaying 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:413:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:414:40: error: 'UICollectionReusableView' is unavailable in watchOS
willDisplaySupplementaryView view: UICollectionReusableView,
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:451:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:452:45: error: 'UICollectionReusableView' is unavailable in watchOS
didEndDisplayingSupplementaryView view: UICollectionReusableView,
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:489:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:506:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:362:34: error: 'UICollectionViewDelegate' is unavailable in watchOS
extension CollectionViewAdapter: 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:526:49: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:540:57: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:553:19: error: 'UIScrollView' is unavailable in watchOS
_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:573:19: error: 'UIScrollView' is unavailable in watchOS
_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:588:54: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:600:61: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:612:58: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:624:57: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:641:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:662:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:639:34: error: 'UICollectionViewDataSourcePrefetching' is unavailable in watchOS
extension CollectionViewAdapter: UICollectionViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:101:11: note: 'UICollectionViewDataSourcePrefetching' has been explicitly marked unavailable here
@protocol UICollectionViewDataSourcePrefetching <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:676:51: error: 'UICollectionView' is unavailable in watchOS
public func numberOfSections(in collectionView: UICollectionView) -> Int {
^~~~~~~~~~~~~~~~
/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/KarrotListKit/Adapter/CollectionViewAdapter.swift:680:48: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:685:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:687:8: error: 'UICollectionViewCell' is unavailable in watchOS
) -> 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:713:23: error: 'UICollectionView' is unavailable in watchOS
_ 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/KarrotListKit/Adapter/CollectionViewAdapter.swift:716:8: error: 'UICollectionReusableView' is unavailable in watchOS
) -> UICollectionReusableView {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:675:34: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension CollectionViewAdapter: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/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:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:44:18: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
environment: NSCollectionLayoutEnvironment
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:45:8: error: 'NSCollectionLayoutSection' is unavailable in watchOS
) -> NSCollectionLayoutSection?
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:74:18: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
environment: NSCollectionLayoutEnvironment
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:75:8: error: 'NSCollectionLayoutSection' is unavailable in watchOS
) -> NSCollectionLayoutSection? {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:65:50: error: 'UIView' is unavailable in watchOS
public func renderContent(coordinator: Any) -> 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/KarrotListKit/Component/AnyComponent.swift:74:34: error: 'UIView' is unavailable in watchOS
public func render(in content: UIView, coordinator: Any) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:83:31: error: 'UIView' is unavailable in watchOS
public func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:83:53: error: 'UIView' is unavailable in watchOS
public func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:31:15: warning: unavailable class 'UIView' was used to satisfy a requirement of protocol 'Component'; this will be an error in a future Swift language mode
public struct AnyComponent: Component, Equatable {
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' declared here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:17:18: note: requirement 'Content' declared here
associatedtype Content: UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:122:43: error: 'UIView' is unavailable in watchOS
func renderContent(coordinator: Any) -> 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/KarrotListKit/Component/AnyComponent.swift:123:27: error: 'UIView' is unavailable in watchOS
func render(in content: UIView, coordinator: Any)
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:124:24: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:124:46: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:152:43: error: 'UIView' is unavailable in watchOS
func renderContent(coordinator: Any) -> 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/KarrotListKit/Component/AnyComponent.swift:156:27: error: 'UIView' is unavailable in watchOS
func render(in content: UIView, coordinator: Any) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:166:24: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/AnyComponent.swift:166:46: error: 'UIView' is unavailable in watchOS
func layout(content: UIView, in container: 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/KarrotListKit/Component/Component.swift:17:27: error: 'UIView' is unavailable in watchOS
associatedtype Content: 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/KarrotListKit/Component/Component.swift:50:47: error: 'UIView' is unavailable in watchOS
func layout(content: Content, in container: 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/KarrotListKit/Component/Component.swift:72:54: error: 'UIView' is unavailable in watchOS
public func layout(content: Content, in container: 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/KarrotListKit/Component/Component.swift:71:36: error: 'UIView' is unavailable in watchOS
extension Component where Content: 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/KarrotListKit/Event/Cell/HighlightEvent.swift:19:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/Cell/UnhighlightEvent.swift:19:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift:18:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/Common/WillDisplayEvent.swift:18:25: error: 'UIView' is unavailable in watchOS
public let content: 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/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/DidEndDraggingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/DidScrollEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/DidScrollToTopEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/ShouldScrollToTopEvent.swift:11:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/WillBeginDraggingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Event/List/WillEndDraggingEvent.swift:12:32: error: 'UICollectionView' is unavailable in watchOS
public let 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/KarrotListKit/Extension/UICollectionView+Difference.swift:9: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/KarrotListKit/Extension/UICollectionView+Init.swift:7: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/KarrotListKit/Extension/UIView+TraitCollection.swift .swift:10:30: error: 'UITraitCollection' is unavailable in watchOS
previousTraitCollection: UITraitCollection?
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift .swift:7: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/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:18:18: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
environment: NSCollectionLayoutEnvironment,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:23:59: error: 'NSCollectionLayoutSection' is unavailable in watchOS
typealias SectionLayout = (_ context: LayoutContext) -> NSCollectionLayoutSection?
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:36:78: error: 'NSCollectionLayoutItem' is unavailable in watchOS
func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem]
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:149:12: note: 'NSCollectionLayoutItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutItem : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:45:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
-> NSCollectionLayoutBoundarySupplementaryItem?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:54:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
-> NSCollectionLayoutBoundarySupplementaryItem?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:65:85: error: 'NSCollectionLayoutItem' is unavailable in watchOS
public func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem] {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:149:12: note: 'NSCollectionLayoutItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutItem : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:90:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
) -> NSCollectionLayoutBoundarySupplementaryItem? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:123:8: error: 'NSCollectionLayoutBoundarySupplementaryItem' is unavailable in watchOS
) -> NSCollectionLayoutBoundarySupplementaryItem? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:421:12: note: 'NSCollectionLayoutBoundarySupplementaryItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutBoundarySupplementaryItem : NSCollectionLayoutSupplementaryItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:147:59: error: 'NSCollectionLayoutSize' is unavailable in watchOS
private func makeLayoutSize(mode: ContentLayoutMode) -> NSCollectionLayoutSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:172:73: error: 'NSCollectionLayoutSize' is unavailable in watchOS
private func makeLayoutSize(mode: ContentLayoutMode, size: CGSize) -> NSCollectionLayoutSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:22:26: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:49:24: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:76:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:146:40: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:14:34: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
private let scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:18:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:26:24: error: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' is unavailable in watchOS
scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:66:27: note: 'UICollectionLayoutSectionOrthogonalScrollingBehavior' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger,UICollectionLayoutSectionOrthogonalScrollingBehavior) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:110:16: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:19:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:138:16: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:17:48: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:100:16: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' is unavailable in watchOS
_ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:90:16: note: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has been explicitly marked unavailable here
typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, CGPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:132:18: error: 'NSCollectionLayoutEnvironment' is unavailable in watchOS
environment: NSCollectionLayoutEnvironment,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:574:11: note: 'NSCollectionLayoutEnvironment' has been explicitly marked unavailable here
@protocol NSCollectionLayoutEnvironment<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:134:8: error: 'NSCollectionLayoutSection' is unavailable in watchOS
) -> NSCollectionLayoutSection? {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:14:28: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> C.Content {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:18:51: error: cannot find type 'Context' in scope
func updateUIView(_ uiView: C.Content, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:7:44: error: cannot find type 'UIViewRepresentable' in scope
struct ComponentRepresented<C: Component>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:8:31: error: 'UIView' is unavailable in watchOS
var componentContainerView: UIView { get }
^~~~~~
/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/KarrotListKit/View/ComponentRenderable.swift:10:24: error: 'UIView' is unavailable in watchOS
var renderedContent: UIView? { get set }
^~~~~~
/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/KarrotListKit/View/ComponentRenderable.swift:22:31: error: 'UIView' is unavailable in watchOS
var componentContainerView: 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/KarrotListKit/View/ComponentRenderable.swift:21:43: error: 'UICollectionViewCell' is unavailable in watchOS
extension ComponentRenderable where Self: 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/KarrotListKit/View/ComponentRenderable.swift:28:31: error: 'UIView' is unavailable in watchOS
var componentContainerView: 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/KarrotListKit/View/ComponentRenderable.swift:27:43: error: 'UICollectionReusableView' is unavailable in watchOS
extension ComponentRenderable where Self: UICollectionReusableView {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:33:43: error: 'UIView' is unavailable in watchOS
extension ComponentRenderable where Self: 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/KarrotListKit/View/UICollectionComponentReusableView.swift:9:24: error: 'UIView' is unavailable in watchOS
var renderedContent: 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/KarrotListKit/View/UICollectionComponentReusableView.swift:35:32: error: 'UITraitCollection' is unavailable in watchOS
_ previousTraitCollection: UITraitCollection?
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:34:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
public override func traitCollectionDidChange(
^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:34:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
public override func traitCollectionDidChange(
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:59:25: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
_ layoutAttributes: UICollectionViewLayoutAttributes
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:60:8: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
) -> UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:7:48: error: 'UICollectionReusableView' is unavailable in watchOS
final class UICollectionComponentReusableView: UICollectionReusableView, ComponentRenderable {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:10:45: error: 'UIView' is unavailable in watchOS
public internal(set) var renderedContent: 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/KarrotListKit/View/UICollectionViewComponentCell.swift:43:32: error: 'UITraitCollection' is unavailable in watchOS
_ previousTraitCollection: UITraitCollection?
^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:23:12: note: 'UITraitCollection' has been explicitly marked unavailable here
@interface UITraitCollection : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:42:24: error: cannot override 'traitCollectionDidChange' which has been marked unavailable
public override func traitCollectionDidChange(
^
UIKit.UIView.traitCollectionDidChange:3:13: note: 'traitCollectionDidChange' has been explicitly marked unavailable here
open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:42:24: note: remove 'override' modifier to declare a new 'traitCollectionDidChange'
public override func traitCollectionDidChange(
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:68:25: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
_ layoutAttributes: UICollectionViewLayoutAttributes
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:69:8: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
) -> UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:8:51: error: 'UICollectionViewCell' is unavailable in watchOS
public final class UICollectionViewComponentCell: UICollectionViewCell, ComponentRenderable {
^~~~~~~~~~~~~~~~~~~~
/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
^
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/KarrotListKit/Adapter/CollectionViewAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterUpdateStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/ComponentSizeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/CellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/SectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/ContentLayoutMode.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/IdentifiableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/DidSelectEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollToTopEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/PullToRefreshEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/ReachedEndEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/ShouldScrollToTopEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/DefaultFeatureFlagProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagType.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/RemoteImagePrefetching.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SupplementaryView.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Any+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Chunked.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Collection+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift -target arm64_32-apple-watchos6.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/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit-dependencies-1.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/PackageFrameworks -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 -profile-generate -profile-coverage-mapping -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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit_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/KarrotListKit.build/Debug-watchos/KarrotListKit.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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name KarrotListKit -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/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit.abi.json
SwiftCompile normal arm64_32 Compiling\ CollectionViewAdapter.swift,\ CollectionViewAdapterConfiguration.swift,\ CollectionViewAdapterUpdateStrategy.swift,\ CollectionViewLayoutAdaptable.swift,\ ComponentSizeStorage.swift,\ CellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterUpdateStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/ComponentSizeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/CellsBuilder.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterConfiguration.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterUpdateStrategy.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/ComponentSizeStorage.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/CellsBuilder.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ WillBeginDeceleratingEvent.swift,\ WillBeginDraggingEvent.swift,\ WillEndDraggingEvent.swift,\ ListingViewEvent.swift,\ ListingViewEventHandler.swift,\ ListingViewEventStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventStorage.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventHandler.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventStorage.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FeatureFlagType.swift,\ KarrotListKitFeatureFlag.swift,\ CompositionalLayoutSectionFactory.swift,\ DefaultCompositionalLayoutSectionFactory.swift,\ HorizontalLayout.swift,\ VerticalGridLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagType.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagType.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Chunked.swift,\ Collection+SafeIndex.swift,\ ComponentRenderable.swift,\ UICollectionComponentReusableView.swift,\ UICollectionViewComponentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Chunked.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Collection+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Chunked.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Collection+SafeIndex.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UICollectionView+Difference.swift,\ UICollectionView+Init.swift,\ UIView+TraitCollection.swift\ .swift,\ DefaultFeatureFlagProvider.swift,\ FeatureFlagItem.swift,\ FeatureFlagProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/DefaultFeatureFlagProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagProviding.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/DefaultFeatureFlagProvider.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagItem.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagProviding.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ VerticalLayout.swift,\ List.swift,\ CollectionViewPrefetchingPlugin.swift,\ RemoteImagePrefetchingPlugin.swift,\ PrefetchableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DidSelectEvent.swift,\ HighlightEvent.swift,\ UnhighlightEvent.swift,\ DidEndDisplayingEvent.swift,\ WillDisplayEvent.swift,\ DidEndDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/DidSelectEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/DidSelectEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ RemoteImagePrefetching.swift,\ Section.swift,\ SupplementaryView.swift,\ ComponentRepresented.swift,\ Any+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/RemoteImagePrefetching.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SupplementaryView.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Any+Equatable.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/RemoteImagePrefetching.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SupplementaryView.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Any+Equatable.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ SectionsBuilder.swift,\ Cell.swift,\ AnyComponent.swift,\ Component.swift,\ ContentLayoutMode.swift,\ IdentifiableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/SectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/ContentLayoutMode.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/IdentifiableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/SectionsBuilder.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Cell.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/ContentLayoutMode.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/IdentifiableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
Building workspace spi-builder-workspace with scheme KarrotListKit
(3 failures)
BUILD FAILURE 6.2 watchOS