You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve docs for implementing macros in an existing Swift package (#184)
This contribution improves the documentation for getting started with
macros in an existing Swift Package. Notably, it is not obvious to
first-time users that `CompilerPluginSupport` needs to be imported, and
the default platform support is too low to support macros (in Xcode 15
at the time of this writing).
It also adds imports ahead of the `FourCharacterCode` macro
implementation example, since these will be needed to make macros
compile. These combined additions will smooth out the intro to macros
significantly.
0 commit comments