Skip to content

Commit 61d5cdc

Browse files
committed
Swift: update Swift package to 5.7
1 parent f3cc6ae commit 61d5cdc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

misc/bazel/workspace.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
33

4-
_swift_prebuilt_version = "swift-5.6-RELEASE.42271.54"
4+
_swift_prebuilt_version = "swift-5.7-RELEASE.43809.66"
55
_swift_sha_map = {
6-
"linux": "92b26fbbc45f812b0581385cc81470ab636fed9cff460052aa2173de765ddef4",
7-
"macos-x86_64": "b24f609c7868c1709e1e552e3b394664014e6a7f1e097522db80deb359bbcd2f",
6+
"linux": "8c6480ed4b38bf46d2e55a97f08c38ae183bfeb68649f98193b7540b04428741",
7+
"macos-x86_64": "ab103774b384a7f3f01c0d876699cae6afafe6cf2ee458b77b9aac6e08e4ca4d",
88
}
99

1010
_swift_arch_map = {

swift/tools/prebuilt/BUILD.swift-prebuilt.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cc_library(
1212
"libCodeQLSwiftFrontendTool.dylib",
1313
],
1414
}),
15-
hdrs = glob(["include/**/*"]),
15+
hdrs = glob(["include/**/*", "stdlib/**/*" ]),
1616
linkopts = [
1717
"-lm",
1818
"-lz",
@@ -25,7 +25,7 @@ cc_library(
2525
],
2626
"//conditions:default": [],
2727
}),
28-
strip_include_prefix = "include",
28+
includes = [ "include" ],
2929
visibility = ["//visibility:public"],
3030
)
3131

0 commit comments

Comments
 (0)