bazelbuild / rules_swift

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

Make it an error to specify both `swiftinterface` and `swiftmodule` in `swift_import` #1253

Closed luispadron closed 1 month ago

luispadron commented 1 month ago

In rules_swift 1.x specifying both swiftinterface and swiftmodule would cause the swiftinterface attr to be ignored. This was made into a warning then and is being upgraded to a failure now for rules_swift 2.x