Using a strict version number of the SQLite dependency on 'Apollo/SQLite' would help the issue of having swift compatibility across versions. Right now we need to migrate back to 0.9.5 but can't because the SQLite dependency will auto pull the latest patch version. This latest patch version contains XCode 10.2 updates that are not backwards compatible with Xcode 10.1. So we are stuck.
Using a strict version number of the SQLite dependency on 'Apollo/SQLite' would help the issue of having swift compatibility across versions. Right now we need to migrate back to 0.9.5 but can't because the SQLite dependency will auto pull the latest patch version. This latest patch version contains XCode 10.2 updates that are not backwards compatible with Xcode 10.1. So we are stuck.