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

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build AsyncStateMachine with Swift 6.0 for tvOS using Xcode 16.0.

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:17:8: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
      .compactScan(expectedInitial) { accumulator, value in
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:8:11: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncStateMachine'
@testable import AsyncStateMachine
          ^
          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:16:9: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let sut = AsyncJustSequence<String> { "next" }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:22:24: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    var iterator = sut.makeAsyncIterator()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:22:9: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    var iterator = sut.makeAsyncIterator()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:22:9: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    var iterator = sut.makeAsyncIterator()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:23:35: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let received = await iterator.next()
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:24:39: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let receivedNext = await iterator.next()
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:36:8: warning: type 'AsyncLazySequence<[Int]>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
      .compactScan("0") { accumulator, value in
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift:8:8: note: consider making generic struct 'AsyncLazySequence' conform to the 'Sendable' protocol
struct AsyncLazySequence<Base: Sequence>: AsyncSequence {
       ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:35:9: warning: type 'AsyncLazySequence<[Int]>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let sut = AsyncLazySequence([1, 2, 3, 4, 5])
        ^
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift:8:8: note: consider making generic struct 'AsyncLazySequence' conform to the 'Sendable' protocol
struct AsyncLazySequence<Base: Sequence>: AsyncSequence {
       ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:54:8: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
      .compactScan("0") { accumulator, value in
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:53:9: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let sut = AsyncJustSequence<String> { "1" }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:59:24: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    var iterator = sut.makeAsyncIterator()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:59:9: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    var iterator = sut.makeAsyncIterator()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:59:9: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    var iterator = sut.makeAsyncIterator()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:60:34: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    while let _ = await iterator.next() {}
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:62:35: warning: type 'AsyncJustSequence<String>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let received = await iterator.next()
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:71:8: warning: type 'AsyncThrowingSequence<Int>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
      .compactScan("0") { accumulator, value in
       ^
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift:10:8: note: consider making generic struct 'AsyncThrowingSequence' conform to the 'Sendable' protocol
struct AsyncThrowingSequence<Element>: AsyncSequence {
       ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift:70:9: warning: type 'AsyncThrowingSequence<Int>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let sut = AsyncThrowingSequence<Int>(failAt: 1, element: 1)
        ^
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift:10:8: note: consider making generic struct 'AsyncThrowingSequence' conform to the 'Sendable' protocol
struct AsyncThrowingSequence<Element>: AsyncSequence {
       ^
                                                    , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncCompactScanSequenceTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncJustSequenceTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncCompactScanSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncJustSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift:39:7: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
      wait(for: [hasCancelledExpectation], timeout: 1)
      ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift:39:7: warning: capture of 'self' with non-sendable type 'AsyncJustSequenceTests' in a `@Sendable` closure; this is an error in the Swift 6 language mode
      wait(for: [hasCancelledExpectation], timeout: 1)
      ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift:11:13: note: class 'AsyncJustSequenceTests' does not conform to the 'Sendable' protocol
final class AsyncJustSequenceTests: XCTestCase {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift:40:22: warning: capture of 'sut' with non-sendable type 'AsyncJustSequence<Int>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
      for await _ in sut {}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/AsyncJustSequence.swift:1:15: note: generic struct 'AsyncJustSequence' does not conform to the 'Sendable' protocol
public struct AsyncJustSequence<Element>: AsyncSequence {
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift:8:11: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncStateMachine'
@testable import AsyncStateMachine
          ^
          @preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-26 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncCompactScanSequenceTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncJustSequenceTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncCompactScanSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncJustSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift:17:9: warning: type 'AsyncLazySequence<[Int]>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let sut = AsyncLazySequence([1, 2, 3, 4, 5]).onEach { element in
        ^
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift:8:8: note: consider making generic struct 'AsyncLazySequence' conform to the 'Sendable' protocol
struct AsyncLazySequence<Base: Sequence>: AsyncSequence {
       ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift:36:9: warning: type 'AsyncThrowingSequence<Int>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    let sut = AsyncThrowingSequence<Int>(failAt: 1, element: element).onEach { element in
        ^
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift:10:8: note: consider making generic struct 'AsyncThrowingSequence' conform to the 'Sendable' protocol
struct AsyncThrowingSequence<Element>: AsyncSequence {
       ^
                                                    , Sendable
SwiftDriverJobDiscovery normal arm64 Compiling AsyncOnEachSequence.swift, AsyncSerialSequence.swift, Binding+Debounce.swift (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
SwiftCompile normal arm64 Compiling\ TransitionTests.swift,\ WhenTests.swift,\ AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-25 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-25 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-25 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-25 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncBufferedChannelTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:103:9: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
        wait(for: [taskWasCancelled], timeout: 1.0)
        ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:109:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [taskCanBeCancelled], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:115:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [iterationHasFinished], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:103:9: warning: capture of 'self' with non-sendable type 'AsyncBufferedChannelTests' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        wait(for: [taskWasCancelled], timeout: 1.0)
        ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:11:13: note: class 'AsyncBufferedChannelTests' does not conform to the 'Sendable' protocol
final class AsyncBufferedChannelTests: XCTestCase {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:148:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [iteration1IsAwaiting, iteration2IsAwaiting], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:153:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [iteration1IsFinished, iteration2IsFinished], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift:195:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [iterationIsFinished], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
SwiftDriverJobDiscovery normal arm64 Compiling Binding+Distinct.swift, Inject.swift, ManagedCriticalState.swift (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
SwiftCompile normal arm64 Compiling\ AsyncLazySequence.swift,\ AsyncSequence+Collect.swift,\ AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-29 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-29 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-29 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-29 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift:39:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler(handler: { [state] in
                 ^
/Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift:39:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler(handler: { [state] in
                 ^                           ~~~~~~~
                                             operation
SwiftDriverJobDiscovery normal arm64 Compiling AsyncStateMachine.swift, Engine.swift, ViewStateMachine.swift (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncStateMachineTests (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftCompile normal arm64 Compiling\ AsyncStateMachineTests.swift,\ EngineTests.swift,\ ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-21 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-21 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift:209:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [allReceived], timeout: 5.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-21 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:85:42: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgressCount = await sut.tasksInProgress.count
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:8:11: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncStateMachine'
@testable import AsyncStateMachine
          ^
          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:103:7: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
      wait(for: [taskInProgressHasBeenAdded], timeout: 10.0)
      ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:103:7: warning: capture of 'self' with non-sendable type 'EngineTests' in a `@Sendable` closure; this is an error in the Swift 6 language mode
      wait(for: [taskInProgressHasBeenAdded], timeout: 10.0)
      ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:11:13: note: class 'EngineTests' does not conform to the 'Sendable' protocol
final class EngineTests: XCTestCase {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:110:48: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgressCountBefore = await sut.tasksInProgress.count
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:117:47: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgressCountAfter = await sut.tasksInProgress.count
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:154:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [taskHasStarted], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:157:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:204:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [tasksHaveStarted], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:209:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [taskAHasBeenCancelled], timeout: 0.5)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:212:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:254:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [tasksHaveBeenCancelled], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:256:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:287:12: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareACanFinish], timeout: 10.0)
           ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:296:12: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareBCanFinish], timeout: 10.0)
           ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:310:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [middlewaresHaveBeenCalled], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:287:7: warning: capture of 'self' with non-sendable type 'EngineTests' in a `@Sendable` closure; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareACanFinish], timeout: 10.0)
      ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:11:13: note: class 'EngineTests' does not conform to the 'Sendable' protocol
final class EngineTests: XCTestCase {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:296:7: warning: capture of 'self' with non-sendable type 'EngineTests' in a `@Sendable` closure; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareBCanFinish], timeout: 10.0)
      ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:11:13: note: class 'EngineTests' does not conform to the 'Sendable' protocol
final class EngineTests: XCTestCase {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:322:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    var tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:333:33: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    tasksInProgress = await sut.tasksInProgress.values
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:355:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
      await withTaskCancellationHandler {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:355:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
      await withTaskCancellationHandler {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:369:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
      await withTaskCancellationHandler {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:369:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
      await withTaskCancellationHandler {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:391:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [middlewaresHaveStarted], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:394:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    var tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:399:33: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    tasksInProgress = await sut.tasksInProgress.values
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:407:33: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    tasksInProgress = await sut.tasksInProgress.values
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:462:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [tasksAreStarted], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:468:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [tasksAreCancelled], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:471:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:504:12: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareACanFinish], timeout: 10.0)
           ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:513:12: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareBCanFinish], timeout: 10.0)
           ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:527:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [middlewaresHaveBeenCalled], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:504:7: warning: capture of 'self' with non-sendable type 'EngineTests' in a `@Sendable` closure; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareACanFinish], timeout: 10.0)
      ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:11:13: note: class 'EngineTests' does not conform to the 'Sendable' protocol
final class EngineTests: XCTestCase {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:513:7: warning: capture of 'self' with non-sendable type 'EngineTests' in a `@Sendable` closure; this is an error in the Swift 6 language mode
      self.wait(for: [middlewareBCanFinish], timeout: 10.0)
      ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:11:13: note: class 'EngineTests' does not conform to the 'Sendable' protocol
final class EngineTests: XCTestCase {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:539:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    var tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:550:33: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    tasksInProgress = await sut.tasksInProgress.values
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:595:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [sideEffectIsCalled], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:645:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [eventIsSent], timeout: 10.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:656:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:686:37: warning: non-sendable type 'OrderedStorage<TaskInProgress<EngineTests.State>>' in implicitly asynchronous access to actor-isolated property 'tasksInProgress' cannot cross actor boundary; this is an error in the Swift 6 language mode
    let tasksInProgress = await sut.tasksInProgress.values
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/OrderedStorage.swift:8:8: note: generic struct 'OrderedStorage' does not conform to the 'Sendable' protocol
struct OrderedStorage<Value> {
       ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift:732:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [engineHasBeenDeinit, tasksHaveBeenCancelled], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncBufferedChannelTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-21 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift:59:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [eventWasReceived], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift:334:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [eventWasReceived], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift:372:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [eventWasReceived], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift:449:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [initialStateWasPublished], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
/Users/admin/builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift:463:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in the Swift 6 language mode
    wait(for: [eventWasReceived], timeout: 1.0)
    ^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
    open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
              ^
SwiftDriverJobDiscovery normal arm64 Compiling AsyncCompactScanSequenceTests.swift, AsyncJustSequenceTests.swift, AsyncOnEachSequenceTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriver\ Compilation\ Requirements AsyncStateMachineTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name AsyncStateMachineTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DSLCompatibleTests.swift, ExecuteTests.swift, GuardTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriver\ Compilation AsyncStateMachine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name AsyncStateMachine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftdoc (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.abi.json (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftsourceinfo (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachine.o normal (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachine.o
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSerialSequenceTests.swift, Binding+DebounceTests.swift, Binding+DistinctTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachine.o (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachine.o
SwiftDriverJobDiscovery normal arm64 Compiling OnTests.swift, OneOfTests.swift, StateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.LinkFileList (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling AsyncThrowingSequence.swift, Task+ForEver.swift, XCTStateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling TransitionTests.swift, WhenTests.swift, AsyncBufferedChannelTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling ChannelTests.swift, ExecutionStrategyTests.swift, RuntimeTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncLazySequence.swift, AsyncSequence+Collect.swift, AsyncSuspendableChannel.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling InjectTests.swift, OrderedStorageTests.swift, ThrowingInjectTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncStateMachineTests.swift, EngineTests.swift, ViewStateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriver\ Compilation AsyncStateMachineTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name AsyncStateMachineTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/AsyncStateMachineTests normal (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -bundle -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -framework XCTest -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/AsyncStateMachineTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-appletvos/XCTestDynamicOverlay.build/Objects-normal/arm64/XCTestDynamicOverlay.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_tvos.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'XCTestDynamicOverlay' from project 'xctest-dynamic-overlay')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/AsyncStateMachineTests normal (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AsyncStateMachine -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay.git @ 0.4.0
  AsyncStateMachine: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'AsyncStateMachineTests' in project 'AsyncStateMachine'
        ➜ Explicit dependency on target 'AsyncStateMachine' in project 'AsyncStateMachine'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'AsyncStateMachine' in project 'AsyncStateMachine'
        ➜ Explicit dependency on target 'AsyncStateMachine' in project 'AsyncStateMachine'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'AsyncStateMachine' in project 'AsyncStateMachine'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/AsyncStateMachineTests normal (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -bundle -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -framework XCTest -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/AsyncStateMachineTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-appletvos/XCTestDynamicOverlay.build/Objects-normal/arm64/XCTestDynamicOverlay.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-appletvos/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_tvos.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'XCTestDynamicOverlay' from project 'xctest-dynamic-overlay')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'XCTestDynamicOverlay' from project 'xctest-dynamic-overlay')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncStateMachineTests.xctest/AsyncStateMachineTests normal (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
(1 failure)
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.