We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ed78f commit d6a8ba3Copy full SHA for d6a8ba3
Sources/Basic/Path.swift
@@ -361,9 +361,7 @@ extension RelativePath: CustomStringConvertible {
361
/// AbsolutePath and RelativePath struct, but PathImpl helps mitigate it. From
362
/// a type safety perspective, absolute paths and relative paths are genuinely
363
/// different.
364
-// FIXME: This is internal due to this bug: https://bugs.swift.org/browse/SR-3009
365
-// but otherwise should be private.
366
-struct PathImpl: Hashable {
+private struct PathImpl: Hashable {
367
/// Normalized string of the (absolute or relative) path. Never empty.
368
fileprivate let string: String
369
0 commit comments