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 f9e6421 commit 11dbdccCopy full SHA for 11dbdcc
swiftpkg/internal/build_files.bzl
@@ -65,6 +65,7 @@ def _write(repository_ctx, build_file, path):
65
bld_file_path,
66
content = scg.to_starlark(build_file),
67
executable = False,
68
+ legacy_utf8 = False,
69
)
70
71
build_files = struct(
0 commit comments