From Build Swift Apps
Builds, runs, and tests pure SwiftPM-based macOS packages and executables. Activates when Package.swift is the primary entrypoint or SwiftPM workflows are the fastest path to diagnosis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:macos-swiftpm-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when `Package.swift` is the primary entrypoint or when SwiftPM is
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:
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-apps2plugins reuse this skill
First indexed Jun 4, 2026
Scaffolds, builds, and packages SwiftPM-based macOS apps without Xcode. Covers custom layouts, bundling scripts, signing, notarization, and appcasts.
Bootstrap, build, sign, notarize, and release SwiftPM macOS apps without Xcode. Covers packaging, code signing, and appcast generation.
Builds, debugs, tests, optimizes, and ships native macOS apps in Swift with SwiftUI and AppKit, CLI-only without Xcode.