Build Information
Failed to build FlowKit, reference master (329149
), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 21:29:51 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlowKit -destination generic/platform=watchOS
Build Log
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:52: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:77: error: cannot find type 'UIView' in scope
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:46: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:63: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:68: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~
/Users/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/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? {
^~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSectionView.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/FlowCollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableAdapter.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /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/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /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/.swiftpm/xcode
SwiftCompile normal arm64_32 /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/.swiftpm/xcode
SwiftCompile normal arm64_32 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')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift (in target 'FlowKit' from project 'FlowKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSection.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TableSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (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')
Building workspace spi-builder-workspace with scheme FlowKit
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
FlowKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: FlowKit
{
"dependencies" : [
],
"manifest_display_name" : "FlowKit",
"name" : "FlowKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FlowKit",
"targets" : [
"FlowKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlowKitTests",
"module_type" : "SwiftTarget",
"name" : "FlowKitTests",
"path" : "Tests/FlowKitTests",
"sources" : [
"FlowKitTests.swift"
],
"target_dependencies" : [
"FlowKit"
],
"type" : "test"
},
{
"c99name" : "FlowKit",
"module_type" : "SwiftTarget",
"name" : "FlowKit",
"path" : "Sources/FlowKit",
"product_memberships" : [
"FlowKit"
],
"sources" : [
"Collection/Collection+Support.swift",
"Collection/CollectionAdapter+Events.swift",
"Collection/CollectionAdapter.swift",
"Collection/CollectionDirector.swift",
"Collection/CollectionDragDropManager.swift",
"Collection/CollectionSection.swift",
"Collection/CollectionSectionView.swift",
"Collection/FlowCollectionDirector.swift",
"Shared/AssociatedValues.swift",
"Shared/Commons.swift",
"Shared/DeepDiff+Helpers.swift",
"Shared/DeepDiff.swift",
"Table/TableAdapter.swift",
"Table/TableDirector+Events.swift",
"Table/TableDirector+Support.swift",
"Table/TableDirector.swift",
"Table/TableSection.swift",
"Table/TableSectionView.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FlowKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlowKit -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FlowKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
FlowKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'FlowKit' in project 'FlowKit'
➜ Explicit dependency on target 'FlowKit' in project 'FlowKit'
Target 'FlowKit' in project 'FlowKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 85aac9fb8166f8d4b0911aaae723e0d9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/85aac9fb8166f8d4b0911aaae723e0d9.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver FlowKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlowKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /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 -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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FlowKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlowKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/armv7k/FlowKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FlowKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlowKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/DerivedSources/arm64 -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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64/FlowKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
EmitSwiftModule normal arm64_32 (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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 {
^~~~~~~~~~~~~~~~
/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)? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift:164: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/CollectionAdapter.swift:164: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/CollectionAdapter.swift:178: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/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.swift:178: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/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.swift:178: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/Collection/CollectionAdapter.swift:187:44: error: cannot find type 'UICollectionView' in scope
public private(set) weak var collection: UICollectionView?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift:218:89: error: cannot find type 'UICollectionView' in scope
internal init(model: ModelProtocol, cell: CellProtocol?, path: IndexPath, collection: UICollectionView) {
^~~~~~~~~~~~~~~~
/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/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/Shared/Commons.swift:74:26: error: cannot find type 'UIScrollView' in scope
public var didScroll: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:75:34: error: cannot find type 'UIScrollView' in scope
public var willBeginDragging: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:76:46: error: cannot find type 'UIScrollView' in scope
public var willEndDragging: ((_ scrollView: UIScrollView, _ velocity: CGPoint, _ targetOffset: UnsafeMutablePointer<CGPoint>) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:77:42: error: cannot find type 'UIScrollView' in scope
public var endDragging: ((_ scrollView: UIScrollView, _ willDecelerate: Bool) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:78:34: error: cannot find type 'UIScrollView' in scope
public var shouldScrollToTop: ((UIScrollView) -> Bool)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:79:31: error: cannot find type 'UIScrollView' in scope
public var didScrollToTop: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:80:38: error: cannot find type 'UIScrollView' in scope
public var willBeginDecelerating: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:81:32: error: cannot find type 'UIScrollView' in scope
public var endDecelerating: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:82:31: error: cannot find type 'UIScrollView' in scope
public var viewForZooming: ((UIScrollView) -> UIView?)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:82:48: error: cannot find type 'UIView' in scope
public var viewForZooming: ((UIScrollView) -> UIView?)? = nil
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:83:47: error: cannot find type 'UIScrollView' in scope
public var willBeginZooming: ((_ scrollView: UIScrollView, _ view: UIView?) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:83:69: error: cannot find type 'UIView' in scope
public var willBeginZooming: ((_ scrollView: UIScrollView, _ view: UIView?) -> Void)? = nil
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:84:41: error: cannot find type 'UIScrollView' in scope
public var endZooming: ((_ scrollView: UIScrollView, _ view: UIView?, _ scale: CGFloat) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:84:63: error: cannot find type 'UIView' in scope
public var endZooming: ((_ scrollView: UIScrollView, _ view: UIView?, _ scale: CGFloat) -> Void)? = nil
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:85:24: error: cannot find type 'UIScrollView' in scope
public var didZoom: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:86:38: error: cannot find type 'UIScrollView' in scope
public var endScrollingAnimation: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift:87:46: error: cannot find type 'UIScrollView' in scope
public var didChangeAdjustedContentInset: ((UIScrollView) -> Void)? = nil
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:34:1: error: cannot find type 'UICollectionViewDataSource' in scope
UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:34:29: error: cannot find type 'UICollectionViewDelegate' in scope
UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:34:55: error: cannot find type 'UICollectionViewDataSourcePrefetching' in scope
UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:379:50: error: cannot find type 'UICollectionView' in scope
public func numberOfSections(in collectionView: UICollectionView) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:379:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func numberOfSections(in collectionView: UICollectionView) -> Int {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:383:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:383:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:387:104: error: cannot find type 'UICollectionViewCell' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:387:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:387:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:394:40: error: cannot find type 'UICollectionView' in scope
func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:394:76: error: cannot find type 'UICollectionViewCell' in scope
func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:399:40: error: cannot find type 'UICollectionView' in scope
func collectionView(_ collectionView: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:399:81: error: cannot find type 'UICollectionViewCell' in scope
func collectionView(_ collectionView: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:406:40: error: cannot find type 'UICollectionView' in scope
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:411:40: error: cannot find type 'UICollectionView' in scope
func collectionView(_ collectionView: UICollectionView, didDeselectItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:416:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, shouldSelectItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:416:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, shouldSelectItemAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:421:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, shouldDeselectItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:421:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, shouldDeselectItemAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:426:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, shouldHighlightItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:426:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, shouldHighlightItemAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:431:40: error: cannot find type 'UICollectionView' in scope
func collectionView(_ collectionView: UICollectionView, didHighlightItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:436:40: error: cannot find type 'UICollectionView' in scope
func collectionView(_ collectionView: UICollectionView, didUnhighlightItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:441:177: error: cannot find type 'UICollectionViewTransitionLayout' in scope
public func collectionView(_ collectionView: UICollectionView, transitionLayoutForOldLayout fromLayout: UICollectionViewLayout, newLayout toLayout: UICollectionViewLayout) -> UICollectionViewTransitionLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:441:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, transitionLayoutForOldLayout fromLayout: UICollectionViewLayout, newLayout toLayout: UICollectionViewLayout) -> UICollectionViewTransitionLayout {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:441:106: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, transitionLayoutForOldLayout fromLayout: UICollectionViewLayout, newLayout toLayout: UICollectionViewLayout) -> UICollectionViewTransitionLayout {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:441:150: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, transitionLayoutForOldLayout fromLayout: UICollectionViewLayout, newLayout toLayout: UICollectionViewLayout) -> UICollectionViewTransitionLayout {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:441:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, transitionLayoutForOldLayout fromLayout: UICollectionViewLayout, newLayout toLayout: UICollectionViewLayout) -> UICollectionViewTransitionLayout {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:448:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, targetIndexPathForMoveFromItemAt originalIndexPath: IndexPath, toProposedIndexPath proposedIndexPath: IndexPath) -> IndexPath {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:448:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, targetIndexPathForMoveFromItemAt originalIndexPath: IndexPath, toProposedIndexPath proposedIndexPath: IndexPath) -> IndexPath {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:455:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, targetContentOffsetForProposedContentOffset proposedContentOffset: CGPoint) -> CGPoint {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:455:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, targetContentOffsetForProposedContentOffset proposedContentOffset: CGPoint) -> CGPoint {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:462:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, shouldShowMenuForItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:462:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, shouldShowMenuForItemAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:467:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, canPerformAction action: Selector, forItemAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:467:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, canPerformAction action: Selector, forItemAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:472:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, performAction action: Selector, forItemAt indexPath: IndexPath, withSender sender: Any?) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:472:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, performAction action: Selector, forItemAt indexPath: IndexPath, withSender sender: Any?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:477:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, canFocusItemAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:477:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, canFocusItemAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:483:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, shouldSpringLoadItemAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:483:124: error: cannot find type 'UISpringLoadedInteractionContext' in scope
public func collectionView(_ collectionView: UICollectionView, shouldSpringLoadItemAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:483:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, shouldSpringLoadItemAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:489:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, shouldUpdateFocusIn context: UICollectionViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:489:94: error: cannot find type 'UICollectionViewFocusUpdateContext' in scope
public func collectionView(_ collectionView: UICollectionView, shouldUpdateFocusIn context: UICollectionViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:489:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, shouldUpdateFocusIn context: UICollectionViewFocusUpdateContext) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:91: error: cannot find type 'UICollectionViewFocusUpdateContext' in scope
public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:145: error: cannot find type 'UIFocusAnimationCoordinator' in scope
public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:497:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, didUpdateFocusIn context: UICollectionViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:501:134: error: cannot find type 'UICollectionReusableView' in scope
func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:501:40: error: cannot find type 'UICollectionView' in scope
func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:524:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, willDisplaySupplementaryView view: UICollectionReusableView, forElementKind elementKind: String, at indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:524:100: error: cannot find type 'UICollectionReusableView' in scope
public func collectionView(_ collectionView: UICollectionView, willDisplaySupplementaryView view: UICollectionReusableView, forElementKind elementKind: String, at indexPath: IndexPath) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:524:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, willDisplaySupplementaryView view: UICollectionReusableView, forElementKind elementKind: String, at indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:541:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, didEndDisplayingSupplementaryView view: UICollectionReusableView, forElementOfKind elementKind: String, at indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:541:105: error: cannot find type 'UICollectionReusableView' in scope
public func collectionView(_ collectionView: UICollectionView, didEndDisplayingSupplementaryView view: UICollectionReusableView, forElementOfKind elementKind: String, at indexPath: IndexPath) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:541:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, didEndDisplayingSupplementaryView view: UICollectionReusableView, forElementOfKind elementKind: String, at indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:570:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath]) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:570:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath]) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:576:47: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath]) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:576:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath]) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:588:48: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:588:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:592:56: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:592:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:596:54: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:596:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:600:53: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:600:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:604:56: error: cannot find type 'UIScrollView' in scope
public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:604:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:608:53: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:608:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:612:60: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:612:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:616:57: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:616:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:61: error: cannot find type 'UIView' in scope
public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:44: error: cannot find type 'UIScrollView' in scope
public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:620:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:55: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:80: error: cannot find type 'UIView' in scope
public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:624:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:52: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:77: error: cannot find type 'UIView' in scope
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:628:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:632:46: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:632:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:636:63: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:636:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:640:68: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:640:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:650:2: warning: 'public' modifier is redundant for class declared in a public extension
public class ReusableRegister {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:653:44: error: cannot find type 'UICollectionView' in scope
public private(set) weak var collection: UICollectionView?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift:667:31: error: cannot find type 'UICollectionView' in scope
internal init(_ collection: UICollectionView) {
^~~~~~~~~~~~~~~~
/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 {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/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/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/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/Shared/DeepDiff+Helpers.swift:71:29: error: cannot find type 'UITableView' in scope
func applyChanges(toTable: UITableView?, withAnimations animations: TableReloadAnimationProtocol) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:81:34: error: cannot find type 'UICollectionView' in scope
func applyChanges(toCollection: UICollectionView?) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:132:49: error: cannot find type 'UICollectionView' in scope
func applyChangesToSectionItems(of collection: UICollectionView?) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift:143:49: error: cannot find type 'UITableView' in scope
func applyChangesToSectionItems(ofTable table: UITableView?, withAnimations animations: TableReloadAnimationProtocol) {
^~~~~~~~~~~
/Users/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/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/TableDirector+Events.swift:37:40: error: cannot find type 'UIView' in scope
typealias HeaderFooterEvent = (view: UIView, section: Int, table: UITableView)
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/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> {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:33:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:71:56: error: cannot find type 'UITableView' in scope
func animationForRow(action: TableAnimationAction) -> UITableView.RowAnimation
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:72:60: error: cannot find type 'UITableView' in scope
func animationForSection(action: TableAnimationAction) -> UITableView.RowAnimation
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:78:56: error: cannot find type 'UITableView' in scope
func animationForRow(action: TableAnimationAction) -> UITableView.RowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:82:60: error: cannot find type 'UITableView' in scope
func animationForSection(action: TableAnimationAction) -> UITableView.RowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:97:11: error: cannot find type 'UITableViewCell' in scope
extension UITableViewCell: CellProtocol { }
^~~~~~~~~~~~~~~
/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift:103:107: error: cannot find type 'UITableView' in scope
func dispatch(_ event: TableSectionViewEventsKey, type: SectionType, view: UIView?, section: Int, table: UITableView) -> Any?
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:118:23: error: cannot find type 'UITableView' in scope
public init(_ table: UITableView) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:47:42: error: cannot find type 'UITableView' in scope
public private(set) weak var tableView: UITableView?
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:393:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:88: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:93: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:93: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:420:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:424:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:428:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:436:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:444:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:455:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, estimatedHeightForFooterInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:78: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:78: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:83: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:83: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:74: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:499:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:506:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:511:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:516:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:532:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:537:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:68: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:108: error: cannot find type 'UISpringLoadedInteractionContext' in scope
public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:96: error: cannot find type 'UITableViewRowAction' in scope
public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:558:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:563:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:568:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:579:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:584:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:589:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willBeginEditingRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:594:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:99: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:605:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:610:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:615:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:73: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:626:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldShowMenuForRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:631:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:636:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, performAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:641:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:646:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:651:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:656:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:116: error: cannot find type 'UISwipeActionsConfiguration' in scope
public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:117: error: cannot find type 'UISwipeActionsConfiguration' in scope
public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:679:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:697:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:703:37: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cancelPrefetchingForRowsAt indexPaths: [IndexPath]) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:83:45: error: cannot find 'UITableView' in scope
self.tableView?.rowHeight = UITableView.automaticDimension
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:86:45: error: cannot find 'UITableView' in scope
self.tableView?.rowHeight = UITableView.automaticDimension
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:87:54: error: cannot find 'UITableView' in scope
self.tableView?.estimatedRowHeight = UITableView.automaticDimension
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:39: error: cannot find type 'UITableViewDelegate' in scope
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:60: error: cannot find type 'UITableViewDataSource' in scope
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:33:83: error: cannot find type 'UITableViewDataSourcePrefetching' in scope
public class TableDirector: NSObject, UITableViewDelegate, UITableViewDataSource, UITableViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:389:45: error: cannot find type 'UITableView' in scope
public func numberOfSections(in tableView: UITableView) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:389:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func numberOfSections(in tableView: UITableView) -> Int {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:393:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:397:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:406:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, viewForHeaderInSection sectionIdx: Int) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:413:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, viewForFooterInSection sectionIdx: Int) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:420:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:424:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:428:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:436:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:444:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:455:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, estimatedHeightForFooterInSection section: Int) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:466:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:472:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:478:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:485:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:494:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:499:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:506:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:511:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:516:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:532:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:537:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:542:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:548:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, shouldSpringLoadRowAt indexPath: IndexPath, with context: UISpringLoadedInteractionContext) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:553:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:558:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:563:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:568:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:579:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:584:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:589:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, willBeginEditingRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:594:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:600:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:605:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:610:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:615:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:620:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:626:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, shouldShowMenuForRowAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:631:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:636:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, performAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:641:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:646:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:651:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:656:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:662:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:668:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:675:48: error: cannot find type 'UITableView' in scope
public func sectionIndexTitles(for tableView: UITableView) -> [String]? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:675:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func sectionIndexTitles(for tableView: UITableView) -> [String]? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:679:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:697:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:703:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func tableView(_ tableView: UITableView, cancelPrefetchingForRowsAt indexPaths: [IndexPath]) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:715:48: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:715:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:719:56: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:719:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:723:54: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:723:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:727:53: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:727:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:731:56: error: cannot find type 'UIScrollView' in scope
public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:731:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:735:53: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:735:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidScrollToTop(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:739:60: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:739:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:743:57: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:743:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:61: error: cannot find type 'UIView' in scope
public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:44: error: cannot find type 'UIScrollView' in scope
public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:747:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func viewForZooming(in scrollView: UIScrollView) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:55: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:80: error: cannot find type 'UIView' in scope
public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:751:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:52: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:77: error: cannot find type 'UIView' in scope
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:755:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndZooming(_ scrollView: UIScrollView, with view: UIView?, atScale scale: CGFloat) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:46: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:759:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidZoom(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:63: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:763:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:68: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift:767:2: warning: 'public' modifier is redundant for instance method declared in a public extension
public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIScrollView) {
^~~~~~~
/Users/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/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? {
^~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlowKit.build/Debug-watchos/FlowKit.build/Objects-normal/arm64_32/FlowKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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
SwiftCompile normal arm64_32 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')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDragDropManager.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionSection.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /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/.swiftpm/xcode
SwiftCompile normal arm64_32 /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/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TableDirector+Support.swift,\ TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift (in target 'FlowKit' from project 'FlowKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector+Support.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableDirector.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 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 arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff+Helpers.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/DeepDiff.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionAdapter.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Collection/CollectionDirector.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 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 arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/AssociatedValues.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Shared/Commons.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TableSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FlowKit/Table/TableSectionView.swift (in target 'FlowKit' from project 'FlowKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'FlowKit' from project 'FlowKit')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlowKit (in target 'FlowKit' from project 'FlowKit')
Building workspace spi-builder-workspace with scheme FlowKit
(4 failures)
BUILD FAILURE 6.1 watchOS