bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
309 stars 133 forks source link

Add feature to propagate the generated module map #1212

Closed brentleyjones closed 2 months ago

brentleyjones commented 2 months ago

Allows objc_library to modularly import swift_library targets without having to generate a similar module map.

brentleyjones commented 2 months ago

@mattrobmattrob I added an example which fails on CI when the new feature isn't passed.