Swift Package Manager Plugins [talk]

Last week, I gave an impromptu talk at the CocoaHeadsNL November meetup.

I’ve recently been working on R.swift version 7, which adds Swift Package Manager Plugin support.

After a brief overview of R.swift itself, I demo’ed the way SPM plugins can be added to an Xcode project, as well as an SPM project. I then showed the two types of Plugins; BuildTool plugins and Command plugins.

In the Q&A afterwards, people asked some great questions about SPM plugins and R.swift.

See the R.swift project on Github for a full example of how to use SPM Plugins.