You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support linking prebuilt framework dependencies (objc_framework and the new apple_framework_import rule in rules_apple) into swift_{binary,test} targets.
Allow Objective-C rules to depend on swift_import targets.
Add alwayslink support to swift_{binary,test}.
Add -pie flag when linking on Linux.
Add descriptive progress messages to most actions.