swift
3 posts
Designing Predictable SwiftUI Design System APIs
How to build predictable SwiftUI design system APIs by separating what a component is from how it is presented.
The Compile-Time Cost of Swift Macros
A benchmark-driven investigation into how Swift macro expansion affects frontend type-checking time as usage scales.
When Swift’s
.initShorthand Gets ExpensiveA practical refactoring story about Swift type inference, slow .init shorthand, SourceKit expression types, and SwiftSyntax rewrites.