rules_swift icon indicating copy to clipboard operation
rules_swift copied to clipboard

Bazel rules to build Swift on Apple and Linux platforms

Results 147 rules_swift issues
Sort by recently updated
recently updated
newest added

Upgrade grpc-swift to 1.21.1, along with some of its transitive dependencies. This new version contains bug fixes and and access to new APIs, such as the GRPCChannelPoolError struct being publicly...

Swift has a SE to make SwiftPM support it. But it is currently "Returned for Revision". > https://github.com/apple/swift-evolution/blob/main/proposals/0403-swiftpm-mixed-language-targets.md I was wondering whether we have such feature supported on Bazel currently.

rules_swift 2.x (soon to be released) will be a major version with a few breaking changes. We should document the breaking changes and offer guidance on going from 1.x to...

type: feature request

A list of changes we should make/cherry-pick when we are ready for to increase our major very again and accept more breaking changes: - [ ] 9fa3a7a3b1783789681f247f200cac106a030ac6

Hello, I was wondering if it is possible to obtain a backtrace (see https://github.com/apple/swift/blob/main/docs/Backtracing.rst) in the failure report of Xcode tests run via Bazel? Merely setting `env = {"SWIFT_BACKTRACE":"enable=yes"}` doesn't...

Hello, While trying out the fix for #1204 I noticed that my `rules_swift_package_manager` dependencies no longer compile on recent unreleased revisions of `rules_swift`. I had previously been compiling with 1.18.0....

https://github.com/bazelbuild/rules_proto/discussions/213

Many other rules use this pattern but noticed this repo doesn't. Would it be reasonable to add this file so loads are predictable?

The guidance on https://bazel.build/rules/deploying#workspace suggests the workspace name should be renamed to `rules_swift`. > If your rules belong to the [bazelbuild](https://github.com/bazelbuild) organization, you must use rules_ (such as rules_mockascript). I...