Sources/SwiftDocC/Infrastructure/DocumentationContext.swift (6 lines): - line 890: let source: TopicGraph.Node.ContentLocation // TODO: use a list of URLs for the files in a unified graph - line 1102: // FIXME: Update with new SymbolKit API once available. - line 1400: // TODO: When the symbol graph includes the precise identifiers for conditional availability, those symbols should also be resolved (rdar://63768609). - line 1471: // TODO: Move this functionality to ``DocumentationBundleFileTypes`` (rdar://68156425). - line 1814: // TODO: Calling `mergeExternalEntities` below ensures we have resolved all external entities during before we finish building the context. - line 2079: // TODO: We should not mutate the context during rendering and this method is called from `RenderNodeTranslator` Sources/SwiftDocC/Model/Rendering/RenderNodeTranslator.swift (1 line): - line 903: FIXME: We shouldn't be doing this kind of crawling here. Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift (1 line): - line 35: name: .long, // TODO: `.customLong("level", withSingleDash: true)` doesn't work with `swift run docc …` Sources/SwiftDocC/Model/Rendering/DocumentationContentRenderer.swift (1 line): - line 110: // TODO: Use DateComponentsFormatter once it's available on Linux (rdar://59787899) and Sources/SwiftDocC/Infrastructure/Bundle Assets/DataAssetManager.swift (1 line): - line 199: // FIXME: If we can't find a variant that matches the given trait collection exactly, Sources/SwiftDocC/Infrastructure/Symbol Graph/SymbolReference.swift (1 line): - line 179: // FIXME: Replace with new SymbolKit API once available. Sources/SwiftDocCTestUtilities/FilesAndFolders.swift (1 line): - line 127: // TODO: Replace this with PropertListEncoder (see below) when it's available in swift-corelibs-foundation Sources/SwiftDocCUtilities/Action/Actions/PreviewAction.swift (1 line): - line 138: // TODO: This never did output human readable string; rdar://74324255 Sources/SwiftDocCUtilities/Action/Actions/Convert/ConvertFileWritingConsumer.swift (1 line): - line 67: // TODO: Supporting a single bundle for the moment. Sources/SwiftDocC/Semantics/ReferenceResolver.swift (1 line): - line 65: // FIXME: Provide near-miss suggestion here. The user is likely to make mistakes with capitalization because of character input. Sources/SwiftDocC/Infrastructure/Extensions/SymbolGraph.Symbol.Location+URL.swift (1 line): - line 17: // FIXME: Use URL.init(dataRepresentation:relativeTo:) because the URI provided in the symbol graph file may be Sources/SwiftDocC/Semantics/MarkupReferenceResolver.swift (1 line): - line 67: // FIXME: Provide near-miss suggestion here. The user is likely to make mistakes with capitalization because of character input (rdar://59660520). Sources/SwiftDocC/Infrastructure/Topic Graph/TopicGraph.swift (1 line): - line 34: // TODO: make this take multiple URLs? Sources/SwiftDocC/Model/Rendering/Tutorial/LineHighlighter.swift (1 line): - line 118: // TODO: Collect intra-line diffs. Sources/SwiftDocC/Utility/FoundationExtensions/URL+LosslessStringStringConvertible.swift (1 line): - line 13: // TODO: This extension should be removed as soon as is possible without breaking dependencies (73223789) Sources/SwiftDocC/Servers/DocumentationSchemeHandler.swift (1 line): - line 98: // TODO: add handler for a stop