The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Bow, reference master (a8c1a7), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 16:23:24 UTC.

Swift 6 data race errors: 17

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Try+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Try' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Try: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Try' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Try<A>> {
 8 |         let failure = Gen.pure(Try<A>.failure(TryError.illegalState))
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Validated+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Validated' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Validated: Arbitrary where E: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Validated' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Validated<E, A>> {
 8 |         let invalid = E.arbitrary.map(Validated.invalid)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Yoneda+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Yoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Yoneda
 5 |
 6 | extension Yoneda: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Yoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Yoneda<F, A>> {
 8 |         KindOf<F, A>.arbitrary.map { fa in
[297/441] Compiling BowOptics AffineTraversal.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function0+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function0: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function0<A>> {
 8 |         A.arbitrary.map { a in Function0 { a } }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Kleisli+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Kleisli: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Kleisli<F, D, A>> {
 8 |         Gen.from(KleisliPartial.generate >>> Kleisli.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/LazyFunction1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension LazyFunction1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<LazyFunction1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
[298/441] Compiling BowOptics AutoAffineTraversal.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function0+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function0: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function0<A>> {
 8 |         A.arbitrary.map { a in Function0 { a } }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Kleisli+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Kleisli: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Kleisli<F, D, A>> {
 8 |         Gen.from(KleisliPartial.generate >>> Kleisli.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/LazyFunction1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension LazyFunction1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<LazyFunction1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function0+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function0: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function0<A>> {
 8 |         A.arbitrary.map { a in Function0 { a } }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Kleisli+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Kleisli: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Kleisli<F, D, A>> {
 8 |         Gen.from(KleisliPartial.generate >>> Kleisli.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/LazyFunction1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension LazyFunction1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<LazyFunction1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function0+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function0: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function0<A>> {
 8 |         A.arbitrary.map { a in Function0 { a } }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Kleisli+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Kleisli: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Kleisli<F, D, A>> {
 8 |         Gen.from(KleisliPartial.generate >>> Kleisli.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/LazyFunction1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension LazyFunction1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<LazyFunction1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
[301/441] Compiling BowOptics Lens.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/OptionT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension OptionT: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<OptionT<F, A>> {
 8 |         Gen.from(OptionTPartial.generate >>> OptionT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StateT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StateT: Arbitrary where F: ArbitraryK & Applicative, S: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StateT<F, S, A>> {
 8 |         Gen.from(StateTPartial.generate >>> StateT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StoreT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StoreT: Arbitrary where S: CoArbitrary & Hashable & Arbitrary, W: Functor & ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StoreT<S, W, A>> {
 8 |         Gen.from(StoreTPartial.generate >>> StoreT.fix)
[302/441] Compiling BowOptics Prism.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/OptionT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension OptionT: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<OptionT<F, A>> {
 8 |         Gen.from(OptionTPartial.generate >>> OptionT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StateT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StateT: Arbitrary where F: ArbitraryK & Applicative, S: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StateT<F, S, A>> {
 8 |         Gen.from(StateTPartial.generate >>> StateT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StoreT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StoreT: Arbitrary where S: CoArbitrary & Hashable & Arbitrary, W: Functor & ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StoreT<S, W, A>> {
 8 |         Gen.from(StoreTPartial.generate >>> StoreT.fix)
[303/441] Compiling BowOptics ArrayK+Optics.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/OptionT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension OptionT: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<OptionT<F, A>> {
 8 |         Gen.from(OptionTPartial.generate >>> OptionT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StateT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StateT: Arbitrary where F: ArbitraryK & Applicative, S: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StateT<F, S, A>> {
 8 |         Gen.from(StateTPartial.generate >>> StateT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StoreT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StoreT: Arbitrary where S: CoArbitrary & Hashable & Arbitrary, W: Functor & ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StoreT<S, W, A>> {
 8 |         Gen.from(StoreTPartial.generate >>> StoreT.fix)
[304/441] Compiling BowOptics TryOpticsInstances.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Zipper+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Zipper: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Zipper<A>> {
 8 |         Gen.zip([A].arbitrary, A.arbitrary, [A].arbitrary)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EitherT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherT: Arbitrary where F: ArbitraryK, A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherT<F, A, B>> {
 8 |         Gen.from(EitherTPartial.generate >>> EitherT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EnvT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EnvT: Arbitrary where E: Arbitrary, W: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EnvT<E, W, A>> {
 8 |         Gen.from(EnvTPartial.generate >>> EnvT.fix)
[305/441] Compiling BowOptics ValidatedOpticsInstances.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Zipper+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Zipper: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Zipper<A>> {
 8 |         Gen.zip([A].arbitrary, A.arbitrary, [A].arbitrary)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EitherT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherT: Arbitrary where F: ArbitraryK, A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherT<F, A, B>> {
 8 |         Gen.from(EitherTPartial.generate >>> EitherT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EnvT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EnvT: Arbitrary where E: Arbitrary, W: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EnvT<E, W, A>> {
 8 |         Gen.from(EnvTPartial.generate >>> EnvT.fix)
[306/441] Compiling BowOptics Iso.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Zipper+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Zipper: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Zipper<A>> {
 8 |         Gen.zip([A].arbitrary, A.arbitrary, [A].arbitrary)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EitherT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherT: Arbitrary where F: ArbitraryK, A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherT<F, A, B>> {
 8 |         Gen.from(EitherTPartial.generate >>> EitherT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EnvT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EnvT: Arbitrary where E: Arbitrary, W: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EnvT<E, W, A>> {
 8 |         Gen.from(EnvTPartial.generate >>> EnvT.fix)
[307/441] Compiling BowOptics ArrayKOpticsInstances.swift
[308/441] Compiling BowOptics ArrayOpticsInstances.swift
[309/441] Compiling BowFree Program.swift
[310/441] Compiling BowFree Cofree.swift
[311/441] Emitting module BowFree
/Users/admin/builder/spi-builder-workspace/Sources/BowFree/Free.swift:16:23: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |
 13 | /// Free is a type that, given any Functor, is able to provide a Monad instance, that can be interpreted into a more restrictive one.
 14 | public final class Free<F: Functor, A>: FreeOf<F, A> {
    |                         `- note: 'F' previously declared here
 15 |     /// Internal representation of a Free value
 16 |     public enum _Free<F: Functor, A> {
    |                       `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 17 |         case pure(A)
 18 |         case free(Kind<F, Free<F, A>>)
/Users/admin/builder/spi-builder-workspace/Sources/BowFree/Free.swift:16:35: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |
 13 | /// Free is a type that, given any Functor, is able to provide a Monad instance, that can be interpreted into a more restrictive one.
 14 | public final class Free<F: Functor, A>: FreeOf<F, A> {
    |                                     `- note: 'A' previously declared here
 15 |     /// Internal representation of a Free value
 16 |     public enum _Free<F: Functor, A> {
    |                                   `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 17 |         case pure(A)
 18 |         case free(Kind<F, Free<F, A>>)
[312/441] Compiling BowFree Free.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowFree/Free.swift:16:23: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |
 13 | /// Free is a type that, given any Functor, is able to provide a Monad instance, that can be interpreted into a more restrictive one.
 14 | public final class Free<F: Functor, A>: FreeOf<F, A> {
    |                         `- note: 'F' previously declared here
 15 |     /// Internal representation of a Free value
 16 |     public enum _Free<F: Functor, A> {
    |                       `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 17 |         case pure(A)
 18 |         case free(Kind<F, Free<F, A>>)
/Users/admin/builder/spi-builder-workspace/Sources/BowFree/Free.swift:16:35: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |
 13 | /// Free is a type that, given any Functor, is able to provide a Monad instance, that can be interpreted into a more restrictive one.
 14 | public final class Free<F: Functor, A>: FreeOf<F, A> {
    |                                     `- note: 'A' previously declared here
 15 |     /// Internal representation of a Free value
 16 |     public enum _Free<F: Functor, A> {
    |                                   `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 17 |         case pure(A)
 18 |         case free(Kind<F, Free<F, A>>)
[313/441] Compiling BowOptics Index+Optics.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Endo+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Endo: Arbitrary where A: CoArbitrary & Hashable & Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Endo<A>> {
 8 |         ArrowOf<A, A>.arbitrary.map { arrow in Endo(arrow.getArrow) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Exists+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Exists
 5 |
 6 | extension Exists: Arbitrary where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Exists<F>> {
 8 |         Gen.one(of: [
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Id+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Id: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Id<A>> {
 8 |         A.arbitrary.map(Id.init)
[314/441] Compiling BowOptics Kind+Optics.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Endo+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Endo: Arbitrary where A: CoArbitrary & Hashable & Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Endo<A>> {
 8 |         ArrowOf<A, A>.arbitrary.map { arrow in Endo(arrow.getArrow) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Exists+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Exists
 5 |
 6 | extension Exists: Arbitrary where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Exists<F>> {
 8 |         Gen.one(of: [
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Id+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Id: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Id<A>> {
 8 |         A.arbitrary.map(Id.init)
[315/441] Compiling BowOptics StateT+Optics.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Endo+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Endo: Arbitrary where A: CoArbitrary & Hashable & Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Endo<A>> {
 8 |         ArrowOf<A, A>.arbitrary.map { arrow in Endo(arrow.getArrow) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Exists+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Exists
 5 |
 6 | extension Exists: Arbitrary where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Exists<F>> {
 8 |         Gen.one(of: [
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Id+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Id: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Id<A>> {
 8 |         A.arbitrary.map(Id.init)
[316/441] Compiling BowOptics Fold.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Endo+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Endo: Arbitrary where A: CoArbitrary & Hashable & Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Endo<A>> {
 8 |         ArrowOf<A, A>.arbitrary.map { arrow in Endo(arrow.getArrow) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Exists+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Exists
 5 |
 6 | extension Exists: Arbitrary where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Exists<F>> {
 8 |         Gen.one(of: [
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Id+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Id: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Id<A>> {
 8 |         A.arbitrary.map(Id.init)
[317/441] Compiling BowGeneric Coproduct5.swift
[318/441] Compiling BowOptics AutoLens.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/ArrayK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension ArrayK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<ArrayK<A>> {
 8 |         Array.arbitrary.map(ArrayK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Const+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Const: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Const<A, T>> {
 8 |         A.arbitrary.map(Const.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/CoyonedaGen.swift:6:1: warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Coyoneda
 5 |
 6 | extension Coyoneda: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Coyoneda<F, A>> {
 8 |         KindOf<F, A>.arbitrary.map { fa in
[319/441] Compiling BowOptics AutoOptics.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/ArrayK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension ArrayK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<ArrayK<A>> {
 8 |         Array.arbitrary.map(ArrayK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Const+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Const: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Const<A, T>> {
 8 |         A.arbitrary.map(Const.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/CoyonedaGen.swift:6:1: warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Coyoneda
 5 |
 6 | extension Coyoneda: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Coyoneda<F, A>> {
 8 |         KindOf<F, A>.arbitrary.map { fa in
[320/441] Compiling BowOptics AutoPrism.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/ArrayK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension ArrayK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<ArrayK<A>> {
 8 |         Array.arbitrary.map(ArrayK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Const+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Const: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Const<A, T>> {
 8 |         A.arbitrary.map(Const.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/CoyonedaGen.swift:6:1: warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Coyoneda
 5 |
 6 | extension Coyoneda: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Coyoneda<F, A>> {
 8 |         KindOf<F, A>.arbitrary.map { fa in
[321/441] Compiling BowOptics AutoSetter.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/ArrayK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension ArrayK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<ArrayK<A>> {
 8 |         Array.arbitrary.map(ArrayK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Const+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Const: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Const<A, T>> {
 8 |         A.arbitrary.map(Const.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/CoyonedaGen.swift:6:1: warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Coyoneda
 5 |
 6 | extension Coyoneda: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Coyoneda<F, A>> {
 8 |         KindOf<F, A>.arbitrary.map { fa in
[322/441] Compiling BowOptics AutoTraversal.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/DictionaryK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension DictionaryK: Arbitrary where A: Arbitrary, K: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<DictionaryK<K, A>> {
 8 |         Dictionary.arbitrary.map(DictionaryK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Either+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Either: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Either<A, B>> {
 8 |         let left = A.arbitrary.map(Either<A, B>.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/EitherK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherK<F, G, A>> {
 8 |         Gen.from(EitherKPartial.generate >>> EitherK.fix)
[323/441] Compiling BowOptics BoundSetter.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/DictionaryK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension DictionaryK: Arbitrary where A: Arbitrary, K: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<DictionaryK<K, A>> {
 8 |         Dictionary.arbitrary.map(DictionaryK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Either+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Either: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Either<A, B>> {
 8 |         let left = A.arbitrary.map(Either<A, B>.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/EitherK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherK<F, G, A>> {
 8 |         Gen.from(EitherKPartial.generate >>> EitherK.fix)
[324/441] Compiling BowOptics At+Optics.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/DictionaryK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension DictionaryK: Arbitrary where A: Arbitrary, K: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<DictionaryK<K, A>> {
 8 |         Dictionary.arbitrary.map(DictionaryK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Either+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Either: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Either<A, B>> {
 8 |         let left = A.arbitrary.map(Either<A, B>.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/EitherK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherK<F, G, A>> {
 8 |         Gen.from(EitherKPartial.generate >>> EitherK.fix)
[325/441] Compiling BowOptics Each+Optics.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/DictionaryK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension DictionaryK: Arbitrary where A: Arbitrary, K: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<DictionaryK<K, A>> {
 8 |         Dictionary.arbitrary.map(DictionaryK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Either+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Either: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Either<A, B>> {
 8 |         let left = A.arbitrary.map(Either<A, B>.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/EitherK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherK<F, G, A>> {
 8 |         Gen.from(EitherKPartial.generate >>> EitherK.fix)
[326/441] Compiling BowGeneric Product.swift
[327/441] Compiling BowEffects MonadDefer.swift
[328/441] Compiling BowEffects UnsafeRun.swift
[329/441] Emitting module BowGenerators
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function0+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function0: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function0' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function0<A>> {
 8 |         A.arbitrary.map { a in Function0 { a } }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Function1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Function1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Function1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Function1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/Kleisli+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Kleisli: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Kleisli' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Kleisli<F, D, A>> {
 8 |         Gen.from(KleisliPartial.generate >>> Kleisli.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Arrow/LazyFunction1+Gen.swift:6:1: warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension LazyFunction1: Arbitrary where I: CoArbitrary & Hashable, O: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'LazyFunction1' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<LazyFunction1<I, O>> {
 8 |         ArrowOf<I, O>.arbitrary.map { arrow in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/ArrayK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension ArrayK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'ArrayK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<ArrayK<A>> {
 8 |         Array.arbitrary.map(ArrayK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Const+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Const: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Const' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Const<A, T>> {
 8 |         A.arbitrary.map(Const.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/CoyonedaGen.swift:6:1: warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Coyoneda
 5 |
 6 | extension Coyoneda: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Coyoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Coyoneda<F, A>> {
 8 |         KindOf<F, A>.arbitrary.map { fa in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/DictionaryK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension DictionaryK: Arbitrary where A: Arbitrary, K: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'DictionaryK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<DictionaryK<K, A>> {
 8 |         Dictionary.arbitrary.map(DictionaryK.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Either+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Either: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Either' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Either<A, B>> {
 8 |         let left = A.arbitrary.map(Either<A, B>.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/EitherK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherK<F, G, A>> {
 8 |         Gen.from(EitherKPartial.generate >>> EitherK.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Endo+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Endo: Arbitrary where A: CoArbitrary & Hashable & Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Endo' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Endo<A>> {
 8 |         ArrowOf<A, A>.arbitrary.map { arrow in Endo(arrow.getArrow) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Exists+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Exists
 5 |
 6 | extension Exists: Arbitrary where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'Exists' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Exists<F>> {
 8 |         Gen.one(of: [
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Id+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Id: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Id' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Id<A>> {
 8 |         A.arbitrary.map(Id.init)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Ior+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Ior: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Ior<A, B>> {
 8 |         let left = A.arbitrary.map(Ior.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Moore+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Moore: Arbitrary where E: CoArbitrary & Hashable, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Moore<E, V>> {
 8 |         Gen.from(MoorePartial.generate >>> Moore.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/NonEmptyArray+Gen.swift:6:1: warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension NonEmptyArray: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<NonEmptyArray<A>> {
 8 |         Array.arbitrary
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Option+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Option: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Option<A>> {
 8 |         let none = Gen.pure(Option<A>.none())
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/PairK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension PairK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<PairK<F, G, A>> {
 8 |         Gen.from(PairKPartial.generate >>> PairK.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Sum+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Sum: Arbitrary where F: ArbitraryK, G: ArbitraryK, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Sum<F, G, V>> {
 8 |         Gen.from(SumPartial.generate >>> Sum.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Trampoline+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Trampoline: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Trampoline<A>> {
 8 |         Gen.sized(arbitraryTrampoline)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Tree+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 |
 5 | // MARK: Generator for Property-based Testing
 6 | extension Tree: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Tree<A>> {
 8 |         Gen.sized { gen(size: UInt($0)) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Try+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Try' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Try: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Try' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Try<A>> {
 8 |         let failure = Gen.pure(Try<A>.failure(TryError.illegalState))
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Validated+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Validated' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Validated: Arbitrary where E: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Validated' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Validated<E, A>> {
 8 |         let invalid = E.arbitrary.map(Validated.invalid)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Yoneda+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Yoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Instance of Arbitrary for Yoneda
 5 |
 6 | extension Yoneda: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Yoneda' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Yoneda<F, A>> {
 8 |         KindOf<F, A>.arbitrary.map { fa in
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Zipper+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Zipper: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Zipper' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Zipper<A>> {
 8 |         Gen.zip([A].arbitrary, A.arbitrary, [A].arbitrary)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EitherT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EitherT: Arbitrary where F: ArbitraryK, A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EitherT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EitherT<F, A, B>> {
 8 |         Gen.from(EitherTPartial.generate >>> EitherT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/EnvT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension EnvT: Arbitrary where E: Arbitrary, W: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'EnvT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<EnvT<E, W, A>> {
 8 |         Gen.from(EnvTPartial.generate >>> EnvT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/OptionT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension OptionT: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'OptionT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<OptionT<F, A>> {
 8 |         Gen.from(OptionTPartial.generate >>> OptionT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StateT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StateT: Arbitrary where F: ArbitraryK & Applicative, S: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StateT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StateT<F, S, A>> {
 8 |         Gen.from(StateTPartial.generate >>> StateT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/StoreT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension StoreT: Arbitrary where S: CoArbitrary & Hashable & Arbitrary, W: Functor & ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'StoreT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<StoreT<S, W, A>> {
 8 |         Gen.from(StoreTPartial.generate >>> StoreT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/TracedT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension TracedT: Arbitrary where M: Arbitrary & Hashable & CoArbitrary, W: ArbitraryK & Functor, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<TracedT<M, W, A>> {
 8 |         Gen.from(TracedTPartial.generate >>> TracedT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/WriterT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Propery-based Testing
 5 |
 6 | extension WriterT: Arbitrary where F: ArbitraryK & Applicative, W: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<WriterT<F, W, A>> {
 8 |         Gen.from(WriterTPartial.generate >>> WriterT.fix)
[330/441] Compiling BowGeneric Coproduct6.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/PairK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension PairK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<PairK<F, G, A>> {
 8 |         Gen.from(PairKPartial.generate >>> PairK.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Sum+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Sum: Arbitrary where F: ArbitraryK, G: ArbitraryK, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Sum<F, G, V>> {
 8 |         Gen.from(SumPartial.generate >>> Sum.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Trampoline+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Trampoline: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Trampoline<A>> {
 8 |         Gen.sized(arbitraryTrampoline)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Tree+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 |
 5 | // MARK: Generator for Property-based Testing
 6 | extension Tree: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Tree<A>> {
 8 |         Gen.sized { gen(size: UInt($0)) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/PairK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension PairK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<PairK<F, G, A>> {
 8 |         Gen.from(PairKPartial.generate >>> PairK.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Sum+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Sum: Arbitrary where F: ArbitraryK, G: ArbitraryK, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Sum<F, G, V>> {
 8 |         Gen.from(SumPartial.generate >>> Sum.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Trampoline+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Trampoline: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Trampoline<A>> {
 8 |         Gen.sized(arbitraryTrampoline)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Tree+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 |
 5 | // MARK: Generator for Property-based Testing
 6 | extension Tree: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Tree<A>> {
 8 |         Gen.sized { gen(size: UInt($0)) }
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/PairK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension PairK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<PairK<F, G, A>> {
 8 |         Gen.from(PairKPartial.generate >>> PairK.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Sum+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Sum: Arbitrary where F: ArbitraryK, G: ArbitraryK, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Sum<F, G, V>> {
 8 |         Gen.from(SumPartial.generate >>> Sum.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Trampoline+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Trampoline: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Trampoline<A>> {
 8 |         Gen.sized(arbitraryTrampoline)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Tree+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 |
 5 | // MARK: Generator for Property-based Testing
 6 | extension Tree: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Tree<A>> {
 8 |         Gen.sized { gen(size: UInt($0)) }
[334/441] Compiling BowOptics IorOpticsInstances.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/PairK+Gen.swift:6:1: warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension PairK: Arbitrary where F: ArbitraryK, G: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'PairK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<PairK<F, G, A>> {
 8 |         Gen.from(PairKPartial.generate >>> PairK.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Sum+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Sum: Arbitrary where F: ArbitraryK, G: ArbitraryK, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Sum' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Sum<F, G, V>> {
 8 |         Gen.from(SumPartial.generate >>> Sum.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Trampoline+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Trampoline: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Trampoline' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Trampoline<A>> {
 8 |         Gen.sized(arbitraryTrampoline)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Tree+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 |
 5 | // MARK: Generator for Property-based Testing
 6 | extension Tree: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Tree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Tree<A>> {
 8 |         Gen.sized { gen(size: UInt($0)) }
[335/441] Compiling BowOptics Getter.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Ior+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Ior: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Ior<A, B>> {
 8 |         let left = A.arbitrary.map(Ior.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Moore+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Moore: Arbitrary where E: CoArbitrary & Hashable, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Moore<E, V>> {
 8 |         Gen.from(MoorePartial.generate >>> Moore.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/NonEmptyArray+Gen.swift:6:1: warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension NonEmptyArray: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<NonEmptyArray<A>> {
 8 |         Array.arbitrary
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Option+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Option: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Option<A>> {
 8 |         let none = Gen.pure(Option<A>.none())
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Ior+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Ior: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Ior<A, B>> {
 8 |         let left = A.arbitrary.map(Ior.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Moore+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Moore: Arbitrary where E: CoArbitrary & Hashable, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Moore<E, V>> {
 8 |         Gen.from(MoorePartial.generate >>> Moore.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/NonEmptyArray+Gen.swift:6:1: warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension NonEmptyArray: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<NonEmptyArray<A>> {
 8 |         Array.arbitrary
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Option+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Option: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Option<A>> {
 8 |         let none = Gen.pure(Option<A>.none())
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Ior+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Ior: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Ior<A, B>> {
 8 |         let left = A.arbitrary.map(Ior.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Moore+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Moore: Arbitrary where E: CoArbitrary & Hashable, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Moore<E, V>> {
 8 |         Gen.from(MoorePartial.generate >>> Moore.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/NonEmptyArray+Gen.swift:6:1: warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension NonEmptyArray: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<NonEmptyArray<A>> {
 8 |         Array.arbitrary
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Option+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Option: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Option<A>> {
 8 |         let none = Gen.pure(Option<A>.none())
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Ior+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Ior: Arbitrary where A: Arbitrary, B: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Ior' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Ior<A, B>> {
 8 |         let left = A.arbitrary.map(Ior.left)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Moore+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Moore: Arbitrary where E: CoArbitrary & Hashable, V: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Moore' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Moore<E, V>> {
 8 |         Gen.from(MoorePartial.generate >>> Moore.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/NonEmptyArray+Gen.swift:6:1: warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension NonEmptyArray: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'NonEmptyArray' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<NonEmptyArray<A>> {
 8 |         Array.arbitrary
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Data/Option+Gen.swift:6:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension Option: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<Option<A>> {
 8 |         let none = Gen.pure(Option<A>.none())
[339/441] Compiling BowGeneric HList.swift
[340/441] Compiling BowGeneric Coproduct7.swift
[341/441] Compiling BowGeneric Coproduct8.swift
[342/441] Compiling BowGenerators TracedT+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/TracedT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension TracedT: Arbitrary where M: Arbitrary & Hashable & CoArbitrary, W: ArbitraryK & Functor, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<TracedT<M, W, A>> {
 8 |         Gen.from(TracedTPartial.generate >>> TracedT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/WriterT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Propery-based Testing
 5 |
 6 | extension WriterT: Arbitrary where F: ArbitraryK & Applicative, W: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<WriterT<F, W, A>> {
 8 |         Gen.from(WriterTPartial.generate >>> WriterT.fix)
[343/441] Compiling BowGenerators WriterT+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/TracedT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension TracedT: Arbitrary where M: Arbitrary & Hashable & CoArbitrary, W: ArbitraryK & Functor, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<TracedT<M, W, A>> {
 8 |         Gen.from(TracedTPartial.generate >>> TracedT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/WriterT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Propery-based Testing
 5 |
 6 | extension WriterT: Arbitrary where F: ArbitraryK & Applicative, W: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<WriterT<F, W, A>> {
 8 |         Gen.from(WriterTPartial.generate >>> WriterT.fix)
[344/441] Compiling BowGenerators ArbitraryK.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/TracedT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Property-based Testing
 5 |
 6 | extension TracedT: Arbitrary where M: Arbitrary & Hashable & CoArbitrary, W: ArbitraryK & Functor, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'TracedT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<TracedT<M, W, A>> {
 8 |         Gen.from(TracedTPartial.generate >>> TracedT.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowGenerators/Transformers/WriterT+Gen.swift:6:1: warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
 4 | // MARK: Generator for Propery-based Testing
 5 |
 6 | extension WriterT: Arbitrary where F: ArbitraryK & Applicative, W: Arbitrary, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'WriterT' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'Bow' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static var arbitrary: Gen<WriterT<F, W, A>> {
 8 |         Gen.from(WriterTPartial.generate >>> WriterT.fix)
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:18:62: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
16 |     func dataTaskIO(with url: URL) -> DataIO {
17 |         IO.async { callback in
18 |             self.dataTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                              `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
19 |         }^
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:25:66: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
23 |     func dataTaskIO(with request: URLRequest) -> DataIO {
24 |         IO.async { callback in
25 |             self.dataTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
26 |         }^
27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:34:66: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
32 |     func downloadTaskIO(with url: URL) -> DownloadIO {
33 |         IO.async { callback in
34 |             self.downloadTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
35 |         }^
36 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:41:70: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
39 |     func downloadTaskIO(with request: URLRequest) -> DownloadIO {
40 |         IO.async { callback in
41 |             self.downloadTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                      `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
42 |         }^
43 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:48:77: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
46 |     func downloadTaskIO(withResumeData data: Data) -> DownloadIO {
47 |         IO.async { callback in
48 |             self.downloadTask(withResumeData: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                             `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
49 |         }^
50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:59:80: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
57 |         from data: Data) -> DataIO {
58 |         IO.async { callback in
59 |             self.uploadTask(with: request, from: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                                `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
60 |         }^
61 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:68:83: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
66 |         fromFile url: URL) -> DataIO {
67 |         IO.async { callback in
68 |             self.uploadTask(with: request, fromFile: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
69 |         }^
70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Typeclasses/Async.swift:149:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
147 |     /// - Parameter f: A function that provides a value or an error.
148 |     /// - Returns: A computation that defers the execution of the provided value.
149 |     static func delayOrRaise<A>(
    |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
150 |         _ queue: DispatchQueue,
151 |         _ f: @escaping () -> Either<F.E, A>) -> Kind<F, A> {
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:18:62: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
16 |     func dataTaskIO(with url: URL) -> DataIO {
17 |         IO.async { callback in
18 |             self.dataTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                              `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
19 |         }^
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:25:66: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
23 |     func dataTaskIO(with request: URLRequest) -> DataIO {
24 |         IO.async { callback in
25 |             self.dataTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
26 |         }^
27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:34:66: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
32 |     func downloadTaskIO(with url: URL) -> DownloadIO {
33 |         IO.async { callback in
34 |             self.downloadTask(with: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                  `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
35 |         }^
36 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:41:70: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
39 |     func downloadTaskIO(with request: URLRequest) -> DownloadIO {
40 |         IO.async { callback in
41 |             self.downloadTask(with: request, completionHandler: self.onResponse(callback)).resume()
   |                                                                      `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
42 |         }^
43 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:48:77: warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
46 |     func downloadTaskIO(withResumeData data: Data) -> DownloadIO {
47 |         IO.async { callback in
48 |             self.downloadTask(withResumeData: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                             `- warning: converting non-sendable function value to '@Sendable (URL?, URLResponse?, (any Error)?) -> Void' may introduce data races
49 |         }^
50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:59:80: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
57 |         from data: Data) -> DataIO {
58 |         IO.async { callback in
59 |             self.uploadTask(with: request, from: data, completionHandler: self.onResponse(callback)).resume()
   |                                                                                `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
60 |         }^
61 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/URLSession.swift:68:83: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
66 |         fromFile url: URL) -> DataIO {
67 |         IO.async { callback in
68 |             self.uploadTask(with: request, fromFile: url, completionHandler: self.onResponse(callback)).resume()
   |                                                                                   `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
69 |         }^
70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Typeclasses/Async.swift:149:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
147 |     /// - Parameter f: A function that provides a value or an error.
148 |     /// - Returns: A computation that defers the execution of the provided value.
149 |     static func delayOrRaise<A>(
    |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
150 |         _ queue: DispatchQueue,
151 |         _ f: @escaping () -> Either<F.E, A>) -> Kind<F, A> {
[349/441] Compiling BowGeneric Generic.swift
[350/441] Compiling BowGeneric Coproduct9.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/FileManager+iOS+Mac.swift:63:21: warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
61 |             self.getFileProviderServicesForItem(at: url) { services, error in
62 |                 if let services = services {
63 |                     callback(.right(services))
   |                     |- warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
64 |                 } else if let error = error {
65 |                     callback(.left(error))
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Foundation/FileManager+iOS+Mac.swift:63:21: warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
61 |             self.getFileProviderServicesForItem(at: url) { services, error in
62 |                 if let services = services {
63 |                     callback(.right(services))
   |                     |- warning: capture of 'callback' with non-sendable type '(Either<any Error, [NSFileProviderServiceName : NSFileProviderService]>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
64 |                 } else if let error = error {
65 |                     callback(.left(error))
[353/483] Emitting module BowGeneric
[354/483] Compiling BowLaws HashableKLaws.swift
[355/483] Compiling BowLaws InvariantLaws.swift
[358/483] Compiling BowLaws MonadCombineLaws.swift
[359/483] Compiling BowLaws MonadErrorLaws.swift
[360/483] Compiling BowLaws EquatableLaws.swift
[361/483] Compiling BowLaws FoldableLaws.swift
[362/488] Compiling BowFreeGenerators Program+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Program+Gen.swift:8:1: warning: extension declares a conformance of imported type 'ProgramPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
 6 | // MARK: Instance of `ArbitraryK` for `Free`
 7 |
 8 | extension ProgramPartial: ArbitraryK where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ProgramPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> ProgramOf<F, A> {
10 |         Program<F, A>.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Program+Gen.swift:14:1: warning: extension declares a conformance of imported type 'Program' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
12 | }
13 |
14 | extension Program: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Program' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public static var arbitrary: Gen<Program<F, A>> {
16 |         Free<CoyonedaPartial<F>, A>.arbitrary.map(Program.init)
[363/488] Emitting module BowFreeGenerators
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Cofree+Gen.swift:8:1: warning: extension declares a conformance of imported type 'CofreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
 6 | // MARK: Instance of ArbitraryK for Cofree
 7 |
 8 | extension CofreePartial: ArbitraryK where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'CofreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> CofreeOf<F, A> {
10 |         Cofree.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Cofree+Gen.swift:16:1: warning: extension declares a conformance of imported type 'Cofree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
14 | // MARK: Instance of Arbitrary for Cofree
15 |
16 | extension Cofree: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Cofree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static var arbitrary: Gen<Cofree<F, A>> {
18 |         Gen.zip(
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Free+Gen.swift:8:1: warning: extension declares a conformance of imported type 'FreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
 6 | // MARK: Instance of `ArbitraryK` for `Free`
 7 |
 8 | extension FreePartial: ArbitraryK where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'FreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> FreeOf<F, A> {
10 |         Free<F, A>.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Free+Gen.swift:14:1: warning: extension declares a conformance of imported type 'Free' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
12 | }
13 |
14 | extension Free: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Free' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public static var arbitrary: Gen<Free<F, A>> {
16 |         let pureGen: Gen<Free<F, A>> = A.arbitrary.map(Free<F, A>.pure >>> Free.fix)
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Program+Gen.swift:8:1: warning: extension declares a conformance of imported type 'ProgramPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
 6 | // MARK: Instance of `ArbitraryK` for `Free`
 7 |
 8 | extension ProgramPartial: ArbitraryK where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ProgramPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> ProgramOf<F, A> {
10 |         Program<F, A>.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Program+Gen.swift:14:1: warning: extension declares a conformance of imported type 'Program' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
12 | }
13 |
14 | extension Program: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Program' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public static var arbitrary: Gen<Program<F, A>> {
16 |         Free<CoyonedaPartial<F>, A>.arbitrary.map(Program.init)
[364/488] Compiling BowFreeGenerators Free+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Free+Gen.swift:8:1: warning: extension declares a conformance of imported type 'FreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
 6 | // MARK: Instance of `ArbitraryK` for `Free`
 7 |
 8 | extension FreePartial: ArbitraryK where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'FreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> FreeOf<F, A> {
10 |         Free<F, A>.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Free+Gen.swift:14:1: warning: extension declares a conformance of imported type 'Free' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
12 | }
13 |
14 | extension Free: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Free' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public static var arbitrary: Gen<Free<F, A>> {
16 |         let pureGen: Gen<Free<F, A>> = A.arbitrary.map(Free<F, A>.pure >>> Free.fix)
[365/488] Compiling BowFreeGenerators Cofree+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Cofree+Gen.swift:8:1: warning: extension declares a conformance of imported type 'CofreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
 6 | // MARK: Instance of ArbitraryK for Cofree
 7 |
 8 | extension CofreePartial: ArbitraryK where F: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'CofreePartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> CofreeOf<F, A> {
10 |         Cofree.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowFreeGenerators/Cofree+Gen.swift:16:1: warning: extension declares a conformance of imported type 'Cofree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
14 | // MARK: Instance of Arbitrary for Cofree
15 |
16 | extension Cofree: Arbitrary where F: ArbitraryK, A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'Cofree' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowFree' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static var arbitrary: Gen<Cofree<F, A>> {
18 |         Gen.zip(
[366/488] Emitting module BowEffects
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Typeclasses/Async.swift:149:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
147 |     /// - Parameter f: A function that provides a value or an error.
148 |     /// - Returns: A computation that defers the execution of the provided value.
149 |     static func delayOrRaise<A>(
    |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
150 |         _ queue: DispatchQueue,
151 |         _ f: @escaping () -> Either<F.E, A>) -> Kind<F, A> {
[367/488] Compiling BowLaws ComonadStoreLaws.swift
[368/488] Compiling BowLaws ComonadTracedLaws.swift
[369/488] Compiling BowLaws AlternativeLaws.swift
[370/488] Compiling BowLaws ApplicativeErrorLaws.swift
[371/488] Compiling BowLaws ApplicativeLaws.swift
[372/488] Compiling BowLaws BimonadLaws.swift
[373/488] Emitting module BowLaws
[374/492] Compiling BowLaws PropertyOperatorOverload.swift
[375/492] Compiling BowLaws SelectiveLaws.swift
[376/492] Compiling BowLaws SemigroupKLaws.swift
[377/492] Compiling BowLaws SemigroupLaws.swift
[378/492] Compiling BowLaws DivideLaws.swift
[379/492] Compiling BowLaws DivisibleLaws.swift
[380/492] Compiling BowLaws EqualityFunctions.swift
[381/492] Compiling BowLaws EquatableKLaws.swift
[382/492] Emitting module BowOptics
[383/492] Compiling BowLaws MonadLaws.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:36: warning: will never be executed
723 |         Schedule(
724 |             initial: EnvIO.never()^,
725 |             extract: { _, never in never },
    |                      |             `- warning: will never be executed
    |                      `- note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
726 |             update: { _, _ in EnvIO.never()^ })
727 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:31: warning: will never be executed
724 |             initial: EnvIO.never()^,
725 |             extract: { _, never in never },
726 |             update: { _, _ in EnvIO.never()^ })
    |                     |         `- warning: will never be executed
    |                     `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
727 |     }
728 | }
[384/492] Compiling BowLaws MonadStateLaws.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:36: warning: will never be executed
723 |         Schedule(
724 |             initial: EnvIO.never()^,
725 |             extract: { _, never in never },
    |                      |             `- warning: will never be executed
    |                      `- note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
726 |             update: { _, _ in EnvIO.never()^ })
727 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:31: warning: will never be executed
724 |             initial: EnvIO.never()^,
725 |             extract: { _, never in never },
726 |             update: { _, _ in EnvIO.never()^ })
    |                     |         `- warning: will never be executed
    |                     `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
727 |     }
728 | }
[385/492] Compiling BowLaws FunctorFilterLaws.swift
[386/492] Compiling BowLaws FunctorLaws.swift
[387/492] Compiling BowLaws MonadFilterLaws.swift
[390/492] Compiling BowLaws MonadTransLaws.swift
[391/492] Compiling BowLaws ComonadTransLaws.swift
[392/492] Compiling BowLaws ComparableLaws.swift
[393/492] Compiling BowLaws ContravariantLaws.swift
[394/492] Compiling BowLaws CustomStringConvertibleLaws.swift
[395/492] Compiling BowLaws ComonadEnvLaws.swift
[396/492] Compiling BowLaws ComonadLaws.swift
[397/492] Compiling BowOptics Cons.swift
[398/492] Compiling BowOptics Each.swift
[399/492] Compiling BowOptics FilterIndex.swift
[400/492] Compiling BowOptics Index.swift
[401/492] Compiling BowOptics Snoc.swift
[402/492] Compiling BowOptics Tuple5.swift
[403/492] Compiling BowOptics Tuple6.swift
[404/492] Compiling BowOptics Tuple7.swift
[405/492] Compiling BowOptics Tuple8.swift
[406/492] Compiling BowOptics Tuple9.swift
[407/492] Compiling BowOptics At.swift
[408/492] Compiling BowLaws BindingOperatorOverload.swift
[409/492] Compiling BowLaws MonadWriterLaws.swift
[410/492] Compiling BowLaws MonoidKLaws.swift
[411/492] Compiling BowLaws MonoidLaws.swift
[412/492] Compiling BowLaws MonoidalLaws.swift
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/Internal/Queue.swift:51:34: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
46 |
47 |     // MARK: operations
48 |     func async(execute work: @escaping () -> Void) {
   |                        `- note: parameter 'work' is implicitly non-sendable
49 |         switch queue {
50 |         case ._queue(let queue):
51 |             queue.async(execute: work)
   |                                  `- warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
52 |         default:
53 |             fatalError("can not execute async work in current queue")
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/Internal/Queue.swift:51:34: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
46 |
47 |     // MARK: operations
48 |     func async(execute work: @escaping () -> Void) {
   |                        `- note: parameter 'work' is implicitly non-sendable
49 |         switch queue {
50 |         case ._queue(let queue):
51 |             queue.async(execute: work)
   |                                  `- warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
52 |         default:
53 |             fatalError("can not execute async work in current queue")
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/Internal/Queue.swift:51:34: warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
46 |
47 |     // MARK: operations
48 |     func async(execute work: @escaping () -> Void) {
   |                        `- note: parameter 'work' is implicitly non-sendable
49 |         switch queue {
50 |         case ._queue(let queue):
51 |             queue.async(execute: work)
   |                                  `- warning: passing non-sendable parameter 'work' to function expecting a @Sendable closure
52 |         default:
53 |             fatalError("can not execute async work in current queue")
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/IO.swift:347:13: warning: capture of 'callback' with non-sendable type 'Callback<E, A>' (aka '(Either<E, A>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
345 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<E, A> = { _ in }) {
346 |         queue.async {
347 |             callback(self.unsafeRunSyncEither(on: queue))
    |             |- warning: capture of 'callback' with non-sendable type 'Callback<E, A>' (aka '(Either<E, A>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
348 |         }
349 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/IO.swift:347:22: warning: capture of 'self' with non-sendable type 'IO<E, A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 31 |
 32 | /// An IO is a data type that encapsulates and suspends side effects producing values of type `A` or errors of type `E`.
 33 | public class IO<E: Error, A>: IOOf<E, A> {
    |              `- note: generic class 'IO' does not conform to the 'Sendable' protocol
 34 |     /// Safe downcast.
 35 |     ///
    :
345 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<E, A> = { _ in }) {
346 |         queue.async {
347 |             callback(self.unsafeRunSyncEither(on: queue))
    |                      `- warning: capture of 'self' with non-sendable type 'IO<E, A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
348 |         }
349 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/IO.swift:347:13: warning: capture of 'callback' with non-sendable type 'Callback<E, A>' (aka '(Either<E, A>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
345 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<E, A> = { _ in }) {
346 |         queue.async {
347 |             callback(self.unsafeRunSyncEither(on: queue))
    |             |- warning: capture of 'callback' with non-sendable type 'Callback<E, A>' (aka '(Either<E, A>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
348 |         }
349 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/IO.swift:347:22: warning: capture of 'self' with non-sendable type 'IO<E, A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 31 |
 32 | /// An IO is a data type that encapsulates and suspends side effects producing values of type `A` or errors of type `E`.
 33 | public class IO<E: Error, A>: IOOf<E, A> {
    |              `- note: generic class 'IO' does not conform to the 'Sendable' protocol
 34 |     /// Safe downcast.
 35 |     ///
    :
345 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<E, A> = { _ in }) {
346 |         queue.async {
347 |             callback(self.unsafeRunSyncEither(on: queue))
    |                      `- warning: capture of 'self' with non-sendable type 'IO<E, A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
348 |         }
349 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/IO.swift:347:13: warning: capture of 'callback' with non-sendable type 'Callback<E, A>' (aka '(Either<E, A>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
345 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<E, A> = { _ in }) {
346 |         queue.async {
347 |             callback(self.unsafeRunSyncEither(on: queue))
    |             |- warning: capture of 'callback' with non-sendable type 'Callback<E, A>' (aka '(Either<E, A>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
348 |         }
349 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/IO.swift:347:22: warning: capture of 'self' with non-sendable type 'IO<E, A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 31 |
 32 | /// An IO is a data type that encapsulates and suspends side effects producing values of type `A` or errors of type `E`.
 33 | public class IO<E: Error, A>: IOOf<E, A> {
    |              `- note: generic class 'IO' does not conform to the 'Sendable' protocol
 34 |     /// Safe downcast.
 35 |     ///
    :
345 |     public func unsafeRunAsync(on queue: DispatchQueue = .main, _ callback: @escaping Callback<E, A> = { _ in }) {
346 |         queue.async {
347 |             callback(self.unsafeRunSyncEither(on: queue))
    |                      `- warning: capture of 'self' with non-sendable type 'IO<E, A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
348 |         }
349 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:30: warning: will never be executed
114 |
115 |         return policy.initial
116 |             .mapError { x in x as! E }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
117 |             .flatMap(loop)^
118 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:34: warning: will never be executed
162 |             { e in orElse(e, nil).map(Either.left)^ },
163 |             { a in policy.initial
164 |                 .mapError { x in x as! E }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
165 |                 .flatMap { s in loop(a, s) }^ })
166 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:30: warning: will never be executed
114 |
115 |         return policy.initial
116 |             .mapError { x in x as! E }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
117 |             .flatMap(loop)^
118 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:34: warning: will never be executed
162 |             { e in orElse(e, nil).map(Either.left)^ },
163 |             { a in policy.initial
164 |                 .mapError { x in x as! E }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
165 |                 .flatMap { s in loop(a, s) }^ })
166 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:30: warning: will never be executed
114 |
115 |         return policy.initial
116 |             .mapError { x in x as! E }
    |                       |      `- warning: will never be executed
    |                       `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
117 |             .flatMap(loop)^
118 |     }
/Users/admin/builder/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:34: warning: will never be executed
162 |             { e in orElse(e, nil).map(Either.left)^ },
163 |             { a in policy.initial
164 |                 .mapError { x in x as! E }
    |                           |      `- warning: will never be executed
    |                           `- note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
165 |                 .flatMap { s in loop(a, s) }^ })
166 |     }
[459/494] Compiling BowLaws SemigroupalLaws.swift
[460/494] Compiling BowLaws SemiringLaws.swift
[461/494] Compiling BowLaws TraverseFilterLaws.swift
[462/494] Compiling BowLaws TraverseLaws.swift
[463/494] Compiling BowOptics Validated+Optics.swift
[464/494] Compiling BowOptics Setter.swift
[465/494] Compiling BowOptics Traversal.swift
[466/494] Compiling BowOptics Tuple10.swift
[467/494] Compiling BowOptics Tuple2.swift
[468/494] Compiling BowOptics Tuple3.swift
[469/494] Compiling BowOptics Tuple4.swift
[470/494] Compiling RxSwift TakeLast.swift
[471/494] Compiling RxSwift TakeUntil.swift
[472/494] Compiling RxSwift TakeWhile.swift
[473/494] Compiling RxSwift Throttle.swift
[474/494] Compiling RxSwift Timeout.swift
[475/494] Compiling RxSwift Timer.swift
[476/494] Compiling RxSwift ToArray.swift
[477/494] Compiling RxSwift Using.swift
[478/494] Compiling RxSwift VirtualTimeConverterType.swift
[479/494] Compiling RxSwift VirtualTimeScheduler.swift
[480/494] Compiling RxSwift Window.swift
[481/494] Compiling RxSwift WithLatestFrom.swift
[482/494] Compiling RxSwift Zip+Collection.swift
[483/494] Compiling RxSwift Zip+arity.swift
[484/494] Compiling RxSwift Zip.swift
[489/494] Emitting module BowEffectsGenerators
/Users/admin/builder/spi-builder-workspace/Tests/BowEffectsGenerators/IO+Gen.swift:8:1: warning: extension declares a conformance of imported type 'IOPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowEffects' introduce this conformance in the future
 6 | // MARK: Instance of `ArbitraryK` for `IO`
 7 |
 8 | extension IOPartial: ArbitraryK where E: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'IOPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowEffects' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> Kind<IOPartial<E>, A> {
10 |         let success = IO<E, A>.pure(A.arbitrary.generate)
[490/494] Compiling BowEffectsGenerators IO+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowEffectsGenerators/IO+Gen.swift:8:1: warning: extension declares a conformance of imported type 'IOPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowEffects' introduce this conformance in the future
 6 | // MARK: Instance of `ArbitraryK` for `IO`
 7 |
 8 | extension IOPartial: ArbitraryK where E: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'IOPartial' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowEffects' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static func generate<A: Arbitrary>() -> Kind<IOPartial<E>, A> {
10 |         let success = IO<E, A>.pure(A.arbitrary.generate)
[491/510] Emitting module RxRelay
[492/510] Compiling RxRelay Utils.swift
[493/510] Compiling RxRelay BehaviorRelay.swift
[494/510] Compiling RxRelay Observable+Bind.swift
[495/510] Compiling RxRelay PublishRelay.swift
[496/510] Compiling BowOpticsLaws SetterLaws.swift
[497/510] Compiling BowOpticsLaws TraversalLaws.swift
[498/510] Compiling BowOpticsLaws PrismLaws.swift
[499/510] Compiling BowOpticsLaws LensLaws.swift
[500/510] Emitting module BowOpticsLaws
[501/510] Compiling BowOpticsLaws IsoLaws.swift
[502/510] Compiling BowOpticsLaws AffineTraversalLaws.swift
[503/510] Compiling BowEffectsLaws AsyncLaws.swift
[504/510] Compiling BowEffectsLaws BracketLaws.swift
[505/510] Compiling BowEffectsLaws MonadDeferLaws.swift
[506/510] Emitting module BowEffectsLaws
[506/510] Compiling RxCocoaRuntime _RX.m
[507/510] Compiling RxCocoaRuntime _RXDelegateProxy.m
[508/510] Compiling RxCocoaRuntime _RXKVOObserver.m
[509/510] Compiling RxCocoaRuntime _RXObjCRuntime.m
[511/607] Compiling RxCocoa Observable+Bind.swift
[512/607] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[513/607] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[514/607] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[515/607] Compiling RxCocoa PublishRelay+Signal.swift
[516/607] Compiling RxCocoa RxCocoa.swift
[517/607] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[518/607] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[519/607] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[520/607] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[521/607] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[522/617] Emitting module RxCocoa
[523/617] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[524/617] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[525/617] Compiling RxCocoa RxTableViewDataSourceType.swift
[526/617] Compiling RxCocoa RxTableViewDelegateProxy.swift
[527/617] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[528/617] Compiling RxCocoa RxTarget.swift
[529/617] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[530/617] Compiling RxCocoa RxTextViewDelegateProxy.swift
[531/617] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[532/617] Compiling RxCocoa SchedulerType+SharedSequence.swift
[533/617] Compiling RxCocoa SectionedViewDataSourceType.swift
[534/617] Compiling RxCocoa DispatchQueue+Extensions.swift
[535/617] Compiling RxCocoa Driver+Subscription.swift
[536/617] Compiling RxCocoa Driver.swift
[537/617] Compiling RxCocoa ItemEvents.swift
[538/617] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[539/617] Compiling RxCocoa KVORepresentable+Swift.swift
[540/617] Compiling RxCocoa KVORepresentable.swift
[541/617] Compiling RxCocoa KeyPathBinder.swift
[542/617] Compiling RxCocoa Logging.swift
[543/617] Compiling RxCocoa NSButton+Rx.swift
[544/617] Compiling RxCocoa NSControl+Rx.swift
[545/617] Compiling RxCocoa UIButton+Rx.swift
[546/617] Compiling RxCocoa UICollectionView+Rx.swift
[547/617] Compiling RxCocoa UIControl+Rx.swift
[548/617] Compiling RxCocoa UIDatePicker+Rx.swift
[549/617] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[550/617] Compiling RxCocoa UIImageView+Rx.swift
[551/617] Compiling RxCocoa UILabel+Rx.swift
[552/617] Compiling RxCocoa UINavigationController+Rx.swift
[553/617] Compiling RxCocoa UINavigationItem+Rx.swift
[554/617] Compiling RxCocoa UIPageControl+Rx.swift
[555/617] Compiling RxCocoa UITabBar+Rx.swift
[556/617] Compiling RxCocoa UITabBarController+Rx.swift
[557/617] Compiling RxCocoa UITabBarItem+Rx.swift
[558/617] Compiling RxCocoa UITableView+Rx.swift
[559/617] Compiling RxCocoa UITextField+Rx.swift
[560/617] Compiling RxCocoa UITextView+Rx.swift
[561/617] Compiling RxCocoa UIView+Rx.swift
[562/617] Compiling RxCocoa UIViewController+Rx.swift
[563/617] Compiling RxCocoa URLSession+Rx.swift
[564/617] Compiling RxCocoa WKWebView+Rx.swift
[565/617] Compiling RxCocoa SharedSequence+Operators+arity.swift
[566/617] Compiling RxCocoa SharedSequence+Operators.swift
[567/617] Compiling RxCocoa SharedSequence.swift
[568/617] Compiling RxCocoa Signal+Subscription.swift
[569/617] Compiling RxCocoa Signal.swift
[570/617] Compiling RxCocoa TextInput.swift
[571/617] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[572/617] Compiling RxCocoa UIAlertAction+Rx.swift
[573/617] Compiling RxCocoa UIApplication+Rx.swift
[574/617] Compiling RxCocoa UIBarButtonItem+Rx.swift
[575/617] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[576/617] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[577/617] Compiling RxCocoa RxPickerViewAdapter.swift
[578/617] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[579/617] Compiling RxCocoa RxPickerViewDataSourceType.swift
[580/617] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[581/617] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[582/617] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[583/617] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[584/617] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[585/617] Compiling RxCocoa RxTabBarDelegateProxy.swift
[586/617] Compiling RxCocoa BehaviorRelay+Driver.swift
[587/617] Compiling RxCocoa Binder.swift
[588/617] Compiling RxCocoa ControlEvent+Driver.swift
[589/617] Compiling RxCocoa ControlEvent+Signal.swift
[590/617] Compiling RxCocoa ControlEvent.swift
[591/617] Compiling RxCocoa ControlProperty+Driver.swift
[592/617] Compiling RxCocoa ControlProperty.swift
[593/617] Compiling RxCocoa ControlTarget.swift
[594/617] Compiling RxCocoa DelegateProxy.swift
[595/617] Compiling RxCocoa DelegateProxyType.swift
[596/617] Compiling RxCocoa Deprecated.swift
[597/617] Compiling RxCocoa UIPickerView+Rx.swift
[598/617] Compiling RxCocoa UIProgressView+Rx.swift
[599/617] Compiling RxCocoa UIRefreshControl+Rx.swift
[600/617] Compiling RxCocoa UIScrollView+Rx.swift
[601/617] Compiling RxCocoa UISearchBar+Rx.swift
[602/617] Compiling RxCocoa UISearchController+Rx.swift
[603/617] Compiling RxCocoa UISegmentedControl+Rx.swift
[604/617] Compiling RxCocoa UISlider+Rx.swift
[605/617] Compiling RxCocoa UIStepper+Rx.swift
[606/617] Compiling RxCocoa UISwitch+Rx.swift
[607/617] Compiling RxCocoa NSImageView+Rx.swift
[608/617] Compiling RxCocoa NSLayoutConstraint+Rx.swift
[609/617] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[610/617] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[611/617] Compiling RxCocoa NSObject+Rx.swift
[612/617] Compiling RxCocoa NSSlider+Rx.swift
[613/617] Compiling RxCocoa NSTextField+Rx.swift
[614/617] Compiling RxCocoa NSTextStorage+Rx.swift
[615/617] Compiling RxCocoa NSTextView+Rx.swift
[616/617] Compiling RxCocoa NSView+Rx.swift
[617/617] Compiling RxCocoa NotificationCenter+Rx.swift
[618/621] Compiling BowRx SingleK.swift
[619/621] Compiling BowRx MaybeK.swift
[620/621] Emitting module BowRx
[621/621] Compiling BowRx ObservableK.swift
[622/625] Compiling BowRxGenerators MaybeK+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/MaybeK+Gen.swift:8:1: warning: extension declares a conformance of imported type 'MaybeK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
 6 | // MARK: Generator for Property-based Testing
 7 |
 8 | extension MaybeK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'MaybeK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static var arbitrary: Gen<MaybeK<A>> {
10 |         A.arbitrary.map { x in MaybeK.pure(x)^ }
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/MaybeK+Gen.swift:16:1: warning: extension declares a conformance of imported type 'ForMaybeK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
14 | // MARK: Instance of `ArbitraryK` for `MaybeK`
15 |
16 | extension MaybeKPartial: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ForMaybeK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func generate<A: Arbitrary>() -> MaybeKOf<A> {
18 |         MaybeK.arbitrary.generate
[623/625] Compiling BowRxGenerators SingleK+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/SingleK+Gen.swift:8:1: warning: extension declares a conformance of imported type 'SingleK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
 6 | // MARK: Generator for Property-based Testing
 7 |
 8 | extension SingleK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'SingleK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static var arbitrary: Gen<SingleK<A>> {
10 |         A.arbitrary.map { x in SingleK.pure(x)^ }
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/SingleK+Gen.swift:16:1: warning: extension declares a conformance of imported type 'ForSingleK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
14 | // MARK: Instance of `ArbitraryK` for `SingleK`
15 |
16 | extension SingleKPartial: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ForSingleK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func generate<A: Arbitrary>() -> SingleKOf<A> {
18 |         SingleK.arbitrary.generate
[624/625] Compiling BowRxGenerators ObservableK+Gen.swift
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/ObservableK+Gen.swift:8:1: warning: extension declares a conformance of imported type 'ObservableK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
 6 | // MARK: Generator for Property-based Testing
 7 |
 8 | extension ObservableK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'ObservableK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static var arbitrary: Gen<ObservableK<A>> {
10 |         A.arbitrary.map { x in ObservableK.pure(x)^ }
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/ObservableK+Gen.swift:16:1: warning: extension declares a conformance of imported type 'ForObservableK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
14 | // MARK: Instance of `ArbitraryK` for `ObservableK`
15 |
16 | extension ObservableKPartial: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ForObservableK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func generate<A: Arbitrary>() -> ObservableKOf<A> {
18 |         ObservableK.arbitrary.generate
[625/625] Emitting module BowRxGenerators
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/MaybeK+Gen.swift:8:1: warning: extension declares a conformance of imported type 'MaybeK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
 6 | // MARK: Generator for Property-based Testing
 7 |
 8 | extension MaybeK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'MaybeK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static var arbitrary: Gen<MaybeK<A>> {
10 |         A.arbitrary.map { x in MaybeK.pure(x)^ }
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/MaybeK+Gen.swift:16:1: warning: extension declares a conformance of imported type 'ForMaybeK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
14 | // MARK: Instance of `ArbitraryK` for `MaybeK`
15 |
16 | extension MaybeKPartial: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ForMaybeK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func generate<A: Arbitrary>() -> MaybeKOf<A> {
18 |         MaybeK.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/ObservableK+Gen.swift:8:1: warning: extension declares a conformance of imported type 'ObservableK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
 6 | // MARK: Generator for Property-based Testing
 7 |
 8 | extension ObservableK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'ObservableK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static var arbitrary: Gen<ObservableK<A>> {
10 |         A.arbitrary.map { x in ObservableK.pure(x)^ }
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/ObservableK+Gen.swift:16:1: warning: extension declares a conformance of imported type 'ForObservableK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
14 | // MARK: Instance of `ArbitraryK` for `ObservableK`
15 |
16 | extension ObservableKPartial: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ForObservableK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func generate<A: Arbitrary>() -> ObservableKOf<A> {
18 |         ObservableK.arbitrary.generate
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/SingleK+Gen.swift:8:1: warning: extension declares a conformance of imported type 'SingleK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
 6 | // MARK: Generator for Property-based Testing
 7 |
 8 | extension SingleK: Arbitrary where A: Arbitrary {
   | |- warning: extension declares a conformance of imported type 'SingleK' to imported protocol 'Arbitrary'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |     public static var arbitrary: Gen<SingleK<A>> {
10 |         A.arbitrary.map { x in SingleK.pure(x)^ }
/Users/admin/builder/spi-builder-workspace/Tests/BowRxGenerators/SingleK+Gen.swift:16:1: warning: extension declares a conformance of imported type 'ForSingleK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
14 | // MARK: Instance of `ArbitraryK` for `SingleK`
15 |
16 | extension SingleKPartial: ArbitraryK {
   | |- warning: extension declares a conformance of imported type 'ForSingleK' to imported protocol 'ArbitraryK'; this will not behave correctly if the owners of 'BowRx' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func generate<A: Arbitrary>() -> SingleKOf<A> {
18 |         SingleK.arbitrary.generate
Build complete! (44.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bow-swift/SwiftCheck.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "Bow",
  "name" : "Bow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Bow",
      "targets" : [
        "Bow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowOptics",
      "targets" : [
        "BowOptics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowEffects",
      "targets" : [
        "BowEffects"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowRx",
      "targets" : [
        "BowRx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowFree",
      "targets" : [
        "BowFree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowGeneric",
      "targets" : [
        "BowGeneric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowRecursionSchemes",
      "targets" : [
        "BowRecursionSchemes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowLaws",
      "targets" : [
        "BowLaws"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowOpticsLaws",
      "targets" : [
        "BowOpticsLaws"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowEffectsLaws",
      "targets" : [
        "BowEffectsLaws"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowGenerators",
      "targets" : [
        "BowGenerators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowFreeGenerators",
      "targets" : [
        "BowFreeGenerators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowEffectsGenerators",
      "targets" : [
        "BowEffectsGenerators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BowRxGenerators",
      "targets" : [
        "BowRxGenerators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BowTests",
      "module_type" : "SwiftTarget",
      "name" : "BowTests",
      "path" : "Tests/BowTests",
      "sources" : [
        "Arrow/Function0Test.swift",
        "Arrow/Function1Test.swift",
        "Arrow/KleisliTest.swift",
        "Arrow/LazyFunction1Test.swift",
        "Data/ArrayKTest.swift",
        "Data/ArrayTest.swift",
        "Data/CoTest.swift",
        "Data/ConstTest.swift",
        "Data/CoyonedaNaturalTransformationTests.swift",
        "Data/CoyonedaTest.swift",
        "Data/DayTest.swift",
        "Data/DictionaryKTest.swift",
        "Data/DictionaryTest.swift",
        "Data/EitherKTest.swift",
        "Data/EitherTest.swift",
        "Data/EndoTest.swift",
        "Data/EvalTest.swift",
        "Data/ExistsTests.swift",
        "Data/IdTest.swift",
        "Data/IorTest.swift",
        "Data/MooreTest.swift",
        "Data/NonEmptyArrayTest.swift",
        "Data/OptionTest.swift",
        "Data/PairKTest.swift",
        "Data/PairingTest.swift",
        "Data/ResultTest.swift",
        "Data/SetKTest.swift",
        "Data/SetTest.swift",
        "Data/SumTest.swift",
        "Data/TrampolineTest.swift",
        "Data/TreeTest.swift",
        "Data/TryTest.swift",
        "Data/ValidatedTest.swift",
        "Data/YonedaTest.swift",
        "Data/ZipperTest.swift",
        "Instances/BoolInstancesTest.swift",
        "Instances/NumberInstancesTest.swift",
        "Instances/StringInstancesTest.swift",
        "Syntax/BooleanFunctionsTest.swift",
        "Syntax/CurryTest.swift",
        "Syntax/MemoizationTest.swift",
        "Syntax/MonadComprehensionTest.swift",
        "Syntax/PartialApplicationTest.swift",
        "Syntax/PredefTest.swift",
        "Syntax/ReverseTest.swift",
        "Transformers/EitherTTest.swift",
        "Transformers/EnvTTest.swift",
        "Transformers/OptionTTest.swift",
        "Transformers/StateTTest.swift",
        "Transformers/StoreTTest.swift",
        "Transformers/TracedTTest.swift",
        "Transformers/WriterTTest.swift"
      ],
      "target_dependencies" : [
        "BowLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowRxTests",
      "module_type" : "SwiftTarget",
      "name" : "BowRxTests",
      "path" : "Tests/BowRxTests",
      "sources" : [
        "MaybeKTest.swift",
        "ObservableKTest.swift",
        "SingleKTest.swift"
      ],
      "target_dependencies" : [
        "BowRxGenerators",
        "BowEffectsGenerators",
        "BowEffectsLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowRxGenerators",
      "module_type" : "SwiftTarget",
      "name" : "BowRxGenerators",
      "path" : "Tests/BowRxGenerators",
      "product_memberships" : [
        "BowRxGenerators"
      ],
      "sources" : [
        "MaybeK+Gen.swift",
        "ObservableK+Gen.swift",
        "SingleK+Gen.swift"
      ],
      "target_dependencies" : [
        "BowRx",
        "BowGenerators"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowRx",
      "module_type" : "SwiftTarget",
      "name" : "BowRx",
      "path" : "Sources/BowRx",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "BowRx",
        "BowRxGenerators"
      ],
      "sources" : [
        "MaybeK.swift",
        "ObservableK.swift",
        "SingleK.swift"
      ],
      "target_dependencies" : [
        "Bow",
        "BowEffects"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowRecursionSchemesTests",
      "module_type" : "SwiftTarget",
      "name" : "BowRecursionSchemesTests",
      "path" : "Tests/BowRecursionSchemesTests",
      "sources" : [
        "RecursionTest.swift"
      ],
      "target_dependencies" : [
        "BowRecursionSchemes",
        "BowLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowRecursionSchemes",
      "module_type" : "SwiftTarget",
      "name" : "BowRecursionSchemes",
      "path" : "Sources/BowRecursionSchemes",
      "product_memberships" : [
        "BowRecursionSchemes"
      ],
      "sources" : [
        "Data/Fix.swift",
        "Data/Mu.swift",
        "Data/Nu.swift",
        "Recursion.swift",
        "Typeclasses/Birecursive.swift",
        "Typeclasses/Corecursive.swift",
        "Typeclasses/Recursive.swift"
      ],
      "target_dependencies" : [
        "Bow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowOpticsTests",
      "module_type" : "SwiftTarget",
      "name" : "BowOpticsTests",
      "path" : "Tests/BowOpticsTests",
      "sources" : [
        "AffineTraversalTest.swift",
        "FoldTest.swift",
        "GetterTest.swift",
        "IsoTest.swift",
        "LensTest.swift",
        "PrismTest.swift",
        "SetterTest.swift",
        "TestDomain.swift",
        "TraversalTest.swift"
      ],
      "target_dependencies" : [
        "BowOpticsLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowOpticsLaws",
      "module_type" : "SwiftTarget",
      "name" : "BowOpticsLaws",
      "path" : "Tests/BowOpticsLaws",
      "product_memberships" : [
        "BowOpticsLaws"
      ],
      "sources" : [
        "AffineTraversalLaws.swift",
        "IsoLaws.swift",
        "LensLaws.swift",
        "PrismLaws.swift",
        "SetterLaws.swift",
        "TraversalLaws.swift"
      ],
      "target_dependencies" : [
        "BowOptics",
        "BowLaws"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowOptics",
      "module_type" : "SwiftTarget",
      "name" : "BowOptics",
      "path" : "Sources/BowOptics",
      "product_memberships" : [
        "BowOptics",
        "BowOpticsLaws"
      ],
      "sources" : [
        "AffineTraversal.swift",
        "Auto/AutoAffineTraversal.swift",
        "Auto/AutoFold.swift",
        "Auto/AutoGetter.swift",
        "Auto/AutoLens.swift",
        "Auto/AutoOptics.swift",
        "Auto/AutoPrism.swift",
        "Auto/AutoSetter.swift",
        "Auto/AutoTraversal.swift",
        "BoundSetter.swift",
        "DSL/At+Optics.swift",
        "DSL/Each+Optics.swift",
        "DSL/Index+Optics.swift",
        "DSL/Kind+Optics.swift",
        "Extensions/StateT+Optics.swift",
        "Fold.swift",
        "Getter.swift",
        "Instances/ArrayKOpticsInstances.swift",
        "Instances/ArrayOpticsInstances.swift",
        "Instances/ConstOpticsInstances.swift",
        "Instances/EitherKOpticsInstances.swift",
        "Instances/EitherOpticsInstances.swift",
        "Instances/IdOpticsInstances.swift",
        "Instances/IorOpticsInstances.swift",
        "Instances/NonEmptyArrayOpticsInstances.swift",
        "Instances/OptionOpticsInstances.swift",
        "Instances/StringOpticsInstances.swift",
        "Instances/TryOpticsInstances.swift",
        "Instances/ValidatedOpticsInstances.swift",
        "Iso.swift",
        "Lens.swift",
        "Prism.swift",
        "STD/ArrayK+Optics.swift",
        "STD/Either+Optics.swift",
        "STD/Id+Optics.swift",
        "STD/Ior+Optics.swift",
        "STD/NonEmptyArray+Optics.swift",
        "STD/Option+Optics.swift",
        "STD/Result+Optics.swift",
        "STD/String+Optics.swift",
        "STD/Try+Optics.swift",
        "STD/Validated+Optics.swift",
        "Setter.swift",
        "Traversal.swift",
        "Tuple/Tuple10.swift",
        "Tuple/Tuple2.swift",
        "Tuple/Tuple3.swift",
        "Tuple/Tuple4.swift",
        "Tuple/Tuple5.swift",
        "Tuple/Tuple6.swift",
        "Tuple/Tuple7.swift",
        "Tuple/Tuple8.swift",
        "Tuple/Tuple9.swift",
        "Typeclasses/At.swift",
        "Typeclasses/Cons.swift",
        "Typeclasses/Each.swift",
        "Typeclasses/FilterIndex.swift",
        "Typeclasses/Index.swift",
        "Typeclasses/Snoc.swift"
      ],
      "target_dependencies" : [
        "Bow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowLaws",
      "module_type" : "SwiftTarget",
      "name" : "BowLaws",
      "path" : "Tests/BowLaws",
      "product_memberships" : [
        "BowLaws",
        "BowOpticsLaws",
        "BowEffectsLaws"
      ],
      "sources" : [
        "AlternativeLaws.swift",
        "ApplicativeErrorLaws.swift",
        "ApplicativeLaws.swift",
        "BimonadLaws.swift",
        "BindingOperatorOverload.swift",
        "ComonadEnvLaws.swift",
        "ComonadLaws.swift",
        "ComonadStoreLaws.swift",
        "ComonadTracedLaws.swift",
        "ComonadTransLaws.swift",
        "ComparableLaws.swift",
        "ContravariantLaws.swift",
        "CustomStringConvertibleLaws.swift",
        "DivideLaws.swift",
        "DivisibleLaws.swift",
        "EqualityFunctions.swift",
        "EquatableKLaws.swift",
        "EquatableLaws.swift",
        "FoldableLaws.swift",
        "FunctorFilterLaws.swift",
        "FunctorLaws.swift",
        "HashableKLaws.swift",
        "InvariantLaws.swift",
        "MonadCombineLaws.swift",
        "MonadErrorLaws.swift",
        "MonadFilterLaws.swift",
        "MonadLaws.swift",
        "MonadStateLaws.swift",
        "MonadTransLaws.swift",
        "MonadWriterLaws.swift",
        "MonoidKLaws.swift",
        "MonoidLaws.swift",
        "MonoidalLaws.swift",
        "PropertyOperatorOverload.swift",
        "SelectiveLaws.swift",
        "SemigroupKLaws.swift",
        "SemigroupLaws.swift",
        "SemigroupalLaws.swift",
        "SemiringLaws.swift",
        "TraverseFilterLaws.swift",
        "TraverseLaws.swift"
      ],
      "target_dependencies" : [
        "BowGenerators"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowGenericTests",
      "module_type" : "SwiftTarget",
      "name" : "BowGenericTests",
      "path" : "Tests/BowGenericTests",
      "sources" : [
        "GenericTest.swift"
      ],
      "target_dependencies" : [
        "BowGeneric"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowGeneric",
      "module_type" : "SwiftTarget",
      "name" : "BowGeneric",
      "path" : "Sources/BowGeneric",
      "product_memberships" : [
        "BowGeneric"
      ],
      "sources" : [
        "Coproduct10.swift",
        "Coproduct2.swift",
        "Coproduct3.swift",
        "Coproduct4.swift",
        "Coproduct5.swift",
        "Coproduct6.swift",
        "Coproduct7.swift",
        "Coproduct8.swift",
        "Coproduct9.swift",
        "Generic.swift",
        "HList.swift",
        "Product.swift"
      ],
      "target_dependencies" : [
        "Bow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowGenerators",
      "module_type" : "SwiftTarget",
      "name" : "BowGenerators",
      "path" : "Tests/BowGenerators",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "product_memberships" : [
        "BowLaws",
        "BowOpticsLaws",
        "BowEffectsLaws",
        "BowGenerators",
        "BowFreeGenerators",
        "BowEffectsGenerators",
        "BowRxGenerators"
      ],
      "sources" : [
        "Arrow/Function0+Gen.swift",
        "Arrow/Function1+Gen.swift",
        "Arrow/Kleisli+Gen.swift",
        "Arrow/LazyFunction1+Gen.swift",
        "Data/ArrayK+Gen.swift",
        "Data/Co+Gen.swift",
        "Data/Const+Gen.swift",
        "Data/CoyonedaGen.swift",
        "Data/Day+Gen.swift",
        "Data/DictionaryK+Gen.swift",
        "Data/Either+Gen.swift",
        "Data/EitherK+Gen.swift",
        "Data/Endo+Gen.swift",
        "Data/Eval+Gen.swift",
        "Data/Exists+Gen.swift",
        "Data/Id+Gen.swift",
        "Data/Ior+Gen.swift",
        "Data/Moore+Gen.swift",
        "Data/NonEmptyArray+Gen.swift",
        "Data/Option+Gen.swift",
        "Data/PairK+Gen.swift",
        "Data/Sum+Gen.swift",
        "Data/Trampoline+Gen.swift",
        "Data/Tree+Gen.swift",
        "Data/Try+Gen.swift",
        "Data/Validated+Gen.swift",
        "Data/Yoneda+Gen.swift",
        "Data/Zipper+Gen.swift",
        "Transformers/EitherT+Gen.swift",
        "Transformers/EnvT+Gen.swift",
        "Transformers/OptionT+Gen.swift",
        "Transformers/StateT+Gen.swift",
        "Transformers/StoreT+Gen.swift",
        "Transformers/TracedT+Gen.swift",
        "Transformers/WriterT+Gen.swift",
        "Typeclasses/ArbitraryK.swift"
      ],
      "target_dependencies" : [
        "Bow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowFreeTests",
      "module_type" : "SwiftTarget",
      "name" : "BowFreeTests",
      "path" : "Tests/BowFreeTests",
      "sources" : [
        "CofreeTest.swift",
        "FreeTest.swift",
        "ProgramTest.swift"
      ],
      "target_dependencies" : [
        "BowFreeGenerators",
        "BowLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowFreeGenerators",
      "module_type" : "SwiftTarget",
      "name" : "BowFreeGenerators",
      "path" : "Tests/BowFreeGenerators",
      "product_memberships" : [
        "BowFreeGenerators"
      ],
      "sources" : [
        "Cofree+Gen.swift",
        "Free+Gen.swift",
        "Program+Gen.swift"
      ],
      "target_dependencies" : [
        "BowFree",
        "BowGenerators"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowFree",
      "module_type" : "SwiftTarget",
      "name" : "BowFree",
      "path" : "Sources/BowFree",
      "product_memberships" : [
        "BowFree",
        "BowFreeGenerators"
      ],
      "sources" : [
        "Cofree.swift",
        "Free.swift",
        "FunctionK+Free.swift",
        "Program.swift"
      ],
      "target_dependencies" : [
        "Bow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowEffectsTests",
      "module_type" : "SwiftTarget",
      "name" : "BowEffectsTests",
      "path" : "Tests/BowEffectsTests",
      "sources" : [
        "EnvIOTest.swift",
        "IOTest.swift"
      ],
      "target_dependencies" : [
        "BowEffectsGenerators",
        "BowEffectsLaws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BowEffectsLaws",
      "module_type" : "SwiftTarget",
      "name" : "BowEffectsLaws",
      "path" : "Tests/BowEffectsLaws",
      "product_memberships" : [
        "BowEffectsLaws"
      ],
      "sources" : [
        "AsyncLaws.swift",
        "BracketLaws.swift",
        "MonadDeferLaws.swift"
      ],
      "target_dependencies" : [
        "BowEffects",
        "BowLaws"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowEffectsGenerators",
      "module_type" : "SwiftTarget",
      "name" : "BowEffectsGenerators",
      "path" : "Tests/BowEffectsGenerators",
      "product_memberships" : [
        "BowEffectsGenerators"
      ],
      "sources" : [
        "IO+Gen.swift"
      ],
      "target_dependencies" : [
        "BowEffects",
        "BowGenerators"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BowEffects",
      "module_type" : "SwiftTarget",
      "name" : "BowEffects",
      "path" : "Sources/BowEffects",
      "product_memberships" : [
        "BowEffects",
        "BowRx",
        "BowEffectsLaws",
        "BowEffectsGenerators",
        "BowRxGenerators"
      ],
      "sources" : [
        "Data/Array+TraverseConcurrent.swift",
        "Data/Atomic.swift",
        "Data/EnvIO.swift",
        "Data/IO.swift",
        "Data/Internal/Dictionary+Extensions.swift",
        "Data/Internal/DispatchTimeInterval+Extensions.swift",
        "Data/Internal/Queue.swift",
        "Data/Ref.swift",
        "Data/Resource.swift",
        "Data/Schedule.swift",
        "Foundation/ConsoleIO.swift",
        "Foundation/FileManager+Common.swift",
        "Foundation/FileManager+iOS+Mac.swift",
        "Foundation/URLSession.swift",
        "Typeclasses/Async.swift",
        "Typeclasses/Bracket.swift",
        "Typeclasses/Concurrent.swift",
        "Typeclasses/ConcurrentEffect.swift",
        "Typeclasses/ConcurrentTraverse.swift",
        "Typeclasses/Effect.swift",
        "Typeclasses/EffectComprehensions.swift",
        "Typeclasses/MonadDefer.swift",
        "Typeclasses/UnsafeRun.swift"
      ],
      "target_dependencies" : [
        "Bow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Bow",
      "module_type" : "SwiftTarget",
      "name" : "Bow",
      "path" : "Sources/Bow",
      "product_memberships" : [
        "Bow",
        "BowOptics",
        "BowEffects",
        "BowRx",
        "BowFree",
        "BowGeneric",
        "BowRecursionSchemes",
        "BowLaws",
        "BowOpticsLaws",
        "BowEffectsLaws",
        "BowGenerators",
        "BowFreeGenerators",
        "BowEffectsGenerators",
        "BowRxGenerators"
      ],
      "sources" : [
        "Arrow/Cokleisli.swift",
        "Arrow/CokleisliK.swift",
        "Arrow/Function0.swift",
        "Arrow/Function1.swift",
        "Arrow/FunctionK+Coyoneda.swift",
        "Arrow/FunctionK.swift",
        "Arrow/Kleisli.swift",
        "Arrow/LazyFunction1.swift",
        "Data/Action.swift",
        "Data/Array.swift",
        "Data/ArrayK.swift",
        "Data/Co.swift",
        "Data/CoSum.swift",
        "Data/Const.swift",
        "Data/Coreader.swift",
        "Data/Coyoneda.swift",
        "Data/Day.swift",
        "Data/Dictionary.swift",
        "Data/DictionaryK.swift",
        "Data/Either.swift",
        "Data/EitherK.swift",
        "Data/Endo.swift",
        "Data/Eval.swift",
        "Data/Exists.swift",
        "Data/Id.swift",
        "Data/Ior.swift",
        "Data/Moore.swift",
        "Data/NonEmptyArray.swift",
        "Data/Option.swift",
        "Data/PairK.swift",
        "Data/Pairing.swift",
        "Data/Puller.swift",
        "Data/Reader.swift",
        "Data/Result.swift",
        "Data/Set.swift",
        "Data/SetK.swift",
        "Data/Sum.swift",
        "Data/Trampoline.swift",
        "Data/Tree.swift",
        "Data/Try.swift",
        "Data/Validated.swift",
        "Data/Yoneda.swift",
        "Data/Zipper.swift",
        "Instances/BoolInstances.swift",
        "Instances/NumberInstances.swift",
        "Instances/OptionInstances.swift",
        "Instances/StringInstances.swift",
        "Syntax/BooleanFunctions.swift",
        "Syntax/Curry.swift",
        "Syntax/HigherKinds.swift",
        "Syntax/Memoization.swift",
        "Syntax/PartialApplication.swift",
        "Syntax/Predef.swift",
        "Syntax/Reverse.swift",
        "Transformers/EitherT.swift",
        "Transformers/EnvT.swift",
        "Transformers/OptionT.swift",
        "Transformers/StateT.swift",
        "Transformers/StoreT.swift",
        "Transformers/TracedT.swift",
        "Transformers/WriterT.swift",
        "Typeclasses/Alternative.swift",
        "Typeclasses/Applicative.swift",
        "Typeclasses/ApplicativeError.swift",
        "Typeclasses/Bimonad.swift",
        "Typeclasses/Comonad.swift",
        "Typeclasses/ComonadEnv.swift",
        "Typeclasses/ComonadStore.swift",
        "Typeclasses/ComonadTraced.swift",
        "Typeclasses/ComonadTrans.swift",
        "Typeclasses/Comparable.swift",
        "Typeclasses/Contravariant.swift",
        "Typeclasses/Decidable.swift",
        "Typeclasses/Divide.swift",
        "Typeclasses/Divisible.swift",
        "Typeclasses/EquatableK.swift",
        "Typeclasses/Foldable.swift",
        "Typeclasses/Functor.swift",
        "Typeclasses/FunctorFilter.swift",
        "Typeclasses/HashableK.swift",
        "Typeclasses/Invariant.swift",
        "Typeclasses/Monad.swift",
        "Typeclasses/MonadCombine.swift",
        "Typeclasses/MonadComprehensions/BindingExpression.swift",
        "Typeclasses/MonadComprehensions/BindingOperator.swift",
        "Typeclasses/MonadComprehensions/BoundVar.swift",
        "Typeclasses/MonadComprehensions/MonadComprenhensions.swift",
        "Typeclasses/MonadComprehensions/ReaderBindingExpression.swift",
        "Typeclasses/MonadComprehensions/StateBindingExpression.swift",
        "Typeclasses/MonadComprehensions/WriterBindingExpression.swift",
        "Typeclasses/MonadError.swift",
        "Typeclasses/MonadFilter.swift",
        "Typeclasses/MonadReader.swift",
        "Typeclasses/MonadState.swift",
        "Typeclasses/MonadTrans.swift",
        "Typeclasses/MonadWriter.swift",
        "Typeclasses/Monoid.swift",
        "Typeclasses/MonoidK.swift",
        "Typeclasses/Monoidal.swift",
        "Typeclasses/NonEmptyReducible.swift",
        "Typeclasses/Reducible.swift",
        "Typeclasses/Selective.swift",
        "Typeclasses/Semigroup.swift",
        "Typeclasses/SemigroupK.swift",
        "Typeclasses/Semigroupal.swift",
        "Typeclasses/Semiring.swift",
        "Typeclasses/Traverse.swift",
        "Typeclasses/TraverseFilter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.