Not working on SKIE, so I can’t share any plans, but I guess it should be possible to build your own bridge between AsyncSequence and Combine, or use
KMP-NativeCoroutines which supports Combine.
Every team has their own priorities and is working under unique circumstances, but as an iOS dev myself, I would rather reach for the Swift-native async implementation than continuing to build on Combine. Swift Concurrency does not only make writing a couple of classes of bugs impossible due to loads of compiler-level checks. Apple has also not shipped any significant updates to Combine after its initial introduction four years ago, and they’re actively working on removing the dependency of SwiftUI on Combine (see latest
observability changes in iOS 17).