Contents

buildTool()

The plug-in is a build tool.

Declaration

static func buildTool() -> Target.PluginCapability

Return Value

A plug-in capability that defines a build tool.

Discussion

The plug-in to apply to each target that uses it, and creates commands that run before or during the build of the target.

See Also

Creating a Plugin Capability