Skip to content

Commit 90d471b

Browse files
committed
Swift: upgrade to Swift 5.7.1
1 parent d53d275 commit 90d471b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

misc/bazel/workspace.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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.7-RELEASE.43809.66"
4+
_swift_prebuilt_version = "swift-5.7.1-RELEASE.44356.85"
55
_swift_sha_map = {
6-
"linux": "8c6480ed4b38bf46d2e55a97f08c38ae183bfeb68649f98193b7540b04428741",
7-
"macos-x86_64": "ab103774b384a7f3f01c0d876699cae6afafe6cf2ee458b77b9aac6e08e4ca4d",
6+
"Linux-X64": "c9f17e13cac89f097aaaa65b1bc32aac566c8e4f3b68fc18e970cc3ee31f4913",
7+
"macOS-X64": "638ac0552e9e1ccee9e276525d1ea9454256feec20bc778efa8856fd6e506987",
88
}
99

1010
_swift_arch_map = {
11-
"linux": "linux",
12-
"macos-x86_64": "darwin_x86_64",
11+
"Linux-X64": "linux",
12+
"macOS-X64": "darwin_x86_64",
1313
}
1414

1515
def codeql_workspace(repository_name = "codeql"):
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
| file://:0:0:0:0 | Foo | 0 | file://:0:0:0:0 | Swift |
2-
| file://:0:0:0:0 | Foo | 1 | file://:0:0:0:0 | _Concurrency |
3-
| file://:0:0:0:0 | Foo | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
2+
| file://:0:0:0:0 | Foo | 1 | file://:0:0:0:0 | _StringProcessing |
3+
| file://:0:0:0:0 | Foo | 2 | file://:0:0:0:0 | _Concurrency |
4+
| file://:0:0:0:0 | Foo | 3 | file://:0:0:0:0 | SwiftOnoneSupport |
45
| file://:0:0:0:0 | __ObjC | 0 | file://:0:0:0:0 | Swift |
56
| file://:0:0:0:0 | default_module_name | 0 | file://:0:0:0:0 | Swift |
6-
| file://:0:0:0:0 | default_module_name | 1 | file://:0:0:0:0 | _Concurrency |
7-
| file://:0:0:0:0 | default_module_name | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
7+
| file://:0:0:0:0 | default_module_name | 1 | file://:0:0:0:0 | _StringProcessing |
8+
| file://:0:0:0:0 | default_module_name | 2 | file://:0:0:0:0 | _Concurrency |
9+
| file://:0:0:0:0 | default_module_name | 3 | file://:0:0:0:0 | SwiftOnoneSupport |

0 commit comments

Comments
 (0)