Project builds fine in Xcode 8.2.1, but in 8.3b2 the pod SQLite.swift produces >18 issues like:
Swift Compiler Error
Build a shadowed submodule 'Darwin.POSIX.basic'
module.modulemap
Errors appear to relate to redefinition of basic types such as _int8_t
Is there a simple resolution/workaround?