Help,
I've been handed an Xcode workspace that contains projects in Swift 3 and other projects in Swift 5.
If I open the workspace in Xcode 10.3 or later, it says that the Swift 3 projects aren't supported anymore and I should open them in Xcode 10.1.
If I open the workspace in Xcode 10.1, it doesn't recognize the Swift 5 project and refuses to do the migration. If I try to open the Swift 3 projects individually, they won't build due to dependencies on other projects, and Xcode won't migrate them.
I appear to be stuck. How do I fix this?