PluginCapability

    The different types of capability that a plug-in can provide.

    Target.swift:158PluginCapability.md
    enum PluginCapability

    In this version of SwiftPM, only build tool and command plug-ins are supported; this enumeration will be extended as new plug-in capabilities are added.

    Creating a Plugin Capability

    Cases

    • case buildTool

      Specifies that the plug-in provides a build tool capability.

    See also

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (40) members.

    Types

    Type members

    Show obsolete interfaces (10)

    Hide obsolete interfaces

    Show system interfaces (1)

    Hide system interfaces

    Instance members

    Citizens in PackageDescription

    Type members