The iOS Weekly Brief โ€“ Issue #40
vladkhambir.substack.comยท3hยท
Discuss: Substack
๐Ÿ”งCode Refactoring Patterns
Preview
Report Post

Whatโ€™s new in Swift: December 2025 Edition

Swift ends 2025 on a strong note: Swift 6.2 makes concurrency easier to adopt, and memory safety keeps pushing the language forward. Swift is no longer just about Apple platforms, with real progress on Android, server, embedded, and AI. A great high-level snapshot of where Swift is heading next.

Debugging Swift Code: From print() to LLDB

This is a practical walkthrough of modern Swift debugging, showing when print() still makes sense and when you should switch to LLDB tools like v, po, p, and expr. It does a great job of explaining how to debug complex async and SwiftUI-driven โ€ฆ

Similar Posts

Loading similar posts...