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

Failed to build swift-async-algorithms, reference main (70c36c), with Swift 6.2 (beta) for Wasm on 10 Sep 2025 21:06:55 UTC.

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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.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 70c36ce Share algorithm (#357)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
70c36ce9a1143709ba7a4cf764b6a5303ced23d4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-algorithms.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-async-algorithms.git
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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-collections.git
[1/17453] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (3.20s)
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.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/22] Compiling InternalCollectionsUtilities Debugging.swift
[11/22] Compiling InternalCollectionsUtilities Descriptions.swift
[12/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/22] Emitting module InternalCollectionsUtilities
[16/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/22] Compiling InternalCollectionsUtilities Integer rank.swift
[18/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/93] Compiling OrderedCollections OrderedSet+Invariants.swift
[25/93] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[26/95] Compiling DequeModule _DequeSlot.swift
[27/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[28/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[29/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[30/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[31/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[32/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[33/95] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[34/95] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[35/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[36/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[37/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[38/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[39/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[40/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[41/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[42/102] Compiling OrderedCollections _HashTable+Constants.swift
[43/102] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[44/102] Compiling OrderedCollections OrderedSet+Initializers.swift
[45/102] Compiling OrderedCollections OrderedSet+Insertions.swift
[46/102] Compiling OrderedCollections _HashTable+Bucket.swift
[47/102] Compiling OrderedCollections _HashTable+BucketIterator.swift
[48/102] Compiling OrderedCollections _HashTable+Testing.swift
[49/102] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[50/102] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[51/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[52/102] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[53/102] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[54/102] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[55/102] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[56/102] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[57/102] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[58/102] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[59/102] Compiling OrderedCollections OrderedDictionary+Values.swift
[60/102] Compiling OrderedCollections OrderedDictionary.swift
[61/102] Compiling OrderedCollections OrderedSet+Codable.swift
[62/102] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/102] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/102] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/102] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/102] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/102] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/102] Compiling OrderedCollections _HashTable.swift
[77/102] Compiling OrderedCollections _Hashtable+Header.swift
[78/102] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/102] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/102] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[81/102] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[82/102] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/102] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/102] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[85/102] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[86/102] Emitting module DequeModule
[88/103] Compiling OrderedCollections OrderedSet+Sendable.swift
[89/103] Compiling OrderedCollections OrderedSet+SubSequence.swift
[90/103] Compiling OrderedCollections OrderedSet+Testing.swift
[91/103] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[92/103] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[93/103] Compiling OrderedCollections OrderedSet.swift
[94/103] Compiling OrderedCollections _UnsafeBitset.swift
[95/103] Emitting module OrderedCollections
[105/150] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift:213:27: warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
211 |     // is consuming the upstream sequence
212 |     taskGroup.addTask {
213 |       var iterator = base.makeAsyncIterator()
    |                           `- warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
214 |
215 |       // This is our upstream consumption loop
[106/150] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift:213:27: warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
211 |     // is consuming the upstream sequence
212 |     taskGroup.addTask {
213 |       var iterator = base.makeAsyncIterator()
    |                           `- warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
214 |
215 |       // This is our upstream consumption loop
[107/150] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift:213:27: warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
211 |     // is consuming the upstream sequence
212 |     taskGroup.addTask {
213 |       var iterator = base.makeAsyncIterator()
    |                           `- warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
214 |
215 |       // This is our upstream consumption loop
[108/150] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift:213:27: warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
211 |     // is consuming the upstream sequence
212 |     taskGroup.addTask {
213 |       var iterator = base.makeAsyncIterator()
    |                           `- warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
214 |
215 |       // This is our upstream consumption loop
[109/150] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift:213:27: warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
211 |     // is consuming the upstream sequence
212 |     taskGroup.addTask {
213 |       var iterator = base.makeAsyncIterator()
    |                           `- warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
214 |
215 |       // This is our upstream consumption loop
[110/150] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Merge/MergeStorage.swift:213:27: warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
211 |     // is consuming the upstream sequence
212 |     taskGroup.addTask {
213 |       var iterator = base.makeAsyncIterator()
    |                           `- warning: capture of non-Sendable type 'AsyncSequence.AsyncIterator.Type' in an isolated closure
214 |
215 |       // This is our upstream consumption loop
[111/156] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift:145:31: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
143 |         // The task that consumes the upstream sequence
144 |         group.addTask {
145 |           var iterator = base.makeAsyncIterator()
    |                               `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
146 |
147 |           // This is our upstream consumption loop
[112/156] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift:145:31: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
143 |         // The task that consumes the upstream sequence
144 |         group.addTask {
145 |           var iterator = base.makeAsyncIterator()
    |                               `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
146 |
147 |           // This is our upstream consumption loop
[113/156] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift:145:31: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
143 |         // The task that consumes the upstream sequence
144 |         group.addTask {
145 |           var iterator = base.makeAsyncIterator()
    |                               `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
146 |
147 |           // This is our upstream consumption loop
[114/156] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift:145:31: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
143 |         // The task that consumes the upstream sequence
144 |         group.addTask {
145 |           var iterator = base.makeAsyncIterator()
    |                               `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
146 |
147 |           // This is our upstream consumption loop
[115/156] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift:145:31: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
143 |         // The task that consumes the upstream sequence
144 |         group.addTask {
145 |           var iterator = base.makeAsyncIterator()
    |                               `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
146 |
147 |           // This is our upstream consumption loop
[116/156] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Debounce/DebounceStorage.swift:145:31: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
143 |         // The task that consumes the upstream sequence
144 |         group.addTask {
145 |           var iterator = base.makeAsyncIterator()
    |                               `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
146 |
147 |           // This is our upstream consumption loop
[117/156] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
171 |       ).makeAsyncIterator(),
172 |       count: count
[118/156] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
171 |       ).makeAsyncIterator(),
172 |       count: count
[119/156] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
171 |       ).makeAsyncIterator(),
172 |       count: count
[120/156] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
171 |       ).makeAsyncIterator(),
172 |       count: count
[121/156] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
171 |       ).makeAsyncIterator(),
172 |       count: count
[122/156] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
171 |       ).makeAsyncIterator(),
172 |       count: count
[123/156] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure
171 |       ).makeAsyncIterator(),
172 |       count: count
[124/156] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:78:29: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 76 |     let task = Task {
 77 |       do {
 78 |         var iterator = base.makeAsyncIterator()
    |                             `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 79 |
 80 |         loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:73:34: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 71 |     let task = Task {
 72 |       do {
 73 |         for try await element in base {
    |                                  `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 74 |           let action = self.stateMachine.withCriticalRegion { stateMachine in
 75 |             stateMachine.elementProduced(element: element)
[125/156] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:78:29: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 76 |     let task = Task {
 77 |       do {
 78 |         var iterator = base.makeAsyncIterator()
    |                             `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 79 |
 80 |         loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:73:34: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 71 |     let task = Task {
 72 |       do {
 73 |         for try await element in base {
    |                                  `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 74 |           let action = self.stateMachine.withCriticalRegion { stateMachine in
 75 |             stateMachine.elementProduced(element: element)
[126/156] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:78:29: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 76 |     let task = Task {
 77 |       do {
 78 |         var iterator = base.makeAsyncIterator()
    |                             `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 79 |
 80 |         loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:73:34: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 71 |     let task = Task {
 72 |       do {
 73 |         for try await element in base {
    |                                  `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 74 |           let action = self.stateMachine.withCriticalRegion { stateMachine in
 75 |             stateMachine.elementProduced(element: element)
[127/156] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:78:29: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 76 |     let task = Task {
 77 |       do {
 78 |         var iterator = base.makeAsyncIterator()
    |                             `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 79 |
 80 |         loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:73:34: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 71 |     let task = Task {
 72 |       do {
 73 |         for try await element in base {
    |                                  `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 74 |           let action = self.stateMachine.withCriticalRegion { stateMachine in
 75 |             stateMachine.elementProduced(element: element)
[128/156] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:78:29: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 76 |     let task = Task {
 77 |       do {
 78 |         var iterator = base.makeAsyncIterator()
    |                             `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 79 |
 80 |         loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:73:34: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 71 |     let task = Task {
 72 |       do {
 73 |         for try await element in base {
    |                                  `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 74 |           let action = self.stateMachine.withCriticalRegion { stateMachine in
 75 |             stateMachine.elementProduced(element: element)
[129/156] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/BoundedBufferStorage.swift:78:29: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 76 |     let task = Task {
 77 |       do {
 78 |         var iterator = base.makeAsyncIterator()
    |                             `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 79 |
 80 |         loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Buffer/UnboundedBufferStorage.swift:73:34: warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 71 |     let task = Task {
 72 |       do {
 73 |         for try await element in base {
    |                                  `- warning: capture of non-Sendable type 'Base.AsyncIterator.Type' in an isolated closure
 74 |           let action = self.stateMachine.withCriticalRegion { stateMachine in
 75 |             stateMachine.elementProduced(element: element)
[130/156] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:143:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
141 |         // is consuming the upstream sequence
142 |         group.addTask {
143 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
144 |
145 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:210:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
208 |
209 |         group.addTask {
210 |           var base1Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
211 |
212 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:278:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
276 |         if let base3 = base3 {
277 |           group.addTask {
278 |             var base1Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
279 |
280 |             loop: while true {
[131/156] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:143:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
141 |         // is consuming the upstream sequence
142 |         group.addTask {
143 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
144 |
145 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:210:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
208 |
209 |         group.addTask {
210 |           var base1Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
211 |
212 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:278:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
276 |         if let base3 = base3 {
277 |           group.addTask {
278 |             var base1Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
279 |
280 |             loop: while true {
[132/156] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:143:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
141 |         // is consuming the upstream sequence
142 |         group.addTask {
143 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
144 |
145 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:210:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
208 |
209 |         group.addTask {
210 |           var base1Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
211 |
212 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:278:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
276 |         if let base3 = base3 {
277 |           group.addTask {
278 |             var base1Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
279 |
280 |             loop: while true {
[133/156] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:143:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
141 |         // is consuming the upstream sequence
142 |         group.addTask {
143 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
144 |
145 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:210:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
208 |
209 |         group.addTask {
210 |           var base1Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
211 |
212 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:278:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
276 |         if let base3 = base3 {
277 |           group.addTask {
278 |             var base1Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
279 |
280 |             loop: while true {
[134/156] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:143:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
141 |         // is consuming the upstream sequence
142 |         group.addTask {
143 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
144 |
145 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:210:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
208 |
209 |         group.addTask {
210 |           var base1Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
211 |
212 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:278:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
276 |         if let base3 = base3 {
277 |           group.addTask {
278 |             var base1Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
279 |
280 |             loop: while true {
[135/156] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:143:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
141 |         // is consuming the upstream sequence
142 |         group.addTask {
143 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
144 |
145 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:210:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
208 |
209 |         group.addTask {
210 |           var base1Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
211 |
212 |           loop: while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/CombineLatest/CombineLatestStorage.swift:278:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
276 |         if let base3 = base3 {
277 |           group.addTask {
278 |             var base1Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
279 |
280 |             loop: while true {
[136/156] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:133:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
131 |         // is consuming the upstream sequence
132 |         group.addTask {
133 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
134 |
135 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:193:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
191 |
192 |         group.addTask {
193 |           var base2Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
194 |
195 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:254:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
252 |         if let base3 = base3 {
253 |           group.addTask {
254 |             var base3Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
255 |
256 |             while true {
[137/156] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:133:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
131 |         // is consuming the upstream sequence
132 |         group.addTask {
133 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
134 |
135 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:193:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
191 |
192 |         group.addTask {
193 |           var base2Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
194 |
195 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:254:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
252 |         if let base3 = base3 {
253 |           group.addTask {
254 |             var base3Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
255 |
256 |             while true {
[138/156] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:133:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
131 |         // is consuming the upstream sequence
132 |         group.addTask {
133 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
134 |
135 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:193:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
191 |
192 |         group.addTask {
193 |           var base2Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
194 |
195 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:254:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
252 |         if let base3 = base3 {
253 |           group.addTask {
254 |             var base3Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
255 |
256 |             while true {
[139/156] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:133:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
131 |         // is consuming the upstream sequence
132 |         group.addTask {
133 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
134 |
135 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:193:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
191 |
192 |         group.addTask {
193 |           var base2Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
194 |
195 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:254:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
252 |         if let base3 = base3 {
253 |           group.addTask {
254 |             var base3Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
255 |
256 |             while true {
[140/156] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:133:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
131 |         // is consuming the upstream sequence
132 |         group.addTask {
133 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
134 |
135 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:193:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
191 |
192 |         group.addTask {
193 |           var base2Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
194 |
195 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:254:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
252 |         if let base3 = base3 {
253 |           group.addTask {
254 |             var base3Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
255 |
256 |             while true {
[141/156] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:133:37: warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
131 |         // is consuming the upstream sequence
132 |         group.addTask {
133 |           var base1Iterator = base1.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base1.AsyncIterator.Type' in an isolated closure
134 |
135 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:193:37: warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
191 |
192 |         group.addTask {
193 |           var base2Iterator = base2.makeAsyncIterator()
    |                                     `- warning: capture of non-Sendable type 'Base2.AsyncIterator.Type' in an isolated closure
194 |
195 |           while true {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Zip/ZipStorage.swift:254:39: warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
252 |         if let base3 = base3 {
253 |           group.addTask {
254 |             var base3Iterator = base3.makeAsyncIterator()
    |                                       `- warning: capture of non-Sendable type 'Base3.AsyncIterator.Type' in an isolated closure
255 |
256 |             while true {
[142/156] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 19 |     }
 20 |   }
[143/156] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 19 |     }
 20 |   }
[144/156] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 19 |     }
 20 |   }
[145/156] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 19 |     }
 20 |   }
[146/156] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 19 |     }
 20 |   }
[147/156] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 19 |     }
 20 |   }
[148/156] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure
 19 |     }
 20 |   }
[149/156] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncExclusiveReductionsSequence.swift:30:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 28 |   public func reductions<Result>(
 29 |     _ initial: Result,
 30 |     _ transform: @Sendable @escaping (Result, Element) async -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 31 |   ) -> AsyncExclusiveReductionsSequence<Self, Result> {
 32 |     reductions(into: initial) { result, element in
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[150/156] Compiling AsyncAlgorithms AsyncShareSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[151/156] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[152/156] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[153/156] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[154/156] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[155/156] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[156/156] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncThrowingExclusiveReductionsSequence.swift:31:7: warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 29 |   public func reductions<Result>(
 30 |     _ initial: Result,
 31 |     _ transform: @Sendable @escaping (Result, Element) async throws -> Result
    |       `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure
 32 |   ) -> AsyncThrowingExclusiveReductionsSequence<Self, Result> {
 33 |     reductions(into: initial) { result, element in
[158/169] Compiling AsyncSequenceValidation Locking.swift
[159/169] Compiling AsyncSequenceValidation SourceLocation.swift
[160/169] Compiling AsyncSequenceValidation Input.swift
[161/169] Compiling AsyncSequenceValidation Job.swift
[162/170] Compiling AsyncSequenceValidation AsyncSequenceValidationDiagram.swift
[163/170] Compiling AsyncSequenceValidation Clock.swift
[164/170] Emitting module AsyncSequenceValidation
[165/170] Compiling AsyncSequenceValidation Event.swift
[166/170] Compiling AsyncSequenceValidation Expectation.swift
[167/170] Compiling AsyncSequenceValidation TaskDriver.swift
[168/170] Compiling AsyncSequenceValidation Theme.swift
[169/170] Compiling AsyncSequenceValidation Test.swift
[170/170] Compiling AsyncSequenceValidation WorkQueue.swift
[172/173] Compiling AsyncAlgorithms_XCTest ValidationTest.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms_XCTest/ValidationTest.swift:12:8: error: no such module 'XCTest'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | import XCTest
    |        `- error: no such module 'XCTest'
 13 | import AsyncAlgorithms
 14 | import AsyncSequenceValidation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[173/173] Emitting module AsyncAlgorithms_XCTest
/host/spi-builder-workspace/Sources/AsyncAlgorithms_XCTest/ValidationTest.swift:12:8: error: no such module 'XCTest'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | import XCTest
    |        `- error: no such module 'XCTest'
 13 | import AsyncAlgorithms
 14 | import AsyncSequenceValidation
BUILD FAILURE 6.2 wasm