Created by: nguyentruongtho
In this PR:
- Create a companion swift library from an apple target which contains both swift and objc sources.
- Generate interop objc header for
swift_library
companion target. - Linking companion swift target as a library.
A integration test for this feature is added as well, for more complex test, ref. here.