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 148 rules_swift_package_manager issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/fluent-sqlite-driver](https://togithub.com/vapor/fluent-sqlite-driver) | minor | `4.6.0` -> `4.7.1` | --- ### Release Notes vapor/fluent-sqlite-driver (vapor/fluent-sqlite-driver) ###...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://togithub.com/vapor/vapor) | minor | `4.93.1` -> `4.100.0` | --- ### Release Notes vapor/vapor (vapor/vapor) ###...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/fluent](https://togithub.com/vapor/fluent) | minor | `4.9.0` -> `4.10.0` | --- ### Release Notes vapor/fluent (vapor/fluent) ###...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [soto-project/soto](https://togithub.com/soto-project/soto) | minor | `from: "6.7.0"` -> `from: "6.8.0"` | --- ### Release Notes soto-project/soto...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk](https://togithub.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk) | minor | `from: "18.4.2"` -> `from: "18.5.0"` | --- ### Release Notes GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk...

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

Resolves #1057. Following the recommendation from the discussion there, this uses the repo name suffixed with `.rspm` as the package name.

Fixes #1016 This PR adds support for package registry dependencies, by adding a new build rule type. For a Package.swift dependency like this: ```swift dependencies: [ .package(id: "apple.swift-collections", from: "1.1.0"),...

Original post on Slack: ``` is anyone else using WORKSPACE and seeing mismatch in sha256 between the v0.30.0 artifact specified in [the release](https://github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.30.0) (28d33f5f2898f660acafb250b266d7ea1f059bcb9c473838ef9c2431374af150) and the actual (i’m getting 5a7ea2e4fefdbc53161b1c4ba0270bf82a0ee7e58cf35e92ee6c42da7b81751c)?...

bug