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 FHDiffableViewControllers, reference master (3aa037), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 02:21:23 UTC.

Swift 6 data race errors: 6

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FelixHerrmann/FHDiffableViewControllers.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FelixHerrmann/FHDiffableViewControllers
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3aa0370 typos
Cloned https://github.com/FelixHerrmann/FHDiffableViewControllers.git
Revision (git rev-parse @):
3aa03704fda20f49db2d4fae4cade643f2653e4b
SUCCESS checkout https://github.com/FelixHerrmann/FHDiffableViewControllers.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FelixHerrmann/FHDiffableViewControllers.git
https://github.com/FelixHerrmann/FHDiffableViewControllers.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FHDiffableViewControllers",
  "name" : "FHDiffableViewControllers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FHDiffableViewControllers",
      "targets" : [
        "FHDiffableViewControllers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FHDiffableViewControllersTests",
      "module_type" : "SwiftTarget",
      "name" : "FHDiffableViewControllersTests",
      "path" : "Tests/FHDiffableViewControllersTests",
      "sources" : [
        "Builder/FHDiffableDataSourceSnapshotItemBuilderTests.swift",
        "Builder/FHDiffableDataSourceSnapshotSectionBuilderTests.swift",
        "FHDiffableCollectionViewControllerTests.swift",
        "FHDiffableTableViewControllersTests.swift",
        "Helpers/CollectionViewController.swift",
        "Helpers/TableViewController.swift"
      ],
      "target_dependencies" : [
        "FHDiffableViewControllers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FHDiffableViewControllers",
      "module_type" : "SwiftTarget",
      "name" : "FHDiffableViewControllers",
      "path" : "Sources/FHDiffableViewControllers",
      "product_memberships" : [
        "FHDiffableViewControllers"
      ],
      "sources" : [
        "Builder/FHDiffableDataSourceSnapshotItemBuilder.swift",
        "Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift",
        "FHDiffableCollectionViewController.swift",
        "FHDiffableDataSourceSnapshotSection.swift",
        "FHDiffableTableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  FHDiffableViewControllers: /Users/admin/builder/spi-builder-workspace
resolved source packages: FHDiffableViewControllers
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FHDiffableViewControllers",
  "name" : "FHDiffableViewControllers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FHDiffableViewControllers",
      "targets" : [
        "FHDiffableViewControllers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FHDiffableViewControllersTests",
      "module_type" : "SwiftTarget",
      "name" : "FHDiffableViewControllersTests",
      "path" : "Tests/FHDiffableViewControllersTests",
      "sources" : [
        "Builder/FHDiffableDataSourceSnapshotItemBuilderTests.swift",
        "Builder/FHDiffableDataSourceSnapshotSectionBuilderTests.swift",
        "FHDiffableCollectionViewControllerTests.swift",
        "FHDiffableTableViewControllersTests.swift",
        "Helpers/CollectionViewController.swift",
        "Helpers/TableViewController.swift"
      ],
      "target_dependencies" : [
        "FHDiffableViewControllers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FHDiffableViewControllers",
      "module_type" : "SwiftTarget",
      "name" : "FHDiffableViewControllers",
      "path" : "Sources/FHDiffableViewControllers",
      "product_memberships" : [
        "FHDiffableViewControllers"
      ],
      "sources" : [
        "Builder/FHDiffableDataSourceSnapshotItemBuilder.swift",
        "Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift",
        "FHDiffableCollectionViewController.swift",
        "FHDiffableDataSourceSnapshotSection.swift",
        "FHDiffableTableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FHDiffableViewControllers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FHDiffableViewControllers -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FHDiffableViewControllers -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  FHDiffableViewControllers: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'FHDiffableViewControllers' in project 'FHDiffableViewControllers'
        ➜ Explicit dependency on target 'FHDiffableViewControllers' in project 'FHDiffableViewControllers'
    Target 'FHDiffableViewControllers' in project 'FHDiffableViewControllers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 042b541270ff0b150c21f297f44907f3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/042b541270ff0b150c21f297f44907f3.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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/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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.DependencyMetadataFileList (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.DependencyStaticMetadataFileList (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.modulemap (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-OutputFileMap.json (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftConstValuesFileList (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.LinkFileList (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FHDiffableViewControllers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.modulemap (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver FHDiffableViewControllers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FHDiffableViewControllers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:80:26: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
        let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:80:26: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
        let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:81:20: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.supplementaryViewProvider = supplementaryViewProvider
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:81:20: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.supplementaryViewProvider = supplementaryViewProvider
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:150:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:150:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:169:24: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        var snapshot = FHSnapshot()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:169:24: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        var snapshot = FHSnapshot()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:171:18: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        snapshot.appendSections(sections.map(\.sectionIdentifier))
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:171:18: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        snapshot.appendSections(sections.map(\.sectionIdentifier))
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:172:37: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        sections.forEach { snapshot.appendItems($0.itemIdentifiers, toSection: $0.sectionIdentifier) }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:172:37: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        sections.forEach { snapshot.appendItems($0.itemIdentifiers, toSection: $0.sectionIdentifier) }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:174:20: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.apply(snapshot, animatingDifferences: animatingDifferences, completion: completion)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:174:20: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.apply(snapshot, animatingDifferences: animatingDifferences, completion: completion)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
SwiftCompile normal arm64 Compiling\ FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ FHDiffableViewControllers (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
EmitSwiftModule normal arm64 (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:80:26: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
        let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:80:26: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
        let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:81:20: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.supplementaryViewProvider = supplementaryViewProvider
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:81:20: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.supplementaryViewProvider = supplementaryViewProvider
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:106:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:127:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:150:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:47: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                              ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:150:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:59:80: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
                                                                               ^
                                                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:69:50: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    private lazy var _dataSource: FHDataSource = FHDataSource(tableView: tableView, cellProvider: cellProvider)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:69:50: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    private lazy var _dataSource: FHDataSource = FHDataSource(tableView: tableView, cellProvider: cellProvider)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:110:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:110:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
SwiftCompile normal arm64 Compiling\ FHDiffableTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:69:50: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    private lazy var _dataSource: FHDataSource = FHDataSource(tableView: tableView, cellProvider: cellProvider)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:69:50: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    private lazy var _dataSource: FHDataSource = FHDataSource(tableView: tableView, cellProvider: cellProvider)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:92:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:110:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:110:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
    open var dataSource: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:130:24: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        var snapshot = FHSnapshot()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:130:24: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        var snapshot = FHSnapshot()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:132:18: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        snapshot.appendSections(sections.map(\.sectionIdentifier))
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:132:18: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        snapshot.appendSections(sections.map(\.sectionIdentifier))
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:133:37: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        sections.forEach { snapshot.appendItems($0.itemIdentifiers, toSection: $0.sectionIdentifier) }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:133:37: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        sections.forEach { snapshot.appendItems($0.itemIdentifiers, toSection: $0.sectionIdentifier) }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:135:20: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.apply(snapshot, animatingDifferences: animatingDifferences, completion: completion)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:42: note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                         ^
                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:135:20: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol
        dataSource.apply(snapshot, animatingDifferences: animatingDifferences, completion: completion)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:49:75: note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
                                                                          ^
                                                                                                      , Sendable
SwiftCompile normal arm64 Compiling\ FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for FHDiffableViewControllers (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriver\ Compilation\ Requirements FHDiffableViewControllers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FHDiffableViewControllers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FHDiffableViewControllers-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FHDiffableViewControllers-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftdoc (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftmodule (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.abi.json (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftsourceinfo (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableDataSourceSnapshotItemBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableDataSourceSnapshotSectionBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableDataSourceSnapshotSection.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableTableViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableCollectionViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriver\ Compilation FHDiffableViewControllers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FHDiffableViewControllers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.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/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.o normal (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.o
ExtractAppIntentsMetadata (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FHDiffableViewControllers --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.FHDiffableViewControllers --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/FHDiffableViewControllers.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-xros/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 19:21:22.225 appintentsmetadataprocessor[721:4069] Starting appintentsmetadataprocessor export
2025-04-26 19:21:22.261 appintentsmetadataprocessor[721:4069] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.o (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FHDiffableViewControllers.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FHDiffableViewControllers",
  "name" : "FHDiffableViewControllers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FHDiffableViewControllers",
      "targets" : [
        "FHDiffableViewControllers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FHDiffableViewControllersTests",
      "module_type" : "SwiftTarget",
      "name" : "FHDiffableViewControllersTests",
      "path" : "Tests/FHDiffableViewControllersTests",
      "sources" : [
        "Builder/FHDiffableDataSourceSnapshotItemBuilderTests.swift",
        "Builder/FHDiffableDataSourceSnapshotSectionBuilderTests.swift",
        "FHDiffableCollectionViewControllerTests.swift",
        "FHDiffableTableViewControllersTests.swift",
        "Helpers/CollectionViewController.swift",
        "Helpers/TableViewController.swift"
      ],
      "target_dependencies" : [
        "FHDiffableViewControllers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FHDiffableViewControllers",
      "module_type" : "SwiftTarget",
      "name" : "FHDiffableViewControllers",
      "path" : "Sources/FHDiffableViewControllers",
      "product_memberships" : [
        "FHDiffableViewControllers"
      ],
      "sources" : [
        "Builder/FHDiffableDataSourceSnapshotItemBuilder.swift",
        "Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift",
        "FHDiffableCollectionViewController.swift",
        "FHDiffableDataSourceSnapshotSection.swift",
        "FHDiffableTableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.