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
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ Then, import `SwiftSyntax` in your Swift code.
47
47
48
48
[**SwiftPack**](https://github.com/omochi/SwiftPack): a tool for automatically embedding Swift library source.
49
49
50
+
[**Periphery**](https://github.com/peripheryapp/periphery): a tool to detect unused code analyzer.
51
+
50
52
## Contributing
51
53
52
54
### Building SwiftSyntax from `master`
@@ -61,26 +63,26 @@ To build the `master` version of SwiftSyntax, check `swift-syntax` and `swift`
61
63
62
64
And run `swift-syntax/build-script.py`. SwiftSyntax is now being built with the Swift compiler installed on the system.
63
65
64
-
Swift-CI will automatically run the code generation step whenever a new toolchain (development snapshot or release) is published. It should thus almost never be necessary to perform the above build yourself.
66
+
Swift-CI will automatically run the code generation step whenever a new toolchain (development snapshot or release) is published. It should thus almost never be necessary to perform the above build yourself.
65
67
66
68
Afterwards, SwiftPM can also generate an Xcode project to develop SwiftSyntax by running `swift package generate-xcodeproj`.
67
69
68
-
If you also want to run tests locally, read the section below as testing has additional requirements.
70
+
If you also want to run tests locally, read the section below as testing has additional requirements.
69
71
70
72
### Local Testing
71
-
SwiftSyntax uses some test utilities that need to be built as part of the Swift compiler project. To build the most recent version of SwiftSyntax and test it, follow the steps in [swift/README.md](https://github.com/apple/swift/blob/master/README.md) and pass `--llbuild --swiftpm --swiftsyntax` to the build script invocation to build SwiftSyntax and all its dependencies using the current `master` compiler.
73
+
SwiftSyntax uses some test utilities that need to be built as part of the Swift compiler project. To build the most recent version of SwiftSyntax and test it, follow the steps in [swift/README.md](https://github.com/apple/swift/blob/master/README.md) and pass `--llbuild --swiftpm --swiftsyntax` to the build script invocation to build SwiftSyntax and all its dependencies using the current `master` compiler.
72
74
73
-
SwiftSyntax can then be tested using the build script in `apple/swift` by running
75
+
SwiftSyntax can then be tested using the build script in `apple/swift` by running
0 commit comments