Manage Swift packages in Xcode projects by executing SPM commands like init, update, resolve, reset, and clean to handle dependencies and build configurations.
Manage, update, and resolve Swift package dependencies in Xcode projects using predefined commands like init, update, and clean. Streamline package operations for iOS development workflows.
Update Swift project dependencies via Swift Package Manager using the 'swift package update' command to ensure your project stays current with required libraries.
Run executable targets from Swift packages using swift run. Specify package path, executable name, arguments, and build configuration to execute Swift code.
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.
A Model Context Protocol server that automates code generation for web development, specializing in creating TypeScript API clients from Swagger/OpenAPI specs and Vue.js components for frontend development.