Swift 6 Productivity in the Sudden Age of LLM-Assisted Programming
https://daringfireball.net/linked/2025/06/07/swift-6-llms
https://daringfireball.net/linked/2025/06/07/swift-6-llms
@ilter @daringfireball I would imagine
• Swift being AOT-only (vs. Kotlin being JIT), leading to a much slower edit, compile, debug cycle
• no Hot Reload support for UIKit nor for SwiftUI (which does at least offer previews), leading to more *frequent* edit, compile, debug cycles
play a bigger role here; use of LLMs is just a cherry on top (spicy autocomplete).
Oh, and Apple’s docs being notoriously poor.