This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build FlowKit with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FlowKit -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/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/admin/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/admin/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/admin/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/admin/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 the Swift 6 language mode
        public struct Context<M,C> {
                              ^
/Users/admin/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/admin/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 the Swift 6 language mode
        public struct Context<M,C> {
                                ^
/Users/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:63:40: error: cannot find type 'UITableViewCell' in scope
                        let castedCell = self.cellClass as! UITableViewCell.Type
                                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:83:81: error: cannot find type 'UITableViewCell' in scope
            return callback(Context<M,C>(generic: context), (context.param1 as! UITableViewCell.EditingStyle))
                                                                                ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift:253:40: error: cannot find type 'UITableView' in scope
                        self.table = (generic.container as! UITableView)
                                                            ^~~~~~~~~~~
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableAdapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableAdapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableAdapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableAdapter.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableDirector+Events.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableDirector+Events.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableDirector+Events.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableDirector+Events.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableAdapter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableDirector+Events.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableAdapter.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableDirector+Events.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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.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/admin/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/admin/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/admin/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 the Swift 6 language mode
        public struct Events<T> {
                             ^
/Users/admin/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/admin/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/admin/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 the Swift 6 language mode
        public struct Events<M,C> {
                             ^
/Users/admin/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/admin/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 the Swift 6 language mode
        public struct Events<M,C> {
                               ^
/Users/admin/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/admin/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> {
        ^~~~~~~

SwiftCompile normal armv7k Compiling\ TableSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/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 the Swift 6 language mode
        public struct Context<T> {
                              ^
/Users/admin/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/admin/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/admin/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.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/admin/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/admin/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.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/admin/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? {
                                                                                                                 ^~~~~~~~~~~
/Users/admin/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.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/admin/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?
                                                                                                                 ^~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/TableSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ Collection+Support.swift,\ CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:62:11: error: cannot find type 'UICollectionViewCell' in scope
extension UICollectionViewCell: CellProtocol { }
          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:107:11: error: cannot find type 'UITableViewHeaderFooterView' in scope
extension UITableViewHeaderFooterView: HeaderFooterProtocol {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:123:11: error: cannot find type 'UICollectionReusableView' in scope
extension UICollectionReusableView : HeaderFooterProtocol {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:161:83: error: cannot find type 'UICollectionReusableView' in scope
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType,  view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any?
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:161:136: error: cannot find type 'UICollectionView' in scope
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType,  view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any?
                                                                                                                                              ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:175:83: error: cannot find type 'UICollectionViewCell' in scope
        func _instanceCell(in collection: UICollectionView, at indexPath: IndexPath?) -> UICollectionViewCell
                                                                                         ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:175:36: error: cannot find type 'UICollectionView' in scope
        func _instanceCell(in collection: UICollectionView, at indexPath: IndexPath?) -> UICollectionViewCell
                                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:213:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/Collection+Support.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter+Events.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:37:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Event<T> {
                            ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:37:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Event<T> {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:53:23: warning: generic parameter 'M' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Events<M,C> {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift:34:30: note: 'M' previously declared here
open class CollectionAdapter<M: ModelProtocol, C: CellProtocol>: CollectionAdapterProtocol, CustomStringConvertible, AbstractAdapterProtocolFunctions {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:53:25: warning: generic parameter 'C' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
        public struct Events<M,C> {
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift:34:48: note: 'C' previously declared here
open class CollectionAdapter<M: ModelProtocol, C: CellProtocol>: CollectionAdapterProtocol, CustomStringConvertible, AbstractAdapterProtocolFunctions {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:73:76: error: cannot find type 'UICollectionView' in scope
                public var prefetch: ((_ items: [M], _ paths: [IndexPath], _ collection: UICollectionView) -> Void)? = nil
                                                                                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:74:82: error: cannot find type 'UICollectionView' in scope
                public var cancelPrefetch: ((_ items: [M], _ paths: [IndexPath], _ collection: UICollectionView) -> Void)? = nil
                                                                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:53:2: warning: 'public' modifier is redundant for generic struct declared in a public extension
        public struct Events<M,C> {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:86:33: error: cannot find type 'UICollectionViewLayout' in scope
                var layoutDidChange: ((_ old: UICollectionViewLayout, _ new: UICollectionViewLayout) -> UICollectionViewTransitionLayout?)? = nil
                                              ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:86:64: error: cannot find type 'UICollectionViewLayout' in scope
                var layoutDidChange: ((_ old: UICollectionViewLayout, _ new: UICollectionViewLayout) -> UICollectionViewTransitionLayout?)? = nil
                                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:86:91: error: cannot find type 'UICollectionViewTransitionLayout' in scope
                var layoutDidChange: ((_ old: UICollectionViewLayout, _ new: UICollectionViewLayout) -> UICollectionViewTransitionLayout?)? = nil
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:84:40: error: cannot find type 'UICollectionReusableView' in scope
                typealias HeaderFooterEvent = (view: UICollectionReusableView, path: IndexPath, table: UICollectionView)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:84:90: error: cannot find type 'UICollectionView' in scope
                typealias HeaderFooterEvent = (view: UICollectionReusableView, path: IndexPath, table: UICollectionView)
                                                                                                       ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:83:2: warning: 'public' modifier is redundant for struct declared in a public extension
        public struct Events {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:92:45: error: cannot find type 'UICollectionViewFocusUpdateContext' in scope
        var shouldUpdateFocus: ((_ context: UICollectionViewFocusUpdateContext) -> Bool)? {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:99:42: error: cannot find type 'UICollectionViewFocusUpdateContext' in scope
        var didUpdateFocus: ((_ context: UICollectionViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator) -> Void)? {
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift:99:93: error: cannot find type 'UIFocusAnimationCoordinator' in scope
        var didUpdateFocus: ((_ context: UICollectionViewFocusUpdateContext, _ coordinator: UIFocusAnimationCoordinator) -> Void)? {
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ CollectionDragDropManager.swift,\ CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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 {
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDragDropManager.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ CollectionSectionView.swift,\ FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/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 the Swift 6 language mode
        public struct Context<T> {
                              ^
/Users/admin/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/admin/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/admin/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.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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:161:83: error: cannot find type 'UICollectionReusableView' in scope
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType,  view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any?
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift:161:136: error: cannot find type 'UICollectionView' in scope
        func dispatch(_ event: CollectionSectionViewEventsKey, type: SectionType,  view: UICollectionReusableView?, section: Int, collection: UICollectionView) -> Any?
                                                                                                                                              ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:93:13: error: generic parameter 'T' could not be inferred
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:47:24: note: 'T' declared as parameter to type 'CollectionSectionView.Context'
        public struct Context<T> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:93:13: note: explicitly specify the generic arguments to fix this issue
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
                                        <Any>
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:96:13: error: generic parameter 'T' could not be inferred
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:47:24: note: 'T' declared as parameter to type 'CollectionSectionView.Context'
        public struct Context<T> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:96:13: note: explicitly specify the generic arguments to fix this issue
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
                                        <Any>
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:99:13: error: generic parameter 'T' could not be inferred
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:47:24: note: 'T' declared as parameter to type 'CollectionSectionView.Context'
        public struct Context<T> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:99:13: note: explicitly specify the generic arguments to fix this issue
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
                                        <Any>
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:102:13: error: generic parameter 'T' could not be inferred
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:47:24: note: 'T' declared as parameter to type 'CollectionSectionView.Context'
        public struct Context<T> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:102:13: note: explicitly specify the generic arguments to fix this issue
                        callback(Context(type: type, view: view, at: section, of: collection))
                                 ^
                                        <Any>
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:105:20: error: generic parameter 'T' could not be inferred
                        return callback(Context(type: type, view: view, at: section, of: collection))
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:47:24: note: 'T' declared as parameter to type 'CollectionSectionView.Context'
        public struct Context<T> {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift:105:20: note: explicitly specify the generic arguments to fix this issue
                        return callback(Context(type: type, view: view, at: section, of: collection))
                                        ^
                                               <Any>
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionSectionView.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowCollectionDirector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:138:28: error: cannot find type 'UICollectionView' in scope
        public init(_ collection: UICollectionView) {
                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:82:21: error: cannot find type 'UICollectionViewFlowLayout' in scope
        public var layout: UICollectionViewFlowLayout? {
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:92:39: error: cannot find type 'UICollectionViewFlowLayout' in scope
    public var sectionInsetReference: UICollectionViewFlowLayout.SectionInsetReference {
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:33:56: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
open class FlowCollectionDirector: CollectionDirector, UICollectionViewDelegateFlowLayout {
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:52:43: error: cannot find type 'UICollectionView' in scope
        public private(set) weak var collection: UICollectionView?
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:105:23: error: cannot find type 'UICollectionViewFlowLayout' in scope
                guard usedLayout is UICollectionViewFlowLayout else {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:113:32: error: cannot infer contextual base in reference to member 'zero'
                self.layout?.sectionInset = .zero
                                            ~^~~~
/Users/admin/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/admin/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/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:124:92: error: 'nil' requires a contextual type
                        guard let size = adapter.dispatch(.itemSize, context: InternalContext(model, indexPath, nil, collectionView)) as? CGSize else {
                                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:158:38: error: cannot infer contextual base in reference to member 'referenceSize'
                guard let size = header?.dispatch(.referenceSize, type: .header, view: nil, section: section, collection: collectionView) as? CGSize else {
                                                  ~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:158:60: error: cannot infer contextual base in reference to member 'header'
                guard let size = header?.dispatch(.referenceSize, type: .header, view: nil, section: section, collection: collectionView) as? CGSize else {
                                                                        ~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:158:74: error: 'nil' requires a contextual type
                guard let size = header?.dispatch(.referenceSize, type: .header, view: nil, section: section, collection: collectionView) as? CGSize else {
                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:166:38: error: cannot infer contextual base in reference to member 'referenceSize'
                guard let size = footer?.dispatch(.referenceSize, type: .footer, view: nil, section: section, collection: collectionView) as? CGSize else {
                                                  ~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:166:60: error: cannot infer contextual base in reference to member 'footer'
                guard let size = footer?.dispatch(.referenceSize, type: .footer, view: nil, section: section, collection: collectionView) as? CGSize else {
                                                                        ~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift:166:74: error: 'nil' requires a contextual type
                guard let size = footer?.dispatch(.referenceSize, type: .footer, view: nil, section: section, collection: collectionView) as? CGSize else {
                                                                                       ^
SwiftCompile normal armv7k Compiling\ CollectionAdapter.swift,\ CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDirector.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDirector.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDirector.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDirector.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDirector.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionAdapter.o -index-unit-output-path /FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/CollectionDirector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal armv7k Compiling TableSection.swift (in target 'FlowKit' from project 'FlowKit')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/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/admin/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/admin/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/admin/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/admin/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/admin/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/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/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.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/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/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit-Swift.h -serialize-diagnostics-path /Users/admin/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/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.abi.json
Command SwiftEmitModule failed with a nonzero exit code
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FlowKit' from project 'FlowKit')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ DeepDiff+Helpers.swift,\ DeepDiff.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ AssociatedValues.swift,\ Commons.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ TableAdapter.swift,\ TableDirector+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Events.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ TableSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ Collection+Support.swift,\ CollectionAdapter+Events.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/Collection+Support.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter+Events.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ CollectionDragDropManager.swift,\ CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k Compiling\ CollectionSectionView.swift,\ FlowCollectionDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
(21 failures)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.