protocol CompilerPlugin
s19SwiftCompilerPlugin0bC0P
2RJLT
import SwiftCompilerPlugin
init()
var providingMacros: [Macro.Type] { get }
static func main() throws
Main entry point of the plugin — sets up a standard I/O communication channel with the plugin host and runs the main message loop.
func resolveMacro(moduleName: String, typeName: String) throws -> Macro.Type