Skip to content

Commit a16c811

Browse files
authored
Merge pull request #95 from nkcsgexi/doc-clarify
Doc: clarify building SwiftPM dependency doesn't require the compiler source.
2 parents eb622fa + 91f7fff commit a16c811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ let package = Package(
7171
Tags will be created for every nightly build in the form of `swift-DEVELOPMENT-SNAPSHOT-<DATE>`. Revision field
7272
should be specified with the intended tag.
7373

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+
7477
### Some Example Users
7578

7679
[**Swift AST Explorer**](https://swift-ast-explorer.kishikawakatsumi.com/): a Swift AST visualizer.

0 commit comments

Comments
 (0)