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 83abf02 commit 1263483Copy full SHA for 1263483
Sources/SwiftSyntaxMacroExpansion/MacroSpec.swift
@@ -21,7 +21,7 @@ import SwiftSyntaxMacros
21
/// The information of a macro declaration, to be used with `assertMacroExpansion`.
22
///
23
/// In addition to specifying the macro’s type, this allows the specification of conformances that will be passed to the macro’s `expansion` function.
24
-public struct MacroSpec {
+public struct MacroSpec: Sendable {
25
/// The type of macro.
26
let type: Macro.Type
27
/// The list of types for which the macro needs to add conformances.
0 commit comments