Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/jpsim/SourceKitten/releases/tag/0.36.0

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

---------

Co-authored-by: JP Simard <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and jpsim authored Jul 29, 2024
1 parent c4d451d commit 778a559
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/sourcekitten/0.36.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module(
name = "sourcekitten",
version = "0.36.0",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "rules_swift", version = "2.0.0", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "swift_argument_parser", version = "1.3.1.1", repo_name = "sourcekitten_com_github_apple_swift_argument_parser")
bazel_dep(name = "swxmlhash", version = "7.0.2.1", repo_name = "sourcekitten_com_github_drmohundro_SWXMLHash")
bazel_dep(name = "yams", version = "5.1.3", repo_name = "sourcekitten_com_github_jpsim_yams")
bazel_dep(name = "rules_cc", version = "0.0.2")

apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
use_repo(apple_cc_configure, "local_config_apple_cc")
9 changes: 9 additions & 0 deletions modules/sourcekitten/0.36.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
verify_targets:
name: Verify build targets
platform: macos
bazel: 7.x
build_targets:
- '@sourcekitten//:sourcekitten'
build_flags:
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"
5 changes: 5 additions & 0 deletions modules/sourcekitten/0.36.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/jpsim/SourceKitten/releases/download/0.36.0/SourceKitten-0.36.0.tar.gz",
"integrity": "sha256-ky4F7jgNgBGJURrt1gbpwVPnbXd0qzQYXMBGwhftX8M=",
"strip_prefix": "SourceKitten-0.36.0"
}
3 changes: 2 additions & 1 deletion modules/sourcekitten/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"versions": [
"0.34.0",
"0.34.1",
"0.35.0"
"0.35.0",
"0.36.0"
],
"yanked_versions": {}
}

0 comments on commit 778a559

Please sign in to comment.