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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of FHDiffableViewControllers with Swift 6.0 for iOS using Xcode 16.0.

Swift 6 data race errors: 22

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         iOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/FelixHerrmann/FHDiffableViewControllers.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  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-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FHDiffableViewControllers -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FHDiffableViewControllers -destination generic/platform=ios "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  FHDiffableViewControllers: /Users/admin/builder/spi-builder-workspace
Prepare packages
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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: 2dd21d6abac7e604c53136d997dbaa84
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2dd21d6abac7e604c53136d997dbaa84.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/FHDiffableViewControllers.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FHDiffableViewControllers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/FHDiffableViewControllers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-OutputFileMap.json
SwiftDriver FHDiffableViewControllers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name FHDiffableViewControllers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ FHDiffableViewControllers (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:80:26: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                               `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
 78 |
 79 |     private lazy var _dataSource: FHDataSource = {
 80 |         let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
    |                          `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 81 |         dataSource.supplementaryViewProvider = supplementaryViewProvider
 82 |         return dataSource
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:80:26: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                                                                `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
 78 |
 79 |     private lazy var _dataSource: FHDataSource = {
 80 |         let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
    |                          `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 81 |         dataSource.supplementaryViewProvider = supplementaryViewProvider
 82 |         return dataSource
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:81:20: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                               `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
 79 |     private lazy var _dataSource: FHDataSource = {
 80 |         let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
 81 |         dataSource.supplementaryViewProvider = supplementaryViewProvider
    |                    `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 82 |         return dataSource
 83 |     }()
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:81:20: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                                                                `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
 79 |     private lazy var _dataSource: FHDataSource = {
 80 |         let dataSource = FHDataSource(collectionView: collectionView, cellProvider: cellProvider)
 81 |         dataSource.supplementaryViewProvider = supplementaryViewProvider
    |                    `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 82 |         return dataSource
 83 |     }()
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                               `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
104 |     ///
105 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
106 |     open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |         fatalError("Implement the cellProvider in your subclass")
108 |     }
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                                                                `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
104 |     ///
105 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
106 |     open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |         fatalError("Implement the cellProvider in your subclass")
108 |     }
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                               `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
104 |     ///
105 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
106 |     open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |         fatalError("Implement the cellProvider in your subclass")
108 |     }
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                                                                `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
104 |     ///
105 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
106 |     open var cellProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |         fatalError("Implement the cellProvider in your subclass")
108 |     }
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                               `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
125 |     ///
126 |     /// - Important: Do not forget to register the reusable view before the first snapshot is applied!
127 |     open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
128 |         return nil
129 |     }
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                                                                `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
125 |     ///
126 |     /// - Important: Do not forget to register the reusable view before the first snapshot is applied!
127 |     open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
128 |         return nil
129 |     }
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                               `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
125 |     ///
126 |     /// - Important: Do not forget to register the reusable view before the first snapshot is applied!
127 |     open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
128 |         return nil
129 |     }
/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
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                                                                `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
125 |     ///
126 |     /// - Important: Do not forget to register the reusable view before the first snapshot is applied!
127 |     open var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
128 |         return nil
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:150:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                               `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
148 |     ///
149 |     /// - Important: You need to use a lazy var for it to work properly!
150 |     open var dataSource: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
151 |         return _dataSource
152 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:150:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 | /// }
 58 | /// ```
 59 | open class FHDiffableCollectionViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UICollectionViewController {
    |                                                                                `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 60 |
 61 |
    :
148 |     ///
149 |     /// - Important: You need to use a lazy var for it to work properly!
150 |     open var dataSource: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
151 |         return _dataSource
152 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:69:50: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                          `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
 67 |     // MARK: - Private Properties
 68 |
 69 |     private lazy var _dataSource: FHDataSource = FHDataSource(tableView: tableView, cellProvider: cellProvider)
    |                                                  `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 70 |
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:69:50: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                                                           `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
 67 |     // MARK: - Private Properties
 68 |
 69 |     private lazy var _dataSource: FHDataSource = FHDataSource(tableView: tableView, cellProvider: cellProvider)
    |                                                  `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 70 |
 71 |
/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
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                          `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
 90 |     ///
 91 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
 92 |     open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 93 |         fatalError("Implement the cellProvider in your subclass")
 94 |     }
/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
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                                                           `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
 90 |     ///
 91 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
 92 |     open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 93 |         fatalError("Implement the cellProvider in your subclass")
 94 |     }
/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
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                          `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
 90 |     ///
 91 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
 92 |     open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 93 |         fatalError("Implement the cellProvider in your subclass")
 94 |     }
/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
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                                                           `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
 90 |     ///
 91 |     /// - Important: Do not forget to register the reusable cell before the first snapshot is applied!
 92 |     open var cellProvider: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.CellProvider {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 93 |         fatalError("Implement the cellProvider in your subclass")
 94 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:110:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                          `- note: consider making generic parameter 'SectionIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
108 |     ///
109 |     /// - Important: You need to use a lazy var for it to work properly!
110 |     open var dataSource: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
    |              `- warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
111 |         return _dataSource
112 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:110:14: warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 47 | /// }
 48 | /// ```
 49 | open class FHDiffableTableViewController<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: UITableViewController {
    |                                                                           `- note: consider making generic parameter 'ItemIdentifierType' conform to the 'Sendable' protocol
 50 |
 51 |
    :
108 |     ///
109 |     /// - Important: You need to use a lazy var for it to work properly!
110 |     open var dataSource: UITableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> {
    |              `- warning: type 'ItemIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
111 |         return _dataSource
112 |     }
SwiftCompile normal arm64 Compiling\ FHDiffableTableViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableTableViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift:69:50: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    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; this is an error in the Swift 6 language mode
    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; 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:110:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    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; this is an error in the Swift 6 language mode
    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; this is an error in the Swift 6 language mode
        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; this is an error in the Swift 6 language mode
        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\ FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSectionBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableDataSourceSnapshotItemBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/Builder/FHDiffableDataSourceSnapshotSectionBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableDataSourceSnapshotSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableTableViewController.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FHDiffableViewControllers -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.o -index-unit-output-path /FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableCollectionViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FHDiffableViewControllers/FHDiffableCollectionViewController.swift:80:26: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        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; this is an error in the Swift 6 language mode
        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; this is an error in the Swift 6 language mode
        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; this is an error in the Swift 6 language mode
        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; 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: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; 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:150:14: warning: type 'SectionIdentifierType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    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; this is an error in the Swift 6 language mode
    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; this is an error in the Swift 6 language mode
        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; this is an error in the Swift 6 language mode
        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
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
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name FHDiffableViewControllers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FHDiffableViewControllers-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FHDiffableViewControllers-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableDataSourceSnapshotSection.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableDataSourceSnapshotSectionBuilder.swift (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
SwiftDriverJobDiscovery normal arm64 Compiling FHDiffableDataSourceSnapshotItemBuilder.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
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name FHDiffableViewControllers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.o normal (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FHDiffableViewControllers.build/Debug-iphoneos/FHDiffableViewControllers.build/Objects-normal/arm64/FHDiffableViewControllers_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FHDiffableViewControllers.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/FHDiffableViewControllers.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FHDiffableViewControllers' from project 'FHDiffableViewControllers')
** 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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.