The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of PropertyBased, reference main (28ea0a), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 21 Jun 2025 20:57:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PropertyBased -destination generic/platform=iOS

Build Log

EmitSwiftModule normal arm64 (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:29:25: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
            let value = self.run(using: &rng)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:27:92: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:80:39: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                    collection.append(self.runFull(&rng).input)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:85:24: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                Shrink.shrinkArray($0, shrinker: _shrinker, lowerBound: count.lowerBound)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:88:38: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                return $0.compactMap(self._mapFilter)
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:122:13: warning: capture of non-sendable type 'K.Type' in an isolated closure
            Dictionary($0, uniquingKeysWith: { a, _ in a })
            ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:157:39: warning: capture of non-sendable type 'ResultValue.Type' in an isolated closure
        return array(of: count).map { Set($0) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:135:33: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                if let result = self._mapFilter($0) {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:128:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func map<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:155:33: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                if let result = self._mapFilter($0) {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-sendable type '(ItemA, ItemB).Type' in an isolated closure
    public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:175:33: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                if let result = self._mapFilter($0) {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:168:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func compactMap<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue?) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:258:23: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
            shrink: { AnySequence(_shrinker($0)) },
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:255:28: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    @inlinable public func eraseToAnySequence() -> Generator<ResultValue, AnySequence<InputValue>> {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:27:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:18:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:28:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:19:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:32:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:32:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:18:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:19:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:36:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:18:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:37:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:19:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:64:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:54:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:65:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:55:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:66:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:56:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:70:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:70:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:70:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:54:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:55:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:56:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:74:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:54:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:75:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:55:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:76:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:56:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:105:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:94:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:106:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:95:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:107:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:96:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:108:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:97:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:94:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:95:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:96:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:97:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:116:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:94:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:117:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:95:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:118:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:96:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:119:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:97:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:150:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:151:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:152:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:153:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:154:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:162:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:163:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:164:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:165:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:166:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:199:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:200:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:201:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:202:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:203:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:204:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:213:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:214:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:215:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:216:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:217:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:218:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:253:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:254:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:255:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:256:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:257:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:258:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:259:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:269:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:270:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:271:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:272:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:273:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:274:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:275:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:312:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:313:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:314:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:315:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:316:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:317:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:318:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:319:17: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                p7.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:329:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:330:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:331:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:332:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:333:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:334:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:335:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:336:26: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                let r7 = p7._mapFilter(input.7),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:375:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:376:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:377:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:378:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:379:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:380:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:381:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:382:17: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                p7.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:383:17: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                p8.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:393:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:394:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:395:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:396:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:397:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:398:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:399:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:400:26: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                let r7 = p7._mapFilter(input.7),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:401:26: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                let r8 = p8._mapFilter(input.8),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:444:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:445:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:446:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:447:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:448:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:449:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:450:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:451:17: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                p7.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:452:17: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                p8.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:453:17: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
                p9.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
    _ p9: Generator<OutJ, some Sequence<InJ>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
    _ p9: Generator<OutJ, some Sequence<InJ>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:463:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:464:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:465:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:466:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:467:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:468:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:469:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:470:26: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                let r7 = p7._mapFilter(input.7),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:471:26: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                let r8 = p8._mapFilter(input.8),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:472:26: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
                let r9 = p9._mapFilter(input.9),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
    _ p9: Generator<OutJ, some Sequence<InJ>>,
      ^
SwiftCompile normal arm64 Compiling\ Shrink+Date.swift,\ Shrink+Float.swift,\ Shrink+Integer.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Date.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Float.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Integer.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Date.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Float.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Integer.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Shrink.swift,\ Xoshiro.swift,\ Zip.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Xoshiro.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Xoshiro.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:27:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:18:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:28:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:19:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:32:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:32:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:18:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:19:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:36:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:18:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:37:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:19:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:64:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:54:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:65:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:55:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:66:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:56:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:70:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:70:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:70:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:54:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:55:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:56:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:74:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:54:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:75:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:55:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:76:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:56:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:105:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:94:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:106:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:95:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:107:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:96:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:108:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:97:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:112:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:94:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:95:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:96:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:97:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:116:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:94:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:117:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:95:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:118:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:96:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:119:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:97:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:150:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:151:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:152:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:153:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:154:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:158:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(tuple, shrinkers: p0._shrinker, p1._shrinker, p2._shrinker, p3._shrinker, p4._shrinker)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:162:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:138:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:163:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:139:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:164:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:140:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:165:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:141:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:166:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:142:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:199:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:200:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:201:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:202:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:203:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:204:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:208:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:213:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:186:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:214:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:187:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:215:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:188:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:216:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:189:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:217:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:190:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:218:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:191:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:253:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:254:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:255:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:256:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:257:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:258:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:259:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:263:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:269:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:239:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:270:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:240:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:271:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:241:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:272:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:242:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:273:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:243:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:274:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:244:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:275:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:245:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:312:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:313:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:314:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:315:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:316:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:317:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:318:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:319:17: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                p7.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:323:20: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:329:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:297:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:330:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:298:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:331:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:299:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:332:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:300:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:333:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:301:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:334:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:302:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:335:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:303:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:336:26: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                let r7 = p7._mapFilter(input.7),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:304:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:375:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:376:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:377:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:378:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:379:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:380:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:381:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:382:17: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                p7.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:383:17: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                p8.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:387:20: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:393:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:359:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:394:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:360:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:395:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:361:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:396:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:362:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:397:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:363:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:398:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:364:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:399:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:365:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:400:26: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                let r7 = p7._mapFilter(input.7),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:366:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:401:26: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                let r8 = p8._mapFilter(input.8),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:367:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:444:17: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                p0.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:445:17: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                p1.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:446:17: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                p2.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:447:17: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                p3.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:448:17: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                p4.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:449:17: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                p5.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:450:17: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                p6.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:451:17: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                p7.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:452:17: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                p8.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:453:17: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
                p9.runFull(&rng).input,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
    _ p9: Generator<OutJ, some Sequence<InJ>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:457:20: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
            Shrink.shrinkTuple(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
    _ p9: Generator<OutJ, some Sequence<InJ>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:463:26: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
                let r0 = p0._mapFilter(input.0),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:427:7: warning: capture of non-sendable type '(some Sequence<InA>).Type' in an isolated closure
    _ p0: Generator<OutA, some Sequence<InA>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:464:26: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
                let r1 = p1._mapFilter(input.1),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:428:7: warning: capture of non-sendable type '(some Sequence<InB>).Type' in an isolated closure
    _ p1: Generator<OutB, some Sequence<InB>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:465:26: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
                let r2 = p2._mapFilter(input.2),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:429:7: warning: capture of non-sendable type '(some Sequence<InC>).Type' in an isolated closure
    _ p2: Generator<OutC, some Sequence<InC>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:466:26: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
                let r3 = p3._mapFilter(input.3),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:430:7: warning: capture of non-sendable type '(some Sequence<InD>).Type' in an isolated closure
    _ p3: Generator<OutD, some Sequence<InD>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:467:26: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
                let r4 = p4._mapFilter(input.4),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:431:7: warning: capture of non-sendable type '(some Sequence<InE>).Type' in an isolated closure
    _ p4: Generator<OutE, some Sequence<InE>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:468:26: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
                let r5 = p5._mapFilter(input.5),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:432:7: warning: capture of non-sendable type '(some Sequence<InF>).Type' in an isolated closure
    _ p5: Generator<OutF, some Sequence<InF>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:469:26: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
                let r6 = p6._mapFilter(input.6),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:433:7: warning: capture of non-sendable type '(some Sequence<InG>).Type' in an isolated closure
    _ p6: Generator<OutG, some Sequence<InG>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:470:26: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
                let r7 = p7._mapFilter(input.7),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:434:7: warning: capture of non-sendable type '(some Sequence<InH>).Type' in an isolated closure
    _ p7: Generator<OutH, some Sequence<InH>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:471:26: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
                let r8 = p8._mapFilter(input.8),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:435:7: warning: capture of non-sendable type '(some Sequence<InI>).Type' in an isolated closure
    _ p8: Generator<OutI, some Sequence<InI>>,
      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:472:26: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
                let r9 = p9._mapFilter(input.9),
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Zip.swift:436:7: warning: capture of non-sendable type '(some Sequence<InJ>).Type' in an isolated closure
    _ p9: Generator<OutJ, some Sequence<InJ>>,
      ^
SwiftCompile normal arm64 Compiling\ Generator.swift,\ IssueCounting.swift,\ Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/IssueCounting.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Mutex.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:135:33: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                if let result = self._mapFilter($0) {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:128:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func map<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:155:33: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                if let result = self._mapFilter($0) {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-sendable type '(ItemA, ItemB).Type' in an isolated closure
    public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:148:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func map<NewValue, ItemA, ItemB>(_ transform: @Sendable @escaping (ItemA, ItemB) -> NewValue) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:175:33: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                if let result = self._mapFilter($0) {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:168:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func compactMap<NewValue>(_ transform: @Sendable @escaping (ResultValue) -> NewValue?) -> Generator<
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:212:24: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                return self._runIntermediate(&rng)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:215:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                if let value {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:223:28: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                    return self._mapFilter(some)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:206:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func optional(valueRate: Float = 0.75) -> Generator<ResultValue?, Shrink.WithNil<ShrinkSequence>> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:258:23: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
            shrink: { AnySequence(_shrinker($0)) },
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Generator.swift:255:28: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    @inlinable public func eraseToAnySequence() -> Generator<ResultValue, AnySequence<InputValue>> {
                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/IssueCounting.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Mutex.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Shrink+Appended.swift,\ Shrink+Bitset.swift,\ Shrink+Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Appended.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Bitset.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Collection.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Appended.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Bitset.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Collection.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PropertyCheck+Pack.swift,\ PropertyCheck.swift,\ SeededRandomNumberGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/PropertyCheck+Pack.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/PropertyCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/SeededRandomNumberGenerator.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/PropertyCheck+Pack.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/PropertyCheck.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/SeededRandomNumberGenerator.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Gen+Collection.swift,\ Gen+Color.swift,\ Gen+Date.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Date.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:29:25: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
            let value = self.run(using: &rng)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:27:92: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public var element: Generator<ResultValue.Element?, Shrink.None<ResultValue.Element?>> {
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:80:39: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                    collection.append(self.runFull(&rng).input)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:85:24: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                Shrink.shrinkArray($0, shrinker: _shrinker, lowerBound: count.lowerBound)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:88:38: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
                return $0.compactMap(self._mapFilter)
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:71:17: warning: capture of non-sendable type 'ShrinkSequence.Type' in an isolated closure
    public func array(of count: ClosedRange<Int>) -> Generator<[ResultValue], ArrayShrink> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:122:13: warning: capture of non-sendable type 'K.Type' in an isolated closure
            Dictionary($0, uniquingKeysWith: { a, _ in a })
            ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:157:39: warning: capture of non-sendable type 'ResultValue.Type' in an isolated closure
        return array(of: count).map { Set($0) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Collection.swift:193:42: warning: capture of non-sendable type 'Value.Type' in an isolated closure
        Gen<Value.RawValue>.bitSet.map { Value(rawValue: $0) }
                                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Color.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Date.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ClosedIntegerRange.swift,\ Date+String.swift,\ EnableShrinkTrait.swift,\ FixedSeedTrait.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/ClosedIntegerRange.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Date+String.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/EnableShrinkTrait.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/FixedSeedTrait.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/ClosedIntegerRange.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Date+String.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/EnableShrinkTrait.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/FixedSeedTrait.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Shrink+MutableCollection.swift,\ Shrink+Optional.swift,\ Shrink+Tuple.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+MutableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Optional.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Tuple.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+MutableCollection.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Optional.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Shrink+Tuple.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Gen+SIMD.swift,\ Gen+String.swift,\ Gen.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+String.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:30:27: warning: capture of non-sendable type 'ResultValue.Type' in an isolated closure
        return pair.map { SIMD2($0, $1) }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:40:49: warning: capture of non-sendable type 'ResultValue.Type' in an isolated closure
        return zip(self, self, self).map { t in SIMD3(t.0, t.1, t.2) }
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+SIMD.swift:50:55: warning: capture of non-sendable type 'ResultValue.Type' in an isolated closure
        return zip(self, self, self, self).map { t in SIMD4(t.0, t.1, t.2, t.3) }
                                                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+String.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Gen+Duration.swift,\ Gen+Float.swift,\ Gen+Int.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Duration.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Float.swift /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Int.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Duration.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Float.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PropertyBased/Gen+Int.swift (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for PropertyBased (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriver\ Compilation\ Requirements PropertyBased normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyBased -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Shrink+Appended.swift, Shrink+Bitset.swift, Shrink+Collection.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling Shrink+MutableCollection.swift, Shrink+Optional.swift, Shrink+Tuple.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyBased-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased-Swift.h (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyBased-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftmodule (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftdoc (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.abi.json (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftsourceinfo (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Generator.swift, IssueCounting.swift, Mutex.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyCheck+Pack.swift, PropertyCheck.swift, SeededRandomNumberGenerator.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling Gen+SIMD.swift, Gen+String.swift, Gen.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling Gen+Duration.swift, Gen+Float.swift, Gen+Int.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling Shrink+Date.swift, Shrink+Float.swift, Shrink+Integer.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling Shrink.swift, Xoshiro.swift, Zip.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling ClosedIntegerRange.swift, Date+String.swift, EnableShrinkTrait.swift, FixedSeedTrait.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriverJobDiscovery normal arm64 Compiling Gen+Collection.swift, Gen+Color.swift, Gen+Date.swift (in target 'PropertyBased' from project 'PropertyBased')
SwiftDriver\ Compilation PropertyBased normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyBased -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.o normal (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.o
ExtractAppIntentsMetadata (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PropertyBased --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.PropertyBased --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/PropertyBased.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/PropertyBased.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PropertyBased.build/Debug-iphoneos/PropertyBased.build/Objects-normal/arm64/PropertyBased.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-21 13:57:50.536 appintentsmetadataprocessor[659:3730] Starting appintentsmetadataprocessor export
2025-06-21 13:57:50.593 appintentsmetadataprocessor[659:3730] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.o (in target 'PropertyBased' from project 'PropertyBased')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyBased.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PropertyBased",
  "name" : "PropertyBased",
  "path" : "/Users/admin/builder/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"
}
Done.