How to import macros using methods other than SwiftPM

Figured out the difference required:

Xcode 15:

-load-plugin-executable <path>#<modulename>

Xcode 16:

-load-plugin-executable <path>-tool#<modulename>
4 Likes