Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile-time errors after updating Xcode to v15 #278

Open
shishir2sr opened this issue Nov 8, 2023 · 1 comment
Open

Compile-time errors after updating Xcode to v15 #278

shishir2sr opened this issue Nov 8, 2023 · 1 comment

Comments

@shishir2sr
Copy link

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:

  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
Copy link
Contributor

vzsg commented Nov 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants