Static Method (Default implementation)swift-syntax 601.0.1SwiftSyntaxMacros
expansion(of:providingMembersOf:conformingTo:in:)
Default implementation that ignores the unhandled conformances.
This declaration is deprecated: `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
static func expansion(of node: AttributeSyntax, providingMembersOf declaration: some DeclGroupSyntax, conformingTo protocols: [TypeSyntax], in context: some MacroExpansionContext) throws -> [DeclSyntax]