Apple's Container Tool: A Deep Dive into CLI, Plugins, and XPC
Understanding how Apple built their container tool - from CLI commands to plugin architecture to inter-process communication with XPC
Understanding how Apple built their container tool - from CLI commands to plugin architecture to inter-process communication with XPC
SE-0450 brings traits to SwiftPM - conditionally compile code, toggle optional dependencies, and configure packages without forking them
Using Apple's swift-configuration library for debug settings, feature flags, and environment-based configuration.
Learn how Clang API Notes let you customize how C libraries appear in Swift - rename functions, add nullability, and improve ergonomics without modifying original headers
A deep dive into SE-0453 InlineArray - Swift finally gets stack-allocated fixed-size arrays with safe indexing and iteration