The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlowKit with Swift 5.10 for watchOS using Xcode 15.3 at master.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FlowKit -destination generic/platform=watchos

Build Log

        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:570:47: error: cannot find type 'UICollectionView' in scope
        public func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath]) {
                                                     ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:570:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:576:47: error: cannot find type 'UICollectionView' in scope
        public func collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath]) {
                                                     ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:576:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:588:48: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                      ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:588:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:592:56: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:592:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:596:54: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                            ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:596:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:600:53: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                           ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:600:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:604:56: error: cannot find type 'UIScrollView' in scope
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
                                                              ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:604:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:608:53: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:608:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:612:60: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                                  ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:612:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:616:57: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                               ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:616:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:61: error: cannot find type 'UIView' in scope
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:44: error: cannot find type 'UIScrollView' in scope
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                  ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:55: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                             ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:80: error: cannot find type 'UIView' in scope
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                                                      ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:52: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                          ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:77: error: cannot find type 'UIView' in scope
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:632:46: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
                                                    ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:632:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:636:63: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
                                                                     ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:636:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:640:68: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
                                                                          ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:640:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:650:2: warning: 'public' modifier is redundant for class declared in a public extension
        public class ReusableRegister {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:653:44: error: cannot find type 'UICollectionView' in scope
                public private(set) weak var collection: UICollectionView?
                                                         ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:667:31: error: cannot find type 'UICollectionView' in scope
                internal init(_ collection: UICollectionView) {
                                            ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:36:2: warning: 'public' modifier is redundant for class declared in a public extension
        public final class DragAndDropManager: NSObject, UICollectionViewDragDelegate, UICollectionViewDropDelegate {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:45:45: error: cannot find type 'UICollectionView' in scope
                        public private(set) weak var collection: UICollectionView?
                                                                 ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:51:74: error: cannot find type 'UICollectionView' in scope
                        internal init(item: ModelProtocol, at path: IndexPath, of collection: UICollectionView) {
                                                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:79:70: error: cannot find type 'UIDragItem' in scope
                public var onPrepareItemForDrag: ((DragAndDropManager.Context) -> [UIDragItem])? = nil
                                                                                   ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:96:72: error: cannot find type 'UIDragItem' in scope
                public var onAddItemToDragSession: ((DragAndDropManager.Context) -> [UIDragItem])? = nil
                                                                                     ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:101:40: error: cannot find type 'UIDragSession' in scope
                public var onWillBeginDragSession: ((UIDragSession) -> Void)? = nil
                                                     ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:108:37: error: cannot find type 'UIDragSession' in scope
                public var onDidEndDragSession: ((UIDragSession) -> Void)? = nil
                                                  ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:112:46: error: cannot find type 'UIDragSession' in scope
                public var onDragSessionRestrictedToApp: ((UIDragSession) -> Bool)? = nil
                                                           ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:116:50: error: cannot find type 'UIDragSession' in scope
                public var onDragSessionAllowsMoveOperation: ((UIDragSession) -> Bool)? = nil
                                                               ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:132:37: error: cannot find type 'UIDropSession' in scope
                public var onAcceptDropDession: ((UIDropSession) -> Bool)? = nil
                                                  ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:148:31: error: cannot find type 'UICollectionViewDropCoordinator' in scope
                public var onPerformDrop: ((UICollectionViewDropCoordinator) -> Void)? = nil
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:159:51: error: cannot find type 'UIDropSession' in scope
                public var onDropSessionDidUpdate: ((_ session: UIDropSession, _ path: IndexPath?) -> UICollectionViewDropProposal)? = nil
                                                                ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:159:89: error: cannot find type 'UICollectionViewDropProposal' in scope
                public var onDropSessionDidUpdate: ((_ session: UIDropSession, _ path: IndexPath?) -> UICollectionViewDropProposal)? = nil
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:167:51: error: cannot find type 'UIDropSession' in scope
                public var onDropSessionDidEnter:  ((_ session: UIDropSession) -> Void)? = nil
                                                                ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:175:50: error: cannot find type 'UIDropSession' in scope
                public var onDropSessionDidExit:  ((_ session: UIDropSession) -> Void)? = nil
                                                               ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:181:49: error: cannot find type 'UIDropSession' in scope
                public var onDropSessionDidEnd:  ((_ session: UIDropSession) -> Void)? = nil
                                                              ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:193:137: error: cannot find type 'UIDragItem' in scope
                public func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
                                                                                                                                                      ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:193:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:193:93: error: cannot find type 'UIDragSession' in scope
                public func collectionView(_ collectionView: UICollectionView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
                                                                                                          ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:201:152: error: cannot find type 'UIDragItem' in scope
                public func collectionView(_ collectionView: UICollectionView, itemsForAddingTo session: UIDragSession, at indexPath: IndexPath, point: CGPoint) -> [UIDragItem] {
                                                                                                                                                                     ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:201:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, itemsForAddingTo session: UIDragSession, at indexPath: IndexPath, point: CGPoint) -> [UIDragItem] {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:201:92: error: cannot find type 'UIDragSession' in scope
                public func collectionView(_ collectionView: UICollectionView, itemsForAddingTo session: UIDragSession, at indexPath: IndexPath, point: CGPoint) -> [UIDragItem] {
                                                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:209:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionWillBegin session: UIDragSession) {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:209:96: error: cannot find type 'UIDragSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionWillBegin session: UIDragSession) {
                                                                                                             ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:214:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionDidEnd session: UIDragSession) {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:214:93: error: cannot find type 'UIDragSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionDidEnd session: UIDragSession) {
                                                                                                          ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:224:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionIsRestrictedToDraggingApplication session: UIDragSession) -> Bool {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:224:120: error: cannot find type 'UIDragSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionIsRestrictedToDraggingApplication session: UIDragSession) -> Bool {
                                                                                                                                     ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:229:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionAllowsMoveOperation session: UIDragSession) -> Bool {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:229:106: error: cannot find type 'UIDragSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dragSessionAllowsMoveOperation session: UIDragSession) -> Bool {
                                                                                                                       ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:236:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, performDropWith coordinator: UICollectionViewDropCoordinator) {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:236:95: error: cannot find type 'UICollectionViewDropCoordinator' in scope
                public func collectionView(_ collectionView: UICollectionView, performDropWith coordinator: UICollectionViewDropCoordinator) {
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:240:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, canHandle session: UIDropSession) -> Bool {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:240:85: error: cannot find type 'UIDropSession' in scope
                public func collectionView(_ collectionView: UICollectionView, canHandle session: UIDropSession) -> Bool {
                                                                                                  ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:245:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnter session: UIDropSession) {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:245:95: error: cannot find type 'UIDropSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnter session: UIDropSession) {
                                                                                                            ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:249:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidExit session: UIDropSession) {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:249:94: error: cannot find type 'UIDropSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidExit session: UIDropSession) {
                                                                                                           ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:253:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnd session: UIDropSession) {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:253:93: error: cannot find type 'UIDropSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidEnd session: UIDropSession) {
                                                                                                          ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:257:173: error: cannot find type 'UICollectionViewDropProposal' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal {
                                                                                                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:257:48: error: cannot find type 'UICollectionView' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal {
                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:257:96: error: cannot find type 'UIDropSession' in scope
                public func collectionView(_ collectionView: UICollectionView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UICollectionViewDropProposal {
                                                                                                             ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:36:51: error: cannot find type 'UICollectionViewDragDelegate' in scope
        public final class DragAndDropManager: NSObject, UICollectionViewDragDelegate, UICollectionViewDropDelegate {
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift:36:81: error: cannot find type 'UICollectionViewDropDelegate' in scope
        public final class DragAndDropManager: NSObject, UICollectionViewDragDelegate, UICollectionViewDropDelegate {
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:47:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct Context<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:33:34: note: 'T' previously declared here
open class CollectionSectionView<T: HeaderFooterProtocol>: CollectionSectionProtocol,AbstractCollectionHeaderFooterItem, CustomStringConvertible {
                                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:53:44: error: cannot find type 'UICollectionView' in scope
                public private(set) weak var collection: UICollectionView?
                                                         ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:67:40: error: cannot find type 'UIView' in scope
                public init(type: SectionType, view: UIView?, at section: Int, of collection: UICollectionView) {
                                                     ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:67:81: error: cannot find type 'UICollectionView' in scope
                public init(type: SectionType, view: UIView?, at section: Int, of collection: UICollectionView) {
                                                                                              ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:89:82: error: cannot find type 'UICollectionReusableView' in scope
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType, view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any? {
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:89:135: error: cannot find type 'UICollectionView' in scope
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType, view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any? {
                                                                                                                                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:82:21: error: cannot find type 'UICollectionViewFlowLayout' in scope
        public var layout: UICollectionViewFlowLayout? {
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:92:39: error: cannot find type 'UICollectionViewFlowLayout' in scope
    public var sectionInsetReference: UICollectionViewFlowLayout.SectionInsetReference {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:103:28: error: cannot find type 'UICollectionView' in scope
        public init(_ collection: UICollectionView, flowLayout: UICollectionViewLayout? = nil) {
                                  ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:103:58: error: cannot find type 'UICollectionViewLayout' in scope
        public init(_ collection: UICollectionView, flowLayout: UICollectionViewLayout? = nil) {
                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:120:45: error: cannot find type 'UICollectionView' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:120:92: error: cannot find type 'UICollectionViewLayout' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:135:45: error: cannot find type 'UICollectionView' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:135:92: error: cannot find type 'UICollectionViewLayout' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:142:45: error: cannot find type 'UICollectionView' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:142:92: error: cannot find type 'UICollectionViewLayout' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:149:45: error: cannot find type 'UICollectionView' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:149:92: error: cannot find type 'UICollectionViewLayout' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:156:45: error: cannot find type 'UICollectionView' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:156:92: error: cannot find type 'UICollectionViewLayout' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:164:45: error: cannot find type 'UICollectionView' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                   ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:164:92: error: cannot find type 'UICollectionViewLayout' in scope
        open func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:33:56: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
open class FlowCollectionDirector: CollectionDirector, UICollectionViewDelegateFlowLayout {
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:49:88: error: cannot find type 'UIScrollView' in scope
        init(_ model: ModelProtocol?, _ path: IndexPath, _ cell: CellProtocol?, _ scrollview: UIScrollView,
                                                                                              ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:59:70: error: cannot find type 'UIScrollView' in scope
        init(_ models: [ModelProtocol], _ paths: [IndexPath], _ scrollview: UIScrollView) {
                                                                            ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:71:29: error: cannot find type 'UITableView' in scope
        func applyChanges(toTable: UITableView?, withAnimations animations: TableReloadAnimationProtocol) {
                                   ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:81:34: error: cannot find type 'UICollectionView' in scope
        func applyChanges(toCollection: UICollectionView?) {
                                        ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:132:49: error: cannot find type 'UICollectionView' in scope
        func applyChangesToSectionItems(of collection: UICollectionView?) {
                                                       ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:143:49: error: cannot find type 'UITableView' in scope
        func applyChangesToSectionItems(ofTable table: UITableView?, withAnimations animations: TableReloadAnimationProtocol) {
                                                       ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:75:65: error: cannot find type 'UITableViewCell' in scope
        public var commitEdit: ((_ ctx: EventContext, _ commit: UITableViewCell.EditingStyle) -> Void)? = nil
                                                                ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:90:47: error: cannot find type 'UITableViewRowAction' in scope
                public var editActions: ((EventContext) -> [UITableViewRowAction]?)? = nil
                                                            ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:100:50: error: cannot find type 'UITableViewCell' in scope
        public var editStyle: ((EventContext) -> UITableViewCell.EditingStyle)? = nil
                                                 ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:119:59: error: cannot find type 'UISwipeActionsConfiguration' in scope
                public lazy var leadingSwipeActions: ((EventContext) -> UISwipeActionsConfiguration?)? = nil
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:122:60: error: cannot find type 'UISwipeActionsConfiguration' in scope
                public lazy var trailingSwipeActions: ((EventContext) -> UISwipeActionsConfiguration?)? = nil
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:61:73: error: cannot find type 'UITableViewCell' in scope
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell {
                                                                               ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:61:31: error: cannot find type 'UITableView' in scope
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell {
                                     ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:33:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
                 ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:97:11: error: cannot find type 'UITableViewCell' in scope
extension UITableViewCell: CellProtocol { }
          ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:116:73: error: cannot find type 'UITableViewCell' in scope
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell
                                                                               ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:116:31: error: cannot find type 'UITableView' in scope
        func _instanceCell(in table: UITableView, at indexPath: IndexPath?) -> UITableViewCell
                                     ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:227:24: warning: generic parameter 'M' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct Context<M,C> {
                              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:25: note: 'M' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:227:26: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct Context<M,C> {
                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:43: note: 'C' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:227:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Context<M,C> {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:230:39: error: cannot find type 'UITableView' in scope
                public private(set) weak var table: UITableView?
                                                    ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:258:84: error: cannot find type 'UITableView' in scope
                internal init(model: ModelProtocol, cell: CellProtocol?, path: IndexPath, table: UITableView) {
                                                                                                 ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:37:40: error: cannot find type 'UIView' in scope
                typealias HeaderFooterEvent = (view: UIView, section: Int, table: UITableView)
                                                     ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:37:69: error: cannot find type 'UITableView' in scope
                typealias HeaderFooterEvent = (view: UIView, section: Int, table: UITableView)
                                                                                  ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:36:2: warning: 'public' modifier is redundant for struct declared in a public extension
        public struct Events {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:53:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct Events<T> {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:33:29: note: 'T' previously declared here
open class TableSectionView<T: HeaderFooterProtocol>: TableHeaderFooterProtocol, AbstractTableHeaderFooterItem, CustomStringConvertible {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:53:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Events<T> {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:69:23: warning: generic parameter 'M' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct Events<M,C> {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:25: note: 'M' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:69:25: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct Events<M,C> {
                               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:34:43: note: 'C' previously declared here
open class TableAdapter<M: ModelProtocol, C: CellProtocol>: TableAdapterProtocol,TableAdaterProtocolFunctions {
                                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift:69:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Events<M,C> {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:71:56: error: cannot find type 'UITableView' in scope
        func animationForRow(action: TableAnimationAction) -> UITableView.RowAnimation
                                                              ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:72:60: error: cannot find type 'UITableView' in scope
        func animationForSection(action: TableAnimationAction) -> UITableView.RowAnimation
                                                                  ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:78:56: error: cannot find type 'UITableView' in scope
        func animationForRow(action: TableAnimationAction) -> UITableView.RowAnimation {
                                                              ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:82:60: error: cannot find type 'UITableView' in scope
        func animationForSection(action: TableAnimationAction) -> UITableView.RowAnimation {
                                                                  ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:103:77: error: cannot find type 'UIView' in scope
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any?
                                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:103:107: error: cannot find type 'UITableView' in scope
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any?
                                                                                                                 ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:118:23: error: cannot find type 'UITableView' in scope
        public init(_ table: UITableView) {
                             ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:47:42: error: cannot find type 'UITableView' in scope
        public private(set) weak var tableView: UITableView?
                                                ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:393:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:88: error: cannot find type 'UITableViewCell' in scope
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                              ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:93: error: cannot find type 'UIView' in scope
        public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
                                                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:93: error: cannot find type 'UIView' in scope
        public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
                                                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:420:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:424:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:428:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:436:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:444:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:455:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, estimatedHeightForFooterInSection section: Int) -> CGFloat {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:78: error: cannot find type 'UIView' in scope
        public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
                                                                                    ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:78: error: cannot find type 'UIView' in scope
        public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
                                                                                    ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:83: error: cannot find type 'UIView' in scope
        public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
                                                                                         ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:83: error: cannot find type 'UIView' in scope
        public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
                                                                                         ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:74: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
                                                                         ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:499:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:506:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:511:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:516:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:532:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:537:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:68: error: cannot find type 'UITableViewCell' in scope
        public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:108: error: cannot find type 'UISpringLoadedInteractionContext' in scope
        public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:96: error: cannot find type 'UITableViewRowAction' in scope
        public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
                                                                                                      ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:558:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:563:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:568:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:579:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:584:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:589:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, willBeginEditingRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:594:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:99: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
                                                                                                  ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
                                       ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:605:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:610:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:615:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:73: error: cannot find type 'UITableViewCell' in scope
        public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                               ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:626:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, shouldShowMenuForRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:631:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:636:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, performAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:641:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:646:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:651:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:656:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:116: error: cannot find type 'UISwipeActionsConfiguration' in scope
        public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:117: error: cannot find type 'UISwipeActionsConfiguration' in scope
        public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:679:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:697:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:703:37: error: cannot find type 'UITableView' in scope
        public func tableView(_ tableView: UITableView, cancelPrefetchingForRowsAt indexPaths: [IndexPath]) {
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:83:45: error: cannot find 'UITableView' in scope
                self.tableView?.rowHeight = UITableView.automaticDimension
                                            ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:86:45: error: cannot find 'UITableView' in scope
                self.tableView?.rowHeight = UITableView.automaticDimension
                                            ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:87:54: error: cannot find 'UITableView' in scope
                self.tableView?.estimatedRowHeight = UITableView.automaticDimension
                                                     ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:39: error: cannot find type 'UITableViewDelegate' in scope
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
                                      ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:60: error: cannot find type 'UITableViewDataSource' in scope
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
                                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:83: error: cannot find type 'UITableViewDataSourcePrefetching' in scope
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:389:45: error: cannot find type 'UITableView' in scope
        public func numberOfSections(in tableView: UITableView) -> Int {
                                                   ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:389:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func numberOfSections(in tableView: UITableView) -> Int {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:393:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:420:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:424:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:428:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:436:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:444:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:455:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, estimatedHeightForFooterInSection section: Int) -> CGFloat {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
    ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:499:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:506:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:511:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:516:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:532:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:537:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:558:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:563:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:568:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:579:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:584:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:589:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, willBeginEditingRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:594:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
    ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:605:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:610:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:615:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:626:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldShowMenuForRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:631:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:636:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, performAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:641:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:646:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:651:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:656:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:675:48: error: cannot find type 'UITableView' in scope
        public func sectionIndexTitles(for tableView: UITableView) -> [String]? {
                                                      ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:675:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func sectionIndexTitles(for tableView: UITableView) -> [String]? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:679:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:697:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:703:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func tableView(_ tableView: UITableView, cancelPrefetchingForRowsAt indexPaths: [IndexPath]) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:715:48: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                      ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:715:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScroll(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:719:56: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:719:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:723:54: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                            ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:723:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:727:53: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                           ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:727:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:731:56: error: cannot find type 'UIScrollView' in scope
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
                                                              ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:731:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:735:53: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:735:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:739:60: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                                  ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:739:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:743:57: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                               ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:743:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:61: error: cannot find type 'UIView' in scope
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:44: error: cannot find type 'UIScrollView' in scope
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
                                                  ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:55: error: cannot find type 'UIScrollView' in scope
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                             ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:80: error: cannot find type 'UIView' in scope
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
                                                                                      ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:52: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                          ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:77: error: cannot find type 'UIView' in scope
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
                                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:46: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
                                                    ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidZoom(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:63: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
                                                                     ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:68: error: cannot find type 'UIScrollView' in scope
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
                                                                          ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:2: warning: 'public' modifier is redundant for instance method declared in a public extension
        public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
        ^~~~~~~

/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:44:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public struct Context<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:33:29: note: 'T' previously declared here
open class TableSectionView<T: HeaderFooterProtocol>: TableHeaderFooterProtocol, AbstractTableHeaderFooterItem, CustomStringConvertible {
                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:49:39: error: cannot find type 'UITableView' in scope
                public private(set) weak var table: UITableView?
                                                    ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:63:40: error: cannot find type 'UIView' in scope
                public init(type: SectionType, view: UIView?, at section: Int, of table: UITableView) {
                                                     ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:63:76: error: cannot find type 'UITableView' in scope
                public init(type: SectionType, view: UIView?, at section: Int, of table: UITableView) {
                                                                                         ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:89:77: error: cannot find type 'UIView' in scope
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any? {
                                                                                   ^~~~~~
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift:89:107: error: cannot find type 'UITableView' in scope
        func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any? {
                                                                                                                 ^~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ DeepDiff+Helpers.swift,\ DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff+Helpers.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff+Helpers.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff+Helpers.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlowKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff+Helpers.o -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff+Helpers.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/DeepDiff.o -index-store-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftEmitModule normal armv7k Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
    cd /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlowKit -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.swiftdoc -emit-module-source-info-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit-Swift.h -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit-master-emit-module.d -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.abi.json
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
    cd /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlowKit -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit.swiftdoc -emit-module-source-info-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit-Swift.h -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit-master-emit-module.d -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit.abi.json
SwiftCompile normal arm64 Compiling\ CollectionSectionView.swift,\ FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/CollectionSectionView.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/CollectionSectionView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/CollectionSectionView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/CollectionSectionView.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowCollectionDirector.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowCollectionDirector.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowCollectionDirector.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowCollectionDirector.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlowKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/CollectionSectionView.o -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowCollectionDirector.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/CollectionSectionView.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowCollectionDirector.o -index-store-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64_32 Compiling\ TableAdapter.swift,\ TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableAdapter.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableAdapter.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableAdapter.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableAdapter.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableDirector+Events.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableDirector+Events.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableDirector+Events.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableDirector+Events.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlowKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableAdapter.o -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableDirector+Events.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableAdapter.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableDirector+Events.o -index-store-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64_32 Compiling\ AssociatedValues.swift,\ Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/AssociatedValues.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/AssociatedValues.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/AssociatedValues.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/AssociatedValues.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/Commons.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/Commons.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/Commons.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/Commons.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlowKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/AssociatedValues.o -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/Commons.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/AssociatedValues.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/Commons.o -index-store-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64_32 Compiling\ TableSection.swift,\ TableSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift -primary-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSection.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSection.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSection.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSection.dia -emit-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSectionView.d -emit-const-values-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSectionView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSectionView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSectionView.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FlowKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSection.o -o /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSectionView.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSection.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/TableSectionView.o -index-store-path /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
2024-02-13 23:51:56.007 xcodebuild[86720:4169375] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-13 23:51:56.334 xcodebuild[86720:4169375] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ DeepDiff+Helpers.swift,\ DeepDiff.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal arm64 Compiling\ CollectionSectionView.swift,\ FlowCollectionDirector.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal arm64_32 Compiling\ TableAdapter.swift,\ TableDirector+Events.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal arm64_32 Compiling\ AssociatedValues.swift,\ Commons.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal arm64_32 Compiling\ TableSection.swift,\ TableSectionView.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
(8 failures)
BUILD FAILURE 5.10 watchOS

Build Machine: Mac 7