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 (042e1c), with Swift 6.1 for Android on 30 May 2025 21:38:23 UTC.

Swift 6 data race errors: 10

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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 042e1c4 Move platform requirements to availability annotations (#348)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
042e1c4d9d19748c9c228f8d4ebc97bb1e339b0b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-algorithms.git at main
========================================
Build
========================================
Selected platform:         android
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"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "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",
        "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/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",
        "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",
        "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",
        "Interspersed/AsyncInterspersedSequence.swift",
        "Locking.swift",
        "Merge/AsyncMerge2Sequence.swift",
        "Merge/AsyncMerge3Sequence.swift",
        "Merge/MergeStateMachine.swift",
        "Merge/MergeStorage.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[247/18640] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.36s)
[3651/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.68s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.97s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/23] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[12/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/24] Compiling InternalCollectionsUtilities Debugging.swift
[15/24] Compiling InternalCollectionsUtilities Descriptions.swift
[16/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/24] Compiling InternalCollectionsUtilities Integer rank.swift
[24/24] Emitting module InternalCollectionsUtilities
[26/95] Compiling OrderedCollections _HashTable+Constants.swift
[27/95] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[28/97] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[29/97] Compiling OrderedCollections OrderedDictionary+Elements.swift
[30/97] Compiling OrderedCollections _HashTable.swift
[31/97] Compiling OrderedCollections _Hashtable+Header.swift
[32/97] Compiling OrderedCollections OrderedDictionary+Codable.swift
[33/97] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[34/97] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[35/97] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[36/97] Compiling DequeModule _DequeSlot.swift
[37/97] Compiling DequeModule _UnsafeWrappedBuffer.swift
[38/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[39/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[40/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[41/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[42/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[43/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[44/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[45/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[46/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[47/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[48/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[49/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[50/97] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[51/97] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[52/104] Compiling OrderedCollections OrderedDictionary.swift
[53/104] Compiling OrderedCollections OrderedSet+Codable.swift
[54/104] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[55/104] Compiling OrderedCollections OrderedSet+Descriptions.swift
[56/104] Compiling OrderedCollections OrderedSet+Diffing.swift
[57/104] Compiling OrderedCollections OrderedSet+Equatable.swift
[58/104] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[59/104] Compiling OrderedCollections OrderedSet+Hashable.swift
[60/104] Compiling OrderedCollections OrderedSet+Initializers.swift
[61/104] Compiling OrderedCollections OrderedSet+Insertions.swift
[62/104] Compiling OrderedCollections OrderedSet+Invariants.swift
[63/104] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[64/104] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[65/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[66/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[67/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[76/104] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[77/104] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[78/104] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[79/104] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[80/104] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[81/104] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[82/104] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[83/104] Compiling OrderedCollections OrderedDictionary+Values.swift
[84/104] Compiling OrderedCollections _HashTable+Testing.swift
[85/104] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[86/104] Compiling OrderedCollections _HashTable+Bucket.swift
[87/104] Compiling OrderedCollections _HashTable+BucketIterator.swift
[88/104] Emitting module DequeModule
[98/105] Compiling OrderedCollections OrderedSet+Sendable.swift
[99/105] Compiling OrderedCollections OrderedSet+SubSequence.swift
[100/105] Compiling OrderedCollections OrderedSet+Testing.swift
[101/105] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[102/105] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[103/105] Compiling OrderedCollections OrderedSet.swift
[104/105] Compiling OrderedCollections _UnsafeBitset.swift
[105/105] Emitting module OrderedCollections
[107/151] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:112:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
110 |             break
111 |           case .resumeConsumer(let continuation, let result):
112 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
113 |           }
114 |         }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:81:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
 79 |             break
 80 |           case .resumeConsumer(let continuation, let result):
 81 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
 82 |           }
 83 |         }
[108/151] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:112:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
110 |             break
111 |           case .resumeConsumer(let continuation, let result):
112 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
113 |           }
114 |         }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:81:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
 79 |             break
 80 |           case .resumeConsumer(let continuation, let result):
 81 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
 82 |           }
 83 |         }
[109/151] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:112:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
110 |             break
111 |           case .resumeConsumer(let continuation, let result):
112 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
113 |           }
114 |         }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:81:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
 79 |             break
 80 |           case .resumeConsumer(let continuation, let result):
 81 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
 82 |           }
 83 |         }
[110/151] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:112:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
110 |             break
111 |           case .resumeConsumer(let continuation, let result):
112 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
113 |           }
114 |         }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:81:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
 79 |             break
 80 |           case .resumeConsumer(let continuation, let result):
 81 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
 82 |           }
 83 |         }
[111/151] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:112:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
110 |             break
111 |           case .resumeConsumer(let continuation, let result):
112 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
113 |           }
114 |         }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:81:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
 79 |             break
 80 |           case .resumeConsumer(let continuation, let result):
 81 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
 82 |           }
 83 |         }
[112/151] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:112:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
110 |             break
111 |           case .resumeConsumer(let continuation, let result):
112 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
113 |           }
114 |         }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:81:26: warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
 79 |             break
 80 |           case .resumeConsumer(let continuation, let result):
 81 |             continuation.resume(returning: result)
    |                          |- warning: sending value of non-Sendable type 'Result<Base.Element, any Error>' risks causing data races; this is an error in the Swift 6 language mode
    |                          |- note: Passing value of non-Sendable type 'Result<Base.Element, any Error>' as a 'sending' argument risks causing races in between local and caller code
    |                          `- note: access can happen concurrently
 82 |           }
 83 |         }
[113/157] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[114/157] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[115/157] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[116/157] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[117/157] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[118/157] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[119/157] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[120/157] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[121/157] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[122/157] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[123/157] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[124/157] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[125/157] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[126/157] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[127/157] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[128/157] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[129/157] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[130/157] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[131/157] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[132/157] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[133/157] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[134/157] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[135/157] Compiling AsyncAlgorithms MergeStateMachine.swift
[136/157] Compiling AsyncAlgorithms MergeStorage.swift
[137/157] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[138/157] Compiling AsyncAlgorithms Rethrow.swift
[139/157] Emitting module AsyncAlgorithms
[140/157] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[141/157] Compiling AsyncAlgorithms DebounceStateMachine.swift
[142/157] Compiling AsyncAlgorithms DebounceStorage.swift
[143/157] Compiling AsyncAlgorithms Dictionary.swift
[144/157] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[145/157] Compiling AsyncAlgorithms Locking.swift
[146/157] Compiling AsyncAlgorithms ChannelStateMachine.swift
[147/157] Compiling AsyncAlgorithms ChannelStorage.swift
[148/157] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[149/157] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[150/157] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[151/157] Compiling AsyncAlgorithms CombineLatestStorage.swift
[152/157] Compiling AsyncAlgorithms SetAlgebra.swift
[153/157] Compiling AsyncAlgorithms UnsafeTransfer.swift
[154/157] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[155/157] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[156/157] Compiling AsyncAlgorithms ZipStateMachine.swift
[157/157] Compiling AsyncAlgorithms ZipStorage.swift
[159/170] Compiling AsyncSequenceValidation Theme.swift
[160/171] Compiling AsyncSequenceValidation Event.swift
[161/171] Compiling AsyncSequenceValidation Expectation.swift
[162/171] Compiling AsyncSequenceValidation TaskDriver.swift
[163/171] Compiling AsyncSequenceValidation Locking.swift
[164/171] Compiling AsyncSequenceValidation SourceLocation.swift
[165/171] Compiling AsyncSequenceValidation Input.swift
[166/171] Compiling AsyncSequenceValidation Job.swift
[167/171] Compiling AsyncSequenceValidation Test.swift
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:125:24: warning: static property '_executor' is not concurrency-safe because non-'Sendable' type 'AnyObject' may have shared mutable state; this is an error in the Swift 6 language mode
123 |     }
124 |
125 |     private static let _executor: AnyObject = {
    |                        |- warning: static property '_executor' is not concurrency-safe because non-'Sendable' type 'AnyObject' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property '_executor' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 |       guard #available(macOS 14.0, iOS 17.0, watchOS 10.0, tvOS 17.0, *) else {
127 |         return ClockExecutor_Pre5_9()
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:137:16: warning: static property 'clock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |     #endif
136 |
137 |     static var clock: Clock?
    |                |- warning: static property 'clock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'clock' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'clock' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 |     static var driver: TaskDriver?
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:139:16: warning: static property 'driver' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
137 |     static var clock: Clock?
138 |
139 |     static var driver: TaskDriver?
    |                |- warning: static property 'driver' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'driver' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'driver' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 |
141 |     static var currentJob: Job?
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:141:16: warning: static property 'currentJob' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
139 |     static var driver: TaskDriver?
140 |
141 |     static var currentJob: Job?
    |                |- warning: static property 'currentJob' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'currentJob' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'currentJob' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     static var specificationFailures = [ExpectationFailure]()
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:143:16: warning: static property 'specificationFailures' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
141 |     static var currentJob: Job?
142 |
143 |     static var specificationFailures = [ExpectationFailure]()
    |                |- warning: static property 'specificationFailures' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'specificationFailures' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'specificationFailures' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 |   }
145 |
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:383:7: warning: reference to var 'swift_task_enqueueGlobal_hook' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
381 |     // This all needs to be isolated from potential Tasks (the caller function might be async!)
382 |     Context.driver = TaskDriver(queue: diagram.queue) { driver in
383 |       swift_task_enqueueGlobal_hook = { job, original in
    |       `- warning: reference to var 'swift_task_enqueueGlobal_hook' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
384 |         Context.driver?.enqueue(job)
385 |       }
/host/spi-builder-workspace/Sources/_CAsyncSequenceValidationSupport/_CAsyncSequenceValidationSupport.h:246:35: note: var declared here
244 | typedef SWIFT_CC(swift) void (*swift_task_enqueueGlobal_original)(JobRef _Nonnull job);
245 | SWIFT_EXPORT_FROM(swift_Concurrency)
246 | SWIFT_CC(swift) void (* _Nullable swift_task_enqueueGlobal_hook)(
    |                                   `- note: var declared here
247 |   JobRef _Nonnull job, swift_task_enqueueGlobal_original _Nonnull original);
248 |
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:420:7: warning: reference to var 'swift_task_enqueueGlobal_hook' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
418 |       runner.cancel()
419 |       Context.clock = nil
420 |       swift_task_enqueueGlobal_hook = nil
    |       `- warning: reference to var 'swift_task_enqueueGlobal_hook' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
421 |     }
422 |     Context.driver?.start()
/host/spi-builder-workspace/Sources/_CAsyncSequenceValidationSupport/_CAsyncSequenceValidationSupport.h:246:35: note: var declared here
244 | typedef SWIFT_CC(swift) void (*swift_task_enqueueGlobal_original)(JobRef _Nonnull job);
245 | SWIFT_EXPORT_FROM(swift_Concurrency)
246 | SWIFT_CC(swift) void (* _Nullable swift_task_enqueueGlobal_hook)(
    |                                   `- note: var declared here
247 |   JobRef _Nonnull job, swift_task_enqueueGlobal_original _Nonnull original);
248 |
[168/171] Emitting module AsyncSequenceValidation
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:125:24: warning: static property '_executor' is not concurrency-safe because non-'Sendable' type 'AnyObject' may have shared mutable state; this is an error in the Swift 6 language mode
123 |     }
124 |
125 |     private static let _executor: AnyObject = {
    |                        |- warning: static property '_executor' is not concurrency-safe because non-'Sendable' type 'AnyObject' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property '_executor' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 |       guard #available(macOS 14.0, iOS 17.0, watchOS 10.0, tvOS 17.0, *) else {
127 |         return ClockExecutor_Pre5_9()
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:137:16: warning: static property 'clock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |     #endif
136 |
137 |     static var clock: Clock?
    |                |- warning: static property 'clock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'clock' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'clock' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 |     static var driver: TaskDriver?
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:139:16: warning: static property 'driver' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
137 |     static var clock: Clock?
138 |
139 |     static var driver: TaskDriver?
    |                |- warning: static property 'driver' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'driver' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'driver' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 |
141 |     static var currentJob: Job?
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:141:16: warning: static property 'currentJob' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
139 |     static var driver: TaskDriver?
140 |
141 |     static var currentJob: Job?
    |                |- warning: static property 'currentJob' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'currentJob' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'currentJob' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     static var specificationFailures = [ExpectationFailure]()
/host/spi-builder-workspace/Sources/AsyncSequenceValidation/Test.swift:143:16: warning: static property 'specificationFailures' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
141 |     static var currentJob: Job?
142 |
143 |     static var specificationFailures = [ExpectationFailure]()
    |                |- warning: static property 'specificationFailures' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'specificationFailures' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'specificationFailures' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 |   }
145 |
[169/171] Compiling AsyncSequenceValidation AsyncSequenceValidationDiagram.swift
[170/171] Compiling AsyncSequenceValidation Clock.swift
[171/171] Compiling AsyncSequenceValidation WorkQueue.swift
[173/174] Compiling AsyncAlgorithms_XCTest ValidationTest.swift
[174/174] Emitting module AsyncAlgorithms_XCTest
Build complete! (48.67s)
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"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "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",
        "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/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",
        "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",
        "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",
        "Interspersed/AsyncInterspersedSequence.swift",
        "Locking.swift",
        "Merge/AsyncMerge2Sequence.swift",
        "Merge/AsyncMerge3Sequence.swift",
        "Merge/MergeStateMachine.swift",
        "Merge/MergeStorage.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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.