swift
Installation
SKILL.md
Swift
Modern Swift development with protocol-oriented programming and async/await.
When to Use
- Working with
.swiftfiles - Building iOS/macOS applications
- SwiftUI development
- Server-side Swift with Vapor
Quick Start
struct User: Identifiable, Codable {
let id: UUID
var name: String
var email: String