01Transforms Combine Publisher pipelines into AsyncSequence and for-await loops
02Provides bridging patterns for incremental migration between legacy and modern APIs
03Converts ObservableObject and @Published properties to the modern @Observable macro
04Implements modern debouncing, throttling, and retry logic using Swift Tasks
05Maps SwiftUI property wrappers like @StateObject and @ObservedObject to modern equivalents
060 GitHub stars