rules_swift_package_manager icon indicating copy to clipboard operation
rules_swift_package_manager copied to clipboard

Collection of utilities and Bazel rules to aid in the development and maintenance of Swift repositories using Bazel.

Results 170 rules_swift_package_manager issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Quick/Quick](https://togithub.com/Quick/Quick) | patch | `from: "7.6.1"` -> `from: "7.6.2"` | --- ### Release Notes Quick/Quick...

After updating to version 0.34 of rules_swift_package_manager some SPM libs stopped to work with following error `fail("No header files were provided.")` For example it appears when trying to add [aws_sdk](https://github.com/aws-amplify/aws-sdk-ios-spm)....

bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io_bazel_rules_go](https://togithub.com/bazelbuild/rules_go) | http_archive | minor | `v0.48.1` -> `v0.49.0` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `46b0784` -> `8a7402a` | --- ### Configuration...

I'm trying to build a swift project in a linux docker container on mac os and I get an error that a module cannot be imported, because it's only available...

bug

This is should fix #1111 . I had the same issue where the `select` in `cops` would have multiple matching conditions, which I think isn't something wrong. So in here...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [datatheorem/TrustKit](https://togithub.com/datatheorem/TrustKit) | patch | `from: "3.0.3"` -> `from: "3.0.4"` | --- ### Release Notes datatheorem/TrustKit...

We shouldn't recommend that users set workspace-wide `--copt`/`--cxxopt` flags. Instead we should set the required flags on the `{cc,objc}_library` targets. If a target has both C and C++ files, we...

bug

I was updating my dependencies and ran into a build failure **in release mode (e.g. `--compilation_mode=opt`)** ``` ERROR: /private/var/tmp/_bazel_runner/859a0f9921c91b89cc2a6b233b4f521c/external/rules_swift_package_manager~~swift_deps~swiftpkg_swift_system/BUILD.bazel:23:14: Illegal ambiguous match on configurable attribute "copts" in @@rules_swift_package_manager~~swift_deps~swiftpkg_swift_system//:SystemPackage.rspm: ```

bug

I'm encountering an issue while using `rules_swift_package_manager` to import third-party Swift package dependencies into my project. The linker path includes a non-existent directory, `-LNone`. While this currently doesn't cause linker...