The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build StreamSwiftTestHelpers, reference main (b7a09e), with Swift 6.0 for watchOS using Xcode 16.2 on 30 Nov 2024 10:11:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamSwiftTestHelpers -destination generic/platform=watchOS 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

        alert.buttons[label].safeTap()
                     ^
XCTest.XCUIElementQuery:24:21: 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()
              ^
XCTest.XCUIElement:45:36: note: property declared here
    @NSCopying @MainActor open var buttons: XCUIElementQuery { 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: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()
            ^
XCTest.XCUIApplication:12:26: 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_32 /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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+AlertHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+AlertHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+AlertHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+AlertHandler.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+MockJSON.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+MockJSON.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+MockJSON.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+MockJSON.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+AlertHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+MockJSON.o -index-unit-output-path /StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+AlertHandler.o -index-unit-output-path /StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/XCTestCase+MockJSON.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.abi.json
EmitSwiftModule normal arm64_32 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64_32/StreamSwiftTestHelpers.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:50:9: error: main actor-isolated default value in a nonisolated context
        timeout: Double = XCUIElement.waitTimeout,
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:23: error: 'XCUIProtectedResource' is only available in watchOS 6.2 or newer
        var resource: XCUIProtectedResource? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:13: note: add @available attribute to enclosing property
        var resource: XCUIProtectedResource? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:18:17: note: add @available attribute to enclosing enum
    public enum Resource {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/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: annotate 'overrideRecording' with '@MainActor' if property should only be accessed from the main actor
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: annotate 'precision' with '@MainActor' if property should only be accessed from the main actor
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: annotate 'defaultScreenSize' with '@MainActor' if property should only be accessed from the main actor
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:33:11: error: cannot find type 'UIViewController' in scope
    _ vc: UIViewController,
          ^~~~~~~~~~~~~~~~
/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: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    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/AssertSnapshot.swift:71:13: error: cannot find type 'UIView' in scope
    _ view: UIView,
            ^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:34: error: cannot find type 'UIViewControllerRepresentable' in scope
public func AssertSnapshot<View: UIViewControllerRepresentable>(
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:139:13: error: cannot find type 'ViewImageConfig' in scope
    device: ViewImageConfig = .iPhoneX,
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:42: error: 'View' is only available in watchOS 6.0 or newer
public func AssertSnapshot<View: SwiftUI.View>(
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:13: note: add @available attribute to enclosing global function
public func AssertSnapshot<View: SwiftUI.View>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:42: error: 'View' is only available in watchOS 6.0 or newer
public struct SnapshotContainer<Content: View>: View {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:17:24: error: cannot find type 'UITraitCollection' in scope
    public var traits: UITraitCollection {
                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:25:23: error: cannot find type 'UITraitCollection' in scope
    public let trait: UITraitCollection
                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:95:44: error: cannot infer contextual base in reference to member 'init'
        name: "rightToLeftLayout", trait: .init(layoutDirection: .rightToLeft)
                                          ~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:95:67: error: cannot infer contextual base in reference to member 'rightToLeft'
        name: "rightToLeftLayout", trait: .init(layoutDirection: .rightToLeft)
                                                                 ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:76:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .large)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:76:65: error: cannot infer contextual base in reference to member 'large'
        trait: UITraitCollection(preferredContentSizeCategory: .large)
                                                               ~^~~~~
/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: annotate 'onlyUserInterfaceStyles' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'defaultLight' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'defaultDark' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'extraExtraExtraLargeLight' with '@MainActor' if property should only be accessed from the main actor
    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:71:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .extraExtraExtraLarge)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:71:65: error: cannot infer contextual base in reference to member 'extraExtraExtraLarge'
        trait: UITraitCollection(preferredContentSizeCategory: .extraExtraExtraLarge)
                                                               ~^~~~~~~~~~~~~~~~~~~~
/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: annotate 'smallDark' with '@MainActor' if property should only be accessed from the main actor
    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:81:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .small)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:81:65: error: cannot infer contextual base in reference to member 'small'
        trait: UITraitCollection(preferredContentSizeCategory: .small)
                                                               ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:86:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(userInterfaceStyle: .light)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:86:55: error: cannot infer contextual base in reference to member 'light'
        trait: UITraitCollection(userInterfaceStyle: .light)
                                                     ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:91:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(userInterfaceStyle: .dark)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:91:55: error: cannot infer contextual base in reference to member 'dark'
        trait: UITraitCollection(userInterfaceStyle: .dark)
                                                     ~^~~~
/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: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'onlyUserInterfaceStyles' with '@MainActor' if property should only be accessed from the main actor
    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)
SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.abi.json
EmitSwiftModule normal arm64 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/arm64/StreamSwiftTestHelpers.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:50:9: error: main actor-isolated default value in a nonisolated context
        timeout: Double = XCUIElement.waitTimeout,
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:23: error: 'XCUIProtectedResource' is only available in watchOS 6.2 or newer
        var resource: XCUIProtectedResource? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:13: note: add @available attribute to enclosing property
        var resource: XCUIProtectedResource? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:18:17: note: add @available attribute to enclosing enum
    public enum Resource {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/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: annotate 'overrideRecording' with '@MainActor' if property should only be accessed from the main actor
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: annotate 'precision' with '@MainActor' if property should only be accessed from the main actor
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: annotate 'defaultScreenSize' with '@MainActor' if property should only be accessed from the main actor
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:33:11: error: cannot find type 'UIViewController' in scope
    _ vc: UIViewController,
          ^~~~~~~~~~~~~~~~
/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: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    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/AssertSnapshot.swift:71:13: error: cannot find type 'UIView' in scope
    _ view: UIView,
            ^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:34: error: cannot find type 'UIViewControllerRepresentable' in scope
public func AssertSnapshot<View: UIViewControllerRepresentable>(
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:139:13: error: cannot find type 'ViewImageConfig' in scope
    device: ViewImageConfig = .iPhoneX,
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:42: error: 'View' is only available in watchOS 6.0 or newer
public func AssertSnapshot<View: SwiftUI.View>(
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:13: note: add @available attribute to enclosing global function
public func AssertSnapshot<View: SwiftUI.View>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:42: error: 'View' is only available in watchOS 6.0 or newer
public struct SnapshotContainer<Content: View>: View {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:17:24: error: cannot find type 'UITraitCollection' in scope
    public var traits: UITraitCollection {
                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:25:23: error: cannot find type 'UITraitCollection' in scope
    public let trait: UITraitCollection
                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:95:44: error: cannot infer contextual base in reference to member 'init'
        name: "rightToLeftLayout", trait: .init(layoutDirection: .rightToLeft)
                                          ~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:95:67: error: cannot infer contextual base in reference to member 'rightToLeft'
        name: "rightToLeftLayout", trait: .init(layoutDirection: .rightToLeft)
                                                                 ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:76:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .large)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:76:65: error: cannot infer contextual base in reference to member 'large'
        trait: UITraitCollection(preferredContentSizeCategory: .large)
                                                               ~^~~~~
/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: annotate 'onlyUserInterfaceStyles' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'defaultLight' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'defaultDark' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'extraExtraExtraLargeLight' with '@MainActor' if property should only be accessed from the main actor
    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:71:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .extraExtraExtraLarge)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:71:65: error: cannot infer contextual base in reference to member 'extraExtraExtraLarge'
        trait: UITraitCollection(preferredContentSizeCategory: .extraExtraExtraLarge)
                                                               ~^~~~~~~~~~~~~~~~~~~~
/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: annotate 'smallDark' with '@MainActor' if property should only be accessed from the main actor
    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:81:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .small)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:81:65: error: cannot infer contextual base in reference to member 'small'
        trait: UITraitCollection(preferredContentSizeCategory: .small)
                                                               ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:86:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(userInterfaceStyle: .light)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:86:55: error: cannot infer contextual base in reference to member 'light'
        trait: UITraitCollection(userInterfaceStyle: .light)
                                                     ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:91:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(userInterfaceStyle: .dark)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:91:55: error: cannot infer contextual base in reference to member 'dark'
        trait: UITraitCollection(userInterfaceStyle: .dark)
                                                     ~^~~~
/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: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'onlyUserInterfaceStyles' with '@MainActor' if property should only be accessed from the main actor
    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)
SwiftEmitModule normal armv7k Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.abi.json
EmitSwiftModule normal armv7k (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift:50:9: error: main actor-isolated default value in a nonisolated context
        timeout: Double = XCUIElement.waitTimeout,
        ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:23: error: 'XCUIProtectedResource' is only available in watchOS 6.2 or newer
        var resource: XCUIProtectedResource? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:69:13: note: add @available attribute to enclosing property
        var resource: XCUIProtectedResource? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift:18:17: note: add @available attribute to enclosing enum
    public enum Resource {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/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: annotate 'overrideRecording' with '@MainActor' if property should only be accessed from the main actor
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: annotate 'precision' with '@MainActor' if property should only be accessed from the main actor
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: annotate 'defaultScreenSize' with '@MainActor' if property should only be accessed from the main actor
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:33:11: error: cannot find type 'UIViewController' in scope
    _ vc: UIViewController,
          ^~~~~~~~~~~~~~~~
/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: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    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/AssertSnapshot.swift:71:13: error: cannot find type 'UIView' in scope
    _ view: UIView,
            ^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:98:34: error: cannot find type 'UIViewControllerRepresentable' in scope
public func AssertSnapshot<View: UIViewControllerRepresentable>(
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:139:13: error: cannot find type 'ViewImageConfig' in scope
    device: ViewImageConfig = .iPhoneX,
            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:42: error: 'View' is only available in watchOS 6.0 or newer
public func AssertSnapshot<View: SwiftUI.View>(
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:136:13: note: add @available attribute to enclosing global function
public func AssertSnapshot<View: SwiftUI.View>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:171:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:42: error: 'View' is only available in watchOS 6.0 or newer
public struct SnapshotContainer<Content: View>: View {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift:163:15: note: add @available attribute to enclosing generic struct
public struct SnapshotContainer<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:17:24: error: cannot find type 'UITraitCollection' in scope
    public var traits: UITraitCollection {
                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:25:23: error: cannot find type 'UITraitCollection' in scope
    public let trait: UITraitCollection
                      ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:95:44: error: cannot infer contextual base in reference to member 'init'
        name: "rightToLeftLayout", trait: .init(layoutDirection: .rightToLeft)
                                          ~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:95:67: error: cannot infer contextual base in reference to member 'rightToLeft'
        name: "rightToLeftLayout", trait: .init(layoutDirection: .rightToLeft)
                                                                 ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:76:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .large)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:76:65: error: cannot infer contextual base in reference to member 'large'
        trait: UITraitCollection(preferredContentSizeCategory: .large)
                                                               ~^~~~~
/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: annotate 'onlyUserInterfaceStyles' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'defaultLight' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'defaultDark' with '@MainActor' if property should only be accessed from the main actor
    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: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: annotate 'extraExtraExtraLargeLight' with '@MainActor' if property should only be accessed from the main actor
    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:71:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .extraExtraExtraLarge)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:71:65: error: cannot infer contextual base in reference to member 'extraExtraExtraLarge'
        trait: UITraitCollection(preferredContentSizeCategory: .extraExtraExtraLarge)
                                                               ~^~~~~~~~~~~~~~~~~~~~
/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: annotate 'smallDark' with '@MainActor' if property should only be accessed from the main actor
    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:81:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(preferredContentSizeCategory: .small)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:81:65: error: cannot infer contextual base in reference to member 'small'
        trait: UITraitCollection(preferredContentSizeCategory: .small)
                                                               ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:86:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(userInterfaceStyle: .light)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:86:55: error: cannot infer contextual base in reference to member 'light'
        trait: UITraitCollection(userInterfaceStyle: .light)
                                                     ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:91:16: error: cannot find 'UITraitCollection' in scope
        trait: UITraitCollection(userInterfaceStyle: .dark)
               ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift:91:55: error: cannot infer contextual base in reference to member 'dark'
        trait: UITraitCollection(userInterfaceStyle: .dark)
                                                     ~^~~~
/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: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'onlyUserInterfaceStyles' with '@MainActor' if property should only be accessed from the main actor
    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)
SwiftEmitModule normal arm64 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.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 /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 /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 /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 /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 /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 /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 /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 /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 /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 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json
EmitSwiftModule normal arm64 (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.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 /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 /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 /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 /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 /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 /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 /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 /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 /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 -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.abi.json
EmitSwiftModule normal armv7k (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.abi.json
SwiftDriverJobDiscovery normal arm64_32 Compiling XCUIElement+LabelContains.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.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 /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 /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 /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 /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 /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 /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 /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 /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 /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 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.abi.json
EmitSwiftModule normal arm64_32 (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.abi.json
SwiftDriverJobDiscovery normal arm64_32 Compiling XCUIElementQuery+Helpers.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
SwiftCompile normal armv7k Compiling\ XCUIElement+LabelContains.swift /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
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/DeviceRobot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/ElementState.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/Robot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestRunnerEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/TestsEnvironmentSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+GivenWhenThenAnd.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTest+TestOps.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+MockJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIApplication.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElementQuery+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/SnapshotTesting/SnapshotVariant.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/XCUIElement+LabelContains.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/XCUIElement+LabelContains.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/XCUIElement+LabelContains.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/XCUIElement+LabelContains.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/StreamSwiftTestHelpers_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StreamSwiftTestHelpers -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/XCUIElement+LabelContains.o -index-unit-output-path /StreamSwiftTestHelpers.build/Debug-watchos/StreamSwiftTestHelpers.build/Objects-normal/armv7k/XCUIElement+LabelContains.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64_32 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_32 /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCTestCase+AlertHandler.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	EmitSwiftModule normal arm64_32 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	EmitSwiftModule normal arm64 (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ StreamSwiftTestHelpers (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	EmitSwiftModule normal armv7k (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	SwiftCompile normal armv7k Compiling\ XCUIElement+LabelContains.swift /Users/admin/builder/spi-builder-workspace/Sources/TestHelpers/E2ETesting/XCUIElement+LabelContains.swift (in target 'StreamSwiftTestHelpers' from project 'StreamSwiftTestHelpers')
	Building workspace spi-builder-workspace with scheme StreamSwiftTestHelpers
(10 failures)
BUILD FAILURE 6.0 watchOS