Build Information
Failed to build DTTableViewManager, reference 11.0.1 (ebb417
), with Swift 6.0 for visionOS using Xcode 16.2 on 1 Dec 2024 09:49:34 UTC.
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=xrOS 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/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 /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewPrefetchDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManagerAnomalyHandler.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/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:30: note: mutation of this property is only permitted within the actor
@MainActor 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:30: note: mutation of this property is only permitted within the actor
@MainActor weak open var prefetchDataSource: (any UITableViewDataSourcePrefetching)? { get set }
^
SwiftCompile normal arm64 Compiling\ DTTableViewManager+Prefetch.swift,\ DTTableViewManager+Registration.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Registration.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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.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+Prefetch.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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.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+Registration.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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Prefetch.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Prefetch.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Registration.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 = {
^
SwiftCompile normal arm64 Compiling\ DTTableViewManager+SwiftUIRegistration.swift,\ DTTableViewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift /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
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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.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+SwiftUIRegistration.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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+SwiftUIRegistration.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+SwiftUIRegistration.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DTTableViewDelegateWrapper.swift,\ DTTableViewManager+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegateWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Deprecated.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 -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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.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/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 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.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+Deprecated.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 -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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDelegateWrapper.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Deprecated.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewManager+Drag.swift, DTTableViewManager+Drop.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftCompile normal arm64 Compiling\ Exports.swift,\ HostingCellViewModelMapping.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/HostingCellViewModelMapping.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.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/Exports.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.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/HostingCellViewModelMapping.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/Exports.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/Exports.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/HostingCellViewModelMapping.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewManager+Prefetch.swift, DTTableViewManager+Registration.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftCompile normal arm64 Compiling\ DTTableViewManager+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+Delegate.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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.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+Delegate.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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+Delegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling TableViewCellModelMapping.swift, TableViewConfiguration.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftCompile normal arm64 Compiling\ DTTableViewDiffableDataSource.swift /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
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 /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.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 /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewDiffableDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DTTableViewManagerAnomalyHandler.swift, DTTableViewPrefetchDataSource.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftCompile normal arm64 Compiling\ DTTableViewManager+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewManager+DataSource.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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.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+DataSource.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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DTTableViewManager.build/Debug-xros/DTTableViewManager.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DTTableViewManager -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.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-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.o -index-unit-output-path /DTTableViewManager.build/Debug-xros/DTTableViewManager.build/Objects-normal/arm64/DTTableViewManager+DataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ DTTableViewDataSource.swift,\ DTTableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DTTableViewManager/DTTableViewDelegate.swift (in target 'DTTableViewManager' from project 'DTTableViewManager')
Building workspace spi-builder-workspace with scheme DTTableViewManager
(3 failures)
BUILD FAILURE 6.0 visionOS