swift_package_command
Run Swift Package Manager commands in the active project directory, supporting build, test, clean, and resolve with optional arguments and configurations to streamline development workflows.
Instructions
Executes Swift Package Manager commands in the active project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The SPM command to execute (e.g., 'build', 'test', 'clean', 'resolve') | |
| extraArgs | No | Additional arguments to pass to the command | |
| configuration | No | Build configuration ('debug' or 'release') |