ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.37k stars 4.17k forks source link

Fix missing typealiased import warnings #2488

Closed keith closed 1 year ago

keith commented 1 year ago

With Swift 5.8 a warning is produced unless you import all the modules that contain types you use typealises of. This adds the missing imports to fix the warnings.

Screenshot 2023-02-17 at 19 49 32
keith commented 1 year ago

these went away in beta 2, so we can wait and see if they come back or close

keith commented 1 year ago

dropping since it never came back in the beta period