Skip to content

Conversation

@maxwellE
Copy link
Contributor

@maxwellE maxwellE commented Aug 26, 2022

Adds the missing params to the objc_provider call due to changes in
#868

Fixes #884

@maxwellE
Copy link
Contributor Author

@keith I would like to get a test on this, just not sure what .a file should be used here

@keith
Copy link
Member

keith commented Aug 26, 2022

does it have to be a valid one 🙃 could you create an empty file from a genrule

Adds the missing params to the objc_provider call due to changes in
bazelbuild#868

Fixes swift_import fails with "new_objc_provider() missing 2 required keyword-only arguments: is_test, swift_toolchain" bazelbuild#884
@brentleyjones brentleyjones force-pushed the maxwelle/fix_for_swift_import_params branch from be684aa to fa03d44 Compare August 30, 2022 17:41
@brentleyjones brentleyjones enabled auto-merge (squash) August 30, 2022 17:42
@brentleyjones brentleyjones merged commit bda3bf3 into bazelbuild:master Aug 30, 2022
dierksen pushed a commit to dierksen/rules_swift that referenced this pull request Sep 6, 2022
Adds the missing params to the objc_provider call due to changes in bazelbuild#868

Fixes bazelbuild#884
dierksen added a commit to dierksen/rules_swift that referenced this pull request Sep 6, 2022
* master:
  Update README with new URL (bazelbuild#893)
  Don't error if worker runfiles aren't present (bazelbuild#892)
  Supporting Swift 5.7 Bare Slash Regex Literal (bazelbuild#886)
  Use runfiles for `index-import` path (bazelbuild#889)
  Add additional outputs to the swift module in `SwiftInfo` (bazelbuild#888)
  Add missing swift_import params to objc_provider (bazelbuild#885)
  Fix typo in docs (bazelbuild#887)
  Update README with new URLs (bazelbuild#883)
  Add `apple.swizzle_absolute_xcttestsourcelocation` feature (bazelbuild#878)
  Require cacheable swiftmodules for -no-clang-module-breadcrumbs
  Update apple_support (bazelbuild#880)
  Add basic sanitizer support for swift_test (bazelbuild#877)
  Remove compatibility readme section
  Moves compile_outputs.symbol_graph_directory under all_derived_outputs
tymurmustafaiev pushed a commit to tymurmustafaiev/rules_swift that referenced this pull request Jul 19, 2023
Adds the missing params to the objc_provider call due to changes in bazelbuild#868

Fixes bazelbuild#884
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

swift_import fails with "new_objc_provider() missing 2 required keyword-only arguments: is_test, swift_toolchain"

3 participants