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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of CombineDataSources with Swift 6.0 for visionOS using Xcode 16.0.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineCommunity/CombineDataSources.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CombineCommunity/CombineDataSources
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 362795e Merge pull request #8 from icanzilb/master
Cloned https://github.com/CombineCommunity/CombineDataSources.git
Revision (git rev-parse @):
362795e0336f2c1637036f692a3b5d05806302b4
SUCCESS checkout https://github.com/CombineCommunity/CombineDataSources.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/CombineCommunity/CombineDataSources.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  CombineDataSources: /Users/admin/builder/spi-builder-workspace
resolved source packages: CombineDataSources
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CombineDataSources",
  "name" : "CombineDataSources",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineDataSources",
      "targets" : [
        "CombineDataSources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineDataSourcesTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineDataSourcesTests",
      "path" : "Tests/CombineDataSourcesTests",
      "sources" : [
        "BatchesDataSource/BatchesDataSourceTests.swift",
        "CollectionView/CollectionViewItemsControllerTests.swift",
        "CollectionView/UICollectionView+SubscribersTests.swift",
        "MemoryManagementTests.swift",
        "TableView/TableViewBatchesControllerTests.swift",
        "TableView/TableViewItemsControllerTests.swift",
        "TableView/UITableView+SubscribersTests.swift",
        "data/TestFixtures.swift"
      ],
      "target_dependencies" : [
        "CombineDataSources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineDataSources",
      "module_type" : "SwiftTarget",
      "name" : "CombineDataSources",
      "path" : "Sources/CombineDataSources",
      "product_memberships" : [
        "CombineDataSources"
      ],
      "sources" : [
        "BatchesDataSource/BatchesDataSource.swift",
        "CollectionView/CollectionViewItemsController.swift",
        "CollectionView/UICollectionView+Subscribers.swift",
        "TableView/TableViewBatchesController.swift",
        "TableView/TableViewItemsController.swift",
        "TableView/UITableView+Subscribers.swift",
        "etc/Publisher+Bind.swift",
        "etc/Section.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CombineDataSources"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme CombineDataSources -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CombineDataSources -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  CombineDataSources: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'CombineDataSources' in project 'CombineDataSources'
        ➜ Explicit dependency on target 'CombineDataSources' in project 'CombineDataSources'
    Target 'CombineDataSources' in project 'CombineDataSources' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: a3054c893a02d09e0f7007e857fc68d7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a3054c893a02d09e0f7007e857fc68d7.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CombineDataSources' from project 'CombineDataSources')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/CombineDataSources.modulemap (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/CombineDataSources.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CombineDataSources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/CombineDataSources.modulemap (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/CombineDataSources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.LinkFileList (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.SwiftFileList (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-OutputFileMap.json (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-OutputFileMap.json
SwiftDriver CombineDataSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CombineDataSources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Section.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Section.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ CombineDataSources (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:247:17: warning: var 'uuids' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
245 | }
246 |
247 | fileprivate var uuids = [String: Int]()
    |                 |- warning: var 'uuids' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert 'uuids' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate 'uuids' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 | extension Publisher {
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:20:17: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 18 |     private let tableView: UITableView
 19 |     private var batchesDataSource: BatchesDataSource<Element>!
 20 |     private var spin: UIActivityIndicatorView = {
    |                 `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 21 |         let spin = UIActivityIndicatorView(style: .large)
 22 |         spin.tintColor = .systemGray
SwiftCompile normal arm64 Compiling\ TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewItemsController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/TableViewBatchesController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:20:17: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    private var spin: UIActivityIndicatorView = {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:64:35: warning: main actor-isolated property 'contentInset' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        var newInsets = tableView.contentInset
                                  ^
UIKit.UIScrollView:4:25: note: property declared here
    @MainActor open var contentInset: UIEdgeInsets { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:66:19: warning: main actor-isolated property 'contentInset' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
        tableView.contentInset = newInsets
                  ^
UIKit.UIScrollView:4:25: note: mutation of this property is only permitted within the actor
    @MainActor open var contentInset: UIEdgeInsets { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:69:19: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        tableView.addSubview(spin)
                  ^
UIKit.UIView:12:26: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
    @MainActor open func addSubview(_ view: UIView)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:76:41: warning: call to main actor-isolated instance method 'rowsSubscriber' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            .bind(subscriber: tableView.rowsSubscriber(itemsController))
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift:65:17: note: calls to instance method 'rowsSubscriber' from outside of its actor context are implicitly asynchronous
    public func rowsSubscriber<Items>(_ source: TableViewItemsController<[Items]>)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:72:18: note: add '@MainActor' to make instance method 'bind()' part of global actor 'MainActor'
    private func bind() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:85:31: warning: main actor-isolated property 'center' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
                    self.spin.center = CGPoint(x: self.tableView.frame.width/2, y: self.tableView.contentSize.height + 30)
                              ^
UIKit.UIView:4:25: note: mutation of this property is only permitted within the actor
    @MainActor open var center: CGPoint { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:85:66: warning: main actor-isolated property 'frame' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                    self.spin.center = CGPoint(x: self.tableView.frame.width/2, y: self.tableView.contentSize.height + 30)
                                                                 ^
UIKit.UIView:2:14: note: property declared here
    open var frame: CGRect { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:85:99: warning: main actor-isolated property 'contentSize' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                    self.spin.center = CGPoint(x: self.tableView.frame.width/2, y: self.tableView.contentSize.height + 30)
                                                                                                  ^
UIKit.UIScrollView:3:14: note: property declared here
    open var contentSize: CGSize { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:86:31: warning: main actor-isolated property 'alpha' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
                    self.spin.alpha = 1
                              ^
UIKit.UIView:11:25: note: mutation of this property is only permitted within the actor
    @MainActor open var alpha: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:87:36: warning: call to main actor-isolated instance method 'scrollRectToVisible(_:animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    self.tableView.scrollRectToVisible(CGRect(x: 0, y: self.tableView.contentOffset.y + self.tableView.frame.height, width: 10, height: 10), animated: true)
                                   ^
UIKit.UIScrollView:38:15: note: calls to instance method 'scrollRectToVisible(_:animated:)' from outside of its actor context are implicitly asynchronous
    open func scrollRectToVisible(_ rect: CGRect, animated: Bool)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:87:87: warning: main actor-isolated property 'contentOffset' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                    self.tableView.scrollRectToVisible(CGRect(x: 0, y: self.tableView.contentOffset.y + self.tableView.frame.height, width: 10, height: 10), animated: true)
                                                                                      ^
UIKit.UIScrollView:2:14: note: property declared here
    open var contentOffset: CGPoint { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:87:120: warning: main actor-isolated property 'frame' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                    self.tableView.scrollRectToVisible(CGRect(x: 0, y: self.tableView.contentOffset.y + self.tableView.frame.height, width: 10, height: 10), animated: true)
                                                                                                                       ^
UIKit.UIView:2:14: note: property declared here
    open var frame: CGRect { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:89:31: warning: main actor-isolated property 'alpha' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
                    self.spin.alpha = 0
                              ^
UIKit.UIView:11:25: note: mutation of this property is only permitted within the actor
    @MainActor open var alpha: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:100:92: warning: cannot form key path to main actor-isolated property 'contentOffset'; this is an error in the Swift 6 language mode
        let didDrag = Publishers.CombineLatest(Just(tableView), tableView.publisher(for: \.contentOffset))
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:101:25: warning: main actor-isolated property 'isDragging' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            .map { $0.0.isDragging }
                        ^
UIKit.UIScrollView:46:14: note: property declared here
    open var isDragging: Bool { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:123:28: warning: main actor-isolated property 'frame' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
    let height = tableView.frame.size.height
                           ^
UIKit.UIView:2:14: note: property declared here
    open var frame: CGRect { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:122:18: note: add '@MainActor' to make global function 'isAtBottom(of:)' part of global actor 'MainActor'
fileprivate func isAtBottom(of tableView: UITableView) -> Bool {
                 ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:124:36: warning: main actor-isolated property 'contentOffset' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
    let contentYoffset = tableView.contentOffset.y
                                   ^
UIKit.UIScrollView:2:14: note: property declared here
    open var contentOffset: CGPoint { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:122:18: note: add '@MainActor' to make global function 'isAtBottom(of:)' part of global actor 'MainActor'
fileprivate func isAtBottom(of tableView: UITableView) -> Bool {
                 ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:125:40: warning: main actor-isolated property 'contentSize' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
    let distanceFromBottom = tableView.contentSize.height - contentYoffset
                                       ^
UIKit.UIScrollView:3:14: note: property declared here
    open var contentSize: CGSize { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift:122:18: note: add '@MainActor' to make global function 'isAtBottom(of:)' part of global actor 'MainActor'
fileprivate func isAtBottom(of tableView: UITableView) -> Bool {
                 ^
@MainActor
SwiftCompile normal arm64 Compiling\ UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UITableView+Subscribers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CollectionViewItemsController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/UICollectionView+Subscribers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/BatchesDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:247:17: warning: var 'uuids' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
fileprivate var uuids = [String: Int]()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:247:17: note: convert 'uuids' to a 'let' constant to make 'Sendable' shared state immutable
fileprivate var uuids = [String: Int]()
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:247:17: note: annotate 'uuids' with '@MainActor' if property should only be accessed from the main actor
fileprivate var uuids = [String: Int]()
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift:247:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate var uuids = [String: Int]()
                ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/BatchesDataSource/BatchesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/CollectionView/UICollectionView+Subscribers.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewBatchesController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/TableViewItemsController.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/TableView/UITableView+Subscribers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Publisher+Bind.swift /Users/admin/builder/spi-builder-workspace/Sources/CombineDataSources/etc/Section.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CombineDataSources -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.o -index-unit-output-path /CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/Publisher+Bind.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for CombineDataSources (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriver\ Compilation\ Requirements CombineDataSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CombineDataSources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CombineDataSources-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-Swift.h (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CombineDataSources-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftmodule (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftdoc (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.abi.json (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftsourceinfo (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Section.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling BatchesDataSource.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling Publisher+Bind.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling UITableView+Subscribers.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling UICollectionView+Subscribers.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling TableViewItemsController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionViewItemsController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriverJobDiscovery normal arm64 Compiling TableViewBatchesController.swift (in target 'CombineDataSources' from project 'CombineDataSources')
SwiftDriver\ Compilation CombineDataSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CombineDataSources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.o normal (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineDataSources.build/Debug-xros/CombineDataSources.build/Objects-normal/arm64/CombineDataSources_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.o (in target 'CombineDataSources' from project 'CombineDataSources')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineDataSources.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CombineDataSources' from project 'CombineDataSources')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CombineDataSources",
  "name" : "CombineDataSources",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineDataSources",
      "targets" : [
        "CombineDataSources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineDataSourcesTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineDataSourcesTests",
      "path" : "Tests/CombineDataSourcesTests",
      "sources" : [
        "BatchesDataSource/BatchesDataSourceTests.swift",
        "CollectionView/CollectionViewItemsControllerTests.swift",
        "CollectionView/UICollectionView+SubscribersTests.swift",
        "MemoryManagementTests.swift",
        "TableView/TableViewBatchesControllerTests.swift",
        "TableView/TableViewItemsControllerTests.swift",
        "TableView/UITableView+SubscribersTests.swift",
        "data/TestFixtures.swift"
      ],
      "target_dependencies" : [
        "CombineDataSources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineDataSources",
      "module_type" : "SwiftTarget",
      "name" : "CombineDataSources",
      "path" : "Sources/CombineDataSources",
      "product_memberships" : [
        "CombineDataSources"
      ],
      "sources" : [
        "BatchesDataSource/BatchesDataSource.swift",
        "CollectionView/CollectionViewItemsController.swift",
        "CollectionView/UICollectionView+Subscribers.swift",
        "TableView/TableViewBatchesController.swift",
        "TableView/TableViewItemsController.swift",
        "TableView/UITableView+Subscribers.swift",
        "etc/Publisher+Bind.swift",
        "etc/Section.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.