Manage Swift packages in Xcode projects by executing SPM commands like init, update, resolve, reset, and clean to handle dependencies and build configurations.
Run executable targets from Swift packages using swift run. Specify package path, executable name, arguments, and build configuration to execute Swift code.
Execute Swift Package tests using swift test command. Specify package path, test product, filters, build configuration, parallel execution, code coverage, and @main support options.
An MCP server providing curated Swift and SwiftUI best practices from leading iOS developers, including patterns and real-world code examples from Swift by Sundell, SwiftLee, and other trusted sources.
Enables running Swift package tests through the swift test command in specified directories. Provides a secure way for MCP clients to execute Swift tests without requiring full shell access.