Contents

Command

A command to run during the build.

Declaration

enum Command

Overview

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

See Also

Implementing Build Plugins