The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build KarrotListKit, reference main (391741), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 09:46:40 UTC.

Build Command

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

Build Log

    willDisplaySupplementaryView view: UICollectionReusableView,
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:451:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:452:45: error: cannot find type 'UICollectionReusableView' in scope
    didEndDisplayingSupplementaryView view: UICollectionReusableView,
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:489:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:506:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:526:49: error: cannot find type 'UIScrollView' in scope
  public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:540:57: error: cannot find type 'UIScrollView' in scope
  public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:553:19: error: cannot find type 'UIScrollView' in scope
    _ scrollView: UIScrollView,
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:573:19: error: cannot find type 'UIScrollView' in scope
    _ scrollView: UIScrollView,
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:588:54: error: cannot find type 'UIScrollView' in scope
  public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
                                                     ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:600:61: error: cannot find type 'UIScrollView' in scope
  public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:612:58: error: cannot find type 'UIScrollView' in scope
  public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:624:57: error: cannot find type 'UIScrollView' in scope
  public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
                                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:639:34: error: cannot find type 'UICollectionViewDataSourcePrefetching' in scope
extension CollectionViewAdapter: UICollectionViewDataSourcePrefetching {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:641:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:662:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:675:34: error: cannot find type 'UICollectionViewDataSource' in scope
extension CollectionViewAdapter: UICollectionViewDataSource {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:676:51: error: cannot find type 'UICollectionView' in scope
  public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:680:48: error: cannot find type 'UICollectionView' in scope
  public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:687:8: error: cannot find type 'UICollectionViewCell' in scope
  ) -> UICollectionViewCell {
       ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:685:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:716:8: error: cannot find type 'UICollectionReusableView' in scope
  ) -> UICollectionReusableView {
       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:713:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:45:8: error: cannot find type 'NSCollectionLayoutSection' in scope
  ) -> NSCollectionLayoutSection?
       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:44:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:75:8: error: cannot find type 'NSCollectionLayoutSection' in scope
  ) -> NSCollectionLayoutSection? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:74:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:17:27: error: cannot find type 'UIView' in scope
  associatedtype Content: UIView
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:65:50: error: cannot find type 'UIView' in scope
  public func renderContent(coordinator: Any) -> UIView {
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:74:34: error: cannot find type 'UIView' in scope
  public func render(in content: UIView, coordinator: Any) {
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:83:31: error: cannot find type 'UIView' in scope
  public func layout(content: UIView, in container: UIView) {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:83:53: error: cannot find type 'UIView' in scope
  public func layout(content: UIView, in container: UIView) {
                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:50:47: error: cannot find type 'UIView' in scope
  func layout(content: Content, in container: UIView)
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:31:15: error: type 'AnyComponent' does not conform to protocol 'Component'
public struct AnyComponent: Component, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:31:15: note: add stubs for conformance
public struct AnyComponent: Component, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:14:18: note: protocol requires nested type 'ViewModel'
  associatedtype ViewModel: Equatable
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:17:18: note: protocol requires nested type 'Content'
  associatedtype Content: UIView
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:21:18: note: protocol requires nested type 'Coordinator'
  associatedtype Coordinator = Void
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:122:43: error: cannot find type 'UIView' in scope
  func renderContent(coordinator: Any) -> UIView
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:123:27: error: cannot find type 'UIView' in scope
  func render(in content: UIView, coordinator: Any)
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:124:24: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView)
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:124:46: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView)
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:152:43: error: cannot find type 'UIView' in scope
  func renderContent(coordinator: Any) -> UIView {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:156:27: error: cannot find type 'UIView' in scope
  func render(in content: UIView, coordinator: Any) {
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:166:24: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView) {
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:166:46: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView) {
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:71:36: error: cannot find type 'UIView' in scope
extension Component where Content: UIView {
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:72:54: error: cannot find type 'UIView' in scope
  public func layout(content: Content, in container: UIView) {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift:19:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift:19:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift:18:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift:18:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDraggingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollToTopEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/ShouldScrollToTopEvent.swift:11:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift:9:11: error: cannot find type 'UICollectionView' in scope
extension UICollectionView {
          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift:7:11: error: cannot find type 'UICollectionView' in scope
extension UICollectionView {
          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift .swift:7:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift:14:21: warning: static property 'provider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var provider: FeatureFlagProviding = DefaultFeatureFlagProvider()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift:14:21: note: convert 'provider' to a 'let' constant to make 'Sendable' shared state immutable
  public static var provider: FeatureFlagProviding = DefaultFeatureFlagProvider()
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift:14:21: note: add '@MainActor' to make static property 'provider' part of global actor 'MainActor'
  public static var provider: FeatureFlagProviding = DefaultFeatureFlagProvider()
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift:14:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var provider: FeatureFlagProviding = DefaultFeatureFlagProvider()
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:18:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:23:59: error: cannot find type 'NSCollectionLayoutSection' in scope
  typealias SectionLayout = (_ context: LayoutContext) -> NSCollectionLayoutSection?
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:36:78: error: cannot find type 'NSCollectionLayoutItem' in scope
  func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem]
                                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:45:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
    -> NSCollectionLayoutBoundarySupplementaryItem?
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:54:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
    -> NSCollectionLayoutBoundarySupplementaryItem?
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:65:85: error: cannot find type 'NSCollectionLayoutItem' in scope
  public func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem] {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:90:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
  ) -> NSCollectionLayoutBoundarySupplementaryItem? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:123:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
  ) -> NSCollectionLayoutBoundarySupplementaryItem? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:147:59: error: cannot find type 'NSCollectionLayoutSize' in scope
  private func makeLayoutSize(mode: ContentLayoutMode) -> NSCollectionLayoutSize {
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:172:73: error: cannot find type 'NSCollectionLayoutSize' in scope
  private func makeLayoutSize(mode: ContentLayoutMode, size: CGSize) -> NSCollectionLayoutSize {
                                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:76:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:22:26: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
      scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:32:21: warning: static property 'vertical' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var vertical: Self = .init(spec: .vertical(spacing: 0))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:32:21: note: convert 'vertical' to a 'let' constant to make 'Sendable' shared state immutable
  public static var vertical: Self = .init(spec: .vertical(spacing: 0))
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:32:21: note: add '@MainActor' to make static property 'vertical' part of global actor 'MainActor'
  public static var vertical: Self = .init(spec: .vertical(spacing: 0))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var vertical: Self = .init(spec: .vertical(spacing: 0))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:32:51: error: cannot infer contextual base in reference to member 'vertical'
  public static var vertical: Self = .init(spec: .vertical(spacing: 0))
                                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:21: warning: static property 'horizontal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:21: note: convert 'horizontal' to a 'let' constant to make 'Sendable' shared state immutable
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:21: note: add '@MainActor' to make static property 'horizontal' part of global actor 'MainActor'
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:53: error: cannot infer contextual base in reference to member 'horizontal'
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                                                   ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:96: error: cannot infer contextual base in reference to member 'continuous'
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                                                                                              ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:49:24: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
    scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:146:40: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:14:34: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
  private let scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:18:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:26:24: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
    scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:110:16: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:19:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:138:16: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:17:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:100:16: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:134:8: error: cannot find type 'NSCollectionLayoutSection' in scope
  ) -> NSCollectionLayoutSection? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:132:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:14:28: error: cannot find type 'Context' in scope
  func makeUIView(context: Context) -> C.Content {
                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:18:51: error: cannot find type 'Context' in scope
  func updateUIView(_ uiView: C.Content, context: Context) {
                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:7:44: error: cannot find type 'UIViewRepresentable' in scope
struct ComponentRepresented<C: Component>: UIViewRepresentable {
                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:8:31: error: cannot find type 'UIView' in scope
  var componentContainerView: UIView { get }
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:10:24: error: cannot find type 'UIView' in scope
  var renderedContent: UIView? { get set }
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:21:43: error: cannot find type 'UICollectionViewCell' in scope
extension ComponentRenderable where Self: UICollectionViewCell {
                                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:22:31: error: cannot find type 'UIView' in scope
  var componentContainerView: UIView {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:27:43: error: cannot find type 'UICollectionReusableView' in scope
extension ComponentRenderable where Self: UICollectionReusableView {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:28:31: error: cannot find type 'UIView' in scope
  var componentContainerView: UIView {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:33:43: error: cannot find type 'UIView' in scope
extension ComponentRenderable where Self: UIView {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:7:48: error: cannot find type 'UICollectionReusableView' in scope
final class UICollectionComponentReusableView: UICollectionReusableView, ComponentRenderable {
                                               ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:9:24: error: cannot find type 'UIView' in scope
  var renderedContent: UIView?
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:26:12: error: initializer does not override a designated initializer from its superclass
  override init(frame: CGRect) {
  ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:35:32: error: cannot find type 'UITraitCollection' in scope
    _ previousTraitCollection: UITraitCollection?
                               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:46:24: error: method does not override any method from its superclass
  public override func prepareForReuse() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:52:24: error: method does not override any method from its superclass
  public override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:60:8: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
  ) -> UICollectionViewLayoutAttributes {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:59:25: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    _ layoutAttributes: UICollectionViewLayoutAttributes
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:10:45: error: cannot find type 'UIView' in scope
  public internal(set) var renderedContent: UIView?
                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:29:12: error: initializer does not override a designated initializer from its superclass
  override init(frame: CGRect) {
  ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:43:32: error: cannot find type 'UITraitCollection' in scope
    _ previousTraitCollection: UITraitCollection?
                               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:54:24: error: method does not override any method from its superclass
  public override func prepareForReuse() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:61:24: error: method does not override any method from its superclass
  public override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:69:8: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
  ) -> UICollectionViewLayoutAttributes {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:68:25: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    _ layoutAttributes: UICollectionViewLayoutAttributes
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:8:51: error: cannot find type 'UICollectionViewCell' in scope
public final class UICollectionViewComponentCell: UICollectionViewCell, ComponentRenderable {
                                                  ^~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64_32 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ UICollectionView+Difference.swift,\ UICollectionView+Init.swift,\ UIView+TraitCollection.swift\ .swift,\ DefaultFeatureFlagProvider.swift,\ FeatureFlagItem.swift,\ FeatureFlagProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/DefaultFeatureFlagProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagProviding.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /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

SwiftDriverJobDiscovery normal arm64 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
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')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
	EmitSwiftModule normal arm64 (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')
	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')
	Building workspace spi-builder-workspace with scheme KarrotListKit
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
  KarrotListKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: DifferenceKit, KarrotListKit
{
  "dependencies" : [
    {
      "identity" : "differencekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DifferenceKit.git"
    }
  ],
  "manifest_display_name" : "KarrotListKit",
  "name" : "KarrotListKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "KarrotListKit",
      "targets" : [
        "KarrotListKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KarrotListKitTests",
      "module_type" : "SwiftTarget",
      "name" : "KarrotListKitTests",
      "path" : "Tests/KarrotListKitTests",
      "sources" : [
        "AnyComponentTests.swift",
        "CollectionViewAdapterTests.swift",
        "CollectionViewLayoutAdapterTests.swift",
        "ComponentTests.swift",
        "FeatureFlagProviderTests.swift",
        "RemoteImagePrefetchingPluginTest.swift",
        "ResultBuildersTests.swift",
        "TestDoubles/ComponentTestDouble.swift",
        "Utils/Any+EquatableTests.swift",
        "Utils/ChunkedTests.swift",
        "Utils/Collection+SafeIndexTests.swift"
      ],
      "target_dependencies" : [
        "KarrotListKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KarrotListKit",
      "module_type" : "SwiftTarget",
      "name" : "KarrotListKit",
      "path" : "Sources/KarrotListKit",
      "product_dependencies" : [
        "DifferenceKit"
      ],
      "product_memberships" : [
        "KarrotListKit"
      ],
      "sources" : [
        "Adapter/CollectionViewAdapter.swift",
        "Adapter/CollectionViewAdapterConfiguration.swift",
        "Adapter/CollectionViewAdapterUpdateStrategy.swift",
        "Adapter/CollectionViewLayoutAdaptable.swift",
        "Adapter/ComponentSizeStorage.swift",
        "Builder/CellsBuilder.swift",
        "Builder/SectionsBuilder.swift",
        "Cell.swift",
        "Component/AnyComponent.swift",
        "Component/Component.swift",
        "Component/ContentLayoutMode.swift",
        "Component/IdentifiableComponent.swift",
        "Event/Cell/DidSelectEvent.swift",
        "Event/Cell/HighlightEvent.swift",
        "Event/Cell/UnhighlightEvent.swift",
        "Event/Common/DidEndDisplayingEvent.swift",
        "Event/Common/WillDisplayEvent.swift",
        "Event/List/DidEndDeceleratingEvent.swift",
        "Event/List/DidEndDraggingEvent.swift",
        "Event/List/DidScrollEvent.swift",
        "Event/List/DidScrollToTopEvent.swift",
        "Event/List/PullToRefreshEvent.swift",
        "Event/List/ReachedEndEvent.swift",
        "Event/List/ShouldScrollToTopEvent.swift",
        "Event/List/WillBeginDeceleratingEvent.swift",
        "Event/List/WillBeginDraggingEvent.swift",
        "Event/List/WillEndDraggingEvent.swift",
        "Event/ListingViewEvent.swift",
        "Event/ListingViewEventHandler.swift",
        "Event/ListingViewEventStorage.swift",
        "Extension/UICollectionView+Difference.swift",
        "Extension/UICollectionView+Init.swift",
        "Extension/UIView+TraitCollection.swift .swift",
        "FeatureFlag/DefaultFeatureFlagProvider.swift",
        "FeatureFlag/FeatureFlagItem.swift",
        "FeatureFlag/FeatureFlagProviding.swift",
        "FeatureFlag/FeatureFlagType.swift",
        "FeatureFlag/KarrotListKitFeatureFlag.swift",
        "Layout/CompositionalLayoutSectionFactory.swift",
        "Layout/DefaultCompositionalLayoutSectionFactory.swift",
        "Layout/HorizontalLayout.swift",
        "Layout/VerticalGridLayout.swift",
        "Layout/VerticalLayout.swift",
        "List.swift",
        "Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift",
        "Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift",
        "Prefetching/PrefetchableComponent.swift",
        "Prefetching/RemoteImagePrefetching.swift",
        "Section.swift",
        "SupplementaryView.swift",
        "SwiftUISupport/ComponentRepresented.swift",
        "Utils/Any+Equatable.swift",
        "Utils/Chunked.swift",
        "Utils/Collection+SafeIndex.swift",
        "View/ComponentRenderable.swift",
        "View/UICollectionComponentReusableView.swift",
        "View/UICollectionViewComponentCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "KarrotListKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KarrotListKit -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme KarrotListKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
  KarrotListKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'KarrotListKit' in project 'KarrotListKit'
        ➜ Explicit dependency on target 'KarrotListKit' in project 'KarrotListKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'KarrotListKit' in project 'KarrotListKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f67c6c81e99c8053c26d224b63dcfed3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f67c6c81e99c8053c26d224b63dcfed3.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver DifferenceKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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 -suppress-warnings -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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 -suppress-warnings -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DifferenceKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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 -suppress-warnings -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ ContentEquatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ArraySection.swift,\ Changeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Algorithm.swift,\ AnyDifferentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64_32 Compiling\ UIKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ Algorithm.swift,\ AnyDifferentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AppKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ StagedChangeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ ContentIdentifiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ Differentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ ContentEquatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ ElementPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ UIKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ StagedChangeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation\ Requirements DifferenceKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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 -suppress-warnings -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ ContentEquatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal armv7k Emitting module for DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation\ Requirements DifferenceKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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 -suppress-warnings -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64_32 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftCompile normal arm64 Compiling\ ElementPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ArraySection.swift,\ Changeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation\ Requirements DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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 -suppress-warnings -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ ArraySection.swift,\ Changeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.abi.json
SwiftCompile normal armv7k Compiling\ AppKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ AppKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Algorithm.swift,\ AnyDifferentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal armv7k Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal armv7k Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64/KarrotListKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/arm64_32/KarrotListKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ ContentIdentifiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ Differentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ DifferentiableSection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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 -suppress-warnings -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.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/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/Binary/DifferenceKit.o normal arm64_32 (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/Binary/DifferenceKit.o
SwiftDriverJobDiscovery normal armv7k Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal armv7k Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
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:48:42: error: cannot find type 'UIRefreshControl' in scope
  private lazy var pullToRefreshControl: UIRefreshControl = {
                                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:70:21: error: cannot find type 'UICollectionView' in scope
    collectionView: UICollectionView,
                    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:32:36: error: cannot find type 'UICollectionView' in scope
  private weak var collectionView: UICollectionView?
                                   ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:273:32: error: cannot find type 'UICollectionView' in scope
  private var scrollDirection: UICollectionView.ScrollDirection {
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:362:34: error: cannot find type 'UICollectionViewDelegate' in scope
extension CollectionViewAdapter: UICollectionViewDelegate {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:363:48: error: cannot find type 'UICollectionView' in scope
  public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:377:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:378:23: error: cannot find type 'UICollectionViewCell' in scope
    willDisplay cell: UICollectionViewCell,
                      ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:395:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:396:28: error: cannot find type 'UICollectionViewCell' in scope
    didEndDisplaying cell: UICollectionViewCell,
                           ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:413:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:414:40: error: cannot find type 'UICollectionReusableView' in scope
    willDisplaySupplementaryView view: UICollectionReusableView,
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:451:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:452:45: error: cannot find type 'UICollectionReusableView' in scope
    didEndDisplayingSupplementaryView view: UICollectionReusableView,
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:489:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:506:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:526:49: error: cannot find type 'UIScrollView' in scope
  public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:540:57: error: cannot find type 'UIScrollView' in scope
  public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:553:19: error: cannot find type 'UIScrollView' in scope
    _ scrollView: UIScrollView,
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:573:19: error: cannot find type 'UIScrollView' in scope
    _ scrollView: UIScrollView,
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:588:54: error: cannot find type 'UIScrollView' in scope
  public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
                                                     ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:600:61: error: cannot find type 'UIScrollView' in scope
  public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:612:58: error: cannot find type 'UIScrollView' in scope
  public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:624:57: error: cannot find type 'UIScrollView' in scope
  public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
                                                        ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:639:34: error: cannot find type 'UICollectionViewDataSourcePrefetching' in scope
extension CollectionViewAdapter: UICollectionViewDataSourcePrefetching {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:641:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:662:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:675:34: error: cannot find type 'UICollectionViewDataSource' in scope
extension CollectionViewAdapter: UICollectionViewDataSource {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:676:51: error: cannot find type 'UICollectionView' in scope
  public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:680:48: error: cannot find type 'UICollectionView' in scope
  public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:687:8: error: cannot find type 'UICollectionViewCell' in scope
  ) -> UICollectionViewCell {
       ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:685:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:716:8: error: cannot find type 'UICollectionReusableView' in scope
  ) -> UICollectionReusableView {
       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift:713:23: error: cannot find type 'UICollectionView' in scope
    _ collectionView: UICollectionView,
                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:45:8: error: cannot find type 'NSCollectionLayoutSection' in scope
  ) -> NSCollectionLayoutSection?
       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:44:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:75:8: error: cannot find type 'NSCollectionLayoutSection' in scope
  ) -> NSCollectionLayoutSection? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift:74:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:17:27: error: cannot find type 'UIView' in scope
  associatedtype Content: UIView
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:65:50: error: cannot find type 'UIView' in scope
  public func renderContent(coordinator: Any) -> UIView {
                                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:74:34: error: cannot find type 'UIView' in scope
  public func render(in content: UIView, coordinator: Any) {
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:83:31: error: cannot find type 'UIView' in scope
  public func layout(content: UIView, in container: UIView) {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:83:53: error: cannot find type 'UIView' in scope
  public func layout(content: UIView, in container: UIView) {
                                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:50:47: error: cannot find type 'UIView' in scope
  func layout(content: Content, in container: UIView)
                                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:31:15: error: type 'AnyComponent' does not conform to protocol 'Component'
public struct AnyComponent: Component, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:31:15: note: add stubs for conformance
public struct AnyComponent: Component, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:14:18: note: protocol requires nested type 'ViewModel'
  associatedtype ViewModel: Equatable
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:17:18: note: protocol requires nested type 'Content'
  associatedtype Content: UIView
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:21:18: note: protocol requires nested type 'Coordinator'
  associatedtype Coordinator = Void
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:122:43: error: cannot find type 'UIView' in scope
  func renderContent(coordinator: Any) -> UIView
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:123:27: error: cannot find type 'UIView' in scope
  func render(in content: UIView, coordinator: Any)
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:124:24: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView)
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:124:46: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView)
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:152:43: error: cannot find type 'UIView' in scope
  func renderContent(coordinator: Any) -> UIView {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:156:27: error: cannot find type 'UIView' in scope
  func render(in content: UIView, coordinator: Any) {
                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:166:24: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView) {
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift:166:46: error: cannot find type 'UIView' in scope
  func layout(content: UIView, in container: UIView) {
                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:71:36: error: cannot find type 'UIView' in scope
extension Component where Content: UIView {
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift:72:54: error: cannot find type 'UIView' in scope
  public func layout(content: Content, in container: UIView) {
                                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift:19:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift:19:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift:18:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift:18:25: error: cannot find type 'UIView' in scope
    public let content: UIView?
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDraggingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollToTopEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/ShouldScrollToTopEvent.swift:11:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift:12:32: error: cannot find type 'UICollectionView' in scope
    public let collectionView: UICollectionView
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift:9:11: error: cannot find type 'UICollectionView' in scope
extension UICollectionView {
          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift:7:11: error: cannot find type 'UICollectionView' in scope
extension UICollectionView {
          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift .swift:7:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:18:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:23:59: error: cannot find type 'NSCollectionLayoutSection' in scope
  typealias SectionLayout = (_ context: LayoutContext) -> NSCollectionLayoutSection?
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:36:78: error: cannot find type 'NSCollectionLayoutItem' in scope
  func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem]
                                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:45:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
    -> NSCollectionLayoutBoundarySupplementaryItem?
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:54:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
    -> NSCollectionLayoutBoundarySupplementaryItem?
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:65:85: error: cannot find type 'NSCollectionLayoutItem' in scope
  public func layoutCellItems(cells: [Cell], sizeStorage: ComponentSizeStorage) -> [NSCollectionLayoutItem] {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:90:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
  ) -> NSCollectionLayoutBoundarySupplementaryItem? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:123:8: error: cannot find type 'NSCollectionLayoutBoundarySupplementaryItem' in scope
  ) -> NSCollectionLayoutBoundarySupplementaryItem? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:147:59: error: cannot find type 'NSCollectionLayoutSize' in scope
  private func makeLayoutSize(mode: ContentLayoutMode) -> NSCollectionLayoutSize {
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift:172:73: error: cannot find type 'NSCollectionLayoutSize' in scope
  private func makeLayoutSize(mode: ContentLayoutMode, size: CGSize) -> NSCollectionLayoutSize {
                                                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:76:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:22:26: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
      scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:32:51: error: cannot infer contextual base in reference to member 'vertical'
  public static var vertical: Self = .init(spec: .vertical(spacing: 0))
                                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:53: error: cannot infer contextual base in reference to member 'horizontal'
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                                                   ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:35:96: error: cannot infer contextual base in reference to member 'continuous'
  public static var horizontal: Self = .init(spec: .horizontal(spacing: 0, scrollingBehavior: .continuous))
                                                                                              ~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:49:24: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
    scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift:146:40: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:14:34: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
  private let scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:18:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:26:24: error: cannot find type 'UICollectionLayoutSectionOrthogonalScrollingBehavior' in scope
    scrollingBehavior: UICollectionLayoutSectionOrthogonalScrollingBehavior = .continuous
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift:110:16: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:19:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift:138:16: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:17:48: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
  private var visibleItemsInvalidationHandler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift:100:16: error: cannot find type 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' in scope
    _ handler: NSCollectionLayoutSectionVisibleItemsInvalidationHandler?
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:134:8: error: cannot find type 'NSCollectionLayoutSection' in scope
  ) -> NSCollectionLayoutSection? {
       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift:132:18: error: cannot find type 'NSCollectionLayoutEnvironment' in scope
    environment: NSCollectionLayoutEnvironment,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:14:28: error: cannot find type 'Context' in scope
  func makeUIView(context: Context) -> C.Content {
                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:18:51: error: cannot find type 'Context' in scope
  func updateUIView(_ uiView: C.Content, context: Context) {
                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift:7:44: error: cannot find type 'UIViewRepresentable' in scope
struct ComponentRepresented<C: Component>: UIViewRepresentable {
                                           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:8:31: error: cannot find type 'UIView' in scope
  var componentContainerView: UIView { get }
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:10:24: error: cannot find type 'UIView' in scope
  var renderedContent: UIView? { get set }
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:21:43: error: cannot find type 'UICollectionViewCell' in scope
extension ComponentRenderable where Self: UICollectionViewCell {
                                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:22:31: error: cannot find type 'UIView' in scope
  var componentContainerView: UIView {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:27:43: error: cannot find type 'UICollectionReusableView' in scope
extension ComponentRenderable where Self: UICollectionReusableView {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:28:31: error: cannot find type 'UIView' in scope
  var componentContainerView: UIView {
                              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift:33:43: error: cannot find type 'UIView' in scope
extension ComponentRenderable where Self: UIView {
                                          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:7:48: error: cannot find type 'UICollectionReusableView' in scope
final class UICollectionComponentReusableView: UICollectionReusableView, ComponentRenderable {
                                               ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:9:24: error: cannot find type 'UIView' in scope
  var renderedContent: UIView?
                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:26:12: error: initializer does not override a designated initializer from its superclass
  override init(frame: CGRect) {
  ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:35:32: error: cannot find type 'UITraitCollection' in scope
    _ previousTraitCollection: UITraitCollection?
                               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:46:24: error: method does not override any method from its superclass
  public override func prepareForReuse() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:52:24: error: method does not override any method from its superclass
  public override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:60:8: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
  ) -> UICollectionViewLayoutAttributes {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift:59:25: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    _ layoutAttributes: UICollectionViewLayoutAttributes
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:10:45: error: cannot find type 'UIView' in scope
  public internal(set) var renderedContent: UIView?
                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:29:12: error: initializer does not override a designated initializer from its superclass
  override init(frame: CGRect) {
  ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:43:32: error: cannot find type 'UITraitCollection' in scope
    _ previousTraitCollection: UITraitCollection?
                               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:54:24: error: method does not override any method from its superclass
  public override func prepareForReuse() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:61:24: error: method does not override any method from its superclass
  public override func layoutSubviews() {
         ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:69:8: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
  ) -> UICollectionViewLayoutAttributes {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:68:25: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    _ layoutAttributes: UICollectionViewLayoutAttributes
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift:8:51: error: cannot find type 'UICollectionViewCell' in scope
public final class UICollectionViewComponentCell: UICollectionViewCell, ComponentRenderable {
                                                  ^~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewAdapterUpdateStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/CollectionViewLayoutAdaptable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Adapter/ComponentSizeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/CellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Builder/SectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/AnyComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/Component.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/ContentLayoutMode.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Component/IdentifiableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/DidSelectEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/HighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Cell/UnhighlightEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/DidEndDisplayingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/Common/WillDisplayEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidEndDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/DidScrollToTopEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/PullToRefreshEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/ReachedEndEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/ShouldScrollToTopEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDeceleratingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillBeginDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/List/WillEndDraggingEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Event/ListingViewEventStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Difference.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UICollectionView+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Extension/UIView+TraitCollection.swift\ .swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/DefaultFeatureFlagProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagItem.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/FeatureFlagType.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/FeatureFlag/KarrotListKitFeatureFlag.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/CompositionalLayoutSectionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/DefaultCompositionalLayoutSectionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/HorizontalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalGridLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/RemoteImagePrefetching.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Section.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SupplementaryView.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/SwiftUISupport/ComponentRepresented.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Any+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Chunked.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Collection+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotListKit.build/Debug-watchos/KarrotListKit.build/Objects-normal/armv7k/KarrotListKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -module-name KarrotListKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -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\ 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\ 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\ 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\ 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

SwiftCompile normal armv7k Compiling\ VerticalLayout.swift,\ List.swift,\ CollectionViewPrefetchingPlugin.swift,\ RemoteImagePrefetchingPlugin.swift,\ PrefetchableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftEmitModule normal arm64 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
EmitSwiftModule normal arm64 (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ KarrotListKit (in target 'KarrotListKit' from project 'KarrotListKit')
EmitSwiftModule normal arm64_32 (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ Chunked.swift,\ Collection+SafeIndex.swift,\ ComponentRenderable.swift,\ UICollectionComponentReusableView.swift,\ UICollectionViewComponentCell.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Chunked.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Collection+SafeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/ComponentRenderable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionComponentReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/View/UICollectionViewComponentCell.swift (in target 'KarrotListKit' from project 'KarrotListKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Utils/Chunked.swift (in target 'KarrotListKit' from project 'KarrotListKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal armv7k Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ VerticalLayout.swift,\ List.swift,\ CollectionViewPrefetchingPlugin.swift,\ RemoteImagePrefetchingPlugin.swift,\ PrefetchableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
Command SwiftCompile failed with a nonzero exit code
** 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')
	SwiftCompile normal arm64_32 Compiling\ VerticalLayout.swift,\ List.swift,\ CollectionViewPrefetchingPlugin.swift,\ RemoteImagePrefetchingPlugin.swift,\ PrefetchableComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Layout/VerticalLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/List.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/CollectionViewPrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/Plugins/RemoteImagePrefetchingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotListKit/Prefetching/PrefetchableComponent.swift (in target 'KarrotListKit' from project 'KarrotListKit')
	Building workspace spi-builder-workspace with scheme KarrotListKit
(4 failures)
BUILD FAILURE 6.1 watchOS