swift-performance

Installation
SKILL.md

Swift Performance Optimization

Purpose

Core Principle: Optimize Swift code by understanding language-level performance characteristics—value semantics, ARC behavior, generic specialization, and memory layout—to write fast, efficient code without premature micro-optimization.

Swift Version: Swift 6.2+ (for InlineArray, Span, @concurrent) Xcode: 16+ Platforms: iOS 18+, macOS 15+

Related Skills:

  • swiftui-performance — SwiftUI-specific optimizations
  • swift-concurrency-expert — Correctness-focused concurrency patterns
  • xcode-debugging — Build/cache issues that mimic perf regressions

When to Use This Skill

✅ Use this skill when

Installs
2
GitHub Stars
8
First Seen
Jan 27, 2026
swift-performance — derklinke/codex-config