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.0
Release Notes
bazelbuild/rules_swift (build_bazel_rules_swift)
v3.0.0
Compare Source
Breaking changes
objc_library.module_map
attribute inswift_clang_module_aspect
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1328SwiftInfo
arguments by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1427swift_common.toolchain_attrs
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1385emit_swiftinterface
build setting by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1393SWIFT_CUSTOM_TOOLCHAIN
define by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1432swift_module_alias
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1390swift.emit_swiftsourceinfo
by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1409What's Changed
build_file
labels by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1425SwiftInfo
arguments until 3.0 by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1419apple_common.Objc
provider usage related to linking now that the Apple linking logic in Bazel gets everything fromCcInfo
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1383doc/README.md
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1428swift_library
alwayslink
default to True by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1398swift_common
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1429_allowlist_function_transition
in third_party by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1402swiftc
not found on Linux by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1433swift_overlay
rule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1431swift_cross_import_overlay
to 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 depsSwiftInfo
s into the transitiveSwiftInfo
s of the propagatedSwiftInfo
instead of the directSwiftInfo
s (which causes them to be merged with the overlay module itself) by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1438private_deps
when compiling the target that imports them by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1437--test_filter
inswift_test
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1410swift_*
target, and aswift_overlay
should only be referenced by a single other target'saspect_hints
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1439SwiftBinaryInfo
required provider fromplugins
attribute by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1445swift_import
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1446data
attribute tomixed_language_library
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1450alwayslink
on the clang target ofmixed_language_library
as well by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1451swift_overlay
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1441swift_overlay
linking contexts when an overlay depends on another library that has an overlay by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1440CODEOWNERS
by @aaronsky in https://github.com/bazelbuild/rules_swift/pull/1455apple.swizzle_absolute_xcttestsourcelocation
usage by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1457package_name
inmixed_language_library
by @luispadron in https://github.com/bazelbuild/rules_swift/pull/1458swift_library_group
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1468swiftc.exe
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1483_check_supports_language_mode_6
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1484swift.suppress_warnings
feature by @aaronsky in https://github.com/bazelbuild/rules_swift/pull/1489swiftc
on matching host platform by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1490swift.suppress_warnings
comment by @mattrobmattrob in https://github.com/bazelbuild/rules_swift/pull/1499//test:private_deps_client_cc_deps_modulemaps
by @thelvis4 in https://github.com/bazelbuild/rules_swift/pull/1503exec_group
forSWIFT_ACTION_DERIVE_FILES
andSWIFT_ACTION_DUMP_AST
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1510swift_binary
andswift_compiler_plugin
by @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_aspect
generates 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.2
Compare 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.1
Compare Source
What's Changed
exec_group
forSWIFT_ACTION_DERIVE_FILES
andSWIFT_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.0
Compare Source
What's Changed
930bce3
by @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.0
Compare 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.0
Compare Source
What's Changed
swift.suppress_warnings
feature 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.0
Compare 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.0
Compare 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.1
Compare 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.0
Compare Source
What's Changed
package_name
is supported inmixed_language_library
rule 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.4
Compare Source
What's Changed
apple.swizzle_absolute_xcttestsourcelocation
usage (#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.3
Compare Source
What's Changed
data
attribute tomixed_language_library
(#1450)alwayslink
on the clang target ofmixed_language_library
as 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.2
Compare 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.1
Compare Source
What's Changed
build_file
labels (#1426)SwiftInfo
arguments until 3.0 (#1419)swiftc
not 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.0
Compare Source
What's Changed
swift_library_group
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1292mixed_langauge_library
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1293swift_{binary,test}
generating a.dSYM
bundle as an output when--apple_generate_dsym
is set by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1327swift_module_mapping
rule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1329module_mapping
flag to the Swift rules by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1332library_evolution
attribute toswift_library
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1335swift_module_mapping
by @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_test
rule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1340swift_test
test runner compile by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1354force_apple_target
Starlark flag by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1350swift.checked_exclusivity
feature by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1352derive_swift_module_name
as a free function in its own.bzl
file by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1347swift_explicit_module
output group fromswift_clang_module_aspect
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1349--test_filter
inswift_test
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1341swift_cross_import_overlay
rule by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1342language = "objc"
tocc_common.configure_features
when targeting an Apple platform by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1358macro_expansions
during debug builds by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1355create_swift_module_context
andcreate_{clang,swift}_module_inputs
as free functions in the lightweightproviders.bzl
file, and turncreate_swift_info
into the initializer callback forSwiftInfo
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1357SwiftInfo
s to compilation prerequisites when needed by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1362create_swift_interop_info
as a free function in the lightweightswift_interop_info.bzl
file by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1366swift_common.compile
so that it returns aSwiftInfo
that can be propagated by callers by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1370swift.checked_exclusivity
by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1371-index-include-locals
for Swift compiles by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1375const_gather_protocols
change by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1376swift_feature_allowlist
checking by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1377ConfigResultInfo
to set additional tools by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1378swift.disable_clang_spi
feature and enable it by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1372-enable-library-evolution
flag by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1382SwiftClangModuleAspectInfo
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1379swift_import
propagates the.swiftinterface
file in itsSwiftInfo
if it's given one as an input by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1380is_framework
parameter tocompile_module_interface
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1374swift.supports_bare_slash_regex
code with upstream by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1384swift.internalize_at_link
feature and enable it by default by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1389command_line_objc_copts
tocompile_config.bzl
by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1391swift_binary
targets by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1400swift.disable_availability_checking
feature by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1401.swiftsourceinfo
files behind a feature since they are non-deterministic (contain absolute paths) by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1403SwiftBinaryInfo
as a public provider for IDEs and language tooling that need to get at the Swift module of aswift_binary
orswift_test
target by @brentleyjones in https://github.com/bazelbuild/rules_swift/pull/1404swift.enable_v6
feature 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.