Skip to content

Commit b60b129

Browse files
authored
Point updated packages to swiftlang organization (#3234)
* Point updated packages to swiftlang organization * bump * wip * wip
1 parent 2cf45f3 commit b60b129

File tree

5 files changed

+62
-62
lines changed

5 files changed

+62
-62
lines changed

.github/package.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ let package = Package(
2020
dependencies: [
2121
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2222
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
23-
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0"),
2423
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
2524
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
2625
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.3.0"),
@@ -32,6 +31,7 @@ let package = Package(
3231
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.1.7"),
3332
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.1.0"),
3433
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"),
34+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
3535
],
3636
targets: [
3737
.target(

Tests/ComposableArchitectureTests/ReducerBuilderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private struct ForEachExample {
196196
}
197197

198198
enum Action {
199-
case value(IdentifiedAction<Element.ID, Never>)
199+
case value(IdentifiedAction<Int, Never>)
200200
}
201201

202202
var body: some ReducerOf<Self> {

0 commit comments

Comments
 (0)