Avatar
Avatar
Iceman
@swift-main @freestanding(codeItem) macro Foo() = #externalMacro(module: "", type: "")
swiftNightly BOT 6/12/2024 2:29 PM
exit status: 1 with <stdin>:1:15: error: codeItem macros are an experimental feature that is not enabled 1 | @freestanding(codeItem) | `- error: codeItem macros are an experimental feature that is not enabled 2 | macro Foo() = #externalMacro(module: "", type: "") 3 | <stdin>:2:7: warning: external macro implementation type '.' could not be found for macro 'Foo()'; plugin for module '' not found 1 | @freestanding(codeItem) 2 | macro Foo() = #externalMacro(module: "", type: "") | `- warning: external macro implementation type '.' could not be found for macro 'Foo()'; plugin for module '' not found 3 |