Skip to content

Commit

Permalink
Make sure swift_import propagates the .swiftinterface file in its…
Browse files Browse the repository at this point in the history
… `SwiftInfo` if it's given one as an input

PiperOrigin-RevId: 618250957
(cherry picked from commit 6d61c03)
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
allevato authored and brentleyjones committed Oct 14, 2024
1 parent cf9039b commit 5011b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift/swift_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def _swift_import_impl(ctx):
),
swift = create_swift_module_inputs(
swiftdoc = swiftdoc,
swiftinterface = swiftinterface,
swiftmodule = swiftmodule,
),
)
Expand Down

0 comments on commit 5011b48

Please sign in to comment.