From 4959aa07aacf1c219c20fbda13b29885ea665953 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 27 Feb 2023 09:21:59 -0800 Subject: [PATCH] wip --- Sources/ComposableArchitecture/Internal/NavigationID.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ComposableArchitecture/Internal/NavigationID.swift b/Sources/ComposableArchitecture/Internal/NavigationID.swift index e8a1ba8624fc..f92b7970f658 100644 --- a/Sources/ComposableArchitecture/Internal/NavigationID.swift +++ b/Sources/ComposableArchitecture/Internal/NavigationID.swift @@ -15,7 +15,7 @@ private enum NavigationIDKey: DependencyKey { @usableFromInline struct NavigationID: Hashable, Identifiable, Sendable { - var path: [AnyHashableSendable] = [] + fileprivate var path: [AnyHashableSendable] = [] @usableFromInline var id: Self { self }