Skip to content

Commit 91f7fff

Browse files
committed
Doc: clarify building SwiftPM dependency doesn't require the compiler source.
1 parent 288ae57 commit 91f7fff

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)