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 d8aeeaf commit d3c2d04Copy full SHA for d3c2d04
Sources/DocCDocumentation/BuildSystemIntegrationExtensions.swift
@@ -63,7 +63,7 @@ package extension BuildSystemManager {
63
return nil
64
}
65
return sourceItem.uri.fileURL
66
- }.sorted(by: { $0.absoluteString >= $1.absoluteString })
+ }.sorted(by: { $0.absoluteString < $1.absoluteString })
67
if catalogURLs.count > 1 {
68
logger.error("Multiple SwiftDocC catalogs found in build target \(target.uri)")
69
0 commit comments