RxSwiftCommunity / RxSwiftExt

A collection of Rx operators & tools not found in the core RxSwift distribution
MIT License
1.33k stars 213 forks source link

Compile-time errors after updating Xcode to v15 #278

Open shishir2sr opened 11 months ago

shishir2sr commented 11 months ago

Issue Description

After updating my Xcode to version 15, I've encountered compile-time errors in multiple places within the codebase of the package. These errors seem to be related to type conversion and specialization. I'm reaching out to report these issues and seek assistance in resolving them.

Error 1

Cannot convert return expression of type 'Observable' to return type 'Observable'

Error 2

Cannot specialize non-generic type 'Observable'

These errors are occurring in eight different locations across the package's codebase, particularly in the cascade.swift and distinct.swift files.

Steps to Reproduce:

  1. Upgrade Xcode to version 15.
  2. Attempt to build or compile the package.

Expected Behavior:

The package should build and compile successfully without any type-related errors.

Actual Behavior:

Compile-time errors, as described above, prevent successful compilation.

vzsg commented 11 months ago

A fix has already been released as version 6.2.1 for that error. Is your project up to date?