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

Failed to build StreamSwiftTestHelpers, reference main (b7a09e), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 01:10:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamSwiftTestHelpers -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-chat-swift-test-helpers.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GetStream/stream-chat-swift-test-helpers
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b7a09e5 Remove Difference
Cloned https://github.com/GetStream/stream-chat-swift-test-helpers.git
Revision (git rev-parse @):
b7a09e53a6647df94c02a67770ec876faa707f9d
SUCCESS checkout https://github.com/GetStream/stream-chat-swift-test-helpers.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GetStream/stream-chat-swift-test-helpers.git
https://github.com/GetStream/stream-chat-swift-test-helpers.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.11.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "StreamSwiftTestHelpers",
  "name" : "StreamSwiftTestHelpers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "StreamSwiftTestHelpers",
      "targets" : [
        "StreamSwiftTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamSwiftTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "StreamSwiftTestHelpers",
      "path" : "Sources/TestHelpers",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "product_memberships" : [
        "StreamSwiftTestHelpers"
      ],
      "sources" : [
        "E2ETesting/DeviceRobot.swift",
        "E2ETesting/ElementState.swift",
        "E2ETesting/Robot+Assert.swift",
        "E2ETesting/Robot.swift",
        "E2ETesting/TestRunnerEnvironment.swift",
        "E2ETesting/TestsEnvironmentSetup.swift",
        "E2ETesting/XCTest+GivenWhenThenAnd.swift",
        "E2ETesting/XCTest+TestOps.swift",
        "E2ETesting/XCTestCase+AlertHandler.swift",
        "E2ETesting/XCTestCase+MockJSON.swift",
        "E2ETesting/XCUIApplication.swift",
        "E2ETesting/XCUIElement+Helpers.swift",
        "E2ETesting/XCUIElement+LabelContains.swift",
        "E2ETesting/XCUIElementQuery+Helpers.swift",
        "SnapshotTesting/AssertSnapshot.swift",
        "SnapshotTesting/SnapshotVariant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing (cached)
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.11.1 of package ‘swift-snapshot-testing’
Resolve Package Graph
Resolved source packages:
  StreamSwiftTestHelpers: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.11.1
resolved source packages: StreamSwiftTestHelpers, swift-snapshot-testing
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.11.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "StreamSwiftTestHelpers",
  "name" : "StreamSwiftTestHelpers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "StreamSwiftTestHelpers",
      "targets" : [
        "StreamSwiftTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamSwiftTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "StreamSwiftTestHelpers",
      "path" : "Sources/TestHelpers",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "product_memberships" : [
        "StreamSwiftTestHelpers"
      ],
      "sources" : [
        "E2ETesting/DeviceRobot.swift",
        "E2ETesting/ElementState.swift",
        "E2ETesting/Robot+Assert.swift",
        "E2ETesting/Robot.swift",
        "E2ETesting/TestRunnerEnvironment.swift",
        "E2ETesting/TestsEnvironmentSetup.swift",
        "E2ETesting/XCTest+GivenWhenThenAnd.swift",
        "E2ETesting/XCTest+TestOps.swift",
        "E2ETesting/XCTestCase+AlertHandler.swift",
        "E2ETesting/XCTestCase+MockJSON.swift",
        "E2ETesting/XCUIApplication.swift",
        "E2ETesting/XCUIElement+Helpers.swift",
        "E2ETesting/XCUIElement+LabelContains.swift",
        "E2ETesting/XCUIElementQuery+Helpers.swift",
        "SnapshotTesting/AssertSnapshot.swift",
        "SnapshotTesting/SnapshotVariant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "StreamSwiftTestHelpers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamSwiftTestHelpers -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 StreamSwiftTestHelpers -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:
  StreamSwiftTestHelpers: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.11.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'StreamSwiftTestHelpers' in project 'StreamSwiftTestHelpers'
        ➜ Explicit dependency on target 'StreamSwiftTestHelpers' in project 'StreamSwiftTestHelpers'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'StreamSwiftTestHelpers' in project 'StreamSwiftTestHelpers'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 49df6c279a88fde455fd37eea52766ca
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/49df6c279a88fde455fd37eea52766ca.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/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
    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/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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyStaticMetadataFileList (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.modulemap (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyMetadataFileList (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-OutputFileMap.json (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftConstValuesFileList (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftFileList (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.LinkFileList (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyStaticMetadataFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyMetadataFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/StreamSwiftTestHelpers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.modulemap (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.LinkFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftConstValuesFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SnapshotTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    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 SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AssertInlineSnapshot.swift,\ AssertSnapshot.swift,\ Async.swift,\ Internal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertInlineSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertInlineSnapshot.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PlistEncoder.swift,\ String+SpecialCharacters.swift,\ View.swift,\ XCTAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SwiftUIView.swift,\ UIBezierPath.swift,\ UIImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSImage.swift,\ NSView.swift,\ NSViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Data.swift,\ Description.swift,\ NSBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SceneKit.swift,\ SpriteKit.swift,\ String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Diff.swift,\ Diffing.swift,\ Wait.swift,\ SnapshotTestCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/SnapshotTestCase.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ CGPath.swift,\ CaseIterable.swift,\ Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Snapshotting.swift,\ Any.swift,\ CALayer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView.swift,\ UIViewController.swift,\ URLRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriver\ Compilation\ Requirements SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    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 SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NSImage.swift, NSView.swift, NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SnapshotTesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SnapshotTesting-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftdoc (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftsourceinfo (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver StreamSwiftTestHelpers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    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 StreamSwiftTestHelpers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.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 -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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -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 -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/swift-overrides.hmap -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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.abi.json
EmitSwiftModule normal arm64 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:50:9: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
        timeout: Double = XCUIElement.waitTimeout,
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:23: error: 'XCUIProtectedResource' is only available in tvOS 13.4 or newer
        var resource: XCUIProtectedResource? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:13: note: add @available attribute to enclosing property
        var resource: XCUIProtectedResource? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:18:17: note: add @available attribute to enclosing enum
    public enum Resource {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:121:22: error: cannot find type 'XCUICoordinate' in scope
    var frameCenter: XCUICoordinate {
                     ^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElement.h:40:1: note: interface 'XCUICoordinate' forward declared here
@class XCUICoordinate;
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:10:12: warning: var 'overrideRecording' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var overrideRecording: Bool? = nil
           ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:10:12: note: convert 'overrideRecording' to a 'let' constant to make 'Sendable' shared state immutable
public var overrideRecording: Bool? = nil
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:10:12: note: add '@MainActor' to make var 'overrideRecording' part of global actor 'MainActor'
public var overrideRecording: Bool? = nil
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:10:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var overrideRecording: Bool? = nil
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:13:12: warning: var 'precision' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var precision: Float = 0.96
           ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:13:12: note: convert 'precision' to a 'let' constant to make 'Sendable' shared state immutable
public var precision: Float = 0.96
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:13:12: note: add '@MainActor' to make var 'precision' part of global actor 'MainActor'
public var precision: Float = 0.96
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:13:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var precision: Float = 0.96
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:16:12: warning: var 'defaultScreenSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultScreenSize = CGSize(width: 360, height: 700)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:16:12: note: convert 'defaultScreenSize' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultScreenSize = CGSize(width: 360, height: 700)
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:16:12: note: add '@MainActor' to make var 'defaultScreenSize' part of global actor 'MainActor'
public var defaultScreenSize = CGSize(width: 360, height: 700)
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:16:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultScreenSize = CGSize(width: 360, height: 700)
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:34: error: 'UIViewControllerRepresentable' is only available in tvOS 13.0 or newer
public func AssertSnapshot<View: UIViewControllerRepresentable>(
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:13: note: add @available attribute to enclosing global function
public func AssertSnapshot<View: UIViewControllerRepresentable>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:42: error: 'View' is only available in tvOS 13.0 or newer
public func AssertSnapshot<View: SwiftUI.View>(
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:13: note: add @available attribute to enclosing global function
public func AssertSnapshot<View: SwiftUI.View>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:139:32: error: type 'ViewImageConfig' has no member 'iPhoneX'
    device: ViewImageConfig = .iPhoneX,
                              ~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:42: error: 'View' is only available in tvOS 13.0 or newer
public struct SnapshotContainer<Content: View>: View {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:31:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[SnapshotVariant]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let all: [SnapshotVariant] = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:31:16: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    static let all: [SnapshotVariant] = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:31:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let all: [SnapshotVariant] = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:35:16: warning: static property 'onlyUserInterfaceStyles' is not concurrency-safe because non-'Sendable' type '[SnapshotVariant]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let onlyUserInterfaceStyles: [SnapshotVariant] = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:35:16: note: add '@MainActor' to make static property 'onlyUserInterfaceStyles' part of global actor 'MainActor'
    static let onlyUserInterfaceStyles: [SnapshotVariant] = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let onlyUserInterfaceStyles: [SnapshotVariant] = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:41:16: warning: static property 'extraExtraExtraLargeLight' is not concurrency-safe because non-'Sendable' type 'SnapshotVariant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let extraExtraExtraLargeLight: SnapshotVariant = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:41:16: note: add '@MainActor' to make static property 'extraExtraExtraLargeLight' part of global actor 'MainActor'
    static let extraExtraExtraLargeLight: SnapshotVariant = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let extraExtraExtraLargeLight: SnapshotVariant = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:47:16: warning: static property 'defaultDark' is not concurrency-safe because non-'Sendable' type 'SnapshotVariant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultDark: SnapshotVariant = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:47:16: note: add '@MainActor' to make static property 'defaultDark' part of global actor 'MainActor'
    static let defaultDark: SnapshotVariant = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultDark: SnapshotVariant = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:53:16: warning: static property 'defaultLight' is not concurrency-safe because non-'Sendable' type 'SnapshotVariant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultLight: SnapshotVariant = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:53:16: note: add '@MainActor' to make static property 'defaultLight' part of global actor 'MainActor'
    static let defaultLight: SnapshotVariant = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultLight: SnapshotVariant = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:59:16: warning: static property 'smallDark' is not concurrency-safe because non-'Sendable' type 'SnapshotVariant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smallDark: SnapshotVariant = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:59:16: note: add '@MainActor' to make static property 'smallDark' part of global actor 'MainActor'
    static let smallDark: SnapshotVariant = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:59:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smallDark: SnapshotVariant = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:65:16: warning: static property 'rightToLeftLayout' is not concurrency-safe because non-'Sendable' type 'SnapshotVariant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rightToLeftLayout = SnapshotVariant(snapshotTraits: [rightToLeftLayoutTrait, defaultTrait])
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:65:16: note: add '@MainActor' to make static property 'rightToLeftLayout' part of global actor 'MainActor'
    static let rightToLeftLayout = SnapshotVariant(snapshotTraits: [rightToLeftLayoutTrait, defaultTrait])
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rightToLeftLayout = SnapshotVariant(snapshotTraits: [rightToLeftLayoutTrait, defaultTrait])
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:69:16: warning: static property 'extraExtraExtraLargeTrait' is not concurrency-safe because non-'Sendable' type 'SnapshotTrait' may have shared mutable state; this is an error in the Swift 6 language mode
    static let extraExtraExtraLargeTrait = SnapshotTrait(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:23:15: note: consider making struct 'SnapshotTrait' conform to the 'Sendable' protocol
public struct SnapshotTrait {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:69:16: note: add '@MainActor' to make static property 'extraExtraExtraLargeTrait' part of global actor 'MainActor'
    static let extraExtraExtraLargeTrait = SnapshotTrait(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let extraExtraExtraLargeTrait = SnapshotTrait(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:74:16: warning: static property 'defaultTrait' is not concurrency-safe because non-'Sendable' type 'SnapshotTrait' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultTrait = SnapshotTrait(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:23:15: note: consider making struct 'SnapshotTrait' conform to the 'Sendable' protocol
public struct SnapshotTrait {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:74:16: note: add '@MainActor' to make static property 'defaultTrait' part of global actor 'MainActor'
    static let defaultTrait = SnapshotTrait(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:74:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultTrait = SnapshotTrait(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:79:16: warning: static property 'smallTrait' is not concurrency-safe because non-'Sendable' type 'SnapshotTrait' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smallTrait = SnapshotTrait(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:23:15: note: consider making struct 'SnapshotTrait' conform to the 'Sendable' protocol
public struct SnapshotTrait {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:79:16: note: add '@MainActor' to make static property 'smallTrait' part of global actor 'MainActor'
    static let smallTrait = SnapshotTrait(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smallTrait = SnapshotTrait(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:84:16: warning: static property 'lightTrait' is not concurrency-safe because non-'Sendable' type 'SnapshotTrait' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lightTrait = SnapshotTrait(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:23:15: note: consider making struct 'SnapshotTrait' conform to the 'Sendable' protocol
public struct SnapshotTrait {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:84:16: note: add '@MainActor' to make static property 'lightTrait' part of global actor 'MainActor'
    static let lightTrait = SnapshotTrait(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:84:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lightTrait = SnapshotTrait(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:89:16: warning: static property 'darkTrait' is not concurrency-safe because non-'Sendable' type 'SnapshotTrait' may have shared mutable state; this is an error in the Swift 6 language mode
    static let darkTrait = SnapshotTrait(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:23:15: note: consider making struct 'SnapshotTrait' conform to the 'Sendable' protocol
public struct SnapshotTrait {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:89:16: note: add '@MainActor' to make static property 'darkTrait' part of global actor 'MainActor'
    static let darkTrait = SnapshotTrait(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:89:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let darkTrait = SnapshotTrait(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:94:16: warning: static property 'rightToLeftLayoutTrait' is not concurrency-safe because non-'Sendable' type 'SnapshotTrait' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rightToLeftLayoutTrait = SnapshotTrait(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:23:15: note: consider making struct 'SnapshotTrait' conform to the 'Sendable' protocol
public struct SnapshotTrait {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:94:16: note: add '@MainActor' to make static property 'rightToLeftLayoutTrait' part of global actor 'MainActor'
    static let rightToLeftLayoutTrait = SnapshotTrait(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:94:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rightToLeftLayoutTrait = SnapshotTrait(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:100:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[SnapshotVariant]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let all: [SnapshotVariant] = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:100:16: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    static let all: [SnapshotVariant] = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:100:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let all: [SnapshotVariant] = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:104:16: warning: static property 'onlyUserInterfaceStyles' is not concurrency-safe because non-'Sendable' type '[SnapshotVariant]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let onlyUserInterfaceStyles: [SnapshotVariant] = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:11:15: note: consider making struct 'SnapshotVariant' conform to the 'Sendable' protocol
public struct SnapshotVariant {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:104:16: note: add '@MainActor' to make static property 'onlyUserInterfaceStyles' part of global actor 'MainActor'
    static let onlyUserInterfaceStyles: [SnapshotVariant] = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:104:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let onlyUserInterfaceStyles: [SnapshotVariant] = {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	EmitSwiftModule normal arm64 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	SwiftCompile normal arm64 Compiling\ XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	Building workspace spi-builder-workspace with scheme StreamSwiftTestHelpers
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.11.1
  StreamSwiftTestHelpers: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-snapshot-testing, StreamSwiftTestHelpers
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.11.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "StreamSwiftTestHelpers",
  "name" : "StreamSwiftTestHelpers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "StreamSwiftTestHelpers",
      "targets" : [
        "StreamSwiftTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamSwiftTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "StreamSwiftTestHelpers",
      "path" : "Sources/TestHelpers",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "product_memberships" : [
        "StreamSwiftTestHelpers"
      ],
      "sources" : [
        "E2ETesting/DeviceRobot.swift",
        "E2ETesting/ElementState.swift",
        "E2ETesting/Robot+Assert.swift",
        "E2ETesting/Robot.swift",
        "E2ETesting/TestRunnerEnvironment.swift",
        "E2ETesting/TestsEnvironmentSetup.swift",
        "E2ETesting/XCTest+GivenWhenThenAnd.swift",
        "E2ETesting/XCTest+TestOps.swift",
        "E2ETesting/XCTestCase+AlertHandler.swift",
        "E2ETesting/XCTestCase+MockJSON.swift",
        "E2ETesting/XCUIApplication.swift",
        "E2ETesting/XCUIElement+Helpers.swift",
        "E2ETesting/XCUIElement+LabelContains.swift",
        "E2ETesting/XCUIElementQuery+Helpers.swift",
        "SnapshotTesting/AssertSnapshot.swift",
        "SnapshotTesting/SnapshotVariant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "StreamSwiftTestHelpers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamSwiftTestHelpers -destination generic/platform=tvOS
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 StreamSwiftTestHelpers -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.11.1
  StreamSwiftTestHelpers: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'StreamSwiftTestHelpers' in project 'StreamSwiftTestHelpers'
        ➜ Explicit dependency on target 'StreamSwiftTestHelpers' in project 'StreamSwiftTestHelpers'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'StreamSwiftTestHelpers' in project 'StreamSwiftTestHelpers'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d142f107179f78af14b722d382386840
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d142f107179f78af14b722d382386840.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
SwiftDriver SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    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 SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PlistEncoder.swift,\ String+SpecialCharacters.swift,\ View.swift,\ XCTAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Snapshotting.swift,\ Any.swift,\ CALayer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Data.swift,\ Description.swift,\ NSBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView.swift,\ UIViewController.swift,\ URLRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSImage.swift,\ NSView.swift,\ NSViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AssertInlineSnapshot.swift,\ AssertSnapshot.swift,\ Async.swift,\ Internal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertInlineSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertInlineSnapshot.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGPath.swift,\ CaseIterable.swift,\ Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SceneKit.swift,\ SpriteKit.swift,\ String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Diff.swift,\ Diffing.swift,\ Wait.swift,\ SnapshotTestCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/SnapshotTestCase.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ SwiftUIView.swift,\ UIBezierPath.swift,\ UIImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling NSImage.swift, NSView.swift, NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriverJobDiscovery normal arm64 Emitting module for SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriver\ Compilation\ Requirements SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    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 SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    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/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SnapshotTesting.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriver StreamSwiftTestHelpers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    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 StreamSwiftTestHelpers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -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 -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/swift-overrides.hmap -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/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-appletvos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.abi.json
EmitSwiftModule normal arm64 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:23: error: 'XCUIProtectedResource' is only available in tvOS 13.4 or newer
        var resource: XCUIProtectedResource? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:13: note: add @available attribute to enclosing property
        var resource: XCUIProtectedResource? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:18:17: note: add @available attribute to enclosing enum
    public enum Resource {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:121:22: error: cannot find type 'XCUICoordinate' in scope
    var frameCenter: XCUICoordinate {
                     ^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElement.h:40:1: note: interface 'XCUICoordinate' forward declared here
@class XCUICoordinate;
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:34: error: 'UIViewControllerRepresentable' is only available in tvOS 13.0 or newer
public func AssertSnapshot<View: UIViewControllerRepresentable>(
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:13: note: add @available attribute to enclosing global function
public func AssertSnapshot<View: UIViewControllerRepresentable>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:42: error: 'View' is only available in tvOS 13.0 or newer
public func AssertSnapshot<View: SwiftUI.View>(
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:13: note: add @available attribute to enclosing global function
public func AssertSnapshot<View: SwiftUI.View>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:139:32: error: type 'ViewImageConfig' has no member 'iPhoneX'
    device: ViewImageConfig = .iPhoneX,
                              ~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:42: error: 'View' is only available in tvOS 13.0 or newer
public struct SnapshotContainer<Content: View>: View {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
SwiftCompile normal arm64 Compiling\ XCUIApplication.swift,\ XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	EmitSwiftModule normal arm64 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	SwiftCompile normal arm64 Compiling\ XCUIApplication.swift,\ XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	Building workspace spi-builder-workspace with scheme StreamSwiftTestHelpers
(4 failures)
BUILD FAILURE 6.1 tvOS