File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ extension ObservableMacro: MemberMacro {
196196 > (
197197 of node: AttributeSyntax ,
198198 providingMembersOf declaration: Declaration ,
199+ conformingTo protocols: [ TypeSyntax ] ,
199200 in context: Context
200201 ) throws -> [ DeclSyntax ] {
201202 guard let identified = declaration. asProtocol ( NamedDeclSyntax . self) else {
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ extension DebugDescriptionMacro: MemberMacro {
2424 public static func expansion(
2525 of node: AttributeSyntax ,
2626 providingMembersOf declaration: some DeclGroupSyntax ,
27+ conformingTo protocols: [ TypeSyntax ] ,
2728 in context: some MacroExpansionContext
2829 )
2930 throws -> [ DeclSyntax ]
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ extension OptionSetMacro: MemberMacro {
152152 > (
153153 of attribute: AttributeSyntax ,
154154 providingMembersOf decl: Decl ,
155+ conformingTo protocols: [ TypeSyntax ] ,
155156 in context: Context
156157 ) throws -> [ DeclSyntax ] {
157158 // Decode the expansion arguments.
You can’t perform that action at this time.
0 commit comments