We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91c628 commit 8bec690Copy full SHA for 8bec690
swiftpkg/internal/clang_files.bzl
@@ -250,7 +250,7 @@ def _collect_files(
250
251
modulemap = None
252
modulemap_orig_path = None
253
- for orig_path in all_srcs:
+ for orig_path in depset(all_srcs).to_list():
254
path = _relativize(orig_path, relative_to)
255
_root, ext = paths.split_extension(path)
256
if lists.contains(_HEADER_EXTS, ext):
0 commit comments