Modular SwiftUI Features with Swift Packages Without Fragmenting the Domain Nov 22, 2025 Split SwiftUI packages by domain capability and one-way dependencies, avoiding cycles, catch-all shared modules, and excessively public feature APIs.
Swift 6.2 Approachable Concurrency: What Actually Changes During Migration Sep 16, 2025 After the stable Swift 6.2 release, understand how default actor isolation, caller-context async execution, and @concurrent reshape incremental migration.