We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb622fa + 91f7fff commit a16c811Copy full SHA for a16c811
README.md
@@ -71,6 +71,9 @@ let package = Package(
71
Tags will be created for every nightly build in the form of `swift-DEVELOPMENT-SNAPSHOT-<DATE>`. Revision field
72
should be specified with the intended tag.
73
74
+Different from building SwiftSyntax from source, declaring SwiftSyntax as a SwiftPM dependency doesn't require
75
+the Swift compiler source because we always push gyb-generated files to a tag.
76
+
77
### Some Example Users
78
79
[**Swift AST Explorer**](https://swift-ast-explorer.kishikawakatsumi.com/): a Swift AST visualizer.
0 commit comments