scd clean
Removes the build directory for an SPM project, deleting all compiled artifacts and intermediate files. Equivalent to deleting the .build directory manually.
Synopsis
Section titled “Synopsis”scd clean [options]Options
Section titled “Options”| Option | Description |
|---|---|
-p, --path | Path to the project. Defaults to current directory |
--verbose | Enable verbose output |
All commands also accept Global Options.
Examples
Section titled “Examples”scd cleanscd clean --path ./MyProject