We're updating our codebase to XCode 10.2.1. We tried to update SwiftRouter using commit 37971a7dc74c18b356b3626f8a008fdac9285d7d but since then all deep links do not work any more. Instead, a SchemeNotRecognized error is thrown by SwiftRouter.Router.shared.routeURL(route). We haven't changed anything on our side in the way the mapping works.
Is this a known issue?
Is there going to be a stable release to support XCode 10.2.1?