Just a quick question here. I often use the Block and dispatch APIs in C shim targets to aid integration with Swift. On Linux at least, /usr/lib/swift
under the Swift root is not in the include path, which means adding unsafe C/C++ flags (which then precludes using the package as a versioned dependency).
Are there any suggested ways around this (besides duplicating the headers locally)?