Hi everyone,
I came across a compiler issue for .swiftinterface
with external import dependencies. The dependency is an Objective-C module with custom modulemap. Typically, we can use the -fmodule-map-file
compiler option to specify custom modulemap. This is also heavily used in CocoaPods. However, .swiftinterface
module resolution seems not support this option. May I report the issue here?
To demonstrate the issue, I have a minimal reproducible example at GitHub - Kudo/Swift-Module-Issue: Minimal Reproducible Example of swiftinterface module resolution doesn't respect `-fmodule-map-file`. Although it's getting little complicated, if there's anything unclear, please let me know. Thanks!