The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of DTTableViewManager, reference main (ebb417), with Swift 6.0 for tvOS using Xcode 16.2 on 1 Dec 2024 09:49:14 UTC.

Swift 6 data race errors: 17

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DTTableViewManager -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:64:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalHeaderHeightForTableView: (UITableView) -> CGFloat = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:69:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalFooterHeightForTableView: (UITableView) -> CGFloat = {
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drag.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drop.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drag.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drop.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drag.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drop.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drag.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Drop.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling BackwardsCompatibility.swift, BaseStorage.swift (in target 'DTModelStorage' from project 'DTModelStorage')
SwiftCompile normal arm64 Compiling\ DTTableViewManager.swift,\ DTTableViewManagerAnomalyHandler.swift,\ DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:51:13: warning: var 'DTTableViewManagerAssociatedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var DTTableViewManagerAssociatedKey = malloc(1)!
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:51:13: note: convert 'DTTableViewManagerAssociatedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var DTTableViewManagerAssociatedKey = malloc(1)!
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:51:13: note: annotate 'DTTableViewManagerAssociatedKey' with '@MainActor' if property should only be accessed from the main actor
private var DTTableViewManagerAssociatedKey = malloc(1)!
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:51:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var DTTableViewManagerAssociatedKey = malloc(1)!
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:64:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalHeaderHeightForTableView: (UITableView) -> CGFloat = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:69:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalFooterHeightForTableView: (UITableView) -> CGFloat = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:172:24: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            tableView?.delegate = tableDelegate
                       ^
UIKit.UITableView:7:30: note: mutation of this property is only permitted within the actor
    @MainActor weak open var delegate: (any UITableViewDelegate)? { get set }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:179:24: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            tableView?.dataSource = tableDataSource
                       ^
UIKit.UITableView:6:19: note: mutation of this property is only permitted within the actor
    weak open var dataSource: (any UITableViewDataSource)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:186:24: warning: main actor-isolated property 'prefetchDataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            tableView?.prefetchDataSource = tablePrefetchDataSource
                       ^
UIKit.UITableView:9:19: note: mutation of this property is only permitted within the actor
    weak open var prefetchDataSource: (any UITableViewDataSourcePrefetching)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:208:23: warning: static property 'defaultStorage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var defaultStorage: () -> Storage = { MemoryStorage() }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:208:23: note: convert 'defaultStorage' to a 'let' constant to make 'Sendable' shared state immutable
    public static var defaultStorage: () -> Storage = { MemoryStorage() }
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:208:23: note: annotate 'defaultStorage' with '@MainActor' if property should only be accessed from the main actor
    public static var defaultStorage: () -> Storage = { MemoryStorage() }
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:208:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var defaultStorage: () -> Storage = { MemoryStorage() }
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:241:32: warning: type 'SectionIdentifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        tableView.dataSource = dataSource
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:223:43: note: consider making generic parameter 'SectionIdentifier' conform to the 'Sendable' protocol
    open func configureDiffableDataSource<SectionIdentifier, ItemIdentifier>(modelProvider: @escaping (IndexPath, ItemIdentifier) -> Any)
                                          ^
                                                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:241:32: warning: type 'ItemIdentifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        tableView.dataSource = dataSource
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:223:62: note: consider making generic parameter 'ItemIdentifier' conform to the 'Sendable' protocol
    open func configureDiffableDataSource<SectionIdentifier, ItemIdentifier>(modelProvider: @escaping (IndexPath, ItemIdentifier) -> Any)
                                                             ^
                                                                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:233:89: warning: call to main actor-isolated initializer 'init(tableView:viewFactory:manager:cellProvider:modelProvider:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let dataSource = DTTableViewDiffableDataSource<SectionIdentifier, ItemIdentifier>(
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:93:5: note: calls to initializer 'init(tableView:viewFactory:manager:cellProvider:modelProvider:)' from outside of its actor context are implicitly asynchronous
    init(tableView: UITableView, viewFactory: TableViewFactory, manager: DTTableViewManager, cellProvider: @escaping UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider, modelProvider: @escaping (IndexPath, ItemIdentifierType) -> Any) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:223:15: note: add '@MainActor' to make instance method 'configureDiffableDataSource(modelProvider:)' part of global actor 'MainActor'
    open func configureDiffableDataSource<SectionIdentifier, ItemIdentifier>(modelProvider: @escaping (IndexPath, ItemIdentifier) -> Any)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:241:19: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        tableView.dataSource = dataSource
                  ^
UIKit.UITableView:6:19: note: mutation of this property is only permitted within the actor
    weak open var dataSource: (any UITableViewDataSource)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:223:15: note: add '@MainActor' to make instance method 'configureDiffableDataSource(modelProvider:)' part of global actor 'MainActor'
    open func configureDiffableDataSource<SectionIdentifier, ItemIdentifier>(modelProvider: @escaping (IndexPath, ItemIdentifier) -> Any)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:289:21: warning: main actor-isolated property 'indexPathsForVisibleRows' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        (tableView?.indexPathsForVisibleRows ?? []).forEach { indexPath in
                    ^
UIKit.UITableView:71:14: note: property declared here
    open var indexPathsForVisibleRows: [IndexPath]? { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:288:15: note: add '@MainActor' to make instance method 'updateVisibleCells' part of global actor 'MainActor'
    open func updateVisibleCells(_ closure: ((UITableViewCell) -> Void)? = nil) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:291:46: warning: call to main actor-isolated instance method 'cellForRow(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let visibleCell = tableView?.cellForRow(at: indexPath)
                                             ^
UIKit.UITableView:67:15: note: calls to instance method 'cellForRow(at:)' from outside of its actor context are implicitly asynchronous
    open func cellForRow(at indexPath: IndexPath) -> UITableViewCell?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:233:89: warning: sending 'self.viewFactory' risks causing data races; this is an error in the Swift 6 language mode
        let dataSource = DTTableViewDiffableDataSource<SectionIdentifier, ItemIdentifier>(
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:233:89: note: sending task-isolated 'self.viewFactory' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let dataSource = DTTableViewDiffableDataSource<SectionIdentifier, ItemIdentifier>(
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:233:89: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        let dataSource = DTTableViewDiffableDataSource<SectionIdentifier, ItemIdentifier>(
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:233:89: note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let dataSource = DTTableViewDiffableDataSource<SectionIdentifier, ItemIdentifier>(
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:233:89: warning: sending 'modelProvider' risks causing data races; this is an error in the Swift 6 language mode
        let dataSource = DTTableViewDiffableDataSource<SectionIdentifier, ItemIdentifier>(
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:233:89: note: sending task-isolated 'modelProvider' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        let dataSource = DTTableViewDiffableDataSource<SectionIdentifier, ItemIdentifier>(
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:323:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
            if self?.viewFactory.mappings.filter({ $0.viewClass.isSubclass(of: viewType) }).count == 0 {
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift:323:16: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            if self?.viewFactory.mappings.filter({ $0.viewClass.isSubclass(of: viewType) }).count == 0 {
               ^~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift:113:23: warning: static property 'defaultAction' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var defaultAction : (DTTableViewManagerAnomaly) -> Void = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift:113:23: note: convert 'defaultAction' to a 'let' constant to make 'Sendable' shared state immutable
    public static var defaultAction : (DTTableViewManagerAnomaly) -> Void = {
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift:113:23: note: annotate 'defaultAction' with '@MainActor' if property should only be accessed from the main actor
    public static var defaultAction : (DTTableViewManagerAnomaly) -> Void = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift:113:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var defaultAction : (DTTableViewManagerAnomaly) -> Void = {
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift:33:20: warning: main actor-isolated property 'prefetchDataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        tableView?.prefetchDataSource = nil
                   ^
UIKit.UITableView:9:19: note: mutation of this property is only permitted within the actor
    weak open var prefetchDataSource: (any UITableViewDataSourcePrefetching)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift:34:20: warning: main actor-isolated property 'prefetchDataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        tableView?.prefetchDataSource = self
                   ^
UIKit.UITableView:9:19: note: mutation of this property is only permitted within the actor
    weak open var prefetchDataSource: (any UITableViewDataSourcePrefetching)? { get set }
                  ^
SwiftDriverJobDiscovery normal arm64 Compiling SingleSectionStorage.swift, StorageProtocols.swift (in target 'DTModelStorage' from project 'DTModelStorage')
SwiftDriverJobDiscovery normal arm64 Compiling ViewModelMapping.swift (in target 'DTModelStorage' from project 'DTModelStorage')
SwiftCompile normal arm64 Compiling\ DTTableViewDiffableDataSource.swift,\ DTTableViewDragDelegate.swift,\ DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:101:10: warning: main actor-isolated instance method 'numberOfSections()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    func numberOfSections() -> Int {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:101:10: note: add 'nonisolated' to 'numberOfSections()' to make this instance method not isolated to the actor
    func numberOfSections() -> Int {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:155: note: add '@preconcurrency' to the 'Storage' conformance to defer isolation checking to run time
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                                                                                                                                          ^
                                                                                                                                                          @preconcurrency
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:33:10: note: mark the protocol requirement 'numberOfSections()' 'async' to allow actor-isolated conformances
    func numberOfSections() -> Int
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:105:10: warning: main actor-isolated instance method 'numberOfItems(inSection:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    func numberOfItems(inSection section: Int) -> Int {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:105:10: note: add 'nonisolated' to 'numberOfItems(inSection:)' to make this instance method not isolated to the actor
    func numberOfItems(inSection section: Int) -> Int {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:36:10: note: mark the protocol requirement 'numberOfItems(inSection:)' 'async' to allow actor-isolated conformances
    func numberOfItems(inSection section: Int) -> Int
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:109:10: warning: main actor-isolated instance method 'item(at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    func item(at indexPath: IndexPath) -> Any? {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:109:10: note: add 'nonisolated' to 'item(at:)' to make this instance method not isolated to the actor
    func item(at indexPath: IndexPath) -> Any? {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:39:10: note: mark the protocol requirement 'item(at:)' 'async' to allow actor-isolated conformances
    func item(at indexPath: IndexPath) -> Any?
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:54:9: warning: main actor-isolated property 'headerModelProvider' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    var headerModelProvider: ((Int) -> Any?)?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:164: note: add '@preconcurrency' to the 'SupplementaryStorage' conformance to defer isolation checking to run time
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                                                                                                                                                   ^
                                                                                                                                                                   @preconcurrency
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:46:9: note: 'headerModelProvider' declared here
    var headerModelProvider: ((_ sectionIndex: Int) -> Any?)? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:57:9: warning: main actor-isolated property 'footerModelProvider' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    var footerModelProvider: ((Int) -> Any?)?
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:49:9: note: 'footerModelProvider' declared here
    var footerModelProvider: ((_ sectionIndex: Int) -> Any?)? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:70:9: warning: main actor-isolated property 'supplementaryModelProvider' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    var supplementaryModelProvider: ((String, IndexPath) -> Any?)? {
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:52:9: note: 'supplementaryModelProvider' declared here
    var supplementaryModelProvider: ((_ kind: String, _ sectionIndexPath: IndexPath) -> Any?)? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:88:9: warning: main actor-isolated property 'supplementaryHeaderKind' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    var supplementaryHeaderKind: String?
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:55:9: note: 'supplementaryHeaderKind' declared here
    var supplementaryHeaderKind: String? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:91:9: warning: main actor-isolated property 'supplementaryFooterKind' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    var supplementaryFooterKind: String?
        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage/Sources/DTModelStorage/StorageProtocols.swift:58:9: note: 'supplementaryFooterKind' declared here
    var supplementaryFooterKind: String?  { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:64:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalHeaderHeightForTableView: (UITableView) -> CGFloat = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:69:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalFooterHeightForTableView: (UITableView) -> CGFloat = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:98:15: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        super.init(tableView: tableView, cellProvider: cellProvider)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:37: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                    ^
                                                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:98:15: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        super.init(tableView: tableView, cellProvider: cellProvider)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:60: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                                           ^
                                                                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:102:9: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        numberOfSections(in: tableView)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:37: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                    ^
                                                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:102:9: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        numberOfSections(in: tableView)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:60: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                                           ^
                                                                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:106:9: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        tableView(tableView, numberOfRowsInSection: section)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:37: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                    ^
                                                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:106:9: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        tableView(tableView, numberOfRowsInSection: section)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:60: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                                           ^
                                                                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:110:36: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        guard let itemIdentifier = itemIdentifier(for: indexPath) else {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:37: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                    ^
                                                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:110:36: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        guard let itemIdentifier = itemIdentifier(for: indexPath) else {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift:33:60: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
class DTTableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>, Storage, SupplementaryStorage
                                                           ^
                                                                             : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDragDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDropDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling CoreDataStorage.swift, EventReactions.swift (in target 'DTModelStorage' from project 'DTModelStorage')
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewManager+Deprecated.swift, DTTableViewManager+Drag.swift, DTTableViewManager+Drop.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftCompile normal arm64 Compiling\ DTTableViewDataSource.swift,\ DTTableViewDelegate.swift,\ DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift:32:23: warning: main actor-isolated property 'dataSource' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if tableView?.dataSource === self {
                      ^
UIKit.UITableView:6:30: note: property declared here
    @MainActor weak open var dataSource: (any UITableViewDataSource)? { get set }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift:33:24: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            tableView?.dataSource = nil
                       ^
UIKit.UITableView:6:30: note: mutation of this property is only permitted within the actor
    @MainActor weak open var dataSource: (any UITableViewDataSource)? { get set }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift:34:24: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            tableView?.dataSource = self
                       ^
UIKit.UITableView:6:30: note: mutation of this property is only permitted within the actor
    @MainActor weak open var dataSource: (any UITableViewDataSource)? { get set }
                             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift:34:20: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        tableView?.delegate = nil
                   ^
UIKit.UITableView:7:19: note: mutation of this property is only permitted within the actor
    weak open var delegate: (any UITableViewDelegate)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift:35:20: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        tableView?.delegate = self
                   ^
UIKit.UITableView:7:19: note: mutation of this property is only permitted within the actor
    weak open var delegate: (any UITableViewDelegate)? { get set }
                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDiffableDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDragDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDropPlaceholderContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drag.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Drop.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManagerAnomalyHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewPrefetchDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingConfigurationViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewCellModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewHeaderFooterViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewUpdater.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.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 -swift-version 5 -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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegate.o -index-unit-output-path /DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:64:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalHeaderHeightForTableView: (UITableView) -> CGFloat = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/TableViewConfiguration.swift:69:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public var minimalFooterHeightForTableView: (UITableView) -> CGFloat = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:232:44: warning: call to main actor-isolated instance method 'cellForRow(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if provideCell { cell = tableView?.cellForRow(at: location) }
                                           ^
UIKit.UITableView:67:15: note: calls to instance method 'cellForRow(at:)' from outside of its actor context are implicitly asynchronous
    open func cellForRow(at indexPath: IndexPath) -> UITableViewCell?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:230:16: note: add '@MainActor' to make instance method 'performCellReaction(_:location:provideCell:)' part of global actor 'MainActor'
    final func performCellReaction(_ signature: EventMethodSignature, location: IndexPath, provideCell: Bool) -> Any? {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:239:44: warning: call to main actor-isolated instance method 'cellForRow(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if provideCell { cell = tableView?.cellForRow(at: location) }
                                           ^
UIKit.UITableView:67:15: note: calls to instance method 'cellForRow(at:)' from outside of its actor context are implicitly asynchronous
    open func cellForRow(at indexPath: IndexPath) -> UITableViewCell?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:237:16: note: add '@MainActor' to make instance method 'perform4ArgumentCellReaction(_:argument:location:provideCell:)' part of global actor 'MainActor'
    final func perform4ArgumentCellReaction(_ signature: EventMethodSignature, argument: Any, location: IndexPath, provideCell: Bool) -> Any? {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:255:44: warning: call to main actor-isolated instance method 'cellForRow(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if provideCell { cell = tableView?.cellForRow(at: location) }
                                           ^
UIKit.UITableView:67:15: note: calls to instance method 'cellForRow(at:)' from outside of its actor context are implicitly asynchronous
    open func cellForRow(at indexPath: IndexPath) -> UITableViewCell?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:249:16: note: add '@MainActor' to make instance method 'perform5ArgumentCellReaction(_:argumentOne:argumentTwo:location:provideCell:)' part of global actor 'MainActor'
    final func perform5ArgumentCellReaction(_ signature: EventMethodSignature,
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:268:44: warning: call to main actor-isolated instance method 'cellForRow(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if provideCell { cell = tableView?.cellForRow(at: location) }
                                           ^
UIKit.UITableView:67:15: note: calls to instance method 'cellForRow(at:)' from outside of its actor context are implicitly asynchronous
    open func cellForRow(at indexPath: IndexPath) -> UITableViewCell?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:266:16: note: add '@MainActor' to make instance method 'performNillableCellReaction(_:location:provideCell:)' part of global actor 'MainActor'
    final func performNillableCellReaction(_ reaction: EventReaction, location: IndexPath, provideCell: Bool) -> Any? {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:281:31: warning: call to main actor-isolated instance method 'headerView(forSection:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            view = tableView?.headerView(forSection: location)
                              ^
UIKit.UITableView:73:15: note: calls to instance method 'headerView(forSection:)' from outside of its actor context are implicitly asynchronous
    open func headerView(forSection section: Int) -> UITableViewHeaderFooterView?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:278:16: note: add '@MainActor' to make instance method 'performHeaderReaction(_:location:provideView:)' part of global actor 'MainActor'
    final func performHeaderReaction(_ signature: EventMethodSignature, location: Int, provideView: Bool) -> Any? {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:290:31: warning: call to main actor-isolated instance method 'footerView(forSection:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            view = tableView?.footerView(forSection: location)
                              ^
UIKit.UITableView:78:15: note: calls to instance method 'footerView(forSection:)' from outside of its actor context are implicitly asynchronous
    open func footerView(forSection section: Int) -> UITableViewHeaderFooterView?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift:287:16: note: add '@MainActor' to make instance method 'performFooterReaction(_:location:provideView:)' part of global actor 'MainActor'
    final func performFooterReaction(_ signature: EventMethodSignature, location: Int, provideView: Bool) -> Any? {
               ^
    @MainActor
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewDropPlaceholderContext.swift, DTTableViewManager+DataSource.swift, DTTableViewManager+Delegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriver\ Compilation DTModelStorage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DTModelStorage' from project 'DTModelStorage')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DTModelStorage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage-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/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage.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/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.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/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTModelStorage.o normal (in target 'DTModelStorage' from project 'DTModelStorage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTModelStorage.build/Debug-appletvos/DTModelStorage.build/Objects-normal/arm64/DTModelStorage_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTModelStorage.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTModelStorage.o (in target 'DTModelStorage' from project 'DTModelStorage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DTModelStorage
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTModelStorage.o
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewDiffableDataSource.swift, DTTableViewDragDelegate.swift, DTTableViewDropDelegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriverJobDiscovery normal arm64 Compiling TableViewHeaderFooterViewModelMapping.swift, TableViewUpdater.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriverJobDiscovery normal arm64 Emitting module for DTTableViewManager (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriver\ Compilation\ Requirements DTTableViewManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DTTableViewManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager-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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DTTableViewManager-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager-Swift.h (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DTTableViewManager-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftdoc (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftmodule (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.abi.json (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftsourceinfo (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewDataSource.swift, DTTableViewDelegate.swift, DTTableViewDelegateWrapper.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewManager+Prefetch.swift, DTTableViewManager+Registration.swift, DTTableViewManager+SwiftUIRegistration.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriverJobDiscovery normal arm64 Compiling Exports.swift, HostingCellViewModelMapping.swift, HostingConfigurationViewModelMapping.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriverJobDiscovery normal arm64 Compiling TableViewConfiguration.swift, TableViewFactory.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriverJobDiscovery normal arm64 Compiling HostingTableViewCell.swift, TableViewCellModelMapping.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewManager.swift, DTTableViewManagerAnomalyHandler.swift, DTTableViewPrefetchDataSource.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftDriver\ Compilation DTTableViewManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DTTableViewManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager-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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.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/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.o normal (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-appletvos/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.o (in target 'DTTableViewManager' from project 'DTTableViewManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DTTableViewManager.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dtmodelstorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DenTelezhkin/DTModelStorage"
    }
  ],
  "manifest_display_name" : "DTTableViewManager",
  "name" : "DTTableViewManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DTTableViewManager",
      "targets" : [
        "DTTableViewManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DTTableViewManager",
      "module_type" : "SwiftTarget",
      "name" : "DTTableViewManager",
      "path" : "Sources/DTTableViewManager",
      "product_dependencies" : [
        "DTModelStorage"
      ],
      "product_memberships" : [
        "DTTableViewManager"
      ],
      "sources" : [
        "DTTableViewDataSource.swift",
        "DTTableViewDelegate.swift",
        "DTTableViewDelegateWrapper.swift",
        "DTTableViewDiffableDataSource.swift",
        "DTTableViewDragDelegate.swift",
        "DTTableViewDropDelegate.swift",
        "DTTableViewDropPlaceholderContext.swift",
        "DTTableViewManager+DataSource.swift",
        "DTTableViewManager+Delegate.swift",
        "DTTableViewManager+Deprecated.swift",
        "DTTableViewManager+Drag.swift",
        "DTTableViewManager+Drop.swift",
        "DTTableViewManager+Prefetch.swift",
        "DTTableViewManager+Registration.swift",
        "DTTableViewManager+SwiftUIRegistration.swift",
        "DTTableViewManager.swift",
        "DTTableViewManagerAnomalyHandler.swift",
        "DTTableViewPrefetchDataSource.swift",
        "Exports.swift",
        "HostingCellViewModelMapping.swift",
        "HostingConfigurationViewModelMapping.swift",
        "HostingTableViewCell.swift",
        "TableViewCellModelMapping.swift",
        "TableViewConfiguration.swift",
        "TableViewFactory.swift",
        "TableViewHeaderFooterViewModelMapping.swift",
        "TableViewUpdater.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.