rules_swift
rules_swift copied to clipboard
Remove `apple_common.Objc` provider usage related to linking now that the Apple linking logic in Bazel gets everything from `CcInfo`
There are still a couple uses in swift_clang_module_aspect unrelated to linking that will be cleaned up separately.
PiperOrigin-RevId: 503167994 (cherry picked from commit 40e1e63922e4ae71c21128bcc3525454169659bf)
Cherry-pick notes: Also removes left over apple_common.Objc provider usage related to compiling.