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.
2 parents c3cb3d2 + 4ac3a56 commit b719481Copy full SHA for b719481
Sources/SwiftCompilerPluginMessageHandling/PluginMessages.swift
@@ -102,7 +102,7 @@ public enum PluginMessage {
102
}
103
104
105
- public struct MacroReference: Codable {
+ public struct MacroReference: Codable, Sendable {
106
public var moduleName: String
107
public var typeName: String
108
@@ -116,7 +116,7 @@ public enum PluginMessage {
116
117
118
119
- public enum MacroRole: String, Codable {
+ public enum MacroRole: String, Codable, Sendable {
120
case expression
121
case declaration
122
case accessor
0 commit comments