I can't use it under Xcode 12.4 'cause of:
public func replayValues(limit: Int = Int.max) -> ConnectableSignal<Signal<LoadingState<LoadingValue, LoadingError>, Error>> {
I get this red warning:
Self.LoadingValue' requires the types 'Self.Error' and 'Never' be equivalent