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.
1 parent bafb99c commit d7e01f2Copy full SHA for d7e01f2
Release Notes/600.md
@@ -172,6 +172,11 @@
172
- Pull request: https://github.com/apple/swift-syntax/pull/2531
173
- Migration steps: Use `if case .backslash = triviaPiece` instead
174
175
+- All symbols in `SwiftCompilerPluginMessageHandling` are now SPI
176
+ - Description: This module is only intended to be used from some internal components. Any other modules should not use them directly.
177
+ - Pull request: https://github.com/apple/swift-syntax/pull/2489
178
+ - Migration steps: Stop using this module.
179
+
180
## Template
181
182
- *Affected API or two word description*
0 commit comments