The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of StreamSwiftTestHelpers, reference 0.4.1 (b7a09e), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 01:10:19 UTC.

Swift 6 data race errors: 19

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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-chat-swift-test-helpers.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GetStream/stream-chat-swift-test-helpers
 * tag               0.4.1      -> FETCH_HEAD
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 0.4.1
========================================
Build
========================================
Selected platform:         iOS
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:
  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=iOS 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=iOS "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:
  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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 4fd265e2c628cb3e391e0f8060fa11c7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4fd265e2c628cb3e391e0f8060fa11c7.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/SnapshotTesting.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/SnapshotTesting.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/SnapshotTesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/StreamSwiftTestHelpers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SnapshotTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/SnapshotTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/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\ 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\ 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\ 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\ 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\ 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\ 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

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\ 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\ 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\ 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 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/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-iphoneos/SnapshotTesting-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SnapshotTesting-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.swiftmodule/Project/arm64-apple-ios.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/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')
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/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/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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UIView.swift, UIViewController.swift, URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/StreamSwiftTestHelpers-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/StreamSwiftTestHelpers-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling CGPath.swift, CaseIterable.swift, Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftmodule (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftdoc (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.abi.json (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftsourceinfo (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling XCUIElementQuery+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 Compiling\ DeviceRobot.swift,\ ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:29:17: warning: call to main actor-isolated instance method 'portrait()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            app.portrait()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift:75:10: note: calls to instance method 'portrait()' from outside of its actor context are implicitly asynchronous
    func portrait() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:26:17: note: add '@MainActor' to make instance method 'rotateDevice' part of global actor 'MainActor'
    public func rotateDevice(_ orientation: Orientation) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:31:17: warning: call to main actor-isolated instance method 'landscape()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            app.landscape()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift:71:10: note: calls to instance method 'landscape()' from outside of its actor context are implicitly asynchronous
    func landscape() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:26:17: note: add '@MainActor' to make instance method 'rotateDevice' part of global actor 'MainActor'
    public func rotateDevice(_ orientation: Orientation) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:40:31: warning: call to main actor-isolated instance method 'press' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            XCUIDevice.shared.press(XCUIDevice.Button.home)
                              ^
XCUIAutomation.XCUIDevice.press:2:22: note: calls to instance method 'press' from outside of its actor context are implicitly asynchronous
@MainActor open func press(_ button: XCUIDevice.Button)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:37:17: note: add '@MainActor' to make instance method 'moveApplication(to:)' part of global actor 'MainActor'
    public func moveApplication(to state: ApplicationState) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:40:24: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            XCUIDevice.shared.press(XCUIDevice.Button.home)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIDevice.h:41:41: note: class property declared here
@property (class, readonly) XCUIDevice *sharedDevice;
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:37:17: note: add '@MainActor' to make instance method 'moveApplication(to:)' part of global actor 'MainActor'
    public func moveApplication(to state: ApplicationState) -> Self {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:42:17: warning: call to main actor-isolated instance method 'activate()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            app.activate()
                ^
XCUIAutomation.XCUIApplication.activate:2:22: note: calls to instance method 'activate()' from outside of its actor context are implicitly asynchronous
@MainActor open func activate()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift:37:17: note: add '@MainActor' to make instance method 'moveApplication(to:)' part of global actor 'MainActor'
    public func moveApplication(to state: ApplicationState) -> Self {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/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:43:61: warning: call to main actor-isolated initializer 'init(rootViewController:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let viewController = isEmbeddedInNavigationController ? UINavigationController(rootViewController: vc) : vc
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:55:1: note: calls to initializer 'init(rootViewController:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController NS_DESIGNATED_INITIALIZER; // Initializer that also pushes the root view controller without animation.
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:32:13: note: add '@MainActor' to make global function 'AssertSnapshot(_:isEmbeddedInNavigationController:variants:screenSize:suffix:record:line:file:function:)' part of global actor 'MainActor'
public func AssertSnapshot(
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:109:21: warning: call to main actor-isolated initializer 'init(rootView:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    let hostingVC = UIHostingController(rootView: view)
                    ^
SwiftUI.UIHostingController.init:2:35: note: calls to initializer 'init(rootView:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(rootView: Content)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:13: note: add '@MainActor' to make global function 'AssertSnapshot(_:isEmbeddedInNavigationController:variants:screenSize:suffix:record:line:file:function:)' part of global actor 'MainActor'
public func AssertSnapshot<View: UIViewControllerRepresentable>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:109:21: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    let hostingVC = UIHostingController(rootView: view)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:109:21: note: sending task-isolated 'view' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
    let hostingVC = UIHostingController(rootView: view)
                    ^
SwiftCompile normal arm64 Compiling\ Robot+Assert.swift,\ Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift (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/Robot+Assert.swift:19:17: warning: call to main actor-isolated instance method 'wait(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        element.wait(timeout: 1.5)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:91:10: note: calls to instance method 'wait(timeout:)' from outside of its actor context are implicitly asynchronous
    func wait(timeout: Double = XCUIElement.waitTimeout) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:15:10: note: add '@MainActor' to make instance method 'assertElement(_:state:file:line:)' part of global actor 'MainActor'
    func assertElement(_ element: XCUIElement,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:26:30: warning: main actor-isolated property 'isEnabled' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            actual = element.isEnabled
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementAttributes.h:53:47: note: property declared here
@property (readonly, getter = isEnabled) BOOL enabled;
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:15:10: note: add '@MainActor' to make instance method 'assertElement(_:state:file:line:)' part of global actor 'MainActor'
    func assertElement(_ element: XCUIElement,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:29:30: warning: main actor-isolated property 'hasKeyboardFocus' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            actual = element.hasKeyboardFocus
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:147:9: note: property declared here
    var hasKeyboardFocus: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:15:10: note: add '@MainActor' to make instance method 'assertElement(_:state:file:line:)' part of global actor 'MainActor'
    func assertElement(_ element: XCUIElement,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:33:30: warning: main actor-isolated property 'exists' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            actual = element.exists
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElement.h:54:27: note: property declared here
@property (readonly) BOOL exists;
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:15:10: note: add '@MainActor' to make instance method 'assertElement(_:state:file:line:)' part of global actor 'MainActor'
    func assertElement(_ element: XCUIElement,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:54:17: warning: call to main actor-isolated instance method 'wait(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        element.wait(timeout: timeout)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:91:10: note: calls to instance method 'wait(timeout:)' from outside of its actor context are implicitly asynchronous
    func wait(timeout: Double = XCUIElement.waitTimeout) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:47:10: note: add '@MainActor' to make instance method 'assertElement(_:state:timeout:file:line:)' part of global actor 'MainActor'
    func assertElement(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:60:30: warning: main actor-isolated property 'isEnabled' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            actual = element.isEnabled
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementAttributes.h:53:47: note: property declared here
@property (readonly, getter = isEnabled) BOOL enabled;
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:47:10: note: add '@MainActor' to make instance method 'assertElement(_:state:timeout:file:line:)' part of global actor 'MainActor'
    func assertElement(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:63:30: warning: main actor-isolated property 'hasKeyboardFocus' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            actual = element.hasKeyboardFocus
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:147:9: note: property declared here
    var hasKeyboardFocus: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:47:10: note: add '@MainActor' to make instance method 'assertElement(_:state:timeout:file:line:)' part of global actor 'MainActor'
    func assertElement(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:66:30: warning: main actor-isolated property 'exists' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            actual = element.exists
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElement.h:54:27: note: property declared here
@property (readonly) BOOL exists;
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:47:10: note: add '@MainActor' to make instance method 'assertElement(_:state:timeout:file:line:)' part of global actor 'MainActor'
    func assertElement(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:88:48: warning: main actor-isolated property 'isHittable' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let visible = isVisible == element.isHittable
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElement.h:63:48: note: property declared here
@property (readonly, getter = isHittable) BOOL hittable;
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:80:18: note: add '@MainActor' to make instance method 'assertElement(_:isEnabled:isVisible:file:line:)' part of global actor 'MainActor'
    private func assertElement(
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:89:48: warning: main actor-isolated property 'isEnabled' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let enabled = isEnabled == element.isEnabled
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementAttributes.h:53:47: note: property declared here
@property (readonly, getter = isEnabled) BOOL enabled;
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:80:18: note: add '@MainActor' to make instance method 'assertElement(_:isEnabled:isVisible:file:line:)' part of global actor 'MainActor'
    private func assertElement(
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:92:36: warning: main actor-isolated property 'exists' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
            XCTAssertFalse(element.exists, file: file, line: line)
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElement.h:54:27: note: property declared here
@property (readonly) BOOL exists;
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:108:32: warning: main actor-isolated property 'identifier' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(element.identifier, identifier)
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementAttributes.h:35:32: note: property declared here
@property (readonly) NSString *identifier;
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:125:32: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(element.frame.size, size)
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementAttributes.h:38:29: note: property declared here
@property (readonly) CGRect frame;
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:134:62: warning: main actor-isolated property 'count' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let actualCount = query.waitCount(count, timeout: 5).count
                                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementQuery.h:29:33: note: property declared here
@property (readonly) NSUInteger count;
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:130:10: note: add '@MainActor' to make instance method 'assertQuery(_:count:file:line:)' part of global actor 'MainActor'
    func assertQuery(_ query: XCUIElementQuery,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:134:33: warning: call to main actor-isolated instance method 'waitCount(_:timeout:exact:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let actualCount = query.waitCount(count, timeout: 5).count
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift:38:10: note: calls to instance method 'waitCount(_:timeout:exact:)' from outside of its actor context are implicitly asynchronous
    func waitCount(_ expectedCount: Int, timeout: Double = XCUIElement.waitTimeout, exact: Bool = false) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift:38:10: note: main actor isolation inferred from conformance to protocol 'XCUIElementTypeQueryProvider'
    func waitCount(_ expectedCount: Int, timeout: Double = XCUIElement.waitTimeout, exact: Bool = false) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:130:10: note: add '@MainActor' to make instance method 'assertQuery(_:count:file:line:)' part of global actor 'MainActor'
    func assertQuery(_ query: XCUIElementQuery,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:143:59: warning: call to main actor-isolated instance method 'waitForExistence(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        query.matching(identifier: identifier).firstMatch.waitForExistence(timeout: timeout)
                                                          ^
XCUIAutomation.XCUIElement.waitForExistence:2:22: note: calls to instance method 'waitForExistence(timeout:)' from outside of its actor context are implicitly asynchronous
@MainActor open func waitForExistence(timeout: TimeInterval) -> Bool}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:140:10: note: add '@MainActor' to make instance method 'findMatch(for:in:waitTimeout:)' part of global actor 'MainActor'
    func findMatch(for identifier: String,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:143:48: warning: main actor-isolated property 'firstMatch' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        query.matching(identifier: identifier).firstMatch.waitForExistence(timeout: timeout)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementTypeQueryProvider.h:105:35: note: property declared here
@property (readonly) XCUIElement *firstMatch;
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:140:10: note: add '@MainActor' to make instance method 'findMatch(for:in:waitTimeout:)' part of global actor 'MainActor'
    func findMatch(for identifier: String,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:143:15: warning: call to main actor-isolated instance method 'matching(identifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        query.matching(identifier: identifier).firstMatch.waitForExistence(timeout: timeout)
              ^
XCUIAutomation.XCUIElementQuery.matching:2:22: note: calls to instance method 'matching(identifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func matching(identifier: String) -> XCUIElementQuery}
                     ^
XCUIAutomation.XCUIElementQuery.matching:2:22: note: main actor isolation inferred from conformance to protocol 'XCUIElementTypeQueryProvider'
@MainActor open func matching(identifier: String) -> XCUIElementQuery}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:140:10: note: add '@MainActor' to make instance method 'findMatch(for:in:waitTimeout:)' part of global actor 'MainActor'
    func findMatch(for identifier: String,
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift (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.swift:19:21: warning: call to main actor-isolated instance method 'wait(timeout:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        _ = element.wait()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:91:10: note: calls to instance method 'wait(timeout:)' from outside of its actor context are implicitly asynchronous
    func wait(timeout: Double = XCUIElement.waitTimeout) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:18:10: note: add '@MainActor' to make instance method 'setSwitchState(_:state:)' part of global actor 'MainActor'
    func setSwitchState(_ element: XCUIElement, state: SwitchState) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:21:33: warning: main actor-isolated property 'isOn' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        case .off where element.isOn:
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:135:9: note: property declared here
    var isOn: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:18:10: note: add '@MainActor' to make instance method 'setSwitchState(_:state:)' part of global actor 'MainActor'
    func setSwitchState(_ element: XCUIElement, state: SwitchState) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:22:21: warning: call to main actor-isolated instance method 'safeTap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            element.safeTap()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:17:10: note: calls to instance method 'safeTap()' from outside of its actor context are implicitly asynchronous
    func safeTap() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:18:10: note: add '@MainActor' to make instance method 'setSwitchState(_:state:)' part of global actor 'MainActor'
    func setSwitchState(_ element: XCUIElement, state: SwitchState) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:23:32: warning: main actor-isolated property 'isOff' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        case .on where element.isOff:
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:139:9: note: property declared here
    var isOff: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:18:10: note: add '@MainActor' to make instance method 'setSwitchState(_:state:)' part of global actor 'MainActor'
    func setSwitchState(_ element: XCUIElement, state: SwitchState) -> Self {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:24:21: warning: call to main actor-isolated instance method 'safeTap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            element.safeTap()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:17:10: note: calls to instance method 'safeTap()' from outside of its actor context are implicitly asynchronous
    func safeTap() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift:18:10: note: add '@MainActor' to make instance method 'setSwitchState(_:state:)' part of global actor 'MainActor'
    func setSwitchState(_ element: XCUIElement, state: SwitchState) -> Self {
         ^
SwiftDriverJobDiscovery normal arm64 Compiling Snapshotting.swift, Any.swift, CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 Compiling\ XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Data.swift, Description.swift, NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 Compiling\ XCTestCase+AlertHandler.swift,\ XCTestCase+MockJSON.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 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift (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:181:21: warning: main actor-isolated property 'exists' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        guard alert.exists else {
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElement.h:54:27: note: property declared here
@property (readonly) BOOL exists;
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:173:18: note: add '@MainActor' to make instance method 'alertHandler(app:alert:resource:resolution:)' part of global actor 'MainActor'
    private func alertHandler(app: XCUIApplication,
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:184:21: warning: call to main actor-isolated instance method 'labelContains(text:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        guard alert.labelContains(text: resource.expectedTitle) else {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift:10:10: note: calls to instance method 'labelContains(text:)' from outside of its actor context are implicitly asynchronous
    func labelContains(text: String) -> Bool {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:173:18: note: add '@MainActor' to make instance method 'alertHandler(app:alert:resource:resolution:)' part of global actor 'MainActor'
    private func alertHandler(app: XCUIApplication,
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:189:30: warning: call to main actor-isolated instance method 'safeTap()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        alert.buttons[label].safeTap()
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift:17:10: note: calls to instance method 'safeTap()' from outside of its actor context are implicitly asynchronous
    func safeTap() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:173:18: note: add '@MainActor' to make instance method 'alertHandler(app:alert:resource:resolution:)' part of global actor 'MainActor'
    private func alertHandler(app: XCUIApplication,
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:189:22: warning: main actor-isolated subscript 'subscript(_:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        alert.buttons[label].safeTap()
                     ^
XCUIAutomation.XCUIElementQuery.subscript:2:17: note: subscript declared here
@MainActor open subscript(key: String) -> XCUIElement { get }}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:173:18: note: add '@MainActor' to make instance method 'alertHandler(app:alert:resource:resolution:)' part of global actor 'MainActor'
    private func alertHandler(app: XCUIApplication,
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:189:15: warning: main actor-isolated property 'buttons' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        alert.buttons[label].safeTap()
              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/Headers/XCUIElementTypeQueryProvider.h:22:46: note: property declared here
@property (readonly, copy) XCUIElementQuery *buttons;
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:173:18: note: add '@MainActor' to make instance method 'alertHandler(app:alert:resource:resolution:)' part of global actor 'MainActor'
    private func alertHandler(app: XCUIApplication,
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:194:13: warning: call to main actor-isolated instance method 'activate()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        app.activate()
            ^
XCUIAutomation.XCUIApplication.activate:2:22: note: calls to instance method 'activate()' from outside of its actor context are implicitly asynchronous
@MainActor open func activate()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:173:18: note: add '@MainActor' to make instance method 'alertHandler(app:alert:resource:resolution:)' part of global actor 'MainActor'
    private func alertHandler(app: XCUIApplication,
                 ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Diff.swift, Diffing.swift, Wait.swift, SnapshotTestCase.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 Compiling\ TestRunnerEnvironment.swift,\ TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AssertInlineSnapshot.swift, AssertSnapshot.swift, Async.swift, Internal.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 Compiling\ XCTest+GivenWhenThenAnd.swift,\ XCTest+TestOps.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 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift:10:20: warning: call to main actor-isolated class method 'runActivity(named:block:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        XCTContext.runActivity(named: name) { _ in
                   ^
XCTest.XCTContext.runActivity:2:46: note: calls to class method 'runActivity(named:block:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public class func runActivity<Result>(named name: String, block: @MainActor (any XCTActivity) throws -> Result) rethrows -> Result}
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift:9:10: note: add '@MainActor' to make instance method 'step(_:step:)' part of global actor 'MainActor'
    func step(_ name: String, step: () -> Void) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift:11:13: warning: sending 'step' risks causing data races; this is an error in the Swift 6 language mode
            step()
~~~~~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift:11:13: note: task-isolated 'step' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            step()
            ^~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift:19:24: warning: call to main actor-isolated class method 'runActivity(named:block:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            XCTContext.runActivity(
                       ^
XCTest.XCTContext.runActivity:2:46: note: calls to class method 'runActivity(named:block:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public class func runActivity<Result>(named name: String, block: @MainActor (any XCTActivity) throws -> Result) rethrows -> Result}
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift:17:18: note: add '@MainActor' to make instance method 'label(name:values:)' part of global actor 'MainActor'
    private func label(name: String, values: [String]) {
                 ^
    @MainActor
SwiftDriverJobDiscovery normal arm64 Compiling SceneKit.swift, SpriteKit.swift, String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 Compiling\ SnapshotVariant.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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)
SwiftDriverJobDiscovery normal arm64 Compiling PlistEncoder.swift, String+SpecialCharacters.swift, View.swift, XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftUIView.swift, UIBezierPath.swift, UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriver\ Compilation 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 -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/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-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.o normal (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.o
ExtractAppIntentsMetadata (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SnapshotTesting --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier swift-snapshot-testing.SnapshotTesting --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/SnapshotTesting.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/SnapshotTesting.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-iphoneos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 18:10:18.413 appintentsmetadataprocessor[772:4409] Starting appintentsmetadataprocessor export
2025-04-27 18:10:18.468 appintentsmetadataprocessor[772:4409] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.o (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapshotTesting.o
SwiftDriverJobDiscovery normal arm64 Compiling XCUIElement+LabelContains.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling DeviceRobot.swift, ElementState.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling XCTest+GivenWhenThenAnd.swift, XCTest+TestOps.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling XCUIApplication.swift, XCUIElement+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling Robot+Assert.swift, Robot.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling TestRunnerEnvironment.swift, TestsEnvironmentSetup.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling AssertSnapshot.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling XCTestCase+AlertHandler.swift, XCTestCase+MockJSON.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotVariant.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftDriver\ Compilation 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-Swift-Compilation -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/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-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.o normal (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.o
ExtractAppIntentsMetadata (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name StreamSwiftTestHelpers --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.StreamSwiftTestHelpers --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/StreamSwiftTestHelpers.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-iphoneos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 18:10:18.625 appintentsmetadataprocessor[775:4442] Starting appintentsmetadataprocessor export
2025-04-27 18:10:18.658 appintentsmetadataprocessor[775:4442] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.o (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/StreamSwiftTestHelpers.o
** BUILD SUCCEEDED **
Build complete.
{
  "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"
}
Done.