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 4d300ac + 08d2788 commit e06f7e3Copy full SHA for e06f7e3
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