The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DataDrivenRxDatasources with Swift 5.8 for tvOS using Xcode 14.3 at 3.6.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme DataDrivenRxDatasources -destination generic/platform=tvos

Build Log

UIKit.UIContextMenuConfiguration:2:23: note: 'UIContextMenuConfiguration' has been explicitly marked unavailable here
@MainActor open class UIContextMenuConfiguration : NSObject {
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift:143:8: error: cannot override 'collectionView' which has been marked unavailable
  func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration? {
       ^
UIKit.UICollectionViewDelegate:157:19: note: 'collectionView(_:contextMenuConfigurationForItemAt:point:)' has been explicitly marked unavailable here
    optional func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration?
                  ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift:43:19: error: 'UIAction' is only available in tvOS 13.0 or newer
  var asUIAction: UIAction {
                  ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift:43:7: note: add @available attribute to enclosing property
  var asUIAction: UIAction {
      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift:42:1: note: add @available attribute to enclosing extension
extension ContextMenuAction {
^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift:55:19: error: 'UIMenuElement' is only available in tvOS 13.0 or newer
  var attributes: UIMenuElement.Attributes {
                  ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift:55:7: note: add @available attribute to enclosing property
  var attributes: UIMenuElement.Attributes {
      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift:54:9: note: add @available attribute to enclosing extension
private extension ContextMenuAction.Style {
        ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift:236:111: error: 'UISwipeActionsConfiguration' is unavailable in tvOS
  func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UISwipeActionsConfiguration:2:23: note: 'UISwipeActionsConfiguration' has been explicitly marked unavailable here
@MainActor open class UISwipeActionsConfiguration : NSObject {
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift:236:8: error: cannot override 'tableView' which has been marked unavailable
  func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
       ^
UIKit.UITableViewDelegate:105:19: note: 'tableView(_:trailingSwipeActionsConfigurationForRowAt:)' has been explicitly marked unavailable here
    optional func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration?
                  ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift:292:25: error: 'UIContextualAction' is unavailable in tvOS
  var contextualAction: UIContextualAction {
                        ^~~~~~~~~~~~~~~~~~
UIKit.UIContextualAction:2:23: note: 'UIContextualAction' has been explicitly marked unavailable here
@MainActor open class UIContextualAction : NSObject {
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift:309:30: error: 'UIContextualAction' is unavailable in tvOS
  var contextualActionStyle: UIContextualAction.Style {
                             ^~~~~~~~~~~~~~~~~~
UIKit.UIContextualAction:2:23: note: 'UIContextualAction' has been explicitly marked unavailable here
@MainActor open class UIContextualAction : NSObject {
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift:12:79: error: 'UITableViewDiffableDataSource' is only available in tvOS 13.0 or newer
final class RxTableViewDiffableDataSource<Section: Hashable, Item: Hashable>: UITableViewDiffableDataSource<Section, Item> {
                                                                              ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift:12:13: note: add @available attribute to enclosing generic class
final class RxTableViewDiffableDataSource<Section: Hashable, Item: Hashable>: UITableViewDiffableDataSource<Section, Item> {
            ^
SwiftCompile normal arm64 Compiling\ AnimatableCollectionSectionModel.swift,\ CollectionCellViewModel.swift,\ CollectionSectionModel.swift,\ CollectionViewFlowLayout.swift,\ IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableCollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionCellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CollectionViewFlowLayout.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/IdentifiableCollectionCellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DecoratableTableView.swift,\ DiffableTableSectionModel.swift,\ ExtendedSectionedViewDataSourceType.swift,\ HeaderFooterSectionType.swift,\ HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-11 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-11 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-11 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-11 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-11 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-11 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DecoratableTableView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/DiffableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ExtendedSectionedViewDataSourceType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterSectionType.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/HeaderFooterType.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Deprecated.swift, FloatingPointType+IdentifiableType.swift, IntegerType+IdentifiableType.swift, RxCollectionViewSectionedAnimatedDataSource.swift (in target 'RxDataSources' from project 'RxDataSources')
SwiftCompile normal arm64 Compiling\ RxCollectionView.swift,\ ContextMenuAction.swift,\ SectionModelExtensions.swift,\ AnimatableTableSectionModel.swift,\ CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
    cd /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/AnimatableCollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/CollectionViewFlowLayout.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/IdentifiableCollectionCellViewModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/CollectionView/RxCollectionView.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/ContextMenuAction.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/SectionModelExtensions.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/AnimatableTableSectionModel.swift -primary-file /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/CellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DecoratableTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/DiffableTableSectionModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/ExtendedSectionedViewDataSourceType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterSectionType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/HeaderFooterType.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/IdentifiableCellViewModel.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableView.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/RxTableViewDiffableDataSource.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/SwipeAction.swift /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataDrivenRxDatasources/TableView/TableSectionModel.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk -I /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos16.4-20L489-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataDrivenRxDatasources -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.4 -target-sdk-name appletvos16.4 -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -o /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/RxCollectionView.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/ContextMenuAction.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/SectionModelExtensions.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/AnimatableTableSectionModel.o -index-unit-output-path /DataDrivenRxDatasources.build/Debug-appletvos/DataDrivenRxDatasources.build/Objects-normal/arm64/CellViewModel.o -index-store-path /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling RxCollectionViewSectionedReloadDataSource.swift, RxPickerViewAdapter.swift, RxTableViewSectionedAnimatedDataSource.swift, RxTableViewSectionedReloadDataSource.swift (in target 'RxDataSources' from project 'RxDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling String+IdentifiableType.swift, TableViewSectionedDataSource.swift, UI+SectionedViewType.swift, ViewTransition.swift (in target 'RxDataSources' from project 'RxDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling AnimationConfiguration.swift, Array+Extensions.swift, CollectionViewSectionedDataSource.swift, DataSources.swift (in target 'RxDataSources' from project 'RxDataSources')
2024-03-17 19:23:59.683 xcodebuild[47876:7797611] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ DataDrivenRxDatasources (in target 'DataDrivenRxDatasources' from project 'DataDrivenRxDatasources')
(1 failure)
BUILD FAILURE 5.8 tvOS