The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-async-algorithms, reference main (6c050d), with Swift 6.1 for Linux on 1 Dec 2025 22:20:21 UTC.

Swift 6 data race errors: 17

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-async-algorithms.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-async-algorithms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6c050d5 Make `MPSCAsyncChannel` source methods `nonisolated(nonsending)` (#380)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
6c050d5ef8e1aa6342528460db614e9770d7f804
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-algorithms.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-async-algorithms.git
https://github.com/apple/swift-async-algorithms.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-async-algorithms",
  "name" : "swift-async-algorithms",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncAlgorithms",
      "targets" : [
        "AsyncAlgorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CAsyncSequenceValidationSupport",
      "module_type" : "SystemLibraryTarget",
      "name" : "_CAsyncSequenceValidationSupport",
      "path" : "Sources/_CAsyncSequenceValidationSupport",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "AsyncSequenceValidation",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSequenceValidation",
      "path" : "Sources/AsyncSequenceValidation",
      "sources" : [
        "AsyncSequenceValidationDiagram.swift",
        "Clock.swift",
        "Event.swift",
        "Expectation.swift",
        "Input.swift",
        "Job.swift",
        "Locking.swift",
        "SourceLocation.swift",
        "TaskDriver.swift",
        "Test.swift",
        "Theme.swift",
        "WorkQueue.swift"
      ],
      "target_dependencies" : [
        "_CAsyncSequenceValidationSupport",
        "AsyncAlgorithms"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithms_XCTest",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms_XCTest",
      "path" : "Sources/AsyncAlgorithms_XCTest",
      "sources" : [
        "ValidationTest.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithmsTests",
      "path" : "Tests/AsyncAlgorithmsTests",
      "sources" : [
        "Interspersed/TestInterspersed.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannelTests.swift",
        "Performance/TestThroughput.swift",
        "Performance/ThroughputMeasurement.swift",
        "Support/Asserts.swift",
        "Support/Failure.swift",
        "Support/Gate.swift",
        "Support/GatedSequence.swift",
        "Support/Indefinite.swift",
        "Support/Locking.swift",
        "Support/ManualClock.swift",
        "Support/ManualExecutor.swift",
        "Support/ReportingSequence.swift",
        "Support/Validator.swift",
        "Support/ViolatingSequence.swift",
        "TestAdjacentPairs.swift",
        "TestBuffer.swift",
        "TestBufferedByteIterator.swift",
        "TestChain.swift",
        "TestChannel.swift",
        "TestChunk.swift",
        "TestCombineLatest.swift",
        "TestCompacted.swift",
        "TestDebounce.swift",
        "TestDictionary.swift",
        "TestJoin.swift",
        "TestLazy.swift",
        "TestManualClock.swift",
        "TestMerge.swift",
        "TestRangeReplaceableCollection.swift",
        "TestReductions.swift",
        "TestRemoveDuplicates.swift",
        "TestSetAlgebra.swift",
        "TestShare.swift",
        "TestThrottle.swift",
        "TestThrowingChannel.swift",
        "TestTimer.swift",
        "TestValidationTests.swift",
        "TestValidator.swift",
        "TestZip.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation",
        "AsyncAlgorithms_XCTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncAlgorithms",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms",
      "path" : "Sources/AsyncAlgorithms",
      "product_dependencies" : [
        "OrderedCollections",
        "DequeModule"
      ],
      "product_memberships" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "AsyncAdjacentPairsSequence.swift",
        "AsyncBufferedByteIterator.swift",
        "AsyncChain2Sequence.swift",
        "AsyncChain3Sequence.swift",
        "AsyncChunkedByGroupSequence.swift",
        "AsyncChunkedOnProjectionSequence.swift",
        "AsyncChunksOfCountOrSignalSequence.swift",
        "AsyncChunksOfCountSequence.swift",
        "AsyncCompactedSequence.swift",
        "AsyncExclusiveReductionsSequence.swift",
        "AsyncInclusiveReductionsSequence.swift",
        "AsyncJoinedBySeparatorSequence.swift",
        "AsyncJoinedSequence.swift",
        "AsyncRemoveDuplicatesSequence.swift",
        "AsyncShareSequence.swift",
        "AsyncSyncSequence.swift",
        "AsyncThrottleSequence.swift",
        "AsyncThrowingExclusiveReductionsSequence.swift",
        "AsyncThrowingInclusiveReductionsSequence.swift",
        "AsyncTimerSequence.swift",
        "Buffer/AsyncBufferSequence.swift",
        "Buffer/BoundedBufferStateMachine.swift",
        "Buffer/BoundedBufferStorage.swift",
        "Buffer/UnboundedBufferStateMachine.swift",
        "Buffer/UnboundedBufferStorage.swift",
        "Channels/AsyncChannel.swift",
        "Channels/AsyncThrowingChannel.swift",
        "Channels/ChannelStateMachine.swift",
        "Channels/ChannelStorage.swift",
        "CombineLatest/AsyncCombineLatest2Sequence.swift",
        "CombineLatest/AsyncCombineLatest3Sequence.swift",
        "CombineLatest/CombineLatestStateMachine.swift",
        "CombineLatest/CombineLatestStorage.swift",
        "Debounce/AsyncDebounceSequence.swift",
        "Debounce/DebounceStateMachine.swift",
        "Debounce/DebounceStorage.swift",
        "Dictionary.swift",
        "Internal/_TinyArray.swift",
        "Interspersed/AsyncInterspersedSequence.swift",
        "Locking.swift",
        "Merge/AsyncMerge2Sequence.swift",
        "Merge/AsyncMerge3Sequence.swift",
        "Merge/MergeStateMachine.swift",
        "Merge/MergeStorage.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift",
        "RangeReplaceableCollection.swift",
        "Rethrow.swift",
        "SetAlgebra.swift",
        "UnsafeTransfer.swift",
        "Zip/AsyncZip2Sequence.swift",
        "Zip/AsyncZip3Sequence.swift",
        "Zip/ZipStateMachine.swift",
        "Zip/ZipStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.36s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/23] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/25] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/25] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/25] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/25] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/25] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/25] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/96] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/96] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/98] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/98] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/98] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/98] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/98] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/105] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/105] Compiling OrderedCollections OrderedSet+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/105] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/105] Compiling OrderedCollections OrderedSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/105] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/105] Compiling OrderedCollections OrderedSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/105] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/105] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/105] Compiling OrderedCollections OrderedSet+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/105] Compiling OrderedCollections OrderedSet+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/105] Compiling OrderedCollections OrderedSet+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/105] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/105] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/105] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/105] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/105] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/105] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/105] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/105] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/105] Compiling OrderedCollections _HashTable+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/105] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/105] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/105] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/105] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/105] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/105] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/105] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/105] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/105] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/105] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/105] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/105] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/106] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/106] Compiling OrderedCollections OrderedSet+SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/106] Compiling OrderedCollections OrderedSet+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/106] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/106] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/106] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/106] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/106] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/156] Compiling AsyncAlgorithms AsyncShareSequence.swift
[109/156] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[110/156] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[111/156] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[112/156] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[113/156] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[114/156] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[115/162] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[116/162] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[117/162] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[118/162] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[119/162] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[120/162] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[121/162] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[122/162] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1030:20: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1028 |         return .resumeConsumerAndReturnEnqueue(
1029 |           continuation: consumerContinuation,
1030 |           element: disconnectedElement,
     |                    |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                    `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1031 |           callbackToken: callbackToken
1032 |         )
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1025:22: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1023 |           return .resumeConsumerAndReturnProduceMore(
1024 |             continuation: consumerContinuation,
1025 |             element: disconnectedElement
     |                      |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                      `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1026 |           )
1027 |         }
[123/162] Compiling AsyncAlgorithms ChannelStorage.swift
[124/162] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[125/162] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[126/162] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[127/162] Compiling AsyncAlgorithms CombineLatestStorage.swift
[128/162] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[129/162] Compiling AsyncAlgorithms DebounceStateMachine.swift
[130/162] Compiling AsyncAlgorithms SetAlgebra.swift
[131/162] Compiling AsyncAlgorithms UnsafeTransfer.swift
[132/162] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[133/162] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[134/162] Compiling AsyncAlgorithms ZipStateMachine.swift
[135/162] Compiling AsyncAlgorithms ZipStorage.swift
[136/162] Compiling AsyncAlgorithms DebounceStorage.swift
[137/162] Compiling AsyncAlgorithms Dictionary.swift
[138/162] Compiling AsyncAlgorithms _TinyArray.swift
[139/162] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[140/162] Compiling AsyncAlgorithms Locking.swift
[141/162] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[142/162] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[143/162] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[144/162] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[145/162] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[146/162] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[147/162] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[148/162] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[149/162] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[150/162] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[151/162] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[152/162] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[153/162] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[154/162] Compiling AsyncAlgorithms AsyncChannel.swift
[155/162] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[156/162] Compiling AsyncAlgorithms ChannelStateMachine.swift
[157/162] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1030:20: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1028 |         return .resumeConsumerAndReturnEnqueue(
1029 |           continuation: consumerContinuation,
1030 |           element: disconnectedElement,
     |                    |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                    `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1031 |           callbackToken: callbackToken
1032 |         )
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1025:22: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1023 |           return .resumeConsumerAndReturnProduceMore(
1024 |             continuation: consumerContinuation,
1025 |             element: disconnectedElement
     |                      |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                      `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1026 |           )
1027 |         }
[158/162] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1030:20: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1028 |         return .resumeConsumerAndReturnEnqueue(
1029 |           continuation: consumerContinuation,
1030 |           element: disconnectedElement,
     |                    |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                    `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1031 |           callbackToken: callbackToken
1032 |         )
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1025:22: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1023 |           return .resumeConsumerAndReturnProduceMore(
1024 |             continuation: consumerContinuation,
1025 |             element: disconnectedElement
     |                      |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                      `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1026 |           )
1027 |         }
[159/162] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1030:20: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1028 |         return .resumeConsumerAndReturnEnqueue(
1029 |           continuation: consumerContinuation,
1030 |           element: disconnectedElement,
     |                    |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                    `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1031 |           callbackToken: callbackToken
1032 |         )
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1025:22: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1023 |           return .resumeConsumerAndReturnProduceMore(
1024 |             continuation: consumerContinuation,
1025 |             element: disconnectedElement
     |                      |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                      `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1026 |           )
1027 |         }
[160/162] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1030:20: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1028 |         return .resumeConsumerAndReturnEnqueue(
1029 |           continuation: consumerContinuation,
1030 |           element: disconnectedElement,
     |                    |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                    `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1031 |           callbackToken: callbackToken
1032 |         )
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1025:22: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1023 |           return .resumeConsumerAndReturnProduceMore(
1024 |             continuation: consumerContinuation,
1025 |             element: disconnectedElement
     |                      |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                      `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1026 |           )
1027 |         }
[161/162] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1030:20: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1028 |         return .resumeConsumerAndReturnEnqueue(
1029 |           continuation: consumerContinuation,
1030 |           element: disconnectedElement,
     |                    |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                    `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1031 |           callbackToken: callbackToken
1032 |         )
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1025:22: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1023 |           return .resumeConsumerAndReturnProduceMore(
1024 |             continuation: consumerContinuation,
1025 |             element: disconnectedElement
     |                      |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                      `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1026 |           )
1027 |         }
[162/162] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1030:20: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1028 |         return .resumeConsumerAndReturnEnqueue(
1029 |           continuation: consumerContinuation,
1030 |           element: disconnectedElement,
     |                    |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                    `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1031 |           callbackToken: callbackToken
1032 |         )
/host/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift:1025:22: warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
1023 |           return .resumeConsumerAndReturnProduceMore(
1024 |             continuation: consumerContinuation,
1025 |             element: disconnectedElement
     |                      |- warning: returning task-isolated 'disconnectedElement' as a 'sending' result risks causing data races; this is an error in the Swift 6 language mode
     |                      `- note: returning task-isolated 'disconnectedElement' risks causing data races since the caller assumes that 'disconnectedElement' can be safely sent to other isolation domains
1026 |           )
1027 |         }
[164/175] Emitting module AsyncSequenceValidation
[165/175] Compiling AsyncSequenceValidation AsyncSequenceValidationDiagram.swift
[166/175] Compiling AsyncSequenceValidation Clock.swift
[167/176] Compiling AsyncSequenceValidation Locking.swift
[168/176] Compiling AsyncSequenceValidation SourceLocation.swift
[169/176] Compiling AsyncSequenceValidation Event.swift
[170/176] Compiling AsyncSequenceValidation Expectation.swift
[171/176] Compiling AsyncSequenceValidation Input.swift
[172/176] Compiling AsyncSequenceValidation Job.swift
[173/176] Compiling AsyncSequenceValidation Theme.swift
[174/176] Compiling AsyncSequenceValidation TaskDriver.swift
[175/176] Compiling AsyncSequenceValidation Test.swift
[176/176] Compiling AsyncSequenceValidation WorkQueue.swift
[178/179] Compiling AsyncAlgorithms_XCTest ValidationTest.swift
[179/179] Emitting module AsyncAlgorithms_XCTest
Build complete! (21.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-async-algorithms",
  "name" : "swift-async-algorithms",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncAlgorithms",
      "targets" : [
        "AsyncAlgorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CAsyncSequenceValidationSupport",
      "module_type" : "SystemLibraryTarget",
      "name" : "_CAsyncSequenceValidationSupport",
      "path" : "Sources/_CAsyncSequenceValidationSupport",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "AsyncSequenceValidation",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSequenceValidation",
      "path" : "Sources/AsyncSequenceValidation",
      "sources" : [
        "AsyncSequenceValidationDiagram.swift",
        "Clock.swift",
        "Event.swift",
        "Expectation.swift",
        "Input.swift",
        "Job.swift",
        "Locking.swift",
        "SourceLocation.swift",
        "TaskDriver.swift",
        "Test.swift",
        "Theme.swift",
        "WorkQueue.swift"
      ],
      "target_dependencies" : [
        "_CAsyncSequenceValidationSupport",
        "AsyncAlgorithms"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithms_XCTest",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms_XCTest",
      "path" : "Sources/AsyncAlgorithms_XCTest",
      "sources" : [
        "ValidationTest.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithmsTests",
      "path" : "Tests/AsyncAlgorithmsTests",
      "sources" : [
        "Interspersed/TestInterspersed.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannelTests.swift",
        "Performance/TestThroughput.swift",
        "Performance/ThroughputMeasurement.swift",
        "Support/Asserts.swift",
        "Support/Failure.swift",
        "Support/Gate.swift",
        "Support/GatedSequence.swift",
        "Support/Indefinite.swift",
        "Support/Locking.swift",
        "Support/ManualClock.swift",
        "Support/ManualExecutor.swift",
        "Support/ReportingSequence.swift",
        "Support/Validator.swift",
        "Support/ViolatingSequence.swift",
        "TestAdjacentPairs.swift",
        "TestBuffer.swift",
        "TestBufferedByteIterator.swift",
        "TestChain.swift",
        "TestChannel.swift",
        "TestChunk.swift",
        "TestCombineLatest.swift",
        "TestCompacted.swift",
        "TestDebounce.swift",
        "TestDictionary.swift",
        "TestJoin.swift",
        "TestLazy.swift",
        "TestManualClock.swift",
        "TestMerge.swift",
        "TestRangeReplaceableCollection.swift",
        "TestReductions.swift",
        "TestRemoveDuplicates.swift",
        "TestSetAlgebra.swift",
        "TestShare.swift",
        "TestThrottle.swift",
        "TestThrowingChannel.swift",
        "TestTimer.swift",
        "TestValidationTests.swift",
        "TestValidator.swift",
        "TestZip.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation",
        "AsyncAlgorithms_XCTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncAlgorithms",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms",
      "path" : "Sources/AsyncAlgorithms",
      "product_dependencies" : [
        "OrderedCollections",
        "DequeModule"
      ],
      "product_memberships" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "AsyncAdjacentPairsSequence.swift",
        "AsyncBufferedByteIterator.swift",
        "AsyncChain2Sequence.swift",
        "AsyncChain3Sequence.swift",
        "AsyncChunkedByGroupSequence.swift",
        "AsyncChunkedOnProjectionSequence.swift",
        "AsyncChunksOfCountOrSignalSequence.swift",
        "AsyncChunksOfCountSequence.swift",
        "AsyncCompactedSequence.swift",
        "AsyncExclusiveReductionsSequence.swift",
        "AsyncInclusiveReductionsSequence.swift",
        "AsyncJoinedBySeparatorSequence.swift",
        "AsyncJoinedSequence.swift",
        "AsyncRemoveDuplicatesSequence.swift",
        "AsyncShareSequence.swift",
        "AsyncSyncSequence.swift",
        "AsyncThrottleSequence.swift",
        "AsyncThrowingExclusiveReductionsSequence.swift",
        "AsyncThrowingInclusiveReductionsSequence.swift",
        "AsyncTimerSequence.swift",
        "Buffer/AsyncBufferSequence.swift",
        "Buffer/BoundedBufferStateMachine.swift",
        "Buffer/BoundedBufferStorage.swift",
        "Buffer/UnboundedBufferStateMachine.swift",
        "Buffer/UnboundedBufferStorage.swift",
        "Channels/AsyncChannel.swift",
        "Channels/AsyncThrowingChannel.swift",
        "Channels/ChannelStateMachine.swift",
        "Channels/ChannelStorage.swift",
        "CombineLatest/AsyncCombineLatest2Sequence.swift",
        "CombineLatest/AsyncCombineLatest3Sequence.swift",
        "CombineLatest/CombineLatestStateMachine.swift",
        "CombineLatest/CombineLatestStorage.swift",
        "Debounce/AsyncDebounceSequence.swift",
        "Debounce/DebounceStateMachine.swift",
        "Debounce/DebounceStorage.swift",
        "Dictionary.swift",
        "Internal/_TinyArray.swift",
        "Interspersed/AsyncInterspersedSequence.swift",
        "Locking.swift",
        "Merge/AsyncMerge2Sequence.swift",
        "Merge/AsyncMerge3Sequence.swift",
        "Merge/MergeStateMachine.swift",
        "Merge/MergeStorage.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift",
        "RangeReplaceableCollection.swift",
        "Rethrow.swift",
        "SetAlgebra.swift",
        "UnsafeTransfer.swift",
        "Zip/AsyncZip2Sequence.swift",
        "Zip/AsyncZip3Sequence.swift",
        "Zip/ZipStateMachine.swift",
        "Zip/ZipStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.