Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps rules_swift from 3.4.1 to 3.4.2.

Release notes

Sourced from rules_swift's releases.

3.4.2

What's Changed

Full Changelog: bazelbuild/rules_swift@3.4.1...3.4.2

This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x rolling releases.

MODULE.bazel Snippet

bazel_dep(name = "rules_swift", version = "3.4.2", repo_name = "build_bazel_rules_swift")

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_swift",
sha256 = "03a5c2a93398f2fc4d6ddfb76cf80cd957483ec286d34f50cc22cda002aab445",
url = "https://github.com/bazelbuild/rules_swift/releases/download/3.4.2/rules_swift.3.4.2.tar.gz",
)
load(
"@​build_bazel_rules_swift//swift:repositories.bzl",
"swift_rules_dependencies",
)
swift_rules_dependencies()
load(
"@​build_bazel_rules_swift//swift:extras.bzl",
"swift_rules_extra_dependencies",
)
swift_rules_extra_dependencies()

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_swift](https://github.com/bazelbuild/rules_swift) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/bazelbuild/rules_swift/releases)
- [Commits](bazelbuild/rules_swift@3.4.1...3.4.2)

---
updated-dependencies:
- dependency-name: rules_swift
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added bazel Pull requests that update bazel code dependencies Pull requests that update dependencies. labels Jan 16, 2026
@SimplyDanny SimplyDanny enabled auto-merge (squash) January 16, 2026 15:00
@SwiftLintBot
Copy link

19 Messages
📖 Building this branch resulted in the same binary size as when built on main.
📖 Linting Aerial with this PR took 0.79 s vs 0.8 s on main (1% faster).
📖 Linting Alamofire with this PR took 1.03 s vs 1.02 s on main (0% slower).
📖 Linting Brave with this PR took 7.15 s vs 7.17 s on main (0% faster).
📖 Linting DuckDuckGo with this PR took 24.01 s vs 23.96 s on main (0% slower).
📖 Linting Firefox with this PR took 11.6 s vs 11.59 s on main (0% slower).
📖 Linting Kickstarter with this PR took 7.99 s vs 8.0 s on main (0% faster).
📖 Linting Moya with this PR took 0.42 s vs 0.42 s on main (0% slower).
📖 Linting NetNewsWire with this PR took 2.44 s vs 2.46 s on main (0% faster).
📖 Linting Nimble with this PR took 0.67 s vs 0.68 s on main (1% faster).
📖 Linting PocketCasts with this PR took 7.38 s vs 7.33 s on main (0% slower).
📖 Linting Quick with this PR took 0.44 s vs 0.45 s on main (2% faster).
📖 Linting Realm with this PR took 3.28 s vs 3.29 s on main (0% faster).
📖 Linting Sourcery with this PR took 1.85 s vs 1.82 s on main (1% slower).
📖 Linting Swift with this PR took 4.43 s vs 4.43 s on main (0% slower).
📖 Linting SwiftLintPerformanceTests with this PR took 0.31 s vs 0.35 s on main (11% faster).
📖 Linting VLC with this PR took 1.15 s vs 1.14 s on main (0% slower).
📖 Linting Wire with this PR took 18.69 s vs 18.66 s on main (0% slower).
📖 Linting WordPress with this PR took 12.2 s vs 12.21 s on main (0% faster).

Generated by 🚫 Danger

@SimplyDanny SimplyDanny merged commit 05e9bb4 into main Jan 16, 2026
26 checks passed
@SimplyDanny SimplyDanny deleted the dependabot/bazel/rules_swift-3.4.2 branch January 16, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants