axiom-swift-performance
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
When to Use This Skill
✅ Use this skill when
More from megastep/codex-skills
ads-competitor
>
25ads-meta
>
15ads-tiktok
>
10code-reviewer
Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.
9axiom-app-store-submission
Use when preparing ANY app for App Store submission - enforces pre-flight checklist, rejection prevention, privacy compliance, and metadata completeness to prevent common App Store rejections
8axiom-axe-ref
Use when automating iOS Simulator UI interactions beyond simctl capabilities. Reference for AXe CLI covering accessibility-based tapping, gestures, text input, screenshots, video recording, and UI tree inspection.
8