One subtle trap that many iOS developers fall into when using MVVMwith Swift and SwiftUI is creating implicit strong references to the viewmodel through closures. These references can…