File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
linux_5_9_enabled : false
15
15
linux_5_10_enabled : false
16
16
linux_6_0_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
17
- linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
17
+ linux_nightly_6_1_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
18
18
linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
19
19
20
20
benchmarks :
Original file line number Diff line number Diff line change 23
23
linux_5_9_enabled : false
24
24
linux_5_10_enabled : false
25
25
linux_6_0_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
26
- linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
26
+ linux_nightly_6_1_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
27
27
linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
28
28
29
29
construct-examples-matrix :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ let package = Package(
22
22
platforms: [ . macOS( " 15.0 " ) ] ,
23
23
dependencies: [
24
24
. package ( url: " https://github.com/grpc/grpc-swift.git " , exact: " 2.0.0-rc.1 " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact: " 2 .0.0-rc.1" ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact: " 1 .0.0-rc.1" ) ,
26
26
. package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , exact: " 1.0.0-rc.1 " ) ,
27
27
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.5.0 " ) ,
28
28
] ,
You can’t perform that action at this time.
0 commit comments