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 6a59d6b commit 55f114aCopy full SHA for 55f114a
Sources/Frontend/Formatters/OutputFormatter.swift
@@ -47,7 +47,7 @@ extension OutputFormatter {
47
($0.location, "Protocol '\(name)' conformance is redundant")
48
}
49
case let .redundantPublicAccessibility(modules):
50
- let modulesJoined = modules.joined(separator: ", ")
+ let modulesJoined = modules.sorted().joined(separator: ", ")
51
description += " is declared public, but not used outside of \(modulesJoined)"
52
53
} else {
0 commit comments