DougGregor / swift-macro-examples

Example macros for the Swift macros effort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't seem to compile in Xcode 15 beta.

nunogoncalves opened this issue · comments

image

Also, if I create one of these (@CaseDetection) in a new project, I get this error:

image image

Autocompletion recognizes the property, but the compiler does not.
Help?