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 eac3a8a commit 906ca05Copy full SHA for 906ca05
Sources/SwiftCompilerPluginMessageHandling/PluginMessages.swift
@@ -77,7 +77,7 @@
77
}
78
79
@_spi(PluginMessage) public enum PluginMessage {
80
- public static var PROTOCOL_VERSION_NUMBER: Int { 6 } // Added 'expandMacroResult'.
+ public static var PROTOCOL_VERSION_NUMBER: Int { 7 } // Pass extension protocol list
81
82
public struct HostCapability: Codable {
83
var protocolVersion: Int
0 commit comments