You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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<Element.Element>'
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:
Upgrade Xcode to version 15.
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.
The text was updated successfully, but these errors were encountered:
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<Element.Element>'
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:
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.
The text was updated successfully, but these errors were encountered: