Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8bb4c6a

Browse files
authored
Update SwiftSyntax to version 509.1.1 (realm#5458)
1 parentf0c1780 commit8bb4c6a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎.bazelrc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
1111
build --macos_minimum_os=13.5 --host_macos_minimum_os=13.5
1212
build --disk_cache=~/.bazel_cache
1313
build --experimental_remote_cache_compression
14-
build --experimental_remote_build_event_upload=minimal
14+
build --remote_build_event_upload=minimal
1515
build --nolegacy_important_outputs
1616
build --swiftcopt=-warnings-as-errors
1717

‎.bazelversion‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.0
1+
7.0.0

‎MODULE.bazel‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_a
99
bazel_dep(name="bazel_skylib",version="1.5.0")
1010
bazel_dep(name="platforms",version="0.0.8")
1111
bazel_dep(name="rules_apple",version="3.1.1",repo_name="build_bazel_rules_apple")
12-
bazel_dep(name="rules_swift",version="1.13.0",repo_name="build_bazel_rules_swift")
12+
bazel_dep(name="rules_swift",version="1.16.0",repo_name="build_bazel_rules_swift")
1313
bazel_dep(name="sourcekitten",version="0.34.1",repo_name="com_github_jpsim_sourcekitten")
14-
bazel_dep(name="swift-syntax",version="509.0.2",repo_name="SwiftSyntax")
14+
bazel_dep(name="swift-syntax",version="509.1.1",repo_name="SwiftSyntax")
1515
bazel_dep(name="swift_argument_parser",version="1.2.1",repo_name="sourcekitten_com_github_apple_swift_argument_parser")
1616
bazel_dep(name="yams",version="5.0.6",repo_name="sourcekitten_com_github_jpsim_yams")
1717

‎Package.resolved‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Package.swift‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let swiftFeatures: [SwiftSetting] = [
99
letswiftLintPluginDependencies:[Target.Dependency]
1010
#if os(macOS)
1111
swiftLintPluginDependencies=[.target(name:"SwiftLintBinary")]
12-
#else
12+
#else
1313
swiftLintPluginDependencies=[.target(name:"swiftlint")]
1414
#endif
1515

@@ -23,7 +23,7 @@ let package = Package(
2323
],
2424
dependencies:[
2525
.package(url:"https://github.com/apple/swift-argument-parser.git",.upToNextMinor(from:"1.2.1")),
26-
.package(url:"https://github.com/apple/swift-syntax.git", exact:"509.0.2"),
26+
.package(url:"https://github.com/apple/swift-syntax.git", exact:"509.1.1"),
2727
.package(url:"https://github.com/jpsim/SourceKitten.git",.upToNextMinor(from:"0.34.1")),
2828
.package(url:"https://github.com/jpsim/Yams.git", from:"5.0.6"),
2929
.package(url:"https://github.com/scottrhoyt/SwiftyTextTable.git", from:"0.9.0"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp