rules_swift icon indicating copy to clipboard operation
rules_swift copied to clipboard

Remove swift_usage_aspect and SwiftUsageInfo

Open luispadron opened this issue 1 year ago • 0 comments

Cherry-picked from commit: c24a84a

With the toolchain information removed, this aspect/provider offers a minimal API. The only client is rules_apple, which uses it to determine if Swift support may need to be bundled at all, so it's better that that single client own it, rather than rules_swift try to provide an API that could serve all possible hypothetical clients.

luispadron avatar Nov 17 '23 18:11 luispadron