Build Information
Successful build of PropertyBased, reference 0.2.2 (0b480c
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 20:46:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
142 | _ p4: Generator<OutE, some Sequence<InE>>,
143 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:154:17: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
152 | p2.runFull(&rng).input,
153 | p3.runFull(&rng).input,
154 | p4.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
155 | )
156 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
140 | _ p2: Generator<OutC, some Sequence<InC>>,
141 | _ p3: Generator<OutD, some Sequence<InD>>,
142 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
143 | ) -> Generator<
144 | (OutA, OutB, OutC, OutD, OutE),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
156 | },
157 | shrink: { tuple in
158 | Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
159 | },
160 | finalResult: { input in
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
156 | },
157 | shrink: { tuple in
158 | Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
159 | },
160 | finalResult: { input in
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
156 | },
157 | shrink: { tuple in
158 | Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
159 | },
160 | finalResult: { input in
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
156 | },
157 | shrink: { tuple in
158 | Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
159 | },
160 | finalResult: { input in
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
156 | },
157 | shrink: { tuple in
158 | Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
159 | },
160 | finalResult: { input in
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
136 | @inlinable
137 | public func zip<InA, InB, InC, InD, InE, OutA, OutB, OutC, OutD, OutE>(
138 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
139 | _ p1: Generator<OutB, some Sequence<InB>>,
140 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
137 | public func zip<InA, InB, InC, InD, InE, OutA, OutB, OutC, OutD, OutE>(
138 | _ p0: Generator<OutA, some Sequence<InA>>,
139 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
140 | _ p2: Generator<OutC, some Sequence<InC>>,
141 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
138 | _ p0: Generator<OutA, some Sequence<InA>>,
139 | _ p1: Generator<OutB, some Sequence<InB>>,
140 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
141 | _ p3: Generator<OutD, some Sequence<InD>>,
142 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
139 | _ p1: Generator<OutB, some Sequence<InB>>,
140 | _ p2: Generator<OutC, some Sequence<InC>>,
141 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
142 | _ p4: Generator<OutE, some Sequence<InE>>,
143 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
140 | _ p2: Generator<OutC, some Sequence<InC>>,
141 | _ p3: Generator<OutD, some Sequence<InD>>,
142 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
143 | ) -> Generator<
144 | (OutA, OutB, OutC, OutD, OutE),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:162:26: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
160 | finalResult: { input in
161 | guard
162 | let r0 = p0._mapFilter(input.0),
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
163 | let r1 = p1._mapFilter(input.1),
164 | let r2 = p2._mapFilter(input.2),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
136 | @inlinable
137 | public func zip<InA, InB, InC, InD, InE, OutA, OutB, OutC, OutD, OutE>(
138 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
139 | _ p1: Generator<OutB, some Sequence<InB>>,
140 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:163:26: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
161 | guard
162 | let r0 = p0._mapFilter(input.0),
163 | let r1 = p1._mapFilter(input.1),
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
164 | let r2 = p2._mapFilter(input.2),
165 | let r3 = p3._mapFilter(input.3),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
137 | public func zip<InA, InB, InC, InD, InE, OutA, OutB, OutC, OutD, OutE>(
138 | _ p0: Generator<OutA, some Sequence<InA>>,
139 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
140 | _ p2: Generator<OutC, some Sequence<InC>>,
141 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:164:26: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
162 | let r0 = p0._mapFilter(input.0),
163 | let r1 = p1._mapFilter(input.1),
164 | let r2 = p2._mapFilter(input.2),
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
165 | let r3 = p3._mapFilter(input.3),
166 | let r4 = p4._mapFilter(input.4),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
138 | _ p0: Generator<OutA, some Sequence<InA>>,
139 | _ p1: Generator<OutB, some Sequence<InB>>,
140 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
141 | _ p3: Generator<OutD, some Sequence<InD>>,
142 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:165:26: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
163 | let r1 = p1._mapFilter(input.1),
164 | let r2 = p2._mapFilter(input.2),
165 | let r3 = p3._mapFilter(input.3),
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
166 | let r4 = p4._mapFilter(input.4),
167 | true
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
139 | _ p1: Generator<OutB, some Sequence<InB>>,
140 | _ p2: Generator<OutC, some Sequence<InC>>,
141 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
142 | _ p4: Generator<OutE, some Sequence<InE>>,
143 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:166:26: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
164 | let r2 = p2._mapFilter(input.2),
165 | let r3 = p3._mapFilter(input.3),
166 | let r4 = p4._mapFilter(input.4),
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
167 | true
168 | else { return nil }
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
140 | _ p2: Generator<OutC, some Sequence<InC>>,
141 | _ p3: Generator<OutD, some Sequence<InD>>,
142 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
143 | ) -> Generator<
144 | (OutA, OutB, OutC, OutD, OutE),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:199:17: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
197 | run: { rng in
198 | (
199 | p0.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
200 | p1.runFull(&rng).input,
201 | p2.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
184 | @inlinable
185 | public func zip<InA, InB, InC, InD, InE, InF, OutA, OutB, OutC, OutD, OutE, OutF>(
186 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:200:17: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
198 | (
199 | p0.runFull(&rng).input,
200 | p1.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
201 | p2.runFull(&rng).input,
202 | p3.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
185 | public func zip<InA, InB, InC, InD, InE, InF, OutA, OutB, OutC, OutD, OutE, OutF>(
186 | _ p0: Generator<OutA, some Sequence<InA>>,
187 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:201:17: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
199 | p0.runFull(&rng).input,
200 | p1.runFull(&rng).input,
201 | p2.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
202 | p3.runFull(&rng).input,
203 | p4.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
186 | _ p0: Generator<OutA, some Sequence<InA>>,
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:202:17: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
200 | p1.runFull(&rng).input,
201 | p2.runFull(&rng).input,
202 | p3.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
203 | p4.runFull(&rng).input,
204 | p5.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
190 | _ p4: Generator<OutE, some Sequence<InE>>,
191 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:203:17: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
201 | p2.runFull(&rng).input,
202 | p3.runFull(&rng).input,
203 | p4.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
204 | p5.runFull(&rng).input,
205 | )
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
191 | _ p5: Generator<OutF, some Sequence<InF>>,
192 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:204:17: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
202 | p3.runFull(&rng).input,
203 | p4.runFull(&rng).input,
204 | p5.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
205 | )
206 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
191 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
192 | ) -> Generator<
193 | (OutA, OutB, OutC, OutD, OutE, OutF),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
206 | },
207 | shrink: { tuple in
208 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
209 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker)
210 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
206 | },
207 | shrink: { tuple in
208 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
209 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker)
210 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
206 | },
207 | shrink: { tuple in
208 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
209 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker)
210 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
206 | },
207 | shrink: { tuple in
208 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
209 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker)
210 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
206 | },
207 | shrink: { tuple in
208 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
209 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker)
210 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
206 | },
207 | shrink: { tuple in
208 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
209 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker)
210 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
184 | @inlinable
185 | public func zip<InA, InB, InC, InD, InE, InF, OutA, OutB, OutC, OutD, OutE, OutF>(
186 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
185 | public func zip<InA, InB, InC, InD, InE, InF, OutA, OutB, OutC, OutD, OutE, OutF>(
186 | _ p0: Generator<OutA, some Sequence<InA>>,
187 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
186 | _ p0: Generator<OutA, some Sequence<InA>>,
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
190 | _ p4: Generator<OutE, some Sequence<InE>>,
191 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
191 | _ p5: Generator<OutF, some Sequence<InF>>,
192 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
191 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
192 | ) -> Generator<
193 | (OutA, OutB, OutC, OutD, OutE, OutF),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:213:26: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
211 | finalResult: { input in
212 | guard
213 | let r0 = p0._mapFilter(input.0),
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
214 | let r1 = p1._mapFilter(input.1),
215 | let r2 = p2._mapFilter(input.2),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
184 | @inlinable
185 | public func zip<InA, InB, InC, InD, InE, InF, OutA, OutB, OutC, OutD, OutE, OutF>(
186 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:214:26: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
212 | guard
213 | let r0 = p0._mapFilter(input.0),
214 | let r1 = p1._mapFilter(input.1),
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
215 | let r2 = p2._mapFilter(input.2),
216 | let r3 = p3._mapFilter(input.3),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
185 | public func zip<InA, InB, InC, InD, InE, InF, OutA, OutB, OutC, OutD, OutE, OutF>(
186 | _ p0: Generator<OutA, some Sequence<InA>>,
187 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:215:26: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
213 | let r0 = p0._mapFilter(input.0),
214 | let r1 = p1._mapFilter(input.1),
215 | let r2 = p2._mapFilter(input.2),
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
216 | let r3 = p3._mapFilter(input.3),
217 | let r4 = p4._mapFilter(input.4),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
186 | _ p0: Generator<OutA, some Sequence<InA>>,
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:216:26: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
214 | let r1 = p1._mapFilter(input.1),
215 | let r2 = p2._mapFilter(input.2),
216 | let r3 = p3._mapFilter(input.3),
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
217 | let r4 = p4._mapFilter(input.4),
218 | let r5 = p5._mapFilter(input.5),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
187 | _ p1: Generator<OutB, some Sequence<InB>>,
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
190 | _ p4: Generator<OutE, some Sequence<InE>>,
191 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:217:26: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
215 | let r2 = p2._mapFilter(input.2),
216 | let r3 = p3._mapFilter(input.3),
217 | let r4 = p4._mapFilter(input.4),
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
218 | let r5 = p5._mapFilter(input.5),
219 | true
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
188 | _ p2: Generator<OutC, some Sequence<InC>>,
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
191 | _ p5: Generator<OutF, some Sequence<InF>>,
192 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:218:26: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
216 | let r3 = p3._mapFilter(input.3),
217 | let r4 = p4._mapFilter(input.4),
218 | let r5 = p5._mapFilter(input.5),
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
219 | true
220 | else { return nil }
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
189 | _ p3: Generator<OutD, some Sequence<InD>>,
190 | _ p4: Generator<OutE, some Sequence<InE>>,
191 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
192 | ) -> Generator<
193 | (OutA, OutB, OutC, OutD, OutE, OutF),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:253:17: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
251 | run: { rng in
252 | (
253 | p0.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
254 | p1.runFull(&rng).input,
255 | p2.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
237 | @inlinable
238 | public func zip<InA, InB, InC, InD, InE, InF, InG, OutA, OutB, OutC, OutD, OutE, OutF, OutG>(
239 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:254:17: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
252 | (
253 | p0.runFull(&rng).input,
254 | p1.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
255 | p2.runFull(&rng).input,
256 | p3.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
238 | public func zip<InA, InB, InC, InD, InE, InF, InG, OutA, OutB, OutC, OutD, OutE, OutF, OutG>(
239 | _ p0: Generator<OutA, some Sequence<InA>>,
240 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:255:17: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
253 | p0.runFull(&rng).input,
254 | p1.runFull(&rng).input,
255 | p2.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
256 | p3.runFull(&rng).input,
257 | p4.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
239 | _ p0: Generator<OutA, some Sequence<InA>>,
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:256:17: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
254 | p1.runFull(&rng).input,
255 | p2.runFull(&rng).input,
256 | p3.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
257 | p4.runFull(&rng).input,
258 | p5.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:257:17: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
255 | p2.runFull(&rng).input,
256 | p3.runFull(&rng).input,
257 | p4.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
258 | p5.runFull(&rng).input,
259 | p6.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
244 | _ p5: Generator<OutF, some Sequence<InF>>,
245 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:258:17: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
256 | p3.runFull(&rng).input,
257 | p4.runFull(&rng).input,
258 | p5.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
259 | p6.runFull(&rng).input,
260 | )
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
245 | _ p6: Generator<OutG, some Sequence<InG>>,
246 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:259:17: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
257 | p4.runFull(&rng).input,
258 | p5.runFull(&rng).input,
259 | p6.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
260 | )
261 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
245 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
246 | ) -> Generator<
247 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
261 | },
262 | shrink: { tuple in
263 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
264 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
265 | p6._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
261 | },
262 | shrink: { tuple in
263 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
264 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
265 | p6._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
261 | },
262 | shrink: { tuple in
263 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
264 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
265 | p6._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
261 | },
262 | shrink: { tuple in
263 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
264 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
265 | p6._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
261 | },
262 | shrink: { tuple in
263 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
264 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
265 | p6._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
261 | },
262 | shrink: { tuple in
263 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
264 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
265 | p6._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
261 | },
262 | shrink: { tuple in
263 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
264 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
265 | p6._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
237 | @inlinable
238 | public func zip<InA, InB, InC, InD, InE, InF, InG, OutA, OutB, OutC, OutD, OutE, OutF, OutG>(
239 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
238 | public func zip<InA, InB, InC, InD, InE, InF, InG, OutA, OutB, OutC, OutD, OutE, OutF, OutG>(
239 | _ p0: Generator<OutA, some Sequence<InA>>,
240 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
239 | _ p0: Generator<OutA, some Sequence<InA>>,
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
244 | _ p5: Generator<OutF, some Sequence<InF>>,
245 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
245 | _ p6: Generator<OutG, some Sequence<InG>>,
246 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
245 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
246 | ) -> Generator<
247 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:269:26: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
267 | finalResult: { input in
268 | guard
269 | let r0 = p0._mapFilter(input.0),
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
270 | let r1 = p1._mapFilter(input.1),
271 | let r2 = p2._mapFilter(input.2),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
237 | @inlinable
238 | public func zip<InA, InB, InC, InD, InE, InF, InG, OutA, OutB, OutC, OutD, OutE, OutF, OutG>(
239 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:270:26: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
268 | guard
269 | let r0 = p0._mapFilter(input.0),
270 | let r1 = p1._mapFilter(input.1),
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
271 | let r2 = p2._mapFilter(input.2),
272 | let r3 = p3._mapFilter(input.3),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
238 | public func zip<InA, InB, InC, InD, InE, InF, InG, OutA, OutB, OutC, OutD, OutE, OutF, OutG>(
239 | _ p0: Generator<OutA, some Sequence<InA>>,
240 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:271:26: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
269 | let r0 = p0._mapFilter(input.0),
270 | let r1 = p1._mapFilter(input.1),
271 | let r2 = p2._mapFilter(input.2),
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
272 | let r3 = p3._mapFilter(input.3),
273 | let r4 = p4._mapFilter(input.4),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
239 | _ p0: Generator<OutA, some Sequence<InA>>,
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:272:26: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
270 | let r1 = p1._mapFilter(input.1),
271 | let r2 = p2._mapFilter(input.2),
272 | let r3 = p3._mapFilter(input.3),
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
273 | let r4 = p4._mapFilter(input.4),
274 | let r5 = p5._mapFilter(input.5),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
240 | _ p1: Generator<OutB, some Sequence<InB>>,
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:273:26: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
271 | let r2 = p2._mapFilter(input.2),
272 | let r3 = p3._mapFilter(input.3),
273 | let r4 = p4._mapFilter(input.4),
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
274 | let r5 = p5._mapFilter(input.5),
275 | let r6 = p6._mapFilter(input.6),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
241 | _ p2: Generator<OutC, some Sequence<InC>>,
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
244 | _ p5: Generator<OutF, some Sequence<InF>>,
245 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:274:26: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
272 | let r3 = p3._mapFilter(input.3),
273 | let r4 = p4._mapFilter(input.4),
274 | let r5 = p5._mapFilter(input.5),
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
275 | let r6 = p6._mapFilter(input.6),
276 | true
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
242 | _ p3: Generator<OutD, some Sequence<InD>>,
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
245 | _ p6: Generator<OutG, some Sequence<InG>>,
246 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:275:26: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
273 | let r4 = p4._mapFilter(input.4),
274 | let r5 = p5._mapFilter(input.5),
275 | let r6 = p6._mapFilter(input.6),
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
276 | true
277 | else { return nil }
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
243 | _ p4: Generator<OutE, some Sequence<InE>>,
244 | _ p5: Generator<OutF, some Sequence<InF>>,
245 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
246 | ) -> Generator<
247 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:312:17: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
310 | run: { rng in
311 | (
312 | p0.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
313 | p1.runFull(&rng).input,
314 | p2.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
295 | @inlinable
296 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH>(
297 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:313:17: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
311 | (
312 | p0.runFull(&rng).input,
313 | p1.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
314 | p2.runFull(&rng).input,
315 | p3.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
296 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH>(
297 | _ p0: Generator<OutA, some Sequence<InA>>,
298 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:314:17: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
312 | p0.runFull(&rng).input,
313 | p1.runFull(&rng).input,
314 | p2.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
315 | p3.runFull(&rng).input,
316 | p4.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
297 | _ p0: Generator<OutA, some Sequence<InA>>,
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:315:17: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
313 | p1.runFull(&rng).input,
314 | p2.runFull(&rng).input,
315 | p3.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
316 | p4.runFull(&rng).input,
317 | p5.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:316:17: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
314 | p2.runFull(&rng).input,
315 | p3.runFull(&rng).input,
316 | p4.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
317 | p5.runFull(&rng).input,
318 | p6.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:317:17: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
315 | p3.runFull(&rng).input,
316 | p4.runFull(&rng).input,
317 | p5.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
318 | p6.runFull(&rng).input,
319 | p7.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
303 | _ p6: Generator<OutG, some Sequence<InG>>,
304 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:318:17: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
316 | p4.runFull(&rng).input,
317 | p5.runFull(&rng).input,
318 | p6.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
319 | p7.runFull(&rng).input,
320 | )
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
304 | _ p7: Generator<OutH, some Sequence<InH>>,
305 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:319:17: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
317 | p5.runFull(&rng).input,
318 | p6.runFull(&rng).input,
319 | p7.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
320 | )
321 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
304 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
305 | ) -> Generator<
306 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
321 | },
322 | shrink: { tuple in
323 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
324 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
325 | p6._shrinker, p7._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
295 | @inlinable
296 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH>(
297 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
296 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH>(
297 | _ p0: Generator<OutA, some Sequence<InA>>,
298 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
297 | _ p0: Generator<OutA, some Sequence<InA>>,
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
303 | _ p6: Generator<OutG, some Sequence<InG>>,
304 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
304 | _ p7: Generator<OutH, some Sequence<InH>>,
305 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
304 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
305 | ) -> Generator<
306 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:329:26: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
327 | finalResult: { input in
328 | guard
329 | let r0 = p0._mapFilter(input.0),
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
330 | let r1 = p1._mapFilter(input.1),
331 | let r2 = p2._mapFilter(input.2),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
295 | @inlinable
296 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH>(
297 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:330:26: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
328 | guard
329 | let r0 = p0._mapFilter(input.0),
330 | let r1 = p1._mapFilter(input.1),
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
331 | let r2 = p2._mapFilter(input.2),
332 | let r3 = p3._mapFilter(input.3),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
296 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH>(
297 | _ p0: Generator<OutA, some Sequence<InA>>,
298 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:331:26: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
329 | let r0 = p0._mapFilter(input.0),
330 | let r1 = p1._mapFilter(input.1),
331 | let r2 = p2._mapFilter(input.2),
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
332 | let r3 = p3._mapFilter(input.3),
333 | let r4 = p4._mapFilter(input.4),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
297 | _ p0: Generator<OutA, some Sequence<InA>>,
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:332:26: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
330 | let r1 = p1._mapFilter(input.1),
331 | let r2 = p2._mapFilter(input.2),
332 | let r3 = p3._mapFilter(input.3),
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
333 | let r4 = p4._mapFilter(input.4),
334 | let r5 = p5._mapFilter(input.5),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
298 | _ p1: Generator<OutB, some Sequence<InB>>,
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:333:26: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
331 | let r2 = p2._mapFilter(input.2),
332 | let r3 = p3._mapFilter(input.3),
333 | let r4 = p4._mapFilter(input.4),
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
334 | let r5 = p5._mapFilter(input.5),
335 | let r6 = p6._mapFilter(input.6),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
299 | _ p2: Generator<OutC, some Sequence<InC>>,
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:334:26: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
332 | let r3 = p3._mapFilter(input.3),
333 | let r4 = p4._mapFilter(input.4),
334 | let r5 = p5._mapFilter(input.5),
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
335 | let r6 = p6._mapFilter(input.6),
336 | let r7 = p7._mapFilter(input.7),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
300 | _ p3: Generator<OutD, some Sequence<InD>>,
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
303 | _ p6: Generator<OutG, some Sequence<InG>>,
304 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:335:26: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
333 | let r4 = p4._mapFilter(input.4),
334 | let r5 = p5._mapFilter(input.5),
335 | let r6 = p6._mapFilter(input.6),
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
336 | let r7 = p7._mapFilter(input.7),
337 | true
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
301 | _ p4: Generator<OutE, some Sequence<InE>>,
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
304 | _ p7: Generator<OutH, some Sequence<InH>>,
305 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:336:26: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
334 | let r5 = p5._mapFilter(input.5),
335 | let r6 = p6._mapFilter(input.6),
336 | let r7 = p7._mapFilter(input.7),
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
337 | true
338 | else { return nil }
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
302 | _ p5: Generator<OutF, some Sequence<InF>>,
303 | _ p6: Generator<OutG, some Sequence<InG>>,
304 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
305 | ) -> Generator<
306 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:375:17: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
373 | run: { rng in
374 | (
375 | p0.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
376 | p1.runFull(&rng).input,
377 | p2.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
357 | @inlinable
358 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, InI, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI>(
359 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:376:17: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
374 | (
375 | p0.runFull(&rng).input,
376 | p1.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
377 | p2.runFull(&rng).input,
378 | p3.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
358 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, InI, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI>(
359 | _ p0: Generator<OutA, some Sequence<InA>>,
360 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:377:17: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
375 | p0.runFull(&rng).input,
376 | p1.runFull(&rng).input,
377 | p2.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
378 | p3.runFull(&rng).input,
379 | p4.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
359 | _ p0: Generator<OutA, some Sequence<InA>>,
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:378:17: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
376 | p1.runFull(&rng).input,
377 | p2.runFull(&rng).input,
378 | p3.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
379 | p4.runFull(&rng).input,
380 | p5.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:379:17: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
377 | p2.runFull(&rng).input,
378 | p3.runFull(&rng).input,
379 | p4.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
380 | p5.runFull(&rng).input,
381 | p6.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:380:17: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
378 | p3.runFull(&rng).input,
379 | p4.runFull(&rng).input,
380 | p5.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
381 | p6.runFull(&rng).input,
382 | p7.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:381:17: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
379 | p4.runFull(&rng).input,
380 | p5.runFull(&rng).input,
381 | p6.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
382 | p7.runFull(&rng).input,
383 | p8.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
366 | _ p7: Generator<OutH, some Sequence<InH>>,
367 | _ p8: Generator<OutI, some Sequence<InI>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:382:17: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
380 | p5.runFull(&rng).input,
381 | p6.runFull(&rng).input,
382 | p7.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
383 | p8.runFull(&rng).input,
384 | )
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
367 | _ p8: Generator<OutI, some Sequence<InI>>,
368 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:383:17: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
381 | p6.runFull(&rng).input,
382 | p7.runFull(&rng).input,
383 | p8.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
384 | )
385 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
367 | _ p8: Generator<OutI, some Sequence<InI>>,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
368 | ) -> Generator<
369 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
385 | },
386 | shrink: { tuple in
387 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
388 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
389 | p6._shrinker, p7._shrinker, p8._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
357 | @inlinable
358 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, InI, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI>(
359 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
358 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, InI, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI>(
359 | _ p0: Generator<OutA, some Sequence<InA>>,
360 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
359 | _ p0: Generator<OutA, some Sequence<InA>>,
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
366 | _ p7: Generator<OutH, some Sequence<InH>>,
367 | _ p8: Generator<OutI, some Sequence<InI>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
367 | _ p8: Generator<OutI, some Sequence<InI>>,
368 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
367 | _ p8: Generator<OutI, some Sequence<InI>>,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
368 | ) -> Generator<
369 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:393:26: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
391 | finalResult: { input in
392 | guard
393 | let r0 = p0._mapFilter(input.0),
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
394 | let r1 = p1._mapFilter(input.1),
395 | let r2 = p2._mapFilter(input.2),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
357 | @inlinable
358 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, InI, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI>(
359 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:394:26: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
392 | guard
393 | let r0 = p0._mapFilter(input.0),
394 | let r1 = p1._mapFilter(input.1),
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
395 | let r2 = p2._mapFilter(input.2),
396 | let r3 = p3._mapFilter(input.3),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
358 | public func zip<InA, InB, InC, InD, InE, InF, InG, InH, InI, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI>(
359 | _ p0: Generator<OutA, some Sequence<InA>>,
360 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:395:26: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
393 | let r0 = p0._mapFilter(input.0),
394 | let r1 = p1._mapFilter(input.1),
395 | let r2 = p2._mapFilter(input.2),
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
396 | let r3 = p3._mapFilter(input.3),
397 | let r4 = p4._mapFilter(input.4),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
359 | _ p0: Generator<OutA, some Sequence<InA>>,
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:396:26: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
394 | let r1 = p1._mapFilter(input.1),
395 | let r2 = p2._mapFilter(input.2),
396 | let r3 = p3._mapFilter(input.3),
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
397 | let r4 = p4._mapFilter(input.4),
398 | let r5 = p5._mapFilter(input.5),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
360 | _ p1: Generator<OutB, some Sequence<InB>>,
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:397:26: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
395 | let r2 = p2._mapFilter(input.2),
396 | let r3 = p3._mapFilter(input.3),
397 | let r4 = p4._mapFilter(input.4),
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
398 | let r5 = p5._mapFilter(input.5),
399 | let r6 = p6._mapFilter(input.6),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
361 | _ p2: Generator<OutC, some Sequence<InC>>,
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:398:26: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
396 | let r3 = p3._mapFilter(input.3),
397 | let r4 = p4._mapFilter(input.4),
398 | let r5 = p5._mapFilter(input.5),
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
399 | let r6 = p6._mapFilter(input.6),
400 | let r7 = p7._mapFilter(input.7),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
362 | _ p3: Generator<OutD, some Sequence<InD>>,
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:399:26: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
397 | let r4 = p4._mapFilter(input.4),
398 | let r5 = p5._mapFilter(input.5),
399 | let r6 = p6._mapFilter(input.6),
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
400 | let r7 = p7._mapFilter(input.7),
401 | let r8 = p8._mapFilter(input.8),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
363 | _ p4: Generator<OutE, some Sequence<InE>>,
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
366 | _ p7: Generator<OutH, some Sequence<InH>>,
367 | _ p8: Generator<OutI, some Sequence<InI>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:400:26: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
398 | let r5 = p5._mapFilter(input.5),
399 | let r6 = p6._mapFilter(input.6),
400 | let r7 = p7._mapFilter(input.7),
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
401 | let r8 = p8._mapFilter(input.8),
402 | true
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
364 | _ p5: Generator<OutF, some Sequence<InF>>,
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
367 | _ p8: Generator<OutI, some Sequence<InI>>,
368 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:401:26: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
399 | let r6 = p6._mapFilter(input.6),
400 | let r7 = p7._mapFilter(input.7),
401 | let r8 = p8._mapFilter(input.8),
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
402 | true
403 | else { return nil }
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
365 | _ p6: Generator<OutG, some Sequence<InG>>,
366 | _ p7: Generator<OutH, some Sequence<InH>>,
367 | _ p8: Generator<OutI, some Sequence<InI>>,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
368 | ) -> Generator<
369 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:444:17: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
442 | run: { rng in
443 | (
444 | p0.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
445 | p1.runFull(&rng).input,
446 | p2.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
425 | InA, InB, InC, InD, InE, InF, InG, InH, InI, InJ, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI, OutJ
426 | >(
427 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:445:17: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
443 | (
444 | p0.runFull(&rng).input,
445 | p1.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
446 | p2.runFull(&rng).input,
447 | p3.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
426 | >(
427 | _ p0: Generator<OutA, some Sequence<InA>>,
428 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:446:17: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
444 | p0.runFull(&rng).input,
445 | p1.runFull(&rng).input,
446 | p2.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
447 | p3.runFull(&rng).input,
448 | p4.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
427 | _ p0: Generator<OutA, some Sequence<InA>>,
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:447:17: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
445 | p1.runFull(&rng).input,
446 | p2.runFull(&rng).input,
447 | p3.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
448 | p4.runFull(&rng).input,
449 | p5.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:448:17: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
446 | p2.runFull(&rng).input,
447 | p3.runFull(&rng).input,
448 | p4.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
449 | p5.runFull(&rng).input,
450 | p6.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:449:17: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
447 | p3.runFull(&rng).input,
448 | p4.runFull(&rng).input,
449 | p5.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
450 | p6.runFull(&rng).input,
451 | p7.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:450:17: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
448 | p4.runFull(&rng).input,
449 | p5.runFull(&rng).input,
450 | p6.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
451 | p7.runFull(&rng).input,
452 | p8.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:451:17: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
449 | p5.runFull(&rng).input,
450 | p6.runFull(&rng).input,
451 | p7.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
452 | p8.runFull(&rng).input,
453 | p9.runFull(&rng).input,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
435 | _ p8: Generator<OutI, some Sequence<InI>>,
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:452:17: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
450 | p6.runFull(&rng).input,
451 | p7.runFull(&rng).input,
452 | p8.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
453 | p9.runFull(&rng).input,
454 | )
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
437 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:453:17: warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
451 | p7.runFull(&rng).input,
452 | p8.runFull(&rng).input,
453 | p9.runFull(&rng).input,
| `- warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
454 | )
455 | },
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
| `- warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
437 | ) -> Generator<
438 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI, OutJ),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
455 | },
456 | shrink: { tuple in
457 | Shrink.shrinkTuple(
| `- warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
458 | tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker, p5._shrinker,
459 | p6._shrinker, p7._shrinker, p8._shrinker, p9._shrinker)
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
425 | InA, InB, InC, InD, InE, InF, InG, InH, InI, InJ, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI, OutJ
426 | >(
427 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
426 | >(
427 | _ p0: Generator<OutA, some Sequence<InA>>,
428 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
427 | _ p0: Generator<OutA, some Sequence<InA>>,
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
435 | _ p8: Generator<OutI, some Sequence<InI>>,
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
437 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
| `- warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
437 | ) -> Generator<
438 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI, OutJ),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:463:26: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
461 | finalResult: { input in
462 | guard
463 | let r0 = p0._mapFilter(input.0),
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
464 | let r1 = p1._mapFilter(input.1),
465 | let r2 = p2._mapFilter(input.2),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
425 | InA, InB, InC, InD, InE, InF, InG, InH, InI, InJ, OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI, OutJ
426 | >(
427 | _ p0: Generator<OutA, some Sequence<InA>>,
| `- warning: capture of non-Sendable type '(some Sequence<InA>).Type' in an isolated closure
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:464:26: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
462 | guard
463 | let r0 = p0._mapFilter(input.0),
464 | let r1 = p1._mapFilter(input.1),
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
465 | let r2 = p2._mapFilter(input.2),
466 | let r3 = p3._mapFilter(input.3),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
426 | >(
427 | _ p0: Generator<OutA, some Sequence<InA>>,
428 | _ p1: Generator<OutB, some Sequence<InB>>,
| `- warning: capture of non-Sendable type '(some Sequence<InB>).Type' in an isolated closure
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:465:26: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
463 | let r0 = p0._mapFilter(input.0),
464 | let r1 = p1._mapFilter(input.1),
465 | let r2 = p2._mapFilter(input.2),
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
466 | let r3 = p3._mapFilter(input.3),
467 | let r4 = p4._mapFilter(input.4),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
427 | _ p0: Generator<OutA, some Sequence<InA>>,
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
| `- warning: capture of non-Sendable type '(some Sequence<InC>).Type' in an isolated closure
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:466:26: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
464 | let r1 = p1._mapFilter(input.1),
465 | let r2 = p2._mapFilter(input.2),
466 | let r3 = p3._mapFilter(input.3),
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
467 | let r4 = p4._mapFilter(input.4),
468 | let r5 = p5._mapFilter(input.5),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
428 | _ p1: Generator<OutB, some Sequence<InB>>,
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
| `- warning: capture of non-Sendable type '(some Sequence<InD>).Type' in an isolated closure
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:467:26: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
465 | let r2 = p2._mapFilter(input.2),
466 | let r3 = p3._mapFilter(input.3),
467 | let r4 = p4._mapFilter(input.4),
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
468 | let r5 = p5._mapFilter(input.5),
469 | let r6 = p6._mapFilter(input.6),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
429 | _ p2: Generator<OutC, some Sequence<InC>>,
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
| `- warning: capture of non-Sendable type '(some Sequence<InE>).Type' in an isolated closure
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:468:26: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
466 | let r3 = p3._mapFilter(input.3),
467 | let r4 = p4._mapFilter(input.4),
468 | let r5 = p5._mapFilter(input.5),
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
469 | let r6 = p6._mapFilter(input.6),
470 | let r7 = p7._mapFilter(input.7),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
430 | _ p3: Generator<OutD, some Sequence<InD>>,
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
| `- warning: capture of non-Sendable type '(some Sequence<InF>).Type' in an isolated closure
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:469:26: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
467 | let r4 = p4._mapFilter(input.4),
468 | let r5 = p5._mapFilter(input.5),
469 | let r6 = p6._mapFilter(input.6),
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
470 | let r7 = p7._mapFilter(input.7),
471 | let r8 = p8._mapFilter(input.8),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
431 | _ p4: Generator<OutE, some Sequence<InE>>,
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
| `- warning: capture of non-Sendable type '(some Sequence<InG>).Type' in an isolated closure
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:470:26: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
468 | let r5 = p5._mapFilter(input.5),
469 | let r6 = p6._mapFilter(input.6),
470 | let r7 = p7._mapFilter(input.7),
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
471 | let r8 = p8._mapFilter(input.8),
472 | let r9 = p9._mapFilter(input.9),
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
432 | _ p5: Generator<OutF, some Sequence<InF>>,
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
| `- warning: capture of non-Sendable type '(some Sequence<InH>).Type' in an isolated closure
435 | _ p8: Generator<OutI, some Sequence<InI>>,
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:471:26: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
469 | let r6 = p6._mapFilter(input.6),
470 | let r7 = p7._mapFilter(input.7),
471 | let r8 = p8._mapFilter(input.8),
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
472 | let r9 = p9._mapFilter(input.9),
473 | true
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
433 | _ p6: Generator<OutG, some Sequence<InG>>,
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
| `- warning: capture of non-Sendable type '(some Sequence<InI>).Type' in an isolated closure
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
437 | ) -> Generator<
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:472:26: warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
470 | let r7 = p7._mapFilter(input.7),
471 | let r8 = p8._mapFilter(input.8),
472 | let r9 = p9._mapFilter(input.9),
| `- warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
473 | true
474 | else { return nil }
/host/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
434 | _ p7: Generator<OutH, some Sequence<InH>>,
435 | _ p8: Generator<OutI, some Sequence<InI>>,
436 | _ p9: Generator<OutJ, some Sequence<InJ>>,
| `- warning: capture of non-Sendable type '(some Sequence<InJ>).Type' in an isolated closure
437 | ) -> Generator<
438 | (OutA, OutB, OutC, OutD, OutE, OutF, OutG, OutH, OutI, OutJ),
[19/34] Compiling PropertyBased Shrink+Bitset.swift
[20/34] Compiling PropertyBased Shrink+Collection.swift
[21/34] Compiling PropertyBased Shrink+Date.swift
[22/34] Compiling PropertyBased Shrink+Float.swift
[23/34] Compiling PropertyBased Gen+Collection.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:29:25: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
30 | return value.randomElement(using: &rng)
31 | })
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:27:92: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
25 | /// Produces a generator of random elements of this generator's collection.
26 | @inlinable
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:80:39: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
78 | collection.reserveCapacity(itemCount)
79 | for _ in 0..<itemCount {
80 | collection.append(self.runFull(&rng).input)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
81 | }
82 | return collection
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:85:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
83 | },
84 | shrink: {
85 | Shrink.shrinkArray($0, shrinker: _shrinker, lowerBound: count.lowerBound)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:88:38: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
88 | return $0.compactMap(self._mapFilter)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
89 | })
90 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:122:13: warning: capture of non-Sendable type 'K.Type' in an isolated closure
120 | where ResultValue == (K, V) {
121 | return array(of: count).map {
122 | Dictionary($0, uniquingKeysWith: { a, _ in a })
| `- warning: capture of non-Sendable type 'K.Type' in an isolated closure
123 | }
124 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:157:39: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
155 | @inlinable
156 | public func set(ofAtMost count: ClosedRange<Int>) -> Generator<Set<ResultValue>, ArrayShrink> {
157 | return array(of: count).map { Set($0) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
158 | }
159 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:193:42: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
191 | /// ```
192 | public static var optionSet: Generator<Value, Shrink.Bitwise<Value.RawValue>> {
193 | Gen<Value.RawValue>.bitSet.map { Value(rawValue: $0) }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
194 | }
195 | }
[24/34] Compiling PropertyBased Gen+Color.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:29:25: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
30 | return value.randomElement(using: &rng)
31 | })
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:27:92: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
25 | /// Produces a generator of random elements of this generator's collection.
26 | @inlinable
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:80:39: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
78 | collection.reserveCapacity(itemCount)
79 | for _ in 0..<itemCount {
80 | collection.append(self.runFull(&rng).input)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
81 | }
82 | return collection
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:85:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
83 | },
84 | shrink: {
85 | Shrink.shrinkArray($0, shrinker: _shrinker, lowerBound: count.lowerBound)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:88:38: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
88 | return $0.compactMap(self._mapFilter)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
89 | })
90 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:122:13: warning: capture of non-Sendable type 'K.Type' in an isolated closure
120 | where ResultValue == (K, V) {
121 | return array(of: count).map {
122 | Dictionary($0, uniquingKeysWith: { a, _ in a })
| `- warning: capture of non-Sendable type 'K.Type' in an isolated closure
123 | }
124 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:157:39: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
155 | @inlinable
156 | public func set(ofAtMost count: ClosedRange<Int>) -> Generator<Set<ResultValue>, ArrayShrink> {
157 | return array(of: count).map { Set($0) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
158 | }
159 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:193:42: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
191 | /// ```
192 | public static var optionSet: Generator<Value, Shrink.Bitwise<Value.RawValue>> {
193 | Gen<Value.RawValue>.bitSet.map { Value(rawValue: $0) }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
194 | }
195 | }
[25/34] Compiling PropertyBased Gen+Date.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:29:25: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
30 | return value.randomElement(using: &rng)
31 | })
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:27:92: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
25 | /// Produces a generator of random elements of this generator's collection.
26 | @inlinable
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:80:39: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
78 | collection.reserveCapacity(itemCount)
79 | for _ in 0..<itemCount {
80 | collection.append(self.runFull(&rng).input)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
81 | }
82 | return collection
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:85:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
83 | },
84 | shrink: {
85 | Shrink.shrinkArray($0, shrinker: _shrinker, lowerBound: count.lowerBound)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:88:38: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
88 | return $0.compactMap(self._mapFilter)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
89 | })
90 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:122:13: warning: capture of non-Sendable type 'K.Type' in an isolated closure
120 | where ResultValue == (K, V) {
121 | return array(of: count).map {
122 | Dictionary($0, uniquingKeysWith: { a, _ in a })
| `- warning: capture of non-Sendable type 'K.Type' in an isolated closure
123 | }
124 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:157:39: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
155 | @inlinable
156 | public func set(ofAtMost count: ClosedRange<Int>) -> Generator<Set<ResultValue>, ArrayShrink> {
157 | return array(of: count).map { Set($0) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
158 | }
159 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:193:42: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
191 | /// ```
192 | public static var optionSet: Generator<Value, Shrink.Bitwise<Value.RawValue>> {
193 | Gen<Value.RawValue>.bitSet.map { Value(rawValue: $0) }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
194 | }
195 | }
[26/34] Compiling PropertyBased Gen+Duration.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:29:25: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
30 | return value.randomElement(using: &rng)
31 | })
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:27:92: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
25 | /// Produces a generator of random elements of this generator's collection.
26 | @inlinable
27 | public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
28 | return .init(run: { rng in
29 | let value = self.run(using: &rng)
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:80:39: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
78 | collection.reserveCapacity(itemCount)
79 | for _ in 0..<itemCount {
80 | collection.append(self.runFull(&rng).input)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
81 | }
82 | return collection
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:85:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
83 | },
84 | shrink: {
85 | Shrink.shrinkArray($0, shrinker: _shrinker, lowerBound: count.lowerBound)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:88:38: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
86 | },
87 | finalResult: {
88 | return $0.compactMap(self._mapFilter)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
89 | })
90 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
69 | /// - Returns: A generator of arrays.
70 | @inlinable
71 | public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
72 | return .init(
73 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:122:13: warning: capture of non-Sendable type 'K.Type' in an isolated closure
120 | where ResultValue == (K, V) {
121 | return array(of: count).map {
122 | Dictionary($0, uniquingKeysWith: { a, _ in a })
| `- warning: capture of non-Sendable type 'K.Type' in an isolated closure
123 | }
124 | }
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:157:39: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
155 | @inlinable
156 | public func set(ofAtMost count: ClosedRange<Int>) -> Generator<Set<ResultValue>, ArrayShrink> {
157 | return array(of: count).map { Set($0) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
158 | }
159 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:193:42: warning: capture of non-Sendable type 'Value.Type' in an isolated closure
191 | /// ```
192 | public static var optionSet: Generator<Value, Shrink.Bitwise<Value.RawValue>> {
193 | Gen<Value.RawValue>.bitSet.map { Value(rawValue: $0) }
| `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure
194 | }
195 | }
[27/34] Compiling PropertyBased Gen+Float.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:30:27: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
28 | /// ```
29 | public var simd2: Generator<SIMD2<ResultValue>, Shrink.Tuple<(InputValue, InputValue)>> {
30 | return pair.map { SIMD2($0, $1) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
31 | }
32 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:40:49: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
38 | /// ```
39 | public var simd3: Generator<SIMD3<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue)>> {
40 | return zip(self, self, self).map { t in SIMD3(t.0, t.1, t.2) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
41 | }
42 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:50:55: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
48 | /// ```
49 | public var simd4: Generator<SIMD4<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue, InputValue)>> {
50 | return zip(self, self, self, self).map { t in SIMD4(t.0, t.1, t.2, t.3) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
51 | }
52 | }
[28/34] Compiling PropertyBased Gen+Int.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:30:27: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
28 | /// ```
29 | public var simd2: Generator<SIMD2<ResultValue>, Shrink.Tuple<(InputValue, InputValue)>> {
30 | return pair.map { SIMD2($0, $1) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
31 | }
32 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:40:49: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
38 | /// ```
39 | public var simd3: Generator<SIMD3<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue)>> {
40 | return zip(self, self, self).map { t in SIMD3(t.0, t.1, t.2) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
41 | }
42 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:50:55: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
48 | /// ```
49 | public var simd4: Generator<SIMD4<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue, InputValue)>> {
50 | return zip(self, self, self, self).map { t in SIMD4(t.0, t.1, t.2, t.3) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
51 | }
52 | }
[29/34] Compiling PropertyBased Gen+SIMD.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:30:27: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
28 | /// ```
29 | public var simd2: Generator<SIMD2<ResultValue>, Shrink.Tuple<(InputValue, InputValue)>> {
30 | return pair.map { SIMD2($0, $1) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
31 | }
32 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:40:49: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
38 | /// ```
39 | public var simd3: Generator<SIMD3<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue)>> {
40 | return zip(self, self, self).map { t in SIMD3(t.0, t.1, t.2) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
41 | }
42 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:50:55: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
48 | /// ```
49 | public var simd4: Generator<SIMD4<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue, InputValue)>> {
50 | return zip(self, self, self, self).map { t in SIMD4(t.0, t.1, t.2, t.3) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
51 | }
52 | }
[30/34] Compiling PropertyBased Gen+String.swift
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:30:27: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
28 | /// ```
29 | public var simd2: Generator<SIMD2<ResultValue>, Shrink.Tuple<(InputValue, InputValue)>> {
30 | return pair.map { SIMD2($0, $1) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
31 | }
32 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:40:49: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
38 | /// ```
39 | public var simd3: Generator<SIMD3<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue)>> {
40 | return zip(self, self, self).map { t in SIMD3(t.0, t.1, t.2) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
41 | }
42 |
/host/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:50:55: warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
48 | /// ```
49 | public var simd4: Generator<SIMD4<ResultValue>, Shrink.Tuple<(InputValue, InputValue, InputValue, InputValue)>> {
50 | return zip(self, self, self, self).map { t in SIMD4(t.0, t.1, t.2, t.3) }
| `- warning: capture of non-Sendable type 'ResultValue.Type' in an isolated closure
51 | }
52 | }
[31/34] Compiling PropertyBased Gen.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:135:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
133 | shrink: _shrinker,
134 | finalResult: {
135 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
136 | return transform(result)
137 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:128:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
126 | /// - Returns: A generator of `NewValue`s.
127 | @inlinable
128 | public func map<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
129 | NewValue, ShrinkSequence
130 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:155:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
153 | shrink: _shrinker,
154 | finalResult: {
155 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
156 | return transform(result.0, result.1)
157 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:175:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
173 | shrink: _shrinker,
174 | finalResult: {
175 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
176 | return transform(result)
177 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:168:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
166 | /// - Returns: A generator of the non-nil results of calling the given transformation with a value of the generator.
167 | @inlinable
168 | public func compactMap<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue?) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
169 | NewValue, ShrinkSequence
170 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:212:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
210 | return nil as InputValue?
211 | }
212 | return self._runIntermediate(&rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:215:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
215 | if let value {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
216 | Shrink.WithNil(_shrinker(value))
217 | } else {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:223:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
221 | finalResult: {
222 | if let some = $0 {
223 | return self._mapFilter(some)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
224 | }
225 | return .some(.none)
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:258:23: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
258 | shrink: { AnySequence(_shrinker($0)) },
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
259 | finalResult: _mapFilter
260 | )
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:255:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
253 | /// This can be used if multiple generators must have the exact same type.
254 | /// - Returns: A copy of this generator.
255 | @inlinable public func eraseToAnySequence() -> Generator<ResultValue, AnySequence<InputValue>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
[32/34] Compiling PropertyBased Generator.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:135:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
133 | shrink: _shrinker,
134 | finalResult: {
135 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
136 | return transform(result)
137 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:128:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
126 | /// - Returns: A generator of `NewValue`s.
127 | @inlinable
128 | public func map<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
129 | NewValue, ShrinkSequence
130 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:155:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
153 | shrink: _shrinker,
154 | finalResult: {
155 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
156 | return transform(result.0, result.1)
157 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:175:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
173 | shrink: _shrinker,
174 | finalResult: {
175 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
176 | return transform(result)
177 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:168:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
166 | /// - Returns: A generator of the non-nil results of calling the given transformation with a value of the generator.
167 | @inlinable
168 | public func compactMap<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue?) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
169 | NewValue, ShrinkSequence
170 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:212:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
210 | return nil as InputValue?
211 | }
212 | return self._runIntermediate(&rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:215:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
215 | if let value {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
216 | Shrink.WithNil(_shrinker(value))
217 | } else {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:223:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
221 | finalResult: {
222 | if let some = $0 {
223 | return self._mapFilter(some)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
224 | }
225 | return .some(.none)
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:258:23: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
258 | shrink: { AnySequence(_shrinker($0)) },
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
259 | finalResult: _mapFilter
260 | )
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:255:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
253 | /// This can be used if multiple generators must have the exact same type.
254 | /// - Returns: A copy of this generator.
255 | @inlinable public func eraseToAnySequence() -> Generator<ResultValue, AnySequence<InputValue>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
[33/34] Compiling PropertyBased IssueCounting.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:135:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
133 | shrink: _shrinker,
134 | finalResult: {
135 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
136 | return transform(result)
137 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:128:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
126 | /// - Returns: A generator of `NewValue`s.
127 | @inlinable
128 | public func map<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
129 | NewValue, ShrinkSequence
130 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:155:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
153 | shrink: _shrinker,
154 | finalResult: {
155 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
156 | return transform(result.0, result.1)
157 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:175:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
173 | shrink: _shrinker,
174 | finalResult: {
175 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
176 | return transform(result)
177 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:168:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
166 | /// - Returns: A generator of the non-nil results of calling the given transformation with a value of the generator.
167 | @inlinable
168 | public func compactMap<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue?) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
169 | NewValue, ShrinkSequence
170 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:212:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
210 | return nil as InputValue?
211 | }
212 | return self._runIntermediate(&rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:215:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
215 | if let value {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
216 | Shrink.WithNil(_shrinker(value))
217 | } else {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:223:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
221 | finalResult: {
222 | if let some = $0 {
223 | return self._mapFilter(some)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
224 | }
225 | return .some(.none)
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:258:23: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
258 | shrink: { AnySequence(_shrinker($0)) },
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
259 | finalResult: _mapFilter
260 | )
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:255:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
253 | /// This can be used if multiple generators must have the exact same type.
254 | /// - Returns: A copy of this generator.
255 | @inlinable public func eraseToAnySequence() -> Generator<ResultValue, AnySequence<InputValue>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
[34/34] Compiling PropertyBased Mutex.swift
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:135:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
133 | shrink: _shrinker,
134 | finalResult: {
135 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
136 | return transform(result)
137 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:128:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
126 | /// - Returns: A generator of `NewValue`s.
127 | @inlinable
128 | public func map<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
129 | NewValue, ShrinkSequence
130 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:155:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
153 | shrink: _shrinker,
154 | finalResult: {
155 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
156 | return transform(result.0, result.1)
157 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type '(ItemA, ItemB).Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
146 | /// - Returns: A generator of `NewValue`s.
147 | @inlinable
148 | public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
149 | NewValue, ShrinkSequence
150 | > where ResultValue == (ItemA, ItemB) {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:175:33: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
173 | shrink: _shrinker,
174 | finalResult: {
175 | if let result = self._mapFilter($0) {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
176 | return transform(result)
177 | }
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:168:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
166 | /// - Returns: A generator of the non-nil results of calling the given transformation with a value of the generator.
167 | @inlinable
168 | public func compactMap<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue?) -> Generator<
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
169 | NewValue, ShrinkSequence
170 | > {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:212:24: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
210 | return nil as InputValue?
211 | }
212 | return self._runIntermediate(&rng)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:215:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
213 | },
214 | shrink: { value in
215 | if let value {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
216 | Shrink.WithNil(_shrinker(value))
217 | } else {
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:223:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
221 | finalResult: {
222 | if let some = $0 {
223 | return self._mapFilter(some)
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
224 | }
225 | return .some(.none)
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
204 | /// - Parameter valueRate: The rate of not-`nil` values. Must be a number between 0 and 1.
205 | /// - Returns: A generator of optional values.
206 | public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
207 | return .init(
208 | run: { rng in
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:258:23: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
258 | shrink: { AnySequence(_shrinker($0)) },
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
259 | finalResult: _mapFilter
260 | )
/host/spi-builder-workspace/Sources/PropertyBased/Generator.swift:255:28: warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
253 | /// This can be used if multiple generators must have the exact same type.
254 | /// - Returns: A copy of this generator.
255 | @inlinable public func eraseToAnySequence() -> Generator<ResultValue, AnySequence<InputValue>> {
| `- warning: capture of non-Sendable type 'ShrinkSequence.Type' in an isolated closure
256 | return .init(
257 | run: _runIntermediate,
Build complete! (10.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PropertyBased",
"name" : "PropertyBased",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PropertyBased",
"targets" : [
"PropertyBased"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PropertyBasedTests",
"module_type" : "SwiftTarget",
"name" : "PropertyBasedTests",
"path" : "Tests/PropertyBasedTests",
"sources" : [
"FixedSeedTests.swift",
"GenTests+Collection.swift",
"GenTests+Date.swift",
"GenTests+SIMD.swift",
"GenTests+String.swift",
"GenTests.swift",
"IntegerAdditionTests.swift",
"PropertyCheckTests.swift",
"ShrinkTests+Array.swift",
"ShrinkTests+Bitset.swift",
"ShrinkTests+Date.swift",
"ShrinkTests+Dictionary.swift",
"ShrinkTests+Float.swift",
"ShrinkTests+Integer.swift",
"ShrinkTests+Tuple.swift",
"Utils.swift",
"ZipTests.swift"
],
"target_dependencies" : [
"PropertyBased"
],
"type" : "test"
},
{
"c99name" : "PropertyBased",
"module_type" : "SwiftTarget",
"name" : "PropertyBased",
"path" : "Sources/PropertyBased",
"product_memberships" : [
"PropertyBased"
],
"sources" : [
"ClosedIntegerRange.swift",
"Date+String.swift",
"EnableShrinkTrait.swift",
"FixedSeedTrait.swift",
"Gen+Collection.swift",
"Gen+Color.swift",
"Gen+Date.swift",
"Gen+Duration.swift",
"Gen+Float.swift",
"Gen+Int.swift",
"Gen+SIMD.swift",
"Gen+String.swift",
"Gen.swift",
"Generator.swift",
"IssueCounting.swift",
"Mutex.swift",
"PropertyCheck+Pack.swift",
"PropertyCheck.swift",
"SeededRandomNumberGenerator.swift",
"Shrink+Appended.swift",
"Shrink+Bitset.swift",
"Shrink+Collection.swift",
"Shrink+Date.swift",
"Shrink+Float.swift",
"Shrink+Integer.swift",
"Shrink+MutableCollection.swift",
"Shrink+Optional.swift",
"Shrink+Tuple.swift",
"Shrink.swift",
"Xoshiro.swift",
"Zip.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.