Configuration:
- Iterable
6.5.7
- iPhone 16 Pro (18.2 simulator)
- Xcode 16.2 beta 3
SwiftUI project with UIApplicationDelegate.
Iterable is configured in didFinishLaunchingWithOptions, other related calls in the delegate methods.
Report:
Instruments shows IterableTaskRunner.start() > NetworkConnectivityManager.start() > NetworkMonitor.start() as the cause of the leak.

Configuration:6.5.7SwiftUI project with
UIApplicationDelegate.Iterable is configured in
didFinishLaunchingWithOptions, other related calls in the delegate methods.Report:Instruments shows
IterableTaskRunner.start() > NetworkConnectivityManager.start() > NetworkMonitor.start()as the cause of the leak.