SQLite.swift pod: Swift compiler error in Xcode 8.3 beta 2

The project builds fine in Xcode 8.2.1, but in 8.3b2, the SQLite.swift module generates> 18 questions, such as:

Swift Compiler Error Build a shadowed submodule 'Darwin.POSIX.basic' module.modulemap 

Errors appear to be related to overriding base types such as _int8_t

Is there a simple resolution / workaround?

+7
xcode sqlite.swift
source share
1 answer

I was hoping to see this in future beta versions, but I am pleased to note that this is no longer a problem.

I'm not quite sure which of these elements really resolved this for me:

  • Xcode Version 8.3 (8E162) - release version
  • Using SQLite.swift (0.11.2) - I don't think this has changed
  • Clear Build Folder (Cmd-Opt-Shift-K)

This issue (suspiciously similar to this entry) confirms that 0.11.3 pod tests against Xcode 8.3

0
source share

All Articles