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

Fix "error: circular reference" in Xcode 16.0 beta (16A5171c). #325

Closed

Conversation

electricsidecar-dev
Copy link

@electricsidecar-dev electricsidecar-dev commented Jun 11, 2024

FB13830058 tracks upstream resolution of this, as this seems to be a Swift compiler bug.

Fixes #323

FB13830058 tracks upstream resolution of this, as this seems to be a Swift compiler bug.
@fayharinn
Copy link

Thank you so much it's working

@electricsidecar-dev
Copy link
Author

You're welcome — happy WWDC!

@Larry-Gensch
Copy link

Builds without error:

  • Sequoia initial beta + Xcode 16 initial beta
  • Sonoma Latest (14.5) + Xcode 16 initial beta
  • Sonoma Latest (14.5) + Xcode 15.4 (latest)

@gonzalezreal
Copy link
Owner

@electricsidecar-dev FYI, the CI is failing. It seems you forgot to update the unit tests.

@gonzalezreal
Copy link
Owner

I ended up merging #328, which fixes the issue with a one-liner. Thanks for jumping into this!

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

Successfully merging this pull request may close these issues.

Circular Reference Compilation Error when Compiling with Xcode 6.0 Beta Tools
4 participants