Skip to main content
Glama

swift_package_clean

Remove Swift Package build artifacts and derived data to free up storage and maintain workspace efficiency by specifying the package root path.

Instructions

Cleans Swift Package build artifacts and derived data

Input Schema

NameRequiredDescriptionDefault
packagePathYesPath to the Swift package root (Required)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packagePath": { "description": "Path to the Swift package root (Required)", "type": "string" } }, "required": [ "packagePath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SampsonKY/XcodeBuildMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server