Build Information
Successful build of Bow with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bow-swift/bow.git
Reference: 0.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/bow-swift/bow
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 17ff76f Swift playgrounds (#599)
Cloned https://github.com/bow-swift/bow.git
Revision (git rev-parse @):
17ff76f1e0427a67e221c0a20b96324d256c340f
SUCCESS checkout https://github.com/bow-swift/bow.git at 0.8.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/bow-swift/bow.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/bow-swift/SwiftCheck.git
[1/4531] Fetching swiftcheck
[4532/55545] Fetching swiftcheck, rxswift
Fetched https://github.com/bow-swift/SwiftCheck.git from cache (0.37s)
[2041/51014] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (2.13s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.1 (0.52s)
Computing version for https://github.com/bow-swift/SwiftCheck.git
Computed https://github.com/bow-swift/SwiftCheck.git at 0.12.1 (0.44s)
Creating working copy for https://github.com/bow-swift/SwiftCheck.git
Working copy of https://github.com/bow-swift/SwiftCheck.git resolved at 0.12.1
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.1
Building for debugging...
[0/19] Write sources
[18/19] Write swift-version-24593BA9C3E375BF.txt
[20/254] Emitting module Bow
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
/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 Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[21/266] Compiling RxSwift Bag+Rx.swift
[22/266] Compiling RxSwift Bag.swift
[23/267] Compiling RxSwift BehaviorSubject.swift
[24/267] Compiling RxSwift BinaryDisposable.swift
[25/267] Compiling SwiftCheck WitnessedArbitrary.swift
[26/267] Compiling Bow BindingExpression.swift
[27/267] Compiling Bow BindingOperator.swift
[28/267] Compiling Bow BoundVar.swift
[29/267] Compiling Bow MonadComprenhensions.swift
[30/267] Compiling Bow ReaderBindingExpression.swift
[31/267] Compiling Bow StateBindingExpression.swift
[32/267] Compiling Bow WriterBindingExpression.swift
[33/267] Compiling Bow MonadError.swift
[34/267] Compiling Bow MonadFilter.swift
[35/267] Compiling Bow MonadReader.swift
[36/267] Compiling Bow MonadState.swift
[37/267] Compiling Bow MonadWriter.swift
[38/267] Compiling RxSwift AnyObserver.swift
[39/267] Compiling RxSwift AsMaybe.swift
[40/267] Compiling RxSwift AnonymousDisposable.swift
[41/267] Compiling RxSwift AnonymousObserver.swift
[42/267] Compiling Bow Comparable.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 Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[43/267] Compiling Bow Contravariant.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 Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[44/267] Compiling Bow Decidable.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[45/267] Compiling Bow Divide.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[46/267] Compiling Bow Divisible.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[47/267] Compiling Bow EquatableK.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[48/267] Compiling Bow Foldable.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[49/267] Compiling Bow Functor.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[50/267] Compiling Bow FunctorFilter.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[51/267] Compiling Bow Invariant.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[52/267] Compiling Bow Monad.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Functor.swift:123:22: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[53/267] Compiling Bow MonadCombine.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 Swift 6
static func lift<A, B>(_ f: @escaping (A) -> B) -> (Kind<F, A>) -> Kind<F, B> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[54/267] Compiling Bow Monoid.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[55/267] Compiling Bow MonoidK.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[56/267] Compiling Bow Monoidal.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[57/267] Compiling Bow NonEmptyReducible.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[58/267] Compiling Bow Reducible.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[59/267] Compiling Bow Selective.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[60/267] Compiling Bow Semigroup.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[61/267] Compiling Bow SemigroupK.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[62/267] Compiling Bow Semigroupal.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[63/267] Compiling Bow Semiring.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[64/267] Compiling Bow Traverse.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[65/267] Compiling Bow TraverseFilter.swift
/host/spi-builder-workspace/Sources/Bow/Typeclasses/Selective.swift:187:14: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func ifS<A>(then t: Kind<F, A>, else e: Kind<F, A>) -> Kind<F, A> {
^
/host/spi-builder-workspace/Sources/Bow/Syntax/HigherKinds.swift:10:20: note: 'A' previously declared here
open class Kind<F, A> {
^
[66/267] Compiling RxSwift AsSingle.swift
[67/267] Compiling RxSwift AsyncLock.swift
[68/267] Compiling RxSwift AsyncSubject.swift
[69/267] Compiling RxSwift AtomicInt.swift
[70/267] Compiling RxSwift AddRef.swift
[71/267] Compiling RxSwift Amb.swift
[84/267] Compiling RxSwift BooleanDisposable.swift
[85/267] Compiling RxSwift Buffer.swift
[86/267] Compiling RxSwift Cancelable.swift
[87/267] Compiling RxSwift Catch.swift
[88/267] Compiling RxSwift CombineLatest+Collection.swift
[89/267] Compiling RxSwift CombineLatest+arity.swift
[90/267] Compiling RxSwift CombineLatest.swift
[91/267] Compiling Bow Zipper.swift
[92/267] Compiling Bow BoolInstances.swift
[93/267] Compiling Bow NumberInstances.swift
[94/267] Compiling Bow OptionInstances.swift
[95/267] Compiling Bow Comonad.swift
[96/267] Compiling Bow ComonadEnv.swift
[97/267] Compiling Bow ComonadStore.swift
[98/267] Compiling Bow ComonadTraced.swift
[99/267] Compiling Bow ComonadTrans.swift
[114/281] Compiling Bow StoreT.swift
[115/281] Compiling Bow TracedT.swift
[116/281] Compiling Bow WriterT.swift
[117/281] Compiling Bow Alternative.swift
[118/281] Compiling Bow Applicative.swift
[119/281] Compiling Bow ApplicativeError.swift
[120/281] Compiling Bow Bimonad.swift
[129/285] Compiling RxSwift Reduce.swift
[130/285] Compiling RxSwift RefCountDisposable.swift
[131/285] Compiling RxSwift Repeat.swift
[132/285] Compiling RxSwift ReplaySubject.swift
[133/285] Compiling RxSwift RetryWhen.swift
[134/285] Compiling RxSwift Rx.swift
[135/285] Compiling RxSwift RxMutableBox.swift
[136/285] Compiling RxSwift Sample.swift
[137/285] Compiling RxSwift Scan.swift
[138/285] Compiling RxSwift ScheduledDisposable.swift
[139/285] Compiling RxSwift ScheduledItem.swift
[140/285] Compiling RxSwift ScheduledItemType.swift
[141/285] Compiling RxSwift SchedulerServices+Emulation.swift
[142/285] Compiling RxSwift SchedulerType.swift
[143/285] Compiling RxSwift Sequence.swift
[144/285] Compiling RxSwift SerialDispatchQueueScheduler.swift
[145/285] Compiling RxSwift SerialDisposable.swift
[146/285] Compiling RxSwift ShareReplayScope.swift
[147/285] Compiling RxSwift Single.swift
[148/285] Compiling RxSwift SingleAssignmentDisposable.swift
[149/285] Compiling RxSwift SingleAsync.swift
[150/285] Compiling RxSwift Sink.swift
[151/285] Compiling RxSwift Skip.swift
[152/285] Compiling RxSwift SkipUntil.swift
[153/285] Compiling RxSwift SkipWhile.swift
[154/285] Compiling RxSwift StartWith.swift
[155/285] Compiling RxSwift SubjectType.swift
[156/285] Compiling RxSwift SubscribeOn.swift
[157/285] Compiling RxSwift SubscriptionDisposable.swift
[158/285] Compiling RxSwift SwiftSupport.swift
[159/285] Compiling RxSwift Switch.swift
[160/285] Compiling RxSwift SwitchIfEmpty.swift
[161/285] Compiling RxSwift SynchronizedDisposeType.swift
[162/285] Compiling RxSwift SynchronizedOnType.swift
[163/285] Compiling Bow StringInstances.swift
[164/285] Compiling Bow BooleanFunctions.swift
[165/285] Compiling Bow Curry.swift
[166/285] Compiling Bow HigherKinds.swift
[167/285] Compiling Bow Memoization.swift
[168/285] Compiling Bow PartialApplication.swift
[169/285] Compiling Bow Predef.swift
[170/285] Compiling Bow Reverse.swift
[171/285] Compiling Bow EitherT.swift
[172/285] Compiling Bow EnvT.swift
[173/285] Compiling Bow OptionT.swift
[174/285] Compiling Bow StateT.swift
[182/285] Emitting module SwiftCheck
[185/286] Compiling Bow Cokleisli.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[186/286] Compiling Bow Function0.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[187/286] Compiling Bow Function1.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[188/286] Compiling Bow FunctionK.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[189/286] Compiling Bow Kleisli.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[190/286] Compiling Bow Action.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[191/286] Emitting module RxSwift
[192/286] Compiling Bow Array.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[193/286] Compiling Bow ArrayK.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[194/286] Compiling Bow Co.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[195/286] Compiling Bow CoSum.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[196/286] Compiling Bow Const.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[197/286] Compiling Bow Coreader.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[198/286] Compiling Bow Day.swift
/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 Swift 6
static func select<A, B>(
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:35:33: note: 'A' previously declared here
public class CoT<W: Comonad, M, A>: CoTOf<W, M, A> {
^
/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 Swift 6
func f<A>(_ x: W.M, _ g: @escaping ((W.M, A)) -> Kind<M, Any>) -> (A) -> Kind<M, Any> {
^
/host/spi-builder-workspace/Sources/Bow/Data/Co.swift:268:31: note: 'A' previously declared here
public static func listen<A>(_ fa: CoTOf<W, M, A>) -> CoTOf<W, M, (W.M, A)> {
^
[270/413] Compiling BowRecursionSchemes Nu.swift
[271/413] Compiling BowRecursionSchemes Recursion.swift
[272/413] Compiling BowRecursionSchemes Corecursive.swift
[273/413] Compiling BowRecursionSchemes Recursive.swift
[274/413] Compiling BowRecursionSchemes Birecursive.swift
[275/413] Compiling BowOptics Getter.swift
[276/413] Compiling BowOptics OptionOpticsInstances.swift
[277/413] Emitting module BowGeneric
[278/413] Emitting module BowRecursionSchemes
[279/416] Compiling BowEffects MonadDefer.swift
[280/416] Compiling BowEffects UnsafeRun.swift
[281/416] Compiling BowOptics Optional.swift
[282/416] Compiling BowOptics ArrayKOpticsInstances.swift
[283/416] Compiling BowOptics ArrayOpticsInstances.swift
[284/416] Compiling BowOptics ConstOpticsInstances.swift
[286/419] Compiling BowOptics StringOpticsInstances.swift
[287/419] Compiling BowOptics TryOpticsInstances.swift
[288/419] Compiling BowOptics ValidatedOpticsInstances.swift
[289/419] Compiling BowEffects Queue.swift
[290/419] Compiling BowEffects Ref.swift
[291/419] Compiling BowEffects Resource.swift
[292/419] Compiling BowEffects URLSession.swift
[293/419] Compiling BowGeneric Product.swift
[294/419] Compiling BowOptics Kind+Optics.swift
[295/419] Compiling BowOptics StateT+Optics.swift
[296/419] Compiling BowOptics Fold.swift
[298/419] Compiling BowEffects Async.swift
[299/419] Compiling BowEffects Bracket.swift
[300/419] Compiling BowEffects IO.swift
[301/419] Compiling BowEffects Dictionary+Extensions.swift
[302/419] Emitting module BowGenerators
[303/419] Compiling BowEffects DispatchTimeInterval+Extensions.swift
[304/419] Compiling BowEffects Schedule.swift
[305/419] Compiling BowEffects ConsoleIO.swift
[306/419] Compiling BowEffects FileManager+Common.swift
[307/419] Compiling BowRecursionSchemes Mu.swift
[308/419] Compiling BowRecursionSchemes Fix.swift
[309/419] Compiling BowFree Yoneda.swift
[311/420] Compiling BowFree Coyoneda.swift
[312/420] Compiling BowFree Free.swift
/host/spi-builder-workspace/Sources/BowFree/Free.swift:25:30: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func transform<B, S, O>(_ f: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:8:19: note: 'S' previously declared here
public class Free<S, A>: FreeOf<S, A> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:84:39: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
override public func transform<B, S, O>(_ f: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:73:20: note: 'S' previously declared here
private class Pure<S, A>: Free<S, A> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:100:39: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
override public func transform<B, S, O>(_ f: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:89:23: note: 'S' previously declared here
private class Suspend<S, A>: Free<S, A> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:120:39: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
override public func transform<B, S, O>(_ fm: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:105:26: note: 'S' previously declared here
private class FlatMapped<S, A, C>: Free<S, A> {
^
[315/420] Compiling BowFree Cofree.swift
[316/420] Emitting module BowFree
/host/spi-builder-workspace/Sources/BowFree/Free.swift:25:30: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func transform<B, S, O>(_ f: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:8:19: note: 'S' previously declared here
public class Free<S, A>: FreeOf<S, A> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:84:39: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
override public func transform<B, S, O>(_ f: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:73:20: note: 'S' previously declared here
private class Pure<S, A>: Free<S, A> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:100:39: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
override public func transform<B, S, O>(_ f: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:89:23: note: 'S' previously declared here
private class Suspend<S, A>: Free<S, A> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:120:39: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
override public func transform<B, S, O>(_ fm: @escaping (A) -> B, _ fs: FunctionK<S, O>) -> Free<O, B> {
^
/host/spi-builder-workspace/Sources/BowFree/Free.swift:105:26: note: 'S' previously declared here
private class FlatMapped<S, A, C>: Free<S, A> {
^
[317/421] Emitting module BowEffects
/host/spi-builder-workspace/Sources/BowEffects/Typeclasses/Async.swift:149:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func delayOrRaise<A>(
^
[318/421] Compiling BowGenerators TracedT+Gen.swift
[319/421] Compiling BowGenerators WriterT+Gen.swift
[320/421] Compiling BowGenerators ArbitraryK.swift
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:30: warning: will never be executed
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:23: note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:34: warning: will never be executed
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:27: note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:30: warning: will never be executed
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:23: note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:34: warning: will never be executed
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:27: note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:30: warning: will never be executed
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:116:23: note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:34: warning: will never be executed
.mapError { x in x as! E }
^
/host/spi-builder-workspace/Sources/BowEffects/Data/EnvIO.swift:164:27: note: 'x' is of type 'Never' which cannot be constructed because it is an enum with no cases
.mapError { x in x as! E }
^
[328/422] Emitting module BowOptics
[329/466] Compiling BowGeneric Coproduct9.swift
[330/466] Compiling BowOptics Tuple2.swift
[331/466] Compiling BowOptics Tuple3.swift
[332/466] Compiling BowOptics Tuple4.swift
[333/466] Compiling BowOptics Tuple5.swift
[334/466] Compiling BowOptics Tuple6.swift
[335/466] Compiling BowOptics Tuple7.swift
[336/466] Compiling BowOptics Tuple8.swift
[337/466] Emitting module BowFreeGenerators
[338/466] Compiling BowFreeGenerators Free+Gen.swift
[339/466] Compiling BowGeneric HList.swift
[340/466] Compiling BowGeneric Generic.swift
[341/467] Compiling BowLaws ComonadEnvLaws.swift
[342/467] Compiling BowLaws ComonadLaws.swift
[343/467] Compiling BowLaws ComonadStoreLaws.swift
[344/467] Compiling BowLaws ComonadTracedLaws.swift
/host/spi-builder-workspace/Sources/BowEffects/Typeclasses/Async.swift:149:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func delayOrRaise<A>(
^
[345/467] Compiling BowLaws ComparableLaws.swift
/host/spi-builder-workspace/Sources/BowEffects/Typeclasses/Async.swift:149:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func delayOrRaise<A>(
^
[346/467] Compiling BowLaws AlternativeLaws.swift
/host/spi-builder-workspace/Sources/BowEffects/Typeclasses/Async.swift:149:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
static func delayOrRaise<A>(
^
[347/467] Compiling BowLaws DivideLaws.swift
[348/467] Compiling BowLaws DivisibleLaws.swift
[349/467] Compiling BowLaws EqualityFunctions.swift
[351/467] Compiling BowLaws PropertyOperatorOverload.swift
[352/467] Compiling BowLaws SelectiveLaws.swift
[353/467] Compiling BowLaws SemigroupKLaws.swift
[354/467] Compiling BowLaws SemigroupLaws.swift
[355/471] Compiling BowLaws MonadErrorLaws.swift
[356/471] Compiling BowLaws MonadFilterLaws.swift
[357/471] Compiling BowLaws MonadLaws.swift
[358/471] Compiling BowLaws SemigroupalLaws.swift
[359/471] Compiling BowLaws SemiringLaws.swift
[360/471] Compiling BowLaws TraverseFilterLaws.swift
[361/471] Compiling BowLaws TraverseLaws.swift
[362/471] Compiling BowLaws ApplicativeErrorLaws.swift
[363/471] Compiling BowLaws ApplicativeLaws.swift
[374/471] Compiling BowOptics Tuple9.swift
[375/471] Compiling BowOptics At.swift
[376/471] Compiling BowOptics Cons.swift
[377/471] Compiling BowOptics Each.swift
[378/471] Compiling BowOptics FilterIndex.swift
[379/471] Compiling BowOptics Index.swift
[380/471] Compiling BowOptics Snoc.swift
[383/472] Compiling BowLaws MonadStateLaws.swift
[384/472] Compiling BowLaws MonadWriterLaws.swift
[385/472] Compiling BowLaws MonoidKLaws.swift
[386/472] Compiling BowLaws MonoidLaws.swift
[387/472] Compiling BowLaws MonoidalLaws.swift
[389/472] Compiling BowLaws ContravariantLaws.swift
[390/472] Compiling BowLaws CustomStringConvertibleLaws.swift
[399/472] Compiling BowLaws InvariantLaws.swift
[400/472] Compiling BowLaws MonadCombineLaws.swift
[404/472] Compiling BowLaws EquatableKLaws.swift
[405/472] Compiling BowLaws EquatableLaws.swift
[406/472] Compiling BowLaws FoldableLaws.swift
[407/472] Compiling BowLaws FunctorFilterLaws.swift
[408/472] Compiling BowLaws FunctorLaws.swift
/host/spi-builder-workspace/Sources/BowEffects/Data/Internal/DispatchTimeInterval+Extensions.swift:11:9: warning: default will never be executed
@unknown default: return nil
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Internal/DispatchTimeInterval+Extensions.swift:11:9: warning: default will never be executed
@unknown default: return nil
^
[411/472] Compiling BowLaws BimonadLaws.swift
/host/spi-builder-workspace/Sources/BowEffects/Data/Internal/DispatchTimeInterval+Extensions.swift:11:9: warning: default will never be executed
@unknown default: return nil
^
[412/472] Compiling BowLaws BindingOperatorOverload.swift
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:36: warning: will never be executed
extract: { _, never in never },
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:22: note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
extract: { _, never in never },
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:31: warning: will never be executed
update: { _, _ in EnvIO.never()^ })
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:21: note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
update: { _, _ in EnvIO.never()^ })
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:36: warning: will never be executed
extract: { _, never in never },
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:22: note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
extract: { _, never in never },
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:31: warning: will never be executed
update: { _, _ in EnvIO.never()^ })
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:21: note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
update: { _, _ in EnvIO.never()^ })
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:36: warning: will never be executed
extract: { _, never in never },
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:725:22: note: '$return_value' is of type 'Never' which cannot be constructed because it is an enum with no cases
extract: { _, never in never },
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:31: warning: will never be executed
update: { _, _ in EnvIO.never()^ })
^
/host/spi-builder-workspace/Sources/BowEffects/Data/Schedule.swift:726:21: note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
update: { _, _ in EnvIO.never()^ })
^
[416/475] Compiling BowOptics Result+Optics.swift
[417/475] Compiling BowOptics String+Optics.swift
[418/475] Compiling BowOptics Try+Optics.swift
[419/475] Compiling BowOptics Validated+Optics.swift
[420/475] Compiling BowOptics Setter.swift
[421/475] Compiling BowOptics Traversal.swift
[422/475] Compiling BowOptics Tuple10.swift
[423/475] Emitting module BowEffectsGenerators
[424/475] Compiling BowEffectsGenerators IO+Gen.swift
[454/477] Compiling RxSwift SynchronizedUnsubscribeType.swift
[455/477] Compiling RxSwift TailRecursiveSink.swift
[456/477] Compiling RxSwift Take.swift
[457/477] Compiling RxSwift TakeLast.swift
[458/477] Compiling RxSwift TakeUntil.swift
[459/477] Compiling RxSwift TakeWhile.swift
[460/477] Compiling RxSwift Throttle.swift
[461/477] Compiling RxSwift Timeout.swift
[462/477] Compiling RxSwift Timer.swift
[463/477] Compiling RxSwift ToArray.swift
[464/477] Compiling RxSwift Using.swift
[465/477] Compiling RxSwift VirtualTimeConverterType.swift
[466/477] Compiling RxSwift VirtualTimeScheduler.swift
[467/477] Compiling RxSwift Window.swift
[468/477] Compiling RxSwift WithLatestFrom.swift
[469/477] Compiling RxSwift Zip+Collection.swift
[470/477] Compiling RxSwift Zip+arity.swift
[471/477] Compiling RxSwift Zip.swift
[473/483] Compiling RxRelay Utils.swift
[474/483] Compiling RxRelay PublishRelay.swift
[475/483] Emitting module RxRelay
[476/483] Compiling RxRelay BehaviorRelay.swift
[477/483] Compiling RxRelay Observable+Bind.swift
[479/578] Compiling RxCocoa ItemEvents.swift
[480/578] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[481/578] Compiling RxCocoa KVORepresentable+Swift.swift
[482/578] Compiling RxCocoa KVORepresentable.swift
[483/578] Compiling RxCocoa KeyPathBinder.swift
[484/578] Compiling RxCocoa Logging.swift
[485/578] Compiling RxCocoa NSButton+Rx.swift
[486/578] Compiling RxCocoa NSControl+Rx.swift
[487/578] Compiling RxCocoa NSImageView+Rx.swift
[488/578] Compiling RxCocoa NSLayoutConstraint+Rx.swift
[489/578] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[490/578] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[491/578] Compiling RxCocoa NSObject+Rx.swift
[492/578] Compiling RxCocoa NSSlider+Rx.swift
[493/591] Compiling RxCocoa UISlider+Rx.swift
[494/591] Compiling RxCocoa UIStepper+Rx.swift
[495/591] Compiling RxCocoa UISwitch+Rx.swift
[496/591] Compiling RxCocoa UITabBar+Rx.swift
[497/591] Compiling RxCocoa UITabBarController+Rx.swift
[498/591] Compiling RxCocoa UITabBarItem+Rx.swift
[499/591] Compiling RxCocoa UITableView+Rx.swift
[500/591] Compiling RxCocoa UITextField+Rx.swift
[501/591] Compiling RxCocoa UITextView+Rx.swift
[502/591] Compiling RxCocoa UIView+Rx.swift
[503/591] Compiling RxCocoa UIViewController+Rx.swift
[504/591] Compiling RxCocoa URLSession+Rx.swift
[505/591] Compiling RxCocoa WKWebView+Rx.swift
[506/591] Emitting module RxCocoa
[507/591] Compiling RxCocoa BehaviorRelay+Driver.swift
[508/591] Compiling RxCocoa Binder.swift
[509/591] Compiling RxCocoa ControlEvent+Driver.swift
[510/591] Compiling RxCocoa ControlEvent+Signal.swift
[511/591] Compiling RxCocoa ControlEvent.swift
[512/591] Compiling RxCocoa ControlProperty+Driver.swift
[513/591] Compiling RxCocoa ControlProperty.swift
[514/591] Compiling RxCocoa ControlTarget.swift
[515/591] Compiling RxCocoa DelegateProxy.swift
[516/591] Compiling RxCocoa DelegateProxyType.swift
[517/591] Compiling RxCocoa Deprecated.swift
[518/591] Compiling RxCocoa DispatchQueue+Extensions.swift
[519/591] Compiling RxCocoa Driver+Subscription.swift
[520/591] Compiling RxCocoa Driver.swift
[521/591] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[522/591] Compiling RxCocoa UIImageView+Rx.swift
[523/591] Compiling RxCocoa UILabel+Rx.swift
[524/591] Compiling RxCocoa UINavigationController+Rx.swift
[525/591] Compiling RxCocoa UINavigationItem+Rx.swift
[526/591] Compiling RxCocoa UIPageControl+Rx.swift
[527/591] Compiling RxCocoa UIPickerView+Rx.swift
[528/591] Compiling RxCocoa UIProgressView+Rx.swift
[529/591] Compiling RxCocoa UIRefreshControl+Rx.swift
[530/591] Compiling RxCocoa UIScrollView+Rx.swift
[531/591] Compiling RxCocoa UISearchBar+Rx.swift
[532/591] Compiling RxCocoa UISearchController+Rx.swift
[533/591] Compiling RxCocoa UISegmentedControl+Rx.swift
[534/591] Compiling RxCocoa SharedSequence+Operators.swift
[535/591] Compiling RxCocoa SharedSequence.swift
[536/591] Compiling RxCocoa Signal+Subscription.swift
[537/591] Compiling RxCocoa Signal.swift
[538/591] Compiling RxCocoa TextInput.swift
[539/591] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[540/591] Compiling RxCocoa UIAlertAction+Rx.swift
[541/591] Compiling RxCocoa UIApplication+Rx.swift
[542/591] Compiling RxCocoa UIBarButtonItem+Rx.swift
[543/591] Compiling RxCocoa UIButton+Rx.swift
[544/591] Compiling RxCocoa UICollectionView+Rx.swift
[545/591] Compiling RxCocoa UIControl+Rx.swift
[546/591] Compiling RxCocoa UIDatePicker+Rx.swift
[547/591] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[548/591] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[549/591] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[550/591] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[551/591] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[552/591] Compiling RxCocoa RxPickerViewAdapter.swift
[553/591] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[554/591] Compiling RxCocoa RxPickerViewDataSourceType.swift
[555/591] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[556/591] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[557/591] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[558/591] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[559/591] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[560/591] Compiling RxCocoa NSTextField+Rx.swift
[561/591] Compiling RxCocoa NSTextStorage+Rx.swift
[562/591] Compiling RxCocoa NSTextView+Rx.swift
[563/591] Compiling RxCocoa NSView+Rx.swift
[564/591] Compiling RxCocoa NotificationCenter+Rx.swift
[565/591] Compiling RxCocoa Observable+Bind.swift
[566/591] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[567/591] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[568/591] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[569/591] Compiling RxCocoa PublishRelay+Signal.swift
[570/591] Compiling RxCocoa RxCocoa.swift
[571/591] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[572/591] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[573/591] Compiling RxCocoa RxTabBarDelegateProxy.swift
[574/591] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[575/591] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[576/591] Compiling RxCocoa RxTableViewDataSourceType.swift
[577/591] Compiling RxCocoa RxTableViewDelegateProxy.swift
[578/591] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[579/591] Compiling RxCocoa RxTarget.swift
[580/591] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[581/591] Compiling RxCocoa RxTextViewDelegateProxy.swift
[582/591] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[583/591] Compiling RxCocoa SchedulerType+SharedSequence.swift
[584/591] Compiling RxCocoa SectionedViewDataSourceType.swift
[585/591] Compiling RxCocoa SharedSequence+Operators+arity.swift
[587/596] Emitting module BowRx
[588/596] Compiling BowRx ObservableK.swift
[589/596] Compiling BowRx SingleK.swift
[590/596] Compiling BowRx MaybeK.swift
[592/601] Compiling BowRxGenerators ObservableK+Gen.swift
[593/601] Emitting module BowRxGenerators
[594/601] Compiling BowRxGenerators SingleK+Gen.swift
[595/601] Compiling BowRxGenerators MaybeK+Gen.swift
[597/602] Emitting module BowLaws
[604/614] Compiling BowOpticsLaws PrismLaws.swift
[605/614] Compiling BowOpticsLaws OptionalLaws.swift
[606/614] Compiling BowOpticsLaws TraversalLaws.swift
[607/614] Compiling BowOpticsLaws SetterLaws.swift
[608/614] Compiling BowOpticsLaws IsoLaws.swift
[609/614] Emitting module BowOpticsLaws
[610/614] Compiling BowOpticsLaws LensLaws.swift
[612/615] Compiling BowEffectsLaws MonadDeferLaws.swift
[613/615] Compiling BowEffectsLaws AsyncLaws.swift
[614/615] Emitting module BowEffectsLaws
[615/615] Compiling BowEffectsLaws BracketLaws.swift
Build complete! (143.23s)
Build complete.
Done.