Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swift_import
: always link the import.
`swift_library` is also moving in this direction. SwiftPM works by linking all the .o files, so this should end up in a state that seem users familiar with SwiftPM/Xcode will expect. Otherwise an `@objc` class might not be findable by name only, or a protocol conformance might not get included leading to confusing runtime problems. PiperOrigin-RevId: 527908878
- Loading branch information