Tag: swift
All the articles with the tag "swift".
-
Apple's Container Tool: A Deep Dive into CLI, Plugins, and XPC
Published:• 13 min readUnderstanding how Apple built their container tool - from CLI commands to plugin architecture to inter-process communication with XPC
-
Swift Package Manager Traits: Feature Flags for Your Dependencies
Published:• 5 min readSE-0450 brings traits to SwiftPM - conditionally compile code, toggle optional dependencies, and configure packages without forking them
-
Swift Configuration: A Practical Guide
Published:• 3 min readUsing Apple's swift-configuration library for debug settings, feature flags, and environment-based configuration.
-
API Notes: Improving Swift Imports Without Touching C Headers
Published:• 4 min readLearn how Clang API Notes let you customize how C libraries appear in Swift - rename functions, add nullability, and improve ergonomics without modifying original headers
-
InlineArray in Swift 6.2: Fixed-Size Arrays Done Right
Published:• 5 min readA deep dive into SE-0453 InlineArray - Swift finally gets stack-allocated fixed-size arrays with safe indexing and iteration