My app is currently working on Swift 4.1 in Xcode 9.4.1. Apple announced they will only allow apps built from Xcode 10 as of March 2019. Xcode 10 now only supports Swift 3.3, 4.0 and 4.2. My app can only be run on Swift 4.1 (because of reasons).
Is it possible to make Xcode 10 run Swift 4.1?