Build Information
Failed to build Bow, reference master (a8c1a7
), with Swift 6.0 for Linux on 31 Oct 2024 03:48:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
:
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))
[137/283] Compiling RxSwift AddRef.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))
[138/283] Compiling RxSwift Amb.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))
[139/283] Compiling RxSwift AnonymousDisposable.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))
[140/283] Compiling RxSwift AnonymousObserver.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))
[141/283] Compiling RxSwift AnyObserver.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))
[142/283] Compiling RxSwift AsMaybe.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))
[143/283] Compiling RxSwift AsSingle.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))
[144/283] Compiling RxSwift AsyncLock.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))
[145/283] Compiling RxSwift AsyncSubject.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))
[146/283] Emitting module Bow
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/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/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/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() {}
/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/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
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[170/296] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[171/296] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[172/296] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[173/296] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[174/296] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[175/296] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[176/296] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[177/296] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[178/296] Compiling Bow MonadError.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[179/296] Compiling Bow MonadFilter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[180/296] Compiling Bow Bimonad.swift
[181/296] Compiling Bow Comonad.swift
[182/296] Compiling Bow ComonadEnv.swift
[183/296] Compiling Bow ComonadStore.swift
[184/296] Compiling Bow ComonadTraced.swift
[185/296] Compiling Bow Zipper.swift
[186/296] Compiling Bow BoolInstances.swift
[187/296] Compiling Bow NumberInstances.swift
[188/296] Compiling Bow OptionInstances.swift
[189/296] Compiling Bow StringInstances.swift
[190/296] Compiling Bow BooleanFunctions.swift
[191/296] Compiling Bow Curry.swift
[192/296] Compiling Bow HigherKinds.swift
[193/296] Compiling Bow Memoization.swift
[194/296] Compiling Bow PartialApplication.swift
[195/296] Compiling Bow Predef.swift
[196/296] Compiling Bow Reverse.swift
[197/296] Compiling Bow EitherT.swift
[198/296] Compiling Bow EnvT.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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/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() {}
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
/host/spi-builder-workspace/Sources/Bow/Typeclasses/MonadComprehensions/MonadComprenhensions.swift:43:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
41 | }
42 |
43 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
44 | public struct BindingsBuilder {
45 | public static func buildBlock<F>(_ instructions: BindingExpression<F>...) -> [BindingExpression<F>] {
[266/296] Compiling RxSwift SynchronizedUnsubscribeType.swift
[267/296] Compiling RxSwift TailRecursiveSink.swift
[268/296] Compiling RxSwift Take.swift
[269/296] Compiling RxSwift TakeLast.swift
[270/296] Compiling RxSwift TakeUntil.swift
[271/296] Compiling RxSwift TakeWhile.swift
[272/296] Compiling RxSwift Throttle.swift
[273/296] Compiling RxSwift Timeout.swift
[274/296] Compiling RxSwift Timer.swift
[275/296] Compiling RxSwift ToArray.swift
[276/296] Compiling RxSwift Using.swift
[277/296] Compiling RxSwift VirtualTimeConverterType.swift
[278/296] Compiling RxSwift VirtualTimeScheduler.swift
[279/296] Compiling RxSwift Window.swift
[280/296] Compiling RxSwift WithLatestFrom.swift
[281/296] Compiling RxSwift Zip+Collection.swift
[282/296] Compiling RxSwift Zip+arity.swift
[283/296] Compiling RxSwift Zip.swift
BUILD FAILURE 6.0 linux