Build, run, and test SwiftPM macOS packages and executables. Use when the repo is package-first or has no Xcode project.
66
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/macos-swiftpm/SKILL.mdThe canonical home for this skill is swiftpm-macos in openai/plugins
Use this skill when Package.swift is the primary entrypoint or when SwiftPM is
the fastest path to a reproducible result.
Inspect the package.
Package.swift.Build with SwiftPM.
swift build by default.Run the right product.
swift run <product> when an executable exists.Test narrowly.
swift test.Summarize failures.
Provide:
9d2bf09
Canonical home
Also appears in
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.