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
The most natural use case for Swift Syntax would be parsing code being extracted and updated in an Xcode Source Editor Extension. Please add an example of this case.
The text was updated successfully, but these errors were encountered:
Yes, I think that will do it. I was looking in the Examples directory, so missed the extension. Might be helpful to mention it in the main read me.
The extension itself needs a little attention as it has the following build issue when built with Xcode 15: ld: warning: object file (/Applications/Xcode.app/Contents/Developer/usr/lib/libXcodeExtension.a[x86_64][2](libXcodeExtension.a-x86_64-master.o)) was built for newer 'macOS' version (13.0) than being linked (11.0)
Might be helpful to mention it in the main read me.
I don’t think that’s all too useful. There exists documentation of how to build an Xcode source editor extension and depending on swift-syntax should just be a matter of adding swift-syntax to your package dependencies.
Description
The most natural use case for Swift Syntax would be parsing code being extracted and updated in an Xcode Source Editor Extension. Please add an example of this case.
The text was updated successfully, but these errors were encountered: