swiftpm-macos

Installation
SKILL.md

SwiftPM for macOS

Quick Start

Use this skill when Package.swift is the primary entrypoint or when SwiftPM is the fastest path to a reproducible result.

Workflow

  1. Inspect the package.

    • Read Package.swift.
    • Identify executable, library, and test products.
  2. Build with SwiftPM.

    • Use swift build by default.
    • Use release mode only when the user explicitly needs it.
  3. Run the right product.

    • Use swift run <product> when an executable exists.
Related skills

More from openai/plugins

Installs
4
Repository
openai/plugins
GitHub Stars
1.1K
First Seen
Apr 10, 2026