axiom-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:
axiom-performance-profiling— Use Instruments to measure (do this first!)axiom-swiftui-performance— SwiftUI-specific optimizationsaxiom-build-performance— Compilation speedaxiom-swift-concurrency— Correctness-focused concurrency patterns