Skip to content

Commit 17f434f

Browse files
authored
1 parent b8b976b commit 17f434f

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module(
2+
name = "sourcekitten",
3+
version = "0.37.0",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)
8+
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
9+
bazel_dep(name = "rules_swift", version = "2.0.0", repo_name = "build_bazel_rules_swift")
10+
bazel_dep(name = "swift_argument_parser", version = "1.3.1.1", repo_name = "sourcekitten_com_github_apple_swift_argument_parser")
11+
bazel_dep(name = "swxmlhash", version = "7.0.2.1", repo_name = "sourcekitten_com_github_drmohundro_SWXMLHash")
12+
bazel_dep(name = "yams", version = "5.1.3", repo_name = "sourcekitten_com_github_jpsim_yams")
13+
bazel_dep(name = "rules_cc", version = "0.0.2")
14+
15+
apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
16+
use_repo(apple_cc_configure, "local_config_apple_cc")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
tasks:
2+
verify_targets:
3+
name: Verify build targets
4+
platform: macos
5+
bazel: 7.x
6+
build_targets:
7+
- "@sourcekitten//:sourcekitten"
8+
build_flags:
9+
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/jpsim/SourceKitten/archive/refs/tags/0.37.0.tar.gz",
3+
"integrity": "sha256-/J9N5dH9ZKYTtL2Sqw/TxDh/3RT4zjUl/lFZpDQ/uas=",
4+
"strip_prefix": "SourceKitten-0.37.0"
5+
}

modules/sourcekitten/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"0.34.0",
2020
"0.34.1",
2121
"0.35.0",
22-
"0.36.0"
22+
"0.36.0",
23+
"0.37.0"
2324
],
2425
"yanked_versions": {}
2526
}

0 commit comments

Comments
 (0)