Skip to content

Commit 906ca05

Browse files
committed
[Macros] Bump the plugin message protocol version number for the new parameter to
expandAttachedMacro. (cherry picked from commit adb044e)
1 parent eac3a8a commit 906ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftCompilerPluginMessageHandling/PluginMessages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878

7979
@_spi(PluginMessage) public enum PluginMessage {
80-
public static var PROTOCOL_VERSION_NUMBER: Int { 6 } // Added 'expandMacroResult'.
80+
public static var PROTOCOL_VERSION_NUMBER: Int { 7 } // Pass extension protocol list
8181

8282
public struct HostCapability: Codable {
8383
var protocolVersion: Int

0 commit comments

Comments
 (0)