diff --git a/Package.resolved b/Package.resolved index e1d59a6..1e26262 100644 --- a/Package.resolved +++ b/Package.resolved @@ -12,10 +12,10 @@ { "identity" : "swift-case-paths", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-case-paths", + "location" : "https://github.com/pointfreeco/swift-case-paths.git", "state" : { - "revision" : "41b89b8b68d8c56c622dbb7132258f1a3e638b25", - "version" : "1.7.0" + "branch" : "main", + "revision" : "9810c8d6c2914de251e072312f01d3bf80071852" } }, { diff --git a/Package.swift b/Package.swift index 29dde17..7ba3ef0 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( ), ], dependencies: [ -// .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.8.0"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.20.2"), .package(url: "https://github.com/pointfreeco/swift-case-paths.git", branch: "main") ], targets: [ diff --git a/yana.xcodeproj/project.pbxproj b/yana.xcodeproj/project.pbxproj index 1de99c3..08ee6d1 100644 --- a/yana.xcodeproj/project.pbxproj +++ b/yana.xcodeproj/project.pbxproj @@ -399,6 +399,7 @@ SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 6.0; }; name = Debug; }; @@ -456,6 +457,7 @@ MTL_FAST_MATH = YES; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_VERSION = 6.0; VALIDATE_PRODUCT = YES; }; name = Release; diff --git a/yana.xcworkspace/xcshareddata/swiftpm/Package.resolved b/yana.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1a9b7e4..0411924 100644 --- a/yana.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/yana.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -123,8 +123,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "39de59b2d47f7ef3ca88a039dff3084688fe27f4", - "version" : "1.5.2" + "revision" : "23e3442166b5122f73f9e3e622cd1e4bafeab3b7", + "version" : "1.6.0" } } ],