diff --git a/Package.swift b/Package.swift
index f64b7b5f25eb3442ff1ad74c4bfceaa139b89d10..e6a05756e26948bf4a7f037b5eabcd84ac605ab7 100644
--- a/Package.swift
+++ b/Package.swift
@@ -71,7 +71,8 @@ let package = Package(
         .package(url: "https://git.xx.network/elixxir/client-ios-db.git", .upToNextMajor(from: "1.0.5")),
         .package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "8.10.0")),
         .package(url: "https://github.com/darrarski/Shout.git", revision: "df5a662293f0ac15eeb4f2fd3ffd0c07b73d0de0"),
-        .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git",.upToNextMajor(from: "0.32.0"))
+        .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git",.upToNextMajor(from: "0.32.0")),
+        .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", .upToNextMajor(from: "0.5.0")),
     ],
     targets: [
         .target(
@@ -872,6 +873,7 @@ let package = Package(
                 name: "CollectionViewTests",
                 dependencies: [
                     .target(name: "CollectionView"),
+                    .product(name: "CustomDump", package: "swift-custom-dump"),
                 ]
             ),
     ]
diff --git a/client-ios.xcworkspace/xcshareddata/swiftpm/Package.resolved b/client-ios.xcworkspace/xcshareddata/swiftpm/Package.resolved
index 102be628eff74bf62db32030a74c7eed314ba3f3..46e0e29106d8d007d5617395672f6faac3484c1e 100644
--- a/client-ios.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ b/client-ios.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -328,8 +328,8 @@
       "kind" : "remoteSourceControl",
       "location" : "https://github.com/pointfreeco/swift-custom-dump",
       "state" : {
-        "revision" : "51698ece74ecf31959d3fa81733f0a5363ef1b4e",
-        "version" : "0.3.0"
+        "revision" : "21ec1d717c07cea5a026979cb0471dd95c7087e7",
+        "version" : "0.5.0"
       }
     },
     {