Build Information
Failed to build KarrotListKit, reference 4.7.0 (d60816), with Swift 6.2 for watchOS using Xcode 26.3 on 18 Sep 2025 11:33:41 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=watchOSBuild Log
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:125: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:153: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:157: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:167: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:167: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:18: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:51: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:73: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:72: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:20: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:20: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: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/WillDisplayEvent.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/List/DidEndDeceleratingEvent.swift:13: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:13: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:13: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:13: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: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/WillBeginDeceleratingEvent.swift:13: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:13: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:13: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:10:11: error: 'UICollectionView' is unavailable in watchOS
extension UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift:8: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:11: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:8: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:19: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:24: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:37: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:46: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:55: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:66: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:91: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:124: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:148: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:173: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:23: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:50: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:77: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:147: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:15: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: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/HorizontalLayout.swift:27: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:111: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:20: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:139: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: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/VerticalLayout.swift:101: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:133: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:135: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:15: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:19: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:8:44: error: cannot find type 'UIViewRepresentable' in scope
struct ComponentRepresented<C: Component>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:9: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:11: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:23: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:22: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:29: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:28: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:34: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:10: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:36: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:35: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:35: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:60: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:61: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:8: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:12: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:45: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:44: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:44: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:70: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:71: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:10: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
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftEmitModule normal arm64 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
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
(5 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:
KarrotListKit: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
resolved source packages: KarrotListKit, swift-syntax, DifferenceKit
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"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"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "KarrotListKit",
"targets" : [
"KarrotListKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KarrotListKitMacros",
"targets" : [
"KarrotListKitMacros"
],
"type" : {
"macro" : null
}
}
],
"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" : "KarrotListKitMacrosTests",
"module_type" : "SwiftTarget",
"name" : "KarrotListKitMacrosTests",
"path" : "Tests/KarrotListKitMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AddComponentModifierMacroTests.swift"
],
"target_dependencies" : [
"KarrotListKitMacros"
],
"type" : "test"
},
{
"c99name" : "KarrotListKitMacros",
"module_type" : "SwiftTarget",
"name" : "KarrotListKitMacros",
"path" : "Sources/KarrotListKitMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"KarrotListKit",
"KarrotListKitMacros"
],
"sources" : [
"AddComponentModifierMacro.swift",
"KarrotListKitPlugin.swift",
"Supports/AccessLevelModifier.swift",
"Supports/KarrotListKitMacroError.swift"
],
"type" : "macro"
},
{
"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",
"MacroInterface/AddComponentModifier.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"
],
"target_dependencies" : [
"KarrotListKitMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"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
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (24 targets)
Target 'KarrotListKit' in project 'KarrotListKit'
➜ Explicit dependency on target 'KarrotListKit' in project 'KarrotListKit'
➜ Explicit dependency on target 'KarrotListKitMacros' in project 'KarrotListKit'
➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
Target 'KarrotListKit' in project 'KarrotListKit'
➜ Explicit dependency on target 'KarrotListKitMacros' 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)
Target 'KarrotListKitMacros' in project 'KarrotListKit'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
Target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
Target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
Target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
Target 'SwiftSyntax602' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
Target '_SwiftSyntaxCShims' in project 'swift-syntax' (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
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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotListKitMacros\#KarrotListKitMacros -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 -package-name spi_builder_workspace -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
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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotListKitMacros\#KarrotListKitMacros -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 -package-name spi_builder_workspace -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotListKitMacros\#KarrotListKitMacros -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 -package-name spi_builder_workspace -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
SwiftEmitModule normal armv7k Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
EmitSwiftModule normal armv7k (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:33: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:49: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:50: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:71: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:275: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:365: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:379: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:380: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:397: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:398: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:415: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:416: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:453: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:454: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:491: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:508: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:364: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:528: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:542: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:555: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:575: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:590: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:602: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:614: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:626: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:643: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:664: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:641: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:678: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:682: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:687: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:689: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:715: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:718: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:677: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:45: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:46: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:75: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:76: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:66: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:75: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:84: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:84: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:32: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:18:18: note: requirement 'Content' declared here
associatedtype Content: UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:123: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:124: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:125: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:125: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:153: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:157: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:167: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:167: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:18: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:51: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:73: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:72: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:20: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:20: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: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/WillDisplayEvent.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/List/DidEndDeceleratingEvent.swift:13: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:13: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:13: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:13: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: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/WillBeginDeceleratingEvent.swift:13: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:13: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:13: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:10:11: error: 'UICollectionView' is unavailable in watchOS
extension UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift:8: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:11: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:8: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:19: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:24: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:37: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:46: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:55: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:66: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:91: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:124: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:148: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:173: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:23: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:50: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:77: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:147: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:15: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: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/HorizontalLayout.swift:27: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:111: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:20: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:139: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: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/VerticalLayout.swift:101: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:133: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:135: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:15: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:19: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:8:44: error: cannot find type 'UIViewRepresentable' in scope
struct ComponentRepresented<C: Component>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:9: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:11: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:23: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:22: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:29: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:28: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:34: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:10: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:36: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:35: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:35: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:60: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:61: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:8: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:12: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:45: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:44: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:44: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:70: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:71: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:10: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
^
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
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/MacroInterface/AddComponentModifier.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 armv7k-apple-watchos6.0 -module-can-import-version SwiftUI 7.0.67.1 7.0.67 -module-can-import-version UIKit 9071.1.303 9071.1.255 -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 \#/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotListKitMacros\#KarrotListKitMacros -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/armv7k/KarrotListKit-dependencies-1.json -enable-objc-interop -stack-check -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 -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotListKitMacros\#KarrotListKitMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/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/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 -no-auto-bridging-header-chaining -module-name KarrotListKit -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-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/armv7k/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/armv7k/KarrotListKit.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/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/armv7k/KarrotListKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit.abi.json
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\ 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 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\ 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k Compiling\ DidEndDraggingEvent.swift,\ DidScrollEvent.swift,\ DidScrollToTopEvent.swift,\ PullToRefreshEvent.swift,\ ReachedEndEvent.swift,\ ShouldScrollToTopEvent.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 (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDraggingEvent.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/DidScrollEvent.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/DidScrollToTopEvent.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/PullToRefreshEvent.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/ReachedEndEvent.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/ShouldScrollToTopEvent.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\ VerticalLayout.swift,\ List.swift,\ AddComponentModifier.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/MacroInterface/AddComponentModifier.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/MacroInterface/AddComponentModifier.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
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 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
SwiftEmitModule normal arm64 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftEmitModule normal armv7k 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