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

Xcode 16 beta 1 - Compile Error Circular Reference #182

Open
advienncurtiz opened this issue Jun 18, 2024 · 0 comments
Open

Xcode 16 beta 1 - Compile Error Circular Reference #182

advienncurtiz opened this issue Jun 18, 2024 · 0 comments

Comments

@advienncurtiz
Copy link

Encountering this compile error.
Still looking for any workarounds.

enum InlineNode: Hashable {
  case text(String)
  case softBreak
  case lineBreak
  case code(String)
  case html(String)
  case emphasis(children: [InlineNode])
  case strong(children: [InlineNode])
  case strikethrough(children: [InlineNode])
  case link(destination: String, children: [InlineNode])
  case image(source: String, children: [InlineNode])
}

Screenshot 2024-06-18 at 10 41 49 AM

@advienncurtiz advienncurtiz changed the title Xcode 16 beta - Compile Error Circular Reference Xcode 16 beta 1 - Compile Error Circular Reference Jun 18, 2024
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

1 participant