chore(deps): update dependency build_bazel_rules_swift to v3 #208
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.1->3.0.0Release Notes
bazelbuild/rules_swift (build_bazel_rules_swift)
v3.0.0Compare Source
Breaking changes
objc_library.module_mapattribute inswift_clang_module_aspectby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1328SwiftInfoarguments by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1427swift_common.toolchain_attrsby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1385emit_swiftinterfacebuild setting by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1393SWIFT_CUSTOM_TOOLCHAINdefine by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1432swift_module_aliasby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1390swift.emit_swiftsourceinfoby default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1409What's Changed
build_filelabels by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1425SwiftInfoarguments until 3.0 by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1419apple_common.Objcprovider usage related to linking now that the Apple linking logic in Bazel gets everything fromCcInfoby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1383doc/README.mdby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1428swift_libraryalwayslinkdefault to True by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1398swift_commonby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1429_allowlist_function_transitionin third_party by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1402swiftcnot found on Linux by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1433swift_overlayrule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1431swift_cross_import_overlayto specify a disambiguating explicit module name for the declaring and/or bystanding module by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1417swift_overlay's depsSwiftInfos into the transitiveSwiftInfos of the propagatedSwiftInfoinstead of the directSwiftInfos (which causes them to be merged with the overlay module itself) by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1438private_depswhen compiling the target that imports them by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1437--test_filterinswift_testby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1410swift_*target, and aswift_overlayshould only be referenced by a single other target'saspect_hintsby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1439SwiftBinaryInforequired provider frompluginsattribute by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1445swift_importby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1446dataattribute tomixed_language_libraryby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1450alwayslinkon the clang target ofmixed_language_libraryas well by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1451swift_overlayby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1441swift_overlaylinking contexts when an overlay depends on another library that has an overlay by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1440CODEOWNERSby @aaronsky in https://github.com/bazelbuild/rules_swift/pull/1455apple.swizzle_absolute_xcttestsourcelocationusage by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1457package_nameinmixed_language_libraryby @luispadron in https://github.com/bazelbuild/rules_swift/pull/1458swift_library_groupby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1468swiftc.exeby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1483_check_supports_language_mode_6by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1484swift.suppress_warningsfeature by @aaronsky in https://github.com/bazelbuild/rules_swift/pull/1489swiftcon matching host platform by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1490swift.suppress_warningscomment by @mattrobmattrob in https://github.com/bazelbuild/rules_swift/pull/1499//test:private_deps_client_cc_deps_modulemapsby @thelvis4 in https://github.com/bazelbuild/rules_swift/pull/1503exec_groupforSWIFT_ACTION_DERIVE_FILESandSWIFT_ACTION_DUMP_ASTby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1510swift_binaryandswift_compiler_pluginby @sebastianv1 in https://github.com/bazelbuild/rules_swift/pull/1512swift_synthesize_interface_aspect. by @luispadron in https://github.com/bazelbuild/rules_swift/pull/1522swift_synthesize_interface_aspectgenerates unique outputs by @luispadron in https://github.com/bazelbuild/rules_swift/pull/1526New Contributors
Full Changelog: bazelbuild/rules_swift@2.8.2...3.0.0
This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.8.2Compare Source
What's Changed
Full Changelog: bazelbuild/rules_swift@2.8.1...2.8.2
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.8.1Compare Source
What's Changed
exec_groupforSWIFT_ACTION_DERIVE_FILESandSWIFT_ACTION_DUMP_AST(#1510)Full Changelog: bazelbuild/rules_swift@2.8.0...2.8.1
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.8.0Compare Source
What's Changed
930bce3by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1501Full Changelog: bazelbuild/rules_swift@2.7.0...2.8.0
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.7.0Compare Source
What's Changed
Full Changelog: bazelbuild/rules_swift@2.6.0...2.7.0
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.6.0Compare Source
What's Changed
swift.suppress_warningsfeature by @aaronsky in https://github.com/bazelbuild/rules_swift/pull/1492Full Changelog: bazelbuild/rules_swift@2.5.0...2.6.0
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.5.0Compare Source
What's Changed
Full Changelog: bazelbuild/rules_swift@2.4.0...2.5.0
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.4.0Compare Source
What's Changed
Full Changelog: bazelbuild/rules_swift@2.3.1...2.4.0
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.3.1Compare Source
What's Changed
swift_library_group(#1468)Full Changelog: bazelbuild/rules_swift@2.3.0...2.3.1
This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.3.0Compare Source
What's Changed
package_nameis supported inmixed_language_libraryrule by @luispadron in https://github.com/bazelbuild/rules_swift/pull/1467Full Changelog: bazelbuild/rules_swift@2.2.4...2.3.0
This release is compatible with Bazel 6.x LTS, 7.x LTS, and 8.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.2.4Compare Source
What's Changed
apple.swizzle_absolute_xcttestsourcelocationusage (#1457)Full Changelog: bazelbuild/rules_swift@2.2.3...2.2.4
This release is compatible with Bazel 6.x LTS, 7.x LTS, and 8.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.2.3Compare Source
What's Changed
dataattribute tomixed_language_library(#1450)alwayslinkon the clang target ofmixed_language_libraryas well (#1451)Full Changelog: bazelbuild/rules_swift@2.2.2...2.2.3
This release is compatible with Bazel 6.x LTS, 7.x LTS, and 8.x rolling releases.
MODULE.bazel Snippet
Workspace Snippet
v2.2.2Compare Source
What's Changed
This release is compatible with Bazel 6.x LTS, 7.x LTS, and 8.x rolling releases
MODULE.bazel Snippet
Workspace Snippet
v2.2.1Compare Source
What's Changed
build_filelabels (#1426)SwiftInfoarguments until 3.0 (#1419)swiftcnot found on Linux (#1433)Full Changelog: bazelbuild/rules_swift@2.2.0...2.2.1
This release is compatible with Bazel 6.x LTS, 7.x LTS, and 8.x rolling releases
MODULE.bazel Snippet
Workspace Snippet
v2.2.0Compare Source
What's Changed
swift_library_groupby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1292mixed_langauge_libraryby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1293swift_{binary,test}generating a.dSYMbundle as an output when--apple_generate_dsymis set by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1327swift_module_mappingrule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1329module_mappingflag to the Swift rules by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1332library_evolutionattribute toswift_libraryby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1335swift_module_mappingby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1333swift_import: always link the import. by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1343swift_module_mapping_testrule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1340swift_testtest runner compile by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1354force_apple_targetStarlark flag by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1350swift.checked_exclusivityfeature by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1352derive_swift_module_nameas a free function in its own.bzlfile by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1347swift_explicit_moduleoutput group fromswift_clang_module_aspectby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1349--test_filterinswift_testby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1341swift_cross_import_overlayrule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1342language = "objc"tocc_common.configure_featureswhen targeting an Apple platform by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1358macro_expansionsduring debug builds by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1355create_swift_module_contextandcreate_{clang,swift}_module_inputsas free functions in the lightweightproviders.bzlfile, and turncreate_swift_infointo the initializer callback forSwiftInfoby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1357SwiftInfos to compilation prerequisites when needed by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1362create_swift_interop_infoas a free function in the lightweightswift_interop_info.bzlfile by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1366swift_common.compileso that it returns aSwiftInfothat can be propagated by callers by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1370swift.checked_exclusivityby default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1371-index-include-localsfor Swift compiles by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1375const_gather_protocolschange by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1376swift_feature_allowlistchecking by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1377ConfigResultInfoto set additional tools by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1378swift.disable_clang_spifeature and enable it by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1372-enable-library-evolutionflag by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1382SwiftClangModuleAspectInfoby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1379swift_importpropagates the.swiftinterfacefile in itsSwiftInfoif it's given one as an input by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1380is_frameworkparameter tocompile_module_interfaceby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1374swift.supports_bare_slash_regexcode with upstream by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1384swift.internalize_at_linkfeature and enable it by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1389command_line_objc_coptstocompile_config.bzlby @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1391swift_binarytargets by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1400swift.disable_availability_checkingfeature by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1401.swiftsourceinfofiles behind a feature since they are non-deterministic (contain absolute paths) by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1403SwiftBinaryInfoas a public provider for IDEs and language tooling that need to get at the Swift module of aswift_binaryorswift_testtarget by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1404swift.enable_v6feature to support migration to the Swift 6 language mode by [@brentleyjones](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.
This PR has been generated by Renovate Bot.