Tag: ios
The weak self that wasn't: Swift 6.4's ImplicitStrongCapture warning
Xcode 27 ships a new Swift warning about nested closures where an inner [weak self] is quietly undone by the outer closure capturing self strongly. What it means and how to fix it properly.