Command
A command to run during the build.
Declaration
enum CommandOverview
A command includes the executable, command lines, environment variables, initial working directory, and so on. All paths should be based on the ones that SwiftPM passes to the plugin in the target build context.
Topics
Types of Build Commands
Command.buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)Command.prebuildCommand(displayName:executable:arguments:environment:outputFilesDirectory:)buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)prebuildCommand(displayName:executable:arguments:environment:outputFilesDirectory:)