A normal tutorial how to use swift-syntax?

There is a tutorial how to use swift-syntax package in another package. But how to use it in a common project directly? Got stuck on adding "import" stage

swift-syntax is a normal Swift package. You should be able to follow any tutorial online that shows you how to declare a SwiftPM dependency. In Xcode, that’s should be in your Xcode project’s “Package Dependencies” pane.

1 Like

That tutorial and your answer is not related to a problem of importing into a common xcode project, not another swift package