Hello, I am trying to compile a `mixed_language_library` target that depends on a `swift_library` target that exports Objective-C APIs. I am getting the following error: `<module>-Swift.h: fatal error: module '<module>' not found`. I have created a minimal repro example: [mixed-language-cannot-find-module-repro](https://github.com/vakhidbetrakhmadov/rules_swift/tree/mixed-language-cannot-find-module-repro/examples/apple/mixed_language_cannot_find_module_repro). To observe the error run: `bazelisk build -s --sandbox_debug --platforms=@build_bazel_apple_support//platforms:ios_sim_arm64 //examples/apple/mixed_language_cannot_find_module_repro:Consumer`.