The Unofficial Swift Programming Language Skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited The Unofficial Swift Programming Language Skill (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
[The Swift Programming Language](https://docs.swift.org/swift-book/), packaged as a Skill for LLMs.
The Unofficial Swift Programming Language Skill provides the complete content of The Swift Programming Language in the structured Skill format used by Claude.
#### Personal Usage
To install this Skill for your personal use in Claude Code:
/plugin marketplace add kylehughes/the-unofficial-swift-programming-language-skill /plugin install programming-swift-skill@the-unofficial-swift-programming-language-skill#### Project Configuration
To automatically provide this Skill to everyone working in a repository, configure the repository's .claude/settings.json:
{
"enabledPlugins": {
"programming-swift-skill@the-unofficial-swift-programming-language-skill": true
},
"extraKnownMarketplaces": {
"the-unofficial-swift-programming-language-skill": {
"source": {
"source": "github",
"repo": "kylehughes/the-unofficial-swift-programming-language-skill"
}
}
}
}When team members open the project, Claude Code will prompt them to install the Skill.
You can download the pre-packaged release for use in other environments (e.g. Claude Desktop).
programming-swift.zip file from the latest release.The raw Skill content is also available in this repository's programming-swift directory.
This Skill is automatically updated nightly to match the official documentation. A new version is released only when the upstream content changes.
Version numbers follow the format SWIFT_VERSION-YYYY-MM-DD (e.g., 6.2.1-2025-11-21).
You can generate the Skill package locally using the provided Python script. The script has no external dependencies and is what is used to generate the pre-packaged releases.
python3 package.pyThis will clone the official repository and generate a programming-swift directory and programming-swift.zip archive in your current working directory.
| Option | Description |
|---|---|
--output DIR, -o DIR | Specify output directory (default: ./programming-swift) |
--keep-temp | Do not delete the temporary git clone after packaging |
--dry-run | Simulate operations without writing files |
The Unofficial Swift Programming Language Skill is not accepting source contributions at this time. Bug reports will be considered.
[![Bluesky][bluesky_image]][bluesky_url] [![LinkedIn][linkedin_image]][linkedin_url] [![Mastodon][mastodon_image]][mastodon_url]
[bluesky_image]: https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff [bluesky_url]: https://bsky.app/profile/kylehugh.es [linkedin_image]: https://img.shields.io/badge/LinkedIn-0A66C2?logo=linkedin&logoColor=fff [linkedin_url]: https://www.linkedin.com/in/kyle-hughes [mastodon_image]: https://img.shields.io/mastodon/follow/109356914477272810?domain=https%3A%2F%2Fmister.computer&style=social [mastodon_url]: https://mister.computer/@kyle
The Unofficial Swift Programming Language Skill is available under the MIT License. See LICENSE for details.
The content contained within the generated Skill is sourced from The Swift Programming Language by Apple Inc. and the Swift project authors, and is distributed under the Apache 2.0 License.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.