Skip to content

Conversation

@cgrindel-self-hosted-renovate
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
rules_swift bazel_dep minor 3.3.0 -> 3.4.0

Release Notes

bazelbuild/rules_swift (rules_swift)

v3.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/bazelbuild/rules\_swift/compare/3.3.0...3.4.0

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.0", 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 = "13219bde174594c7af5403c7f3f41c37d1a62041294a0fd14c0834ca472fa8dc",
    url = "https://github.com/bazelbuild/rules_swift/releases/download/3.4.0/rules_swift.3.4.0.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()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cgrindel-self-hosted-renovate
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./do_renovate_post_upgrade
*** CHUCK do_renovate_post_upgrade START ===============
+ which bazelisk
+ echo 'Bazelisk was found.'
+ bazelisk=bazelisk
+ which clang
+ echo 'clang was found.'
+ export CC=clang
+ CC=clang
+ bazelisk run --action_env=PATH //:tidy_modified
Starting local Bazel server (8.4.2) and connecting to it...
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'apple_support', the root module requires module version apple_support@1.21.1, but got apple_support@1.23.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.0.17, but got rules_cc@0.1.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'platforms', the root module requires module version platforms@0.0.11, but got platforms@1.0.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 1 packages loaded
Loading: 1 packages loaded
    currently loading: 
Analyzing: target //:tidy_modified (2 packages loaded, 0 targets configured)
Analyzing: target //:tidy_modified (2 packages loaded, 0 targets configured)

Analyzing: target //:tidy_modified (64 packages loaded, 7 targets configured)

Analyzing: target //:tidy_modified (89 packages loaded, 704 targets configured)

INFO: Analyzed target //:tidy_modified (91 packages loaded, 1750 targets configured).
INFO: Found 1 target...
Target //:tidy_modified up-to-date:
  bazel-bin/tidy_modified
INFO: Elapsed time: 10.593s, Critical Path: 0.03s
INFO: 5 processes: 5 internal.
INFO: Build completed successfully, 5 total actions
INFO: Running command line: bazel-bin/tidy_modified --mode modified --tidy_target //:tidy
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
WARNING: Build option --action_env has changed, discarding analysis cache (this can be expensive, see https://bazel.build/advanced/performance/iteration-speed).
Analyzing: target //:tidy (0 packages loaded, 0 targets configured)
Analyzing: target //:tidy (0 packages loaded, 0 targets configured)

Analyzing: target //:tidy (68 packages loaded, 122 targets configured)

INFO: Analyzed target //:tidy (88 packages loaded, 1748 targets configured).
INFO: Found 1 target...
Target //:tidy up-to-date:
  /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/5056e5b77dc9370794e2bbb9e82954cd/execroot/_main/bazel-out/k8-fastbuild/bin/tidy
INFO: Elapsed time: 1.586s, Critical Path: 0.00s
INFO: 5 processes: 5 internal.
INFO: Build completed successfully, 5 total actions
INFO: Running command line: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/5056e5b77dc9370794e2bbb9e82954cd/execroot/_main/bazel-out/k8-fastbuild/bin/tidy @rules_bazel_integration_test//tools:remove_child_wksp_bazel_symlinks @rules_bazel_integration_test//tools:update_deleted_packages :bzlformat_missing_pkgs_fix :update_all :go_mod_tidy :update_build_files
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: target @@rules_bazel_integration_test+//tools:remove_child_wksp_bazel_symlinks (1 packages loaded, 0 targets configured)
Analyzing: target @@rules_bazel_integration_test+//tools:remove_child_wksp_bazel_symlinks (1 packages loaded, 0 targets configured)

INFO: Analyzed target @@rules_bazel_integration_test+//tools:remove_child_wksp_bazel_symlinks (4 packages loaded, 16 targets configured).
INFO: Found 1 target...
Target @@rules_bazel_integration_test+//tools:remove_child_wksp_bazel_symlinks up-to-date:
  bazel-bin/external/rules_bazel_integration_test+/tools/remove_child_wksp_bazel_symlinks
INFO: Elapsed time: 0.146s, Critical Path: 0.01s
INFO: 5 processes: 5 internal.
INFO: Build completed successfully, 5 total actions
INFO: Running command line: bazel-bin/external/rules_bazel_integration_test+/tools/remove_child_wksp_bazel_symlinks
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: target @@rules_bazel_integration_test+//tools:update_deleted_packages (0 packages loaded, 0 targets configured)
Analyzing: target @@rules_bazel_integration_test+//tools:update_deleted_packages (0 packages loaded, 0 targets configured)

INFO: Analyzed target @@rules_bazel_integration_test+//tools:update_deleted_packages (0 packages loaded, 8 targets configured).
INFO: Found 1 target...
Target @@rules_bazel_integration_test+//tools:update_deleted_packages up-to-date:
  bazel-bin/external/rules_bazel_integration_test+/tools/update_deleted_packages
INFO: Elapsed time: 0.122s, Critical Path: 0.01s
INFO: 6 processes: 6 internal.
INFO: Build completed successfully, 6 total actions
INFO: Running command line: bazel-bin/external/rules_bazel_integration_test+/tools/update_deleted_packages
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:bzlformat_missing_pkgs_fix (0 packages loaded, 0 targets configured)
Analyzing: target //:bzlformat_missing_pkgs_fix (0 packages loaded, 0 targets configured)

INFO: Analyzed target //:bzlformat_missing_pkgs_fix (2 packages loaded, 10 targets configured).
INFO: Found 1 target...
Target //:bzlformat_missing_pkgs_fix up-to-date:
  bazel-bin/bzlformat_missing_pkgs_fix.sh
INFO: Elapsed time: 0.551s, Critical Path: 0.00s
INFO: 8 processes: 8 internal.
INFO: Build completed successfully, 8 total actions
INFO: Running command line: bazel-bin/bzlformat_missing_pkgs_fix.sh
Loading: 0 packages loaded
WARNING: For repository 'apple_support', the root module requires module version apple_support@1.21.1, but got apple_support@1.23.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.0.17, but got rules_cc@0.1.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'platforms', the root module requires module version platforms@0.0.11, but got platforms@1.0.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Loading: 0 packages loaded
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:update_all (0 packages loaded, 0 targets configured)
Analyzing: target //:update_all (0 packages loaded, 0 targets configured)

INFO: Analyzed target //:update_all (1 packages loaded, 3 targets configured).
INFO: Found 1 target...
Target //:update_all up-to-date:
  bazel-bin/update_all.exe
INFO: Elapsed time: 0.185s, Critical Path: 0.00s
INFO: 6 processes: 6 internal.
INFO: Build completed successfully, 6 total actions
INFO: Running command line: bazel-bin/update_all.exe
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: 928 targets (0 packages loaded, 0 targets configured)
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/docs/BUILD.bazel:109:13: in _write_file rule //docs:bzlmod_extensions_overview_header: target '//docs:bzlmod_extensions_overview_header' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/docs/BUILD.bazel:96:13: in _write_file rule //docs:internal_rules_and_macros_overview_header: target '//docs:internal_rules_and_macros_overview_header' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/docs/BUILD.bazel:70:13: in _write_file rule //docs:repository_rules_overview_header: target '//docs:repository_rules_overview_header' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/docs/BUILD.bazel:83:13: in _write_file rule //docs:rules_and_macros_overview_header: target '//docs:rules_and_macros_overview_header' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
Analyzing: 928 targets (60 packages loaded, 3512 targets configured)
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/release/BUILD.bazel:59:11: in _empty_test rule //release:archive_build_test: target '//release:archive_build_test' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/internal/BUILD.bazel:4:14: in _diff_test rule //ci/internal:bzlformat_ci_integration_test_params_bzl_fmttest: target '//ci/internal:bzlformat_ci_integration_test_params_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/internal/BUILD.bazel:4:14: in _diff_test rule //ci/internal:bzlformat_bzlmod_modes_bzl_fmttest: target '//ci/internal:bzlformat_bzlmod_modes_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/BUILD.bazel:19:14: in _diff_test rule //:bzlformat_extensions_bzl_fmttest: target '//:bzlformat_extensions_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/internal/BUILD.bazel:4:14: in _diff_test rule //ci/internal:bzlformat_ci_test_params_suite_bzl_fmttest: target '//ci/internal:bzlformat_ci_test_params_suite_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/internal/BUILD.bazel:4:14: in _diff_test rule //ci/internal:bzlformat_ci_test_params_bzl_fmttest: target '//ci/internal:bzlformat_ci_test_params_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/internal/BUILD.bazel:4:14: in _diff_test rule //ci/internal:bzlformat_ci_workflow_bzl_fmttest: target '//ci/internal:bzlformat_ci_workflow_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/BUILD.bazel:19:14: in _diff_test rule //:bzlformat_WORKSPACE_fmttest: target '//:bzlformat_WORKSPACE_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/internal/BUILD.bazel:4:14: in _diff_test rule //ci/internal:bzlformat_BUILD_bazel_fmttest: target '//ci/internal:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/tests/BUILD.bazel:5:14: in _diff_test rule //ci/tests:bzlformat_BUILD_bazel_fmttest: target '//ci/tests:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/internal/BUILD.bazel:4:14: in _diff_test rule //ci/internal:bzlformat_providers_bzl_fmttest: target '//ci/internal:bzlformat_providers_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/BUILD.bazel:19:14: in _diff_test rule //:bzlformat_BUILD_bazel_fmttest: target '//:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/tests/BUILD.bazel:5:14: in _diff_test rule //ci/tests:bzlformat_bzlmod_modes_tests_bzl_fmttest: target '//ci/tests:bzlformat_bzlmod_modes_tests_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/tests/BUILD.bazel:5:14: in _diff_test rule //ci/tests:bzlformat_ci_test_params_tests_bzl_fmttest: target '//ci/tests:bzlformat_ci_test_params_tests_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/BUILD.bazel:4:14: in _diff_test rule //ci:bzlformat_BUILD_bazel_fmttest: target '//ci:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/bazel/apple_platform_type/BUILD.bazel:5:14: in _diff_test rule //config_settings/bazel/apple_platform_type:bzlformat_BUILD_bazel_fmttest: target '//config_settings/bazel/apple_platform_type:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/tidy_child_workspaces/BUILD.bazel:3:14: in _diff_test rule //tools/tidy_child_workspaces:bzlformat_BUILD_bazel_fmttest: target '//tools/tidy_child_workspaces:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/ci/BUILD.bazel:4:14: in _diff_test rule //ci:bzlformat_defs_bzl_fmttest: target '//ci:bzlformat_defs_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/bazel/compilation_mode/BUILD.bazel:5:14: in _diff_test rule //config_settings/bazel/compilation_mode:bzlformat_BUILD_bazel_fmttest: target '//config_settings/bazel/compilation_mode:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/BUILD.bazel:18:14: in _diff_test rule //tools/swift_deps_index:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/bazel/apple_platform_type/BUILD.bazel:5:14: in _diff_test rule //config_settings/bazel/apple_platform_type:bzlformat_apple_platform_types_bzl_fmttest: target '//config_settings/bazel/apple_platform_type:bzlformat_apple_platform_types_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/configuration/BUILD.bazel:8:14: in _diff_test rule //config_settings/spm/configuration:bzlformat_BUILD_bazel_fmttest: target '//config_settings/spm/configuration:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/bazel/compilation_mode/BUILD.bazel:5:14: in _diff_test rule //config_settings/bazel/compilation_mode:bzlformat_compilation_modes_bzl_fmttest: target '//config_settings/bazel/compilation_mode:bzlformat_compilation_modes_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/platform/BUILD.bazel:6:14: in _diff_test rule //config_settings/spm/platform:bzlformat_BUILD_bazel_fmttest: target '//config_settings/spm/platform:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/updmarker/BUILD.bazel:20:14: in _diff_test rule //tools/swift_deps_index/internal/updmarker:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/updmarker:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/configuration/BUILD.bazel:8:14: in _diff_test rule //config_settings/spm/configuration:bzlformat_configurations_bzl_fmttest: target '//config_settings/spm/configuration:bzlformat_configurations_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/swiftpkg/BUILD.bazel:49:14: in _diff_test rule //tools/swift_deps_index/internal/swiftpkg:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/swiftpkg:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/platform/BUILD.bazel:6:14: in _diff_test rule //config_settings/spm/platform:bzlformat_platforms_bzl_fmttest: target '//config_settings/spm/platform:bzlformat_platforms_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/swiftcfg/BUILD.bazel:49:14: in _diff_test rule //tools/swift_deps_index/internal/swiftcfg:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/swiftcfg:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/swiftbin/BUILD.bazel:4:14: in _diff_test rule //tools/swift_deps_index/internal/swiftbin:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/swiftbin:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/swift/BUILD.bazel:99:14: in _diff_test rule //tools/swift_deps_index/internal/swift:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/swift:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/platform_configuration/BUILD.bazel:6:14: in _diff_test rule //config_settings/spm/platform_configuration:bzlformat_platform_configurations_bzl_fmttest: target '//config_settings/spm/platform_configuration:bzlformat_platform_configurations_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/platform_configuration/BUILD.bazel:6:14: in _diff_test rule //config_settings/spm/platform_configuration:bzlformat_BUILD_bazel_fmttest: target '//config_settings/spm/platform_configuration:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/stringslices/BUILD.bazel:23:14: in _diff_test rule //tools/swift_deps_index/internal/stringslices:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/stringslices:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/tests/platform_tests/BUILD.bazel:4:14: in _diff_test rule //config_settings/spm/tests/platform_tests:bzlformat_BUILD_bazel_fmttest: target '//config_settings/spm/tests/platform_tests:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/spreso/BUILD.bazel:32:14: in _diff_test rule //tools/swift_deps_index/internal/spreso:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/spreso:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/bzlmod/BUILD.bazel:10:14: in _diff_test rule //bzlmod:bzlformat_BUILD_bazel_fmttest: target '//bzlmod:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/docs/BUILD.bazel:12:14: in _diff_test rule //docs:bzlformat_doc_infos_bzl_fmttest: target '//docs:bzlformat_doc_infos_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/spdump/BUILD.bazel:43:14: in _diff_test rule //tools/swift_deps_index/internal/spdump:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/spdump:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/docs/BUILD.bazel:12:14: in _diff_test rule //docs:bzlformat_BUILD_bazel_fmttest: target '//docs:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/config_settings/spm/tests/platform_tests/BUILD.bazel:4:14: in _diff_test rule //config_settings/spm/tests/platform_tests:bzlformat_platforms_tests_bzl_fmttest: target '//config_settings/spm/tests/platform_tests:bzlformat_platforms_tests_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/examples/BUILD.bazel:10:14: in _diff_test rule //examples:bzlformat_example_infos_bzl_fmttest: target '//examples:bzlformat_example_infos_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/examples/BUILD.bazel:10:14: in _diff_test rule //examples:bzlformat_test_utils_bzl_fmttest: target '//examples:bzlformat_test_utils_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/release/BUILD.bazel:20:14: in _diff_test rule //release:bzlformat_BUILD_bazel_fmttest: target '//release:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/bzlmod/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/bzlmod:bzlformat_BUILD_bazel_fmttest: target '//swiftpkg/bzlmod:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/bzlmod/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/bzlmod:bzlformat_swift_deps_bzl_fmttest: target '//swiftpkg/bzlmod:bzlformat_swift_deps_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/spdesc/BUILD.bazel:30:14: in _diff_test rule //tools/swift_deps_index/internal/spdesc:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/spdesc:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_BUILD_bazel_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_character_sets_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_character_sets_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_export_declaration_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_export_declaration_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_extern_module_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_extern_module_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/examples/BUILD.bazel:10:14: in _diff_test rule //examples:bzlformat_BUILD_bazel_fmttest: target '//examples:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_header_declaration_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_header_declaration_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/reslog/BUILD.bazel:41:14: in _diff_test rule //tools/swift_deps_index/internal/reslog:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/reslog:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_module_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_module_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_module_members_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_module_members_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_umbrella_dir_declaration_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_umbrella_dir_declaration_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_link_declaration_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_link_declaration_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collect_unprocessed_submodule_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collect_unprocessed_submodule_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_declarations_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_declarations_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_collection_results_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_collection_results_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/pathdistance/BUILD.bazel:21:14: in _diff_test rule //tools/swift_deps_index/internal/pathdistance:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/pathdistance:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/internal/jsonutils/BUILD.bazel:29:14: in _diff_test rule //tools/swift_deps_index/internal/jsonutils:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/internal/jsonutils:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_errors_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_errors_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/swift_deps_index/cmd/BUILD.bazel:19:14: in _diff_test rule //tools/swift_deps_index/cmd:bzlformat_BUILD_bazel_fmttest: target '//tools/swift_deps_index/cmd:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_parser_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_parser_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_tokenizer_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_tokenizer_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_module_declarations_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_module_declarations_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/remove_swift_build_dirs/BUILD.bazel:3:14: in _diff_test rule //tools/remove_swift_build_dirs:bzlformat_BUILD_bazel_fmttest: target '//tools/remove_swift_build_dirs:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_BUILD_bazel_fmttest: target '//swiftpkg/internal:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_apple_builtin_bzl_fmttest: target '//swiftpkg/internal:bzlformat_apple_builtin_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/generate_ci_workflow/BUILD.bazel:4:14: in _diff_test rule //tools/generate_ci_workflow:bzlformat_BUILD_bazel_fmttest: target '//tools/generate_ci_workflow:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/modulemap_parser/BUILD.bazel:180:14: in _diff_test rule //swiftpkg/internal/modulemap_parser:bzlformat_tokens_bzl_fmttest: target '//swiftpkg/internal/modulemap_parser:bzlformat_tokens_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_bazel_apple_platforms_bzl_fmttest: target '//swiftpkg/internal:bzlformat_bazel_apple_platforms_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_artifact_infos_bzl_fmttest: target '//swiftpkg/internal:bzlformat_artifact_infos_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_build_decls_bzl_fmttest: target '//swiftpkg/internal:bzlformat_build_decls_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_bazel_repo_names_bzl_fmttest: target '//swiftpkg/internal:bzlformat_bazel_repo_names_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/generate_ci_workflow/internal/testparams/BUILD.bazel:4:14: in _diff_test rule //tools/generate_ci_workflow/internal/testparams:bzlformat_BUILD_bazel_fmttest: target '//tools/generate_ci_workflow/internal/testparams:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_build_files_bzl_fmttest: target '//swiftpkg/internal:bzlformat_build_files_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_bzl_selects_bzl_fmttest: target '//swiftpkg/internal:bzlformat_bzl_selects_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/generate_ci_workflow/internal/github/BUILD.bazel:25:14: in _diff_test rule //tools/generate_ci_workflow/internal/github:bzlformat_BUILD_bazel_fmttest: target '//tools/generate_ci_workflow/internal/github:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_clang_files_bzl_fmttest: target '//swiftpkg/internal:bzlformat_clang_files_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_load_statements_bzl_fmttest: target '//swiftpkg/internal:bzlformat_load_statements_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/generate_builtin_frameworks/BUILD.bazel:3:14: in _diff_test rule //tools/generate_builtin_frameworks:bzlformat_BUILD_bazel_fmttest: target '//tools/generate_builtin_frameworks:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/BUILD.bazel:21:14: in _diff_test rule //swiftpkg:bzlformat_build_defs_bzl_fmttest: target '//swiftpkg:bzlformat_build_defs_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_generate_modulemap_bzl_fmttest: target '//swiftpkg/internal:bzlformat_generate_modulemap_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_module_maps_bzl_fmttest: target '//swiftpkg/internal:bzlformat_module_maps_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_local_swift_package_bzl_fmttest: target '//swiftpkg/internal:bzlformat_local_swift_package_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_objc_resource_bundle_accessor_bzl_fmttest: target '//swiftpkg/internal:bzlformat_objc_resource_bundle_accessor_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/tools/create_example/BUILD.bazel:3:14: in _diff_test rule //tools/create_example:bzlformat_BUILD_bazel_fmttest: target '//tools/create_example:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_deps_indexes_bzl_fmttest: target '//swiftpkg/internal:bzlformat_deps_indexes_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_pkg_ctxs_bzl_fmttest: target '//swiftpkg/internal:bzlformat_pkg_ctxs_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/BUILD.bazel:21:14: in _diff_test rule //swiftpkg:bzlformat_defs_bzl_fmttest: target '//swiftpkg:bzlformat_defs_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_pkginfo_ext_deps_bzl_fmttest: target '//swiftpkg/internal:bzlformat_pkginfo_ext_deps_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_objc_files_bzl_fmttest: target '//swiftpkg/internal:bzlformat_objc_files_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_pkginfo_targets_bzl_fmttest: target '//swiftpkg/internal:bzlformat_pkginfo_targets_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/BUILD.bazel:21:14: in _diff_test rule //swiftpkg:bzlformat_BUILD_bazel_fmttest: target '//swiftpkg:bzlformat_BUILD_bazel_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_pkginfo_target_deps_bzl_fmttest: target '//swiftpkg/internal:bzlformat_pkginfo_target_deps_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_pkginfos_bzl_fmttest: target '//swiftpkg/internal:bzlformat_pkginfos_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/tests/BUILD.bazel:24:14: in _diff_test rule //swiftpkg/tests:bzlformat_validations_tests_bzl_fmttest: target '//swiftpkg/tests:bzlformat_validations_tests_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_pkginfo_dependencies_bzl_fmttest: target '//swiftpkg/internal:bzlformat_pkginfo_dependencies_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/tests/BUILD.bazel:24:14: in _diff_test rule //swiftpkg/tests:bzlformat_testutils_bzl_fmttest: target '//swiftpkg/tests:bzlformat_testutils_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_repository_files_bzl_fmttest: target '//swiftpkg/internal:bzlformat_repository_files_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_registry_swift_package_bzl_fmttest: target '//swiftpkg/internal:bzlformat_registry_swift_package_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of this setting.
WARNING: /tmp/renovate/repos/github/cgrindel/rules_swift_package_manager/swiftpkg/internal/BUILD.bazel:4:14: in _diff_test rule //swiftpkg/internal:bzlformat_repository_utils_bzl_fmttest: target '//swiftpkg/internal:bzlformat_repository_utils_bzl_fmttest' depends on deprecated target '@@bazel_tools//src/conditions:host_windows_x64_constraint': No longer used by Bazel and will be removed in the future. Migrate to toolchains or define your own version of

@cgrindel-self-hosted-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@cgrindel cgrindel disabled auto-merge December 2, 2025 13:38
@cgrindel
Copy link
Owner

cgrindel commented Dec 2, 2025

@Mergifyio queue

@mergify
Copy link
Contributor

mergify bot commented Dec 2, 2025

queue

🛑 There are no queue conditions matching

There are queue conditions defined in the configuration, but none matches. The pull request has not been embarked.

Details:

  • Queue default:
  • check-success=all_ci_tests
  • check-success=conventional_commit_check

@mergify
Copy link
Contributor

mergify bot commented Dec 2, 2025

Merge Queue Status

🚫 The pull request has left the queue (rule: default)

This pull request spent 1 hour 24 minutes 47 seconds in the queue, including 1 hour 24 minutes 39 seconds running CI.
The checks were run in-place.

Required conditions to merge

Reason

Pull request #1939 has been dequeued, queue conditions unmatch: - [ ] check-success=all_ci_tests

  • any of [🛡 GitHub branch protection]:
    • check-neutral = all_ci_tests
    • check-skipped = all_ci_tests
    • check-success = all_ci_tests
  • #approved-reviews-by >= 1 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • #review-threads-unresolved = 0 [🛡 GitHub branch protection]
  • branch-protection-review-decision = APPROVED [🛡 GitHub branch protection]
  • check-success=conventional_commit_check
  • any of [🛡 GitHub branch protection]:
    • check-success = conventional_commit_check
    • check-neutral = conventional_commit_check
    • check-skipped = conventional_commit_check

Failing checks:

Hint

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.
If you do update this pull request, it will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue instead, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@mergify mergify bot added the queued label Dec 6, 2025
@mergify mergify bot added dequeued and removed queued labels Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants