Closed keith closed 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.
these went away in beta 2, so we can wait and see if they come back or close
dropping since it never came back in the beta period
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.