Post

Replies

Boosts

Views

Activity

Reply to Swift Macros: error - Conformance to 'Prot' is not covered by macro 'macroName'
@gshaviv try it this way: public protocol Prot {} @attached(extension, conformances: Prot, names: arbitrary) public macro MyMacro() = #externalMacro(module: "MyMacro", type: "MyMacro")
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23