Build Information
Failed to build Bow, reference master (a8c1a7
), with Swift 6.1 for Android on 27 May 2025 09:32:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[69/277] Compiling Bow Decidable.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[70/277] Compiling Bow Divide.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[71/277] Compiling Bow Divisible.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[72/277] Compiling Bow EquatableK.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[73/277] Compiling Bow Foldable.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[74/277] Compiling Bow Functor.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[75/277] Compiling Bow FunctorFilter.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[76/277] Compiling Bow HashableK.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[77/277] Compiling Bow Invariant.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[78/277] Compiling Bow Monad.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
121 | /// - Parameter f: Function to be lifted.
122 | /// - Returns: Function in the context implementing this instance of `Functor`.
123 | static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 | { fa in fa.map(f) }
125 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[79/277] Compiling Bow Tree.swift
[80/277] Compiling Bow Try.swift
[81/277] Compiling Bow Validated.swift
[82/277] Compiling Bow Yoneda.swift
[83/277] Compiling Bow Zipper.swift
[84/277] Compiling Bow BoolInstances.swift
[85/277] Compiling Bow NumberInstances.swift
[86/277] Compiling Bow OptionInstances.swift
[87/277] Compiling Bow StringInstances.swift
[88/277] Compiling Bow BooleanFunctions.swift
[89/277] Compiling Bow Curry.swift
[90/277] Compiling Bow HigherKinds.swift
[91/277] Compiling Bow Memoization.swift
[92/277] Compiling Bow PartialApplication.swift
[93/277] Compiling Bow Predef.swift
[94/277] Compiling Bow Reverse.swift
[95/277] Compiling Bow EitherT.swift
[96/277] Compiling Bow EnvT.swift
[97/277] Compiling Bow OptionT.swift
[98/277] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[99/277] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[100/277] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[101/277] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[102/277] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[103/277] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[104/277] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[105/277] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[106/277] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[107/277] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[108/277] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[109/277] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[110/277] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[111/277] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[112/277] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[113/277] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[114/277] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[115/277] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[116/277] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[136/277] Compiling Bow StateT.swift
[137/277] Compiling Bow StoreT.swift
[138/277] Compiling Bow TracedT.swift
[139/277] Compiling Bow WriterT.swift
[140/277] Compiling Bow Alternative.swift
[141/277] Compiling Bow Applicative.swift
[142/277] Compiling Bow ApplicativeError.swift
[143/277] Compiling Bow Bimonad.swift
[144/277] Compiling Bow Comonad.swift
[145/277] Compiling Bow ComonadEnv.swift
[146/277] Compiling Bow ComonadStore.swift
[147/277] Compiling Bow ComonadTraced.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
185 | /// - else: Computation that will be executed if this evaluates to `false`.
186 | /// - Returns: Composition of the computations.
187 | func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, 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
188 | F.ifS(self, then: t, else: e)
189 | }
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
8 | /// class ForOption {}
9 | /// class Option<A>: Kind<ForOption, A> {}
10 | open class Kind<F, A> {
| `- note: 'A' previously declared here
11 | /// Default initializer
12 | public init() {}
[182/277] Compiling Bow Either.swift
[183/277] Compiling Bow EitherK.swift
[184/277] Compiling Bow Endo.swift
[185/277] Compiling Bow Eval.swift
[186/277] Compiling Bow Exists.swift
[187/277] Compiling Bow Id.swift
[188/277] Compiling Bow Ior.swift
[189/277] Compiling Bow Moore.swift
[190/277] Compiling Bow NonEmptyArray.swift
[191/277] Compiling Bow Option.swift
[192/277] Compiling Bow PairK.swift
[193/277] Compiling Bow Pairing.swift
[194/277] Compiling Bow Puller.swift
[195/277] Compiling Bow Reader.swift
[196/277] Compiling Bow Result.swift
[197/277] Compiling Bow Set.swift
[198/277] Compiling Bow SetK.swift
[199/277] Compiling Bow Sum.swift
[200/277] Compiling Bow Trampoline.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'F' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Arrow/CokleisliK.swift:58:34: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
4 | /// that is polymorphic on A, where F and B are fixed.
5 | /// Subclasses of `CokleisliK` need to implement `invoke`.
6 | open class CokleisliK<F, B> {
| `- note: 'B' previously declared here
7 | /// Initializer
8 | public init() {}
:
56 | }
57 |
58 | private class Composed<F, T, B>: CokleisliK<F, B> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
59 | private let f: CokleisliK<F, T>
60 | private let g: Function1<T, B>
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:111:24: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | /// - A MonadWriter from a ComonadTraced
34 | /// - A MonadState from a ComonadStore
35 | public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
| `- note: 'A' previously declared here
36 | internal let cow: (Kind<W, (A) -> Kind<M, Any>>) -> Kind<M, Any>
37 |
:
109 | /// - wa: Comonadic space to explore.
110 | /// - Returns: A new Comonadic space resulting from the exploration.
111 | static func select<A, B>(
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
112 | _ co: Co<W, (A) -> B>,
113 | _ wa: Kind<W, A>) -> Kind<W, B> {
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:269:16: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
266 | }
267 |
268 | public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
| `- note: 'A' previously declared here
269 | func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
270 | { a in
271 | g((x, a))
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:25: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'F' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:90:37: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
47 | ///
48 | /// Coyoneda can be viewed as the arguments that we need for the `map` function.
49 | public final class Coyoneda<F, A>: CoyonedaOf<F, A> {
| `- note: 'A' previously declared here
50 | internal let coyonedaF: Exists<CoyonedaFPartial<F, A>>
51 |
:
88 | }
89 |
90 | private class Lower<F: Functor, A>: CokleisliK<CoyonedaFPartial<F, A>, Kind<F, 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
91 | public override func invoke<T>(_ fa: CoyonedaFOf<F, A, T>) -> Kind<F, A> {
92 | fa^.pivot.map(fa^.f.invoke)
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:115: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
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
113 | }
114 |
115 | private class Map<F, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
116 | internal init(f: @escaping (A) -> B) {
117 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:159:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
157 | }
158 |
159 | private class FlatMap<F: Monad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
160 | internal init(f: @escaping (A) -> CoyonedaOf<F, B>) {
161 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:196:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
194 | }
195 |
196 | private class CoflatMap<F: Comonad, A, B>: CokleisliK<CoyonedaFPartial<F, A>, CoyonedaOf<F, B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
197 | internal init(f: @escaping (CoyonedaOf<F, A>) -> B) {
198 | self.f = f
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:216:27: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
214 | }
215 |
216 | private class Extract<F: Comonad, A>: CokleisliK<CoyonedaFPartial<F, A>, 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
217 | internal override init() {}
218 |
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:236:28: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
234 | }
235 |
236 | private class FoldLeft<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, B> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
237 | internal init(b: B, f: @escaping (B, A) -> B) {
238 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:260:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
258 | }
259 |
260 | private class FoldRight<F: Foldable, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Eval<B>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
261 | internal init(b: Eval<B>, f: @escaping (A, Eval<B>) -> Eval<B>) {
262 | self.b = b
/host/spi-builder-workspace/Sources/Bow/Data/Coyoneda.swift:287:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
39 |
40 | /// Partial application of the Coyoneda type constructor, omitting the last parameter.
41 | public final class CoyonedaPartial<F>: Kind<ForCoyoneda, F> {}
| `- note: 'F' previously declared here
42 |
43 | /// Higher Kinded Type alias to improve readability.
:
285 | }
286 |
287 | private class TraverseF<F: Traverse, G: Applicative, A, B>: CokleisliK<CoyonedaFPartial<F, A>, Kind<G, CoyonedaOf<F, B>>> {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
288 | internal init(f: @escaping (A) -> Kind<G, B>) {
289 | self.f = f
[257/278] Compiling RxSwift SynchronizedUnsubscribeType.swift
[258/278] Compiling RxSwift TailRecursiveSink.swift
[259/278] Compiling RxSwift Take.swift
[260/278] Compiling RxSwift TakeLast.swift
[261/278] Compiling RxSwift TakeUntil.swift
[262/278] Compiling RxSwift TakeWhile.swift
[263/278] Compiling RxSwift Throttle.swift
[264/278] Compiling RxSwift Timeout.swift
[265/278] Compiling RxSwift Timer.swift
[266/278] Compiling RxSwift ToArray.swift
[267/278] Compiling RxSwift Using.swift
[268/278] Compiling RxSwift VirtualTimeConverterType.swift
[269/278] Compiling RxSwift VirtualTimeScheduler.swift
[270/278] Compiling RxSwift Window.swift
[271/278] Compiling RxSwift WithLatestFrom.swift
[272/278] Compiling RxSwift Zip+Collection.swift
[273/278] Compiling RxSwift Zip+arity.swift
[274/278] Compiling RxSwift Zip.swift
BUILD FAILURE 6.1 android