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 CellKit, reference main (80cdd7), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 03:33:01 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/CellKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/CellKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 80cdd77 Merge pull request #49 from futuredapp/housekeep/supplementary-kinds
Cloned https://github.com/futuredapp/CellKit.git
Revision (git rev-parse @):
80cdd77e999f0c4266c9fd1392b9bebaeb50e71a
SUCCESS checkout https://github.com/futuredapp/CellKit.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/futuredapp/CellKit.git
https://github.com/futuredapp/CellKit.git
{
  "dependencies" : [
    {
      "identity" : "differencekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DifferenceKit.git"
    }
  ],
  "manifest_display_name" : "CellKit",
  "name" : "CellKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CellKit",
      "targets" : [
        "CellKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DiffableCellKit",
      "targets" : [
        "DiffableCellKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DiffableCellKit",
      "module_type" : "SwiftTarget",
      "name" : "DiffableCellKit",
      "path" : "Sources/DiffableCellKit",
      "product_dependencies" : [
        "DifferenceKit"
      ],
      "product_memberships" : [
        "DiffableCellKit"
      ],
      "sources" : [
        "DifferentiableCellModel.swift",
        "DifferentiableCellModelDataSource.swift",
        "DifferentiableCellModelSection.swift"
      ],
      "target_dependencies" : [
        "CellKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CellKit",
      "module_type" : "SwiftTarget",
      "name" : "CellKit",
      "path" : "Sources/CellKit",
      "product_memberships" : [
        "CellKit",
        "DiffableCellKit"
      ],
      "sources" : [
        "CellConfigurable.swift",
        "CellConvertible.swift",
        "CellModel.swift",
        "CellModelDataSource.swift",
        "CellModelSection.swift",
        "CellModelSelectable.swift",
        "CollectionReusableView.swift",
        "DataSource.swift",
        "DiffableDataSources/CollectionSupplementaryViewModel.swift",
        "DiffableDataSources/LazyCellProvider.swift",
        "DiffableDataSources/LazySupplementaryViewProvider.swift",
        "DiffableDataSources/SupplementaryElementKind.swift",
        "ReusableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ra1028/DifferenceKit.git
Creating working copy of package ‘DifferenceKit’
Checking out 1.3.0 of package ‘DifferenceKit’
Resolve Package Graph
Resolved source packages:
  CellKit: /Users/admin/builder/spi-builder-workspace
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
resolved source packages: CellKit, DifferenceKit
{
  "dependencies" : [
    {
      "identity" : "differencekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DifferenceKit.git"
    }
  ],
  "manifest_display_name" : "CellKit",
  "name" : "CellKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CellKit",
      "targets" : [
        "CellKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DiffableCellKit",
      "targets" : [
        "DiffableCellKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DiffableCellKit",
      "module_type" : "SwiftTarget",
      "name" : "DiffableCellKit",
      "path" : "Sources/DiffableCellKit",
      "product_dependencies" : [
        "DifferenceKit"
      ],
      "product_memberships" : [
        "DiffableCellKit"
      ],
      "sources" : [
        "DifferentiableCellModel.swift",
        "DifferentiableCellModelDataSource.swift",
        "DifferentiableCellModelSection.swift"
      ],
      "target_dependencies" : [
        "CellKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CellKit",
      "module_type" : "SwiftTarget",
      "name" : "CellKit",
      "path" : "Sources/CellKit",
      "product_memberships" : [
        "CellKit",
        "DiffableCellKit"
      ],
      "sources" : [
        "CellConfigurable.swift",
        "CellConvertible.swift",
        "CellModel.swift",
        "CellModelDataSource.swift",
        "CellModelSection.swift",
        "CellModelSelectable.swift",
        "CollectionReusableView.swift",
        "DataSource.swift",
        "DiffableDataSources/CollectionSupplementaryViewModel.swift",
        "DiffableDataSources/LazyCellProvider.swift",
        "DiffableDataSources/LazySupplementaryViewProvider.swift",
        "DiffableDataSources/SupplementaryElementKind.swift",
        "ReusableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CellKit",
      "CellKit-Package",
      "DiffableCellKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CellKit-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CellKit-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CellKit: /Users/admin/builder/spi-builder-workspace
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'DiffableCellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'DiffableCellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'CellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DiffableCellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'CellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit' (no dependencies)
    Target 'CellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'CellKit' in project 'CellKit'
    Target 'CellKit' in project 'CellKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 56ecbdba5bfedfe392e7627990fb4a97
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/56ecbdba5bfedfe392e7627990fb4a97.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.modulemap (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.DependencyStaticMetadataFileList (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.DependencyMetadataFileList (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.LinkFileList (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftConstValuesFileList (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-OutputFileMap.json (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftConstValuesFileList (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.LinkFileList (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.modulemap (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.DependencyStaticMetadataFileList (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.DependencyMetadataFileList (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DiffableCellKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.modulemap (in target 'DiffableCellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.modulemap (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.DependencyStaticMetadataFileList (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftConstValuesFileList (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-OutputFileMap.json (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.LinkFileList (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DifferenceKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.modulemap (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.DependencyMetadataFileList (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CellKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.modulemap (in target 'CellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/CellKit.build/CellKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.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/CellKit.build/Debug-appletvos/CellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CellModel.swift,\ CellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:4:17: warning: main actor-isolated instance method 'configure(with:)' cannot be used to satisfy nonisolated requirement from protocol 'CellConfigurable'; this is an error in the Swift 6 language mode
    public func configure(with model: CollectionReusableViewModel) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:4:17: note: add 'nonisolated' to 'configure(with:)' to make this instance method not isolated to the actor
    public func configure(with model: CollectionReusableViewModel) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:3:70: note: add '@preconcurrency' to the 'CellConfigurable' conformance to defer isolation checking to run time
public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
                                                                     ^
                                                                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift:3:10: note: mark the protocol requirement 'configure(with:)' 'async' to allow actor-isolated conformances
    func configure(with model: Model)
         ^
                                      async
SwiftCompile normal arm64 Compiling\ DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:46:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(nib, forCellReuseIdentifier: cellModel.reuseIdentifier)
                      ^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func register(_ nib: UINib?, forCellReuseIdentifier identifier: String)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:40:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:48:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(cellModel.cellClass, forCellReuseIdentifier: cellModel.reuseIdentifier)
                      ^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func register(_ cellClass: AnyClass?, forCellReuseIdentifier identifier: String)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:40:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:59:28: warning: call to main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(nib, forCellWithReuseIdentifier: cellModel.reuseIdentifier)
                           ^
UIKit.UICollectionView.register:2:22: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:53:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:61:28: warning: call to main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(cellModel.cellClass, forCellWithReuseIdentifier: cellModel.reuseIdentifier)
                           ^
UIKit.UICollectionView.register:2:22: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:53:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:72:23: warning: call to main actor-isolated instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(nib, forHeaderFooterViewReuseIdentifier: headerFooter.reuseIdentifier)
                      ^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func register(_ nib: UINib?, forHeaderFooterViewReuseIdentifier identifier: String)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:66:18: note: add '@MainActor' to make instance method 'registerLazily(headerFooter:to:)' part of global actor 'MainActor'
    private func registerLazily(headerFooter: SupplementaryViewModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:74:23: warning: call to main actor-isolated instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(headerFooter.cellClass, forHeaderFooterViewReuseIdentifier: headerFooter.reuseIdentifier)
                      ^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func register(_ aClass: AnyClass?, forHeaderFooterViewReuseIdentifier identifier: String)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:66:18: note: add '@MainActor' to make instance method 'registerLazily(headerFooter:to:)' part of global actor 'MainActor'
    private func registerLazily(headerFooter: SupplementaryViewModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:87:28: warning: call to main actor-isolated instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(nib, forSupplementaryViewOfKind: kind, withReuseIdentifier: joinedReuseIdentifier)
                           ^
UIKit.UICollectionView.register:2:22: note: calls to instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ nib: UINib?, forSupplementaryViewOfKind kind: String, withReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:79:18: note: add '@MainActor' to make instance method 'registerLazily(supplementaryView:kind:to:)' part of global actor 'MainActor'
    private func registerLazily(supplementaryView: SupplementaryViewModel, kind: String, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:89:28: warning: call to main actor-isolated instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(supplementaryView.cellClass, forSupplementaryViewOfKind: kind, withReuseIdentifier: joinedReuseIdentifier)
                           ^
UIKit.UICollectionView.register:2:22: note: calls to instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ viewClass: AnyClass?, forSupplementaryViewOfKind elementKind: String, withReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:79:18: note: add '@MainActor' to make instance method 'registerLazily(supplementaryView:kind:to:)' part of global actor 'MainActor'
    private func registerLazily(supplementaryView: SupplementaryViewModel, kind: String, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:110:38: warning: call to main actor-isolated instance method 'dequeueReusableHeaderFooterView(withIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        guard let header = tableView.dequeueReusableHeaderFooterView(withIdentifier: headerFooter.reuseIdentifier) else {
                                     ^
UIKit.UITableView.dequeueReusableHeaderFooterView:3:24: note: calls to instance method 'dequeueReusableHeaderFooterView(withIdentifier:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dequeueReusableHeaderFooterView(withIdentifier identifier: String) -> UITableViewHeaderFooterView?}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:105:18: note: add '@MainActor' to make instance method 'view(for:in:)' part of global actor 'MainActor'
    private func view(for headerFooter: SupplementaryViewModel?, in tableView: UITableView) -> UIView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:121:31: warning: call to main actor-isolated instance method 'dequeueReusableSupplementaryView(ofKind:withReuseIdentifier:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        return collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: kind + supplementaryViewModel.reuseIdentifier, for: indexPath)
                              ^
UIKit.UICollectionView.dequeueReusableSupplementaryView:2:22: note: calls to instance method 'dequeueReusableSupplementaryView(ofKind:withReuseIdentifier:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func dequeueReusableSupplementaryView(ofKind elementKind: String, withReuseIdentifier identifier: String, for indexPath: IndexPath) -> UICollectionReusableView}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:116:18: note: add '@MainActor' to make instance method 'view(for:kind:at:in:)' part of global actor 'MainActor'
    private func view(for supplementaryViewModel: SupplementaryViewModel?, kind: String, at indexPath: IndexPath, in collectionView: UICollectionView) -> UICollectionReusableView? {
                 ^
    @MainActor
SwiftCompile normal arm64 Compiling\ LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:17:35: warning: call to main actor-isolated instance method 'dequeueReusableCell(withReuseIdentifier:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let cell = collectionView.dequeueReusableCell(withReuseIdentifier: item.reuseIdentifier, for: indexPath)
                                  ^
UIKit.UICollectionView.dequeueReusableCell:2:22: note: calls to instance method 'dequeueReusableCell(withReuseIdentifier:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func dequeueReusableCell(withReuseIdentifier identifier: String, for indexPath: IndexPath) -> UICollectionViewCell}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:11:17: note: add '@MainActor' to make instance method 'provide(collectionView:indexPath:item:)' part of global actor 'MainActor'
    public func provide<Item: CellModel>(collectionView: UICollectionView, indexPath: IndexPath, item: Item) -> UICollectionViewCell? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:28:30: warning: call to main actor-isolated instance method 'dequeueReusableCell(withIdentifier:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let cell = tableView.dequeueReusableCell(withIdentifier: item.reuseIdentifier, for: indexPath)
                             ^
UIKit.UITableView.dequeueReusableCell:3:24: note: calls to instance method 'dequeueReusableCell(withIdentifier:for:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dequeueReusableCell(withIdentifier identifier: String, for indexPath: IndexPath) -> UITableViewCell}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:22:17: note: add '@MainActor' to make instance method 'provide(tableView:indexPath:item:)' part of global actor 'MainActor'
    public func provide<Item: CellModel>(tableView: UITableView, indexPath: IndexPath, item: Item) -> UITableViewCell? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:35:28: warning: call to main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(nib, forCellWithReuseIdentifier: model.reuseIdentifier)
                           ^
UIKit.UICollectionView.register:2:22: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:33:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to collectionView: UICollectionView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:37:28: warning: call to main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(model.cellClass, forCellWithReuseIdentifier: model.reuseIdentifier)
                           ^
UIKit.UICollectionView.register:2:22: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:33:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to collectionView: UICollectionView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:43:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(nib, forCellReuseIdentifier: model.reuseIdentifier)
                      ^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func register(_ nib: UINib?, forCellReuseIdentifier identifier: String)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:41:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to tableView: UITableView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:45:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(model.cellClass, forCellReuseIdentifier: model.reuseIdentifier)
                      ^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func register(_ cellClass: AnyClass?, forCellReuseIdentifier identifier: String)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:41:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to tableView: UITableView) {
         ^
    @MainActor
SwiftCompile normal arm64 Compiling\ SupplementaryElementKind.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift:23:37: warning: main actor-isolated class property 'elementKindSectionHeader' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return UICollectionView.elementKindSectionHeader
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:24:30: note: class property declared here
UIKIT_EXTERN NSString *const UICollectionElementKindSectionHeader API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos);
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift:25:37: warning: main actor-isolated class property 'elementKindSectionFooter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return UICollectionView.elementKindSectionFooter
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:25:30: note: class property declared here
UIKIT_EXTERN NSString *const UICollectionElementKindSectionFooter API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos);
                             ^
SwiftCompile normal arm64 Compiling\ LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift:19:28: warning: call to main actor-isolated instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(item.cellClass, forSupplementaryViewOfKind: item.kind.rawValue, withReuseIdentifier: item.reuseIdentifier)
                           ^
UIKit.UICollectionView.register:2:22: note: calls to instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ viewClass: AnyClass?, forSupplementaryViewOfKind elementKind: String, withReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift:14:17: note: add '@MainActor' to make instance method 'provide(collectionView:kind:indexPath:)' part of global actor 'MainActor'
    public func provide(collectionView: UICollectionView, kind: String, indexPath: IndexPath) -> UICollectionReusableView? {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift:23:35: warning: call to main actor-isolated instance method 'dequeueReusableSupplementaryView(ofKind:withReuseIdentifier:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let cell = collectionView.dequeueReusableSupplementaryView(ofKind: item.kind.rawValue, withReuseIdentifier: item.reuseIdentifier, for: indexPath)
                                  ^
UIKit.UICollectionView.dequeueReusableSupplementaryView:2:22: note: calls to instance method 'dequeueReusableSupplementaryView(ofKind:withReuseIdentifier:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func dequeueReusableSupplementaryView(ofKind elementKind: String, withReuseIdentifier identifier: String, for indexPath: IndexPath) -> UICollectionReusableView}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift:14:17: note: add '@MainActor' to make instance method 'provide(collectionView:kind:indexPath:)' part of global actor 'MainActor'
    public func provide(collectionView: UICollectionView, kind: String, indexPath: IndexPath) -> UICollectionReusableView? {
                ^
    @MainActor
SwiftCompile normal arm64 Compiling\ CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift:29:20: warning: call to main actor-isolated initializer 'init(nibName:bundle:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return UINib(nibName: String(describing: cellClass), bundle: bundle)
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:20:1: note: calls to initializer 'init(nibName:bundle:)' from outside of its actor context are implicitly asynchronous
+ (UINib *)nibWithNibName:(NSString *)name bundle:(nullable NSBundle *)bundleOrNil;
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
EmitSwiftModule normal arm64 (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:4:17: warning: main actor-isolated instance method 'configure(with:)' cannot be used to satisfy nonisolated requirement from protocol 'CellConfigurable'; this is an error in the Swift 6 language mode
    public func configure(with model: CollectionReusableViewModel) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:4:17: note: add 'nonisolated' to 'configure(with:)' to make this instance method not isolated to the actor
    public func configure(with model: CollectionReusableViewModel) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:3:70: note: add '@preconcurrency' to the 'CellConfigurable' conformance to defer isolation checking to run time
public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
                                                                     ^
                                                                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift:3:10: note: mark the protocol requirement 'configure(with:)' 'async' to allow actor-isolated conformances
    func configure(with model: Model)
         ^
                                      async
SwiftDriverJobDiscovery normal arm64 Compiling CellConfigurable.swift, CellConvertible.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 Compiling\ ContentIdentifiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for CellKit (in target 'CellKit' from project 'CellKit')
SwiftDriver\ Compilation\ Requirements CellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.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/CellKit.build/Debug-appletvos/CellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation\ Requirements DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AppKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DifferenceKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DifferenceKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftdoc (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftsourceinfo (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CellKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-Swift.h (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CellKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule (in target 'CellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.swiftdoc (in target 'CellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.abi.json (in target 'CellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.swiftsourceinfo (in target 'CellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ ContentEquatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ DifferentiableSection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ UIKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CellModelSection.swift, CellModelSelectable.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 Compiling\ ArraySection.swift,\ Changeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CellModel.swift, CellModelDataSource.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 Compiling\ StagedChangeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ Differentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ Algorithm.swift,\ AnyDifferentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver DiffableCellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DiffableCellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.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/CellKit.build/Debug-appletvos/DiffableCellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DiffableCellKit (in target 'DiffableCellKit' from project 'CellKit')
EmitSwiftModule normal arm64 (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ DifferentiableCellModelSection.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift (in target 'DiffableCellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for DiffableCellKit (in target 'DiffableCellKit' from project 'CellKit')
SwiftDriver\ Compilation\ Requirements DiffableCellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DiffableCellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.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/CellKit.build/Debug-appletvos/DiffableCellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableCellModel.swift (in target 'DiffableCellKit' from project 'CellKit')
SwiftCompile normal arm64 Compiling\ DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:23: warning: call to main actor-isolated instance method 'reload(using:with:interrupt:setData:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift:18:10: note: calls to instance method 'reload(using:with:interrupt:setData:)' from outside of its actor context are implicitly asynchronous
    func reload<C>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:13:14: note: add '@MainActor' to make instance method 'reload(using:setData:)' part of global actor 'MainActor'
        func reload<C>( using stagedChangeset: StagedChangeset<C>, setData: (C) -> Void) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:18:28: warning: call to main actor-isolated instance method 'reload(using:interrupt:setData:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                collection.reload(using: stagedChangeset, setData: setData)
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift:140:10: note: calls to instance method 'reload(using:interrupt:setData:)' from outside of its actor context are implicitly asynchronous
    func reload<C>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:13:14: note: add '@MainActor' to make instance method 'reload(using:setData:)' part of global actor 'MainActor'
        func reload<C>( using stagedChangeset: StagedChangeset<C>, setData: (C) -> Void) {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:23: warning: sending 'stagedChangeset' risks causing data races; this is an error in the Swift 6 language mode
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:23: note: sending task-isolated 'stagedChangeset' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:23: warning: sending 'setData' risks causing data races; this is an error in the Swift 6 language mode
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:23: note: sending task-isolated 'setData' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:18:28: warning: sending 'stagedChangeset' risks causing data races; this is an error in the Swift 6 language mode
                collection.reload(using: stagedChangeset, setData: setData)
                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:18:28: note: sending task-isolated 'stagedChangeset' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                collection.reload(using: stagedChangeset, setData: setData)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:18:28: warning: sending 'setData' risks causing data races; this is an error in the Swift 6 language mode
                collection.reload(using: stagedChangeset, setData: setData)
                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:18:28: note: sending task-isolated 'setData' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
                collection.reload(using: stagedChangeset, setData: setData)
                           ^
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DiffableCellKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DiffableCellKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableCellModelSection.swift (in target 'DiffableCellKit' from project 'CellKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule (in target 'DiffableCellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftdoc (in target 'DiffableCellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.abi.json (in target 'DiffableCellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftsourceinfo (in target 'DiffableCellKit' from project 'CellKit')
    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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DataSource.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling SupplementaryElementKind.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling LazyCellProvider.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionReusableView.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling LazySupplementaryViewProvider.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling ReusableView.swift (in target 'CellKit' from project 'CellKit')
SwiftDriver\ Compilation CellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.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/CellKit.build/Debug-appletvos/CellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.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/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.o normal (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.o
SwiftDriverJobDiscovery normal arm64 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.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/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.o normal (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.o
ExtractAppIntentsMetadata (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CellKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.CellKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/CellKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/CellKit.build/Objects-normal/arm64/CellKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:33:00.207 appintentsmetadataprocessor[775:4239] Starting appintentsmetadataprocessor export
2025-04-25 20:33:00.251 appintentsmetadataprocessor[775:4239] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DifferenceKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier differencekit.DifferenceKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/DifferenceKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-appletvos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:33:00.207 appintentsmetadataprocessor[776:4246] Starting appintentsmetadataprocessor export
2025-04-25 20:33:00.250 appintentsmetadataprocessor[776:4246] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
SwiftDriver\ Compilation DiffableCellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DiffableCellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.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/CellKit.build/Debug-appletvos/DiffableCellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.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/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.o (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DifferenceKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.o (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CellKit.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.o normal (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.o
ExtractAppIntentsMetadata (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DiffableCellKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.DiffableCellKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/DiffableCellKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-appletvos/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:33:00.311 appintentsmetadataprocessor[779:4271] Starting appintentsmetadataprocessor export
2025-04-25 20:33:00.346 appintentsmetadataprocessor[779:4271] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.o (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DiffableCellKit.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "differencekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DifferenceKit.git"
    }
  ],
  "manifest_display_name" : "CellKit",
  "name" : "CellKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CellKit",
      "targets" : [
        "CellKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DiffableCellKit",
      "targets" : [
        "DiffableCellKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DiffableCellKit",
      "module_type" : "SwiftTarget",
      "name" : "DiffableCellKit",
      "path" : "Sources/DiffableCellKit",
      "product_dependencies" : [
        "DifferenceKit"
      ],
      "product_memberships" : [
        "DiffableCellKit"
      ],
      "sources" : [
        "DifferentiableCellModel.swift",
        "DifferentiableCellModelDataSource.swift",
        "DifferentiableCellModelSection.swift"
      ],
      "target_dependencies" : [
        "CellKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CellKit",
      "module_type" : "SwiftTarget",
      "name" : "CellKit",
      "path" : "Sources/CellKit",
      "product_memberships" : [
        "CellKit",
        "DiffableCellKit"
      ],
      "sources" : [
        "CellConfigurable.swift",
        "CellConvertible.swift",
        "CellModel.swift",
        "CellModelDataSource.swift",
        "CellModelSection.swift",
        "CellModelSelectable.swift",
        "CollectionReusableView.swift",
        "DataSource.swift",
        "DiffableDataSources/CollectionSupplementaryViewModel.swift",
        "DiffableDataSources/LazyCellProvider.swift",
        "DiffableDataSources/LazySupplementaryViewProvider.swift",
        "DiffableDataSources/SupplementaryElementKind.swift",
        "ReusableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.