The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-async-algorithms, reference main (9352a1), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 24 Dec 2025 10:43:39 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-async-algorithms -destination platform=macOS,arch=arm64

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingInclusiveReductionsSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncTimerSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncBufferSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingInclusiveReductionsSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncTimerSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncBufferSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStateMachine.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingInclusiveReductionsSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncTimerSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncBufferSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingInclusiveReductionsSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncTimerSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncBufferSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/BoundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStateMachine.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 Compiling\ UnboundedBufferStorage.swift,\ AsyncChannel.swift,\ AsyncThrowingChannel.swift,\ ChannelStateMachine.swift,\ ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/UnboundedBufferStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncThrowingChannel.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/ChannelStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
    public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
                    ^
SwiftCompile normal arm64 Compiling\ AsyncCombineLatest2Sequence.swift,\ AsyncCombineLatest3Sequence.swift,\ CombineLatestStateMachine.swift,\ CombineLatestStorage.swift,\ AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncSyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrottleSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest2Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/AsyncCombineLatest3Sequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStateMachine.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/AsyncDebounceSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Internal/_TinyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/AsyncMerge3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Rethrow.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/SetAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/UnsafeTransfer.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/AsyncZip3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncAlgorithms_const_extract_protocols.json -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.0:macOS\ 10.15,\ iOS\ 13.0,\ tvOS\ 13.0,\ watchOS\ 6.0 -enable-experimental-feature AvailabilityMacro\=AsyncAlgorithms\ 1.1:macOS\ 15.0,\ iOS\ 18.0,\ tvOS\ 18.0,\ watchOS\ 11.0,\ visionOS\ 2.0 -enable-experimental-feature StrictConcurrency\=complete -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AsyncAlgorithms -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest2Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncCombineLatest3Sequence.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStateMachine.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/CombineLatestStorage.o -index-unit-output-path /swift-async-algorithms.build/Debug/AsyncAlgorithms.build/Objects-normal/arm64/AsyncDebounceSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriver\ Compilation OrderedCollections normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OrderedCollections' from project 'swift-collections')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OrderedCollections -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DCOLLECTIONS_RANDOMIZED_TESTING -DXcode -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 5.0:\ macOS\ 10.14.4,\ iOS\ 12.2,\ watchOS\ 5.2,\ tvOS\ 12.2 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 5.1:\ macOS\ 10.15,\ iOS\ 13.0,\ watchOS\ 6.0,\ tvOS\ 13.0 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 5.6:\ macOS\ 12.3,\ iOS\ 15.4,\ watchOS\ 8.5,\ tvOS\ 15.4 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 5.8:\ macOS\ 13.3,\ iOS\ 16.4,\ watchOS\ 9.4,\ tvOS\ 16.4 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 5.9:\ macOS\ 14.0,\ iOS\ 17.0,\ watchOS\ 10.0,\ tvOS\ 17.0 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 5.10:\ macOS\ 14.4,\ iOS\ 17.4,\ watchOS\ 10.4,\ tvOS\ 17.4,\ visionOS\ 1.1 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 6.0:\ macOS\ 15.0,\ iOS\ 18.0,\ watchOS\ 11.0,\ tvOS\ 18.0,\ visionOS\ 2.0 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 6.1:\ macOS\ 15.4,\ iOS\ 18.4,\ watchOS\ 11.4,\ tvOS\ 18.4,\ visionOS\ 2.4 -enable-experimental-feature AvailabilityMacro\=SwiftStdlib\ 6.2:\ macOS\ 26.0,\ iOS\ 26.0,\ watchOS\ 26.0,\ tvOS\ 26.0,\ visionOS\ 26.0 -enable-upcoming-feature MemberImportVisibility -enable-experimental-feature BuiltinModule -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/Objects-normal/arm64/OrderedCollections-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.swiftmodule -user-module-version 1.3.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_collections -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/Objects-normal/arm64/OrderedCollections_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug/OrderedCollections.build/Objects-normal/arm64/OrderedCollections-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:c013e4f638cd791f7bf73bfc4e8cf73696f3fd6e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:c013e4f638cd791f7bf73bfc4e8cf73696f3fd6e, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:c013e4f638cd791f7bf73bfc4e8cf73696f3fd6e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:c013e4f638cd791f7bf73bfc4e8cf73696f3fd6e, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ AsyncChunksOfCountOrSignalSequence.swift,\ AsyncChunksOfCountSequence.swift,\ AsyncCompactedSequence.swift,\ AsyncExclusiveReductionsSequence.swift,\ AsyncInclusiveReductionsSequence.swift,\ AsyncJoinedBySeparatorSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncCompactedSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncInclusiveReductionsSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncJoinedBySeparatorSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 Compiling\ AsyncAdjacentPairsSequence.swift,\ AsyncBufferedByteIterator.swift,\ AsyncChain2Sequence.swift,\ AsyncChain3Sequence.swift,\ AsyncChunkedByGroupSequence.swift,\ AsyncChunkedOnProjectionSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncAdjacentPairsSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncBufferedByteIterator.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain2Sequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChain3Sequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedByGroupSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunkedOnProjectionSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingInclusiveReductionsSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncTimerSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/AsyncBufferSequence.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStateMachine.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStateMachine.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 Compiling\ UnboundedBufferStorage.swift,\ AsyncChannel.swift,\ AsyncThrowingChannel.swift,\ ChannelStateMachine.swift,\ ChannelStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStateMachine.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/Channels/ChannelStorage.swift (in target 'AsyncAlgorithms' from project 'swift-async-algorithms')
	Building workspace spi-builder-workspace with scheme swift-async-algorithms
(27 failures)
BUILD FAILURE 6.0 macosXcodebuild