Build Information
Successful build of AsyncStateMachine with Swift 5.9 for visionOS using Xcode 15.2.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AsyncStateMachine -destination generic/platform=xros
Build Log
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:142:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration1HasImmediatelyResumed], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:166:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration2HasSuspended, iteration3HasSuspended, iteration4HasSuspended], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:172:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration1HasFinished, iteration2HasFinished, iteration3HasFinished, iteration4HasFinished], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:194:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration1HasImmediatelyResumed], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:200:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration1HasFinished], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:224:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration1HasFinished], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:250:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration1HasImmediatelyResumed], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:261:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration2HasSuspended], timeout: 1.0)
^
XCTest.XCTestCase:11:15: note: 'wait(for:timeout:)' declared here
open func wait(for expectations: [XCTestExpectation], timeout seconds: TimeInterval)
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift:265:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
wait(for: [iteration1HasFinished], 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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-21 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSerialSequenceTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSubjectTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/Binding+DebounceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSerialSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSubjectTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/Binding+DebounceTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift:103:9: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift:109:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift:115:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift:148:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift:153:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift:195:5: warning: instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
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)
^
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-21 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSerialSequenceTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSubjectTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/Binding+DebounceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSerialSequenceTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSubjectTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/Binding+DebounceTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Binding+Distinct.swift, Inject.swift, ManagedCriticalState.swift (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
SwiftCompile normal arm64 Compiling\ ExecutionStrategyTests.swift,\ RuntimeTests.swift,\ DSLCompatibleTests.swift,\ ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling AsyncStateMachine.swift, Engine.swift, ViewStateMachine.swift, Channel.swift (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
SwiftCompile normal arm64 Compiling\ GuardTests.swift,\ OnTests.swift,\ OneOfTests.swift,\ StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-19 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-19 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-19 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-19 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift -primary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift -supplementary-output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/supplementaryOutputs-19 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncStateMachineTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.0 -target-sdk-name xros1.0 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.o -index-unit-output-path /AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.o -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling AsyncLazySequence.swift, AsyncSequence+Collect.swift, AsyncSuspendableChannel.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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStateMachine -Onone -enforce-exclusivity\=checked @/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine_const_extract_protocols.json -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine-Swift.h -working-directory /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncStateMachineTests (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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStateMachineTests -Onone -enforce-exclusivity\=checked @/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachine.o normal (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -O0 -L/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine_dependency_info.dat -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachine.o
SwiftDriverJobDiscovery normal arm64 Compiling AsyncThrowingSequence.swift, Task+ForEver.swift, XCTStateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
Copy /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftdoc (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftdoc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.abi.json (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.abi.json /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftsourceinfo (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftsourceinfo /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachine.o (in target 'AsyncStateMachine' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachine.o
WriteAuxiliaryFile /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
write-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist
WriteAuxiliaryFile /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.LinkFileList (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
write-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.LinkFileList
ProcessInfoPlistFile /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/Info.plist /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/empty-AsyncStateMachineTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform xros -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling TransitionTests.swift, WhenTests.swift, AsyncCompactScanSequenceTests.swift, AsyncJustSequenceTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncOnEachSequenceTests.swift, AsyncSerialSequenceTests.swift, AsyncSubjectTests.swift, Binding+DebounceTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling GuardTests.swift, OnTests.swift, OneOfTests.swift, StateMachineTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling Binding+DistinctTests.swift, InjectTests.swift, OrderedStorageTests.swift, ThrowingInjectTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling ExecutionStrategyTests.swift, RuntimeTests.swift, DSLCompatibleTests.swift, ExecuteTests.swift (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncStateMachineTests.swift, EngineTests.swift, ViewStateMachineTests.swift, ChannelTests.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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStateMachineTests -Onone -enforce-exclusivity\=checked @/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.0-21N301-507b24b17232e3251ca0940ee12dbb91.sdkstatcache -output-file-map /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_const_extract_protocols.json -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/AsyncStateMachineTests normal (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -bundle -isysroot /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk -O0 -L/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_dependency_info.dat -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/AsyncStateMachineTests -Xlinker -add_ast_path -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-xros/XCTestDynamicOverlay.build/Objects-normal/arm64/XCTestDynamicOverlay.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachine.build/Objects-normal/arm64/AsyncStateMachine.swiftmodule
CopySwiftLibs /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/AsyncStateMachineTests --scan-folder /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/Frameworks --scan-folder /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/PlugIns --scan-folder /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/SystemExtensions --scan-folder /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/Extensions --platform xros --toolchain /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest --toolchain-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AsyncStateMachineTests --sdk-root /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.0.sdk --platform-family xrOS --deployment-target 1.0 --target-triple arm64-apple-xros1.0 --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/AsyncStateMachineTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/EngineTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/AsyncStateMachine/ViewStateMachineTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ChannelTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/ExecutionStrategyTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Runtime/RuntimeTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/DSLCompatibleTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/ExecuteTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/GuardTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OnTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/OneOfTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/StateMachineTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/TransitionTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/StateMachine/WhenTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncCompactScanSequenceTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncJustSequenceTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncOnEachSequenceTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSerialSequenceTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/AsyncSubjectTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DebounceTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/Binding+DistinctTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/InjectTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/OrderedStorageTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Supporting/ThrowingInjectTests.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncLazySequence.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSequence+Collect.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncSuspendableChannel.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/AsyncThrowingSequence.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Tools/Task+ForEver.swift --source-files /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest/XCTStateMachineTests.swift --binary-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/AsyncStateMachineTests --dependency-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests_dependency_info.dat --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncStateMachineTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/EngineTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ViewStateMachineTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ChannelTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecutionStrategyTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/RuntimeTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/DSLCompatibleTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExecuteTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/GuardTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OnTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OneOfTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/StateMachineTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/TransitionTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/WhenTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncCompactScanSequenceTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncJustSequenceTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncOnEachSequenceTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSerialSequenceTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSubjectTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/Binding+DebounceTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/Binding+DistinctTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/InjectTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/OrderedStorageTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ThrowingInjectTests.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncLazySequence.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSequence+Collect.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncSuspendableChannel.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/AsyncThrowingSequence.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/Task+ForEver.swiftconstvalues --swift-const-vals /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/XCTStateMachineTests.swiftconstvalues --stringsdata-file /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStateMachine.build/Debug-xros/AsyncStateMachineTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --compile-time-extraction
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
GenerateDSYMFile /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest.dSYM /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/AsyncStateMachineTests (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest/AsyncStateMachineTests -o /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest.dSYM
RegisterExecutionPolicyException /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest
Touch /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest (in target 'AsyncStateMachineTests' from project 'AsyncStateMachine')
cd /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncStateMachineTests.xctest
Resolve Package Graph
** BUILD SUCCEEDED **
Build complete.
Done.