The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftDocC, reference main (c7660b), with Swift 6.1 for macOS (SPM) on 26 Jun 2025 11:14:29 UTC.

Swift 6 data race errors: 299

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |         // If the user-provided a URL for an external link resolver, attempt to
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
[1060/1087] Compiling SwiftDocCUtilities InitAction+CommandInitialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:23:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 21 |         let outOfProcessResolver: OutOfProcessReferenceResolver?
 22 |
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:24:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:25:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:26:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
 28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:27:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |         // If the user-provided a URL for an external link resolver, attempt to
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
[1061/1087] Compiling SwiftDocCUtilities PreviewAction+CommandInitialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:23:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 21 |         let outOfProcessResolver: OutOfProcessReferenceResolver?
 22 |
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:24:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:25:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:26:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
 28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:27:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |         // If the user-provided a URL for an external link resolver, attempt to
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
[1062/1087] Compiling SwiftDocCUtilities TransformForStaticHostingAction+CommandInitialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:23:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 21 |         let outOfProcessResolver: OutOfProcessReferenceResolver?
 22 |
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:24:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:25:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 23 |         FeatureFlags.current.isExperimentalDeviceFrameSupportEnabled = convert.enableExperimentalDeviceFrameSupport
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:26:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 24 |         FeatureFlags.current.isExperimentalLinkHierarchySerializationEnabled = convert.enableExperimentalLinkHierarchySerialization
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
 28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift:27:22: warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 25 |         FeatureFlags.current.isExperimentalOverloadedSymbolPresentationEnabled = convert.enableExperimentalOverloadedSymbolPresentation
 26 |         FeatureFlags.current.isMentionedInEnabled = convert.enableMentionedIn
 27 |         FeatureFlags.current.isParametersAndReturnsValidationEnabled = convert.enableParametersAndReturnsValidation
    |                      `- warning: reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |         // If the user-provided a URL for an external link resolver, attempt to
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Utility/FeatureFlags.swift:15:23: note: static property declared here
13 |     /// The current feature flags that Swift-DocC uses to conditionally enable
14 |     /// (usually experimental) behavior in Swift-DocC.
15 |     public static var current = FeatureFlags()
   |                       `- note: static property declared here
16 |
17 |     /// Whether or not experimental support for device frames on images and video is enabled.
[1063/1087] Compiling SwiftDocCUtilities URLArgumentValidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:21:28: warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
16 | ///
17 | /// These options are used by the ``Docc/Convert`` subcommand.
18 | public struct DocumentationCoverageOptionsArgument: ParsableArguments {
   |               `- note: consider making struct 'DocumentationCoverageOptionsArgument' conform to the 'Sendable' protocol
19 |     public init() {}
20 |
21 |     fileprivate static let noCoverage = DocumentationCoverageOptionsArgument()
   |                            |- warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'noCoverage' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     // The way the '--experimental-documentation-coverage' flag and the '--coverage-summary-level' option work together
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:87:21: warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 |     public init(from arguments: DocumentationCoverageOptionsArgument) {
86 |         guard arguments.experimentalDocumentationCoverage else {
87 |             self = .noCoverage
   |                     `- warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 |             return
89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Coverage/DocumentationCoverageOptions.swift:30:23: note: static property declared here
 28 |
 29 |     /// An instance configured to represent the choice not to produce any documentation coverage artifacts or output.
 30 |     public static var noCoverage: DocumentationCoverageOptions = DocumentationCoverageOptions(
    |                       `- note: static property declared here
 31 |         level: .none,
 32 |         kindFilterOptions: [])
[1064/1087] Compiling SwiftDocCUtilities DirectoryPathOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:21:28: warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
16 | ///
17 | /// These options are used by the ``Docc/Convert`` subcommand.
18 | public struct DocumentationCoverageOptionsArgument: ParsableArguments {
   |               `- note: consider making struct 'DocumentationCoverageOptionsArgument' conform to the 'Sendable' protocol
19 |     public init() {}
20 |
21 |     fileprivate static let noCoverage = DocumentationCoverageOptionsArgument()
   |                            |- warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'noCoverage' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     // The way the '--experimental-documentation-coverage' flag and the '--coverage-summary-level' option work together
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:87:21: warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 |     public init(from arguments: DocumentationCoverageOptionsArgument) {
86 |         guard arguments.experimentalDocumentationCoverage else {
87 |             self = .noCoverage
   |                     `- warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 |             return
89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Coverage/DocumentationCoverageOptions.swift:30:23: note: static property declared here
 28 |
 29 |     /// An instance configured to represent the choice not to produce any documentation coverage artifacts or output.
 30 |     public static var noCoverage: DocumentationCoverageOptions = DocumentationCoverageOptions(
    |                       `- note: static property declared here
 31 |         level: .none,
 32 |         kindFilterOptions: [])
[1065/1087] Compiling SwiftDocCUtilities DocumentationArchiveOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:21:28: warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
16 | ///
17 | /// These options are used by the ``Docc/Convert`` subcommand.
18 | public struct DocumentationCoverageOptionsArgument: ParsableArguments {
   |               `- note: consider making struct 'DocumentationCoverageOptionsArgument' conform to the 'Sendable' protocol
19 |     public init() {}
20 |
21 |     fileprivate static let noCoverage = DocumentationCoverageOptionsArgument()
   |                            |- warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'noCoverage' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     // The way the '--experimental-documentation-coverage' flag and the '--coverage-summary-level' option work together
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:87:21: warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 |     public init(from arguments: DocumentationCoverageOptionsArgument) {
86 |         guard arguments.experimentalDocumentationCoverage else {
87 |             self = .noCoverage
   |                     `- warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 |             return
89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Coverage/DocumentationCoverageOptions.swift:30:23: note: static property declared here
 28 |
 29 |     /// An instance configured to represent the choice not to produce any documentation coverage artifacts or output.
 30 |     public static var noCoverage: DocumentationCoverageOptions = DocumentationCoverageOptions(
    |                       `- note: static property declared here
 31 |         level: .none,
 32 |         kindFilterOptions: [])
[1066/1087] Compiling SwiftDocCUtilities DocumentationBundleOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:21:28: warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
16 | ///
17 | /// These options are used by the ``Docc/Convert`` subcommand.
18 | public struct DocumentationCoverageOptionsArgument: ParsableArguments {
   |               `- note: consider making struct 'DocumentationCoverageOptionsArgument' conform to the 'Sendable' protocol
19 |     public init() {}
20 |
21 |     fileprivate static let noCoverage = DocumentationCoverageOptionsArgument()
   |                            |- warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'noCoverage' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     // The way the '--experimental-documentation-coverage' flag and the '--coverage-summary-level' option work together
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:87:21: warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 |     public init(from arguments: DocumentationCoverageOptionsArgument) {
86 |         guard arguments.experimentalDocumentationCoverage else {
87 |             self = .noCoverage
   |                     `- warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 |             return
89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Coverage/DocumentationCoverageOptions.swift:30:23: note: static property declared here
 28 |
 29 |     /// An instance configured to represent the choice not to produce any documentation coverage artifacts or output.
 30 |     public static var noCoverage: DocumentationCoverageOptions = DocumentationCoverageOptions(
    |                       `- note: static property declared here
 31 |         level: .none,
 32 |         kindFilterOptions: [])
[1067/1087] Compiling SwiftDocCUtilities DocumentationCoverageOptionsArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:21:28: warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
16 | ///
17 | /// These options are used by the ``Docc/Convert`` subcommand.
18 | public struct DocumentationCoverageOptionsArgument: ParsableArguments {
   |               `- note: consider making struct 'DocumentationCoverageOptionsArgument' conform to the 'Sendable' protocol
19 |     public init() {}
20 |
21 |     fileprivate static let noCoverage = DocumentationCoverageOptionsArgument()
   |                            |- warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'noCoverage' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     // The way the '--experimental-documentation-coverage' flag and the '--coverage-summary-level' option work together
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:87:21: warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 |     public init(from arguments: DocumentationCoverageOptionsArgument) {
86 |         guard arguments.experimentalDocumentationCoverage else {
87 |             self = .noCoverage
   |                     `- warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 |             return
89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Coverage/DocumentationCoverageOptions.swift:30:23: note: static property declared here
 28 |
 29 |     /// An instance configured to represent the choice not to produce any documentation coverage artifacts or output.
 30 |     public static var noCoverage: DocumentationCoverageOptions = DocumentationCoverageOptions(
    |                       `- note: static property declared here
 31 |         level: .none,
 32 |         kindFilterOptions: [])
[1068/1087] Compiling SwiftDocCUtilities InitOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:21:28: warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
16 | ///
17 | /// These options are used by the ``Docc/Convert`` subcommand.
18 | public struct DocumentationCoverageOptionsArgument: ParsableArguments {
   |               `- note: consider making struct 'DocumentationCoverageOptionsArgument' conform to the 'Sendable' protocol
19 |     public init() {}
20 |
21 |     fileprivate static let noCoverage = DocumentationCoverageOptionsArgument()
   |                            |- warning: static property 'noCoverage' is not concurrency-safe because non-'Sendable' type 'DocumentationCoverageOptionsArgument' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'noCoverage' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     // The way the '--experimental-documentation-coverage' flag and the '--coverage-summary-level' option work together
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift:87:21: warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
85 |     public init(from arguments: DocumentationCoverageOptionsArgument) {
86 |         guard arguments.experimentalDocumentationCoverage else {
87 |             self = .noCoverage
   |                     `- warning: reference to static property 'noCoverage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
88 |             return
89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocC/Coverage/DocumentationCoverageOptions.swift:30:23: note: static property declared here
 28 |
 29 |     /// An instance configured to represent the choice not to produce any documentation coverage artifacts or output.
 30 |     public static var noCoverage: DocumentationCoverageOptions = DocumentationCoverageOptions(
    |                       `- note: static property declared here
 31 |         level: .none,
 32 |         kindFilterOptions: [])
[1069/1087] Compiling SwiftDocCUtilities OutOfProcessLinkResolverOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/TemplateOption.swift:30:16: warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |     /// The location of the docc executable that's running.
 29 |     /// This can be set to a known value for testing.
 30 |     static var doccExecutableLocation: URL = {
    |                |- warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'doccExecutableLocation' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'doccExecutableLocation' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         // We rely on Bundle.main.executableURL here which is a robust API
 32 |         // that should always return the current executable's URL, regardless of how it is invoked.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:26:20: warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         ///
 25 |         /// Provided as a static variable to allow for redirecting output in unit tests.
 26 |         static var _errorLogHandle: LogHandle = .standardError
    |                    |- warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_errorLogHandle' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_errorLogHandle' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:28:20: warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 26 |         static var _errorLogHandle: LogHandle = .standardError
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
    |                    |- warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_diagnosticFormattingOptions' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_diagnosticFormattingOptions' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |         public static var configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:30:27: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
 29 |
 30 |         public static var configuration = CommandConfiguration(
    |                           |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |             abstract: "Convert documentation markup, assets, and symbol information into a documentation archive.",
 32 |             usage: """
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/EmitGeneratedCuration.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |     struct EmitGeneratedCuration: AsyncParsableCommand {
 17 |
 18 |         static var configuration = CommandConfiguration(
    |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |             commandName: "emit-generated-curation",
 20 |             abstract: "Write documentation extension files with markdown representations of DocC's automatic curation.",
[1070/1087] Compiling SwiftDocCUtilities PreviewOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/TemplateOption.swift:30:16: warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |     /// The location of the docc executable that's running.
 29 |     /// This can be set to a known value for testing.
 30 |     static var doccExecutableLocation: URL = {
    |                |- warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'doccExecutableLocation' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'doccExecutableLocation' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         // We rely on Bundle.main.executableURL here which is a robust API
 32 |         // that should always return the current executable's URL, regardless of how it is invoked.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:26:20: warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         ///
 25 |         /// Provided as a static variable to allow for redirecting output in unit tests.
 26 |         static var _errorLogHandle: LogHandle = .standardError
    |                    |- warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_errorLogHandle' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_errorLogHandle' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:28:20: warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 26 |         static var _errorLogHandle: LogHandle = .standardError
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
    |                    |- warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_diagnosticFormattingOptions' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_diagnosticFormattingOptions' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |         public static var configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:30:27: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
 29 |
 30 |         public static var configuration = CommandConfiguration(
    |                           |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |             abstract: "Convert documentation markup, assets, and symbol information into a documentation archive.",
 32 |             usage: """
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/EmitGeneratedCuration.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |     struct EmitGeneratedCuration: AsyncParsableCommand {
 17 |
 18 |         static var configuration = CommandConfiguration(
    |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |             commandName: "emit-generated-curation",
 20 |             abstract: "Write documentation extension files with markdown representations of DocC's automatic curation.",
[1071/1087] Compiling SwiftDocCUtilities SourceRepositoryArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/TemplateOption.swift:30:16: warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |     /// The location of the docc executable that's running.
 29 |     /// This can be set to a known value for testing.
 30 |     static var doccExecutableLocation: URL = {
    |                |- warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'doccExecutableLocation' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'doccExecutableLocation' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         // We rely on Bundle.main.executableURL here which is a robust API
 32 |         // that should always return the current executable's URL, regardless of how it is invoked.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:26:20: warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         ///
 25 |         /// Provided as a static variable to allow for redirecting output in unit tests.
 26 |         static var _errorLogHandle: LogHandle = .standardError
    |                    |- warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_errorLogHandle' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_errorLogHandle' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:28:20: warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 26 |         static var _errorLogHandle: LogHandle = .standardError
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
    |                    |- warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_diagnosticFormattingOptions' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_diagnosticFormattingOptions' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |         public static var configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:30:27: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
 29 |
 30 |         public static var configuration = CommandConfiguration(
    |                           |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |             abstract: "Convert documentation markup, assets, and symbol information into a documentation archive.",
 32 |             usage: """
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/EmitGeneratedCuration.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |     struct EmitGeneratedCuration: AsyncParsableCommand {
 17 |
 18 |         static var configuration = CommandConfiguration(
    |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |             commandName: "emit-generated-curation",
 20 |             abstract: "Write documentation extension files with markdown representations of DocC's automatic curation.",
[1072/1087] Compiling SwiftDocCUtilities TemplateOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/TemplateOption.swift:30:16: warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |     /// The location of the docc executable that's running.
 29 |     /// This can be set to a known value for testing.
 30 |     static var doccExecutableLocation: URL = {
    |                |- warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'doccExecutableLocation' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'doccExecutableLocation' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         // We rely on Bundle.main.executableURL here which is a robust API
 32 |         // that should always return the current executable's URL, regardless of how it is invoked.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:26:20: warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         ///
 25 |         /// Provided as a static variable to allow for redirecting output in unit tests.
 26 |         static var _errorLogHandle: LogHandle = .standardError
    |                    |- warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_errorLogHandle' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_errorLogHandle' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:28:20: warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 26 |         static var _errorLogHandle: LogHandle = .standardError
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
    |                    |- warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_diagnosticFormattingOptions' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_diagnosticFormattingOptions' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |         public static var configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:30:27: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
 29 |
 30 |         public static var configuration = CommandConfiguration(
    |                           |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |             abstract: "Convert documentation markup, assets, and symbol information into a documentation archive.",
 32 |             usage: """
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/EmitGeneratedCuration.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |     struct EmitGeneratedCuration: AsyncParsableCommand {
 17 |
 18 |         static var configuration = CommandConfiguration(
    |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |             commandName: "emit-generated-curation",
 20 |             abstract: "Write documentation extension files with markdown representations of DocC's automatic curation.",
[1073/1087] Compiling SwiftDocCUtilities Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/TemplateOption.swift:30:16: warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |     /// The location of the docc executable that's running.
 29 |     /// This can be set to a known value for testing.
 30 |     static var doccExecutableLocation: URL = {
    |                |- warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'doccExecutableLocation' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'doccExecutableLocation' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         // We rely on Bundle.main.executableURL here which is a robust API
 32 |         // that should always return the current executable's URL, regardless of how it is invoked.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:26:20: warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         ///
 25 |         /// Provided as a static variable to allow for redirecting output in unit tests.
 26 |         static var _errorLogHandle: LogHandle = .standardError
    |                    |- warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_errorLogHandle' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_errorLogHandle' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:28:20: warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 26 |         static var _errorLogHandle: LogHandle = .standardError
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
    |                    |- warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_diagnosticFormattingOptions' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_diagnosticFormattingOptions' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |         public static var configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:30:27: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
 29 |
 30 |         public static var configuration = CommandConfiguration(
    |                           |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |             abstract: "Convert documentation markup, assets, and symbol information into a documentation archive.",
 32 |             usage: """
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/EmitGeneratedCuration.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |     struct EmitGeneratedCuration: AsyncParsableCommand {
 17 |
 18 |         static var configuration = CommandConfiguration(
    |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |             commandName: "emit-generated-curation",
 20 |             abstract: "Write documentation extension files with markdown representations of DocC's automatic curation.",
[1074/1087] Compiling SwiftDocCUtilities EmitGeneratedCuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Options/TemplateOption.swift:30:16: warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |     /// The location of the docc executable that's running.
 29 |     /// This can be set to a known value for testing.
 30 |     static var doccExecutableLocation: URL = {
    |                |- warning: static property 'doccExecutableLocation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'doccExecutableLocation' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'doccExecutableLocation' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         // We rely on Bundle.main.executableURL here which is a robust API
 32 |         // that should always return the current executable's URL, regardless of how it is invoked.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:26:20: warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |         ///
 25 |         /// Provided as a static variable to allow for redirecting output in unit tests.
 26 |         static var _errorLogHandle: LogHandle = .standardError
    |                    |- warning: static property '_errorLogHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_errorLogHandle' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_errorLogHandle' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:28:20: warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 26 |         static var _errorLogHandle: LogHandle = .standardError
 27 |
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
    |                    |- warning: static property '_diagnosticFormattingOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert '_diagnosticFormattingOptions' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property '_diagnosticFormattingOptions' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |         public static var configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift:30:27: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |         static var _diagnosticFormattingOptions: DiagnosticFormattingOptions = []
 29 |
 30 |         public static var configuration = CommandConfiguration(
    |                           |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |             abstract: "Convert documentation markup, assets, and symbol information into a documentation archive.",
 32 |             usage: """
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/EmitGeneratedCuration.swift:18:20: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |     struct EmitGeneratedCuration: AsyncParsableCommand {
 17 |
 18 |         static var configuration = CommandConfiguration(
    |                    |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |             commandName: "emit-generated-curation",
 20 |             abstract: "Write documentation extension files with markdown representations of DocC's automatic curation.",
[1074/1091] Linking generate-symbol-graph
[1076/1091] Compiling docc main.swift
[1077/1091] Emitting module docc
[1078/1091] Emitting module signal_test_app
[1079/1091] Compiling signal_test_app main.swift
[1079/1091] Applying generate-symbol-graph
[1080/1091] Write Objects.LinkFileList
[1082/1091] Linking signal-test-app
[1083/1091] Linking docc
[1084/1091] Applying signal-test-app
[1085/1091] Applying docc
[1087/1091] Compiling SwiftDocCTestUtilities XCTestCase+TemporaryDirectory.swift
[1088/1091] Compiling SwiftDocCTestUtilities SymbolGraphCreation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCTestUtilities/SymbolGraphCreation.swift:188:13: warning: let 'defaultSymbolPosition' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.LineList.SourceRange.Position' may have shared mutable state; this is an error in the Swift 6 language mode
186 | // MARK: Constants
187 |
188 | private let defaultSymbolPosition = SymbolGraph.LineList.SourceRange.Position(line: 11, character: 17) // an arbitrary non-zero start position
    |             `- warning: let 'defaultSymbolPosition' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.LineList.SourceRange.Position' may have shared mutable state; this is an error in the Swift 6 language mode
189 | private let defaultSymbolURL = URL(fileURLWithPath: "/Users/username/path/to/SomeFile.swift")
190 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/SymbolGraph/LineList/SourceRange/Position.swift:17:19: note: struct 'Position' does not conform to the 'Sendable' protocol
15 |      Represents a cursor position in text.
16 |      */
17 |     public struct Position: Equatable, Codable {
   |                   `- note: struct 'Position' does not conform to the 'Sendable' protocol
18 |         /**
19 |          The zero-based line number of a document.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCTestUtilities/SymbolGraphCreation.swift:14:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SymbolKit'
 12 | import Foundation
 13 | public import XCTest
 14 | package import SymbolKit
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SymbolKit'
 15 | package import SwiftDocC
 16 |
    :
186 | // MARK: Constants
187 |
188 | private let defaultSymbolPosition = SymbolGraph.LineList.SourceRange.Position(line: 11, character: 17) // an arbitrary non-zero start position
    |             |- note: add '@MainActor' to make let 'defaultSymbolPosition' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
189 | private let defaultSymbolURL = URL(fileURLWithPath: "/Users/username/path/to/SomeFile.swift")
190 |
[1089/1091] Compiling SwiftDocCTestUtilities TestFileSystem.swift
[1090/1091] Emitting module SwiftDocCTestUtilities
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCTestUtilities/SymbolGraphCreation.swift:188:13: warning: let 'defaultSymbolPosition' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.LineList.SourceRange.Position' may have shared mutable state; this is an error in the Swift 6 language mode
186 | // MARK: Constants
187 |
188 | private let defaultSymbolPosition = SymbolGraph.LineList.SourceRange.Position(line: 11, character: 17) // an arbitrary non-zero start position
    |             `- warning: let 'defaultSymbolPosition' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.LineList.SourceRange.Position' may have shared mutable state; this is an error in the Swift 6 language mode
189 | private let defaultSymbolURL = URL(fileURLWithPath: "/Users/username/path/to/SomeFile.swift")
190 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/SymbolGraph/LineList/SourceRange/Position.swift:17:19: note: struct 'Position' does not conform to the 'Sendable' protocol
15 |      Represents a cursor position in text.
16 |      */
17 |     public struct Position: Equatable, Codable {
   |                   `- note: struct 'Position' does not conform to the 'Sendable' protocol
18 |         /**
19 |          The zero-based line number of a document.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDocCTestUtilities/SymbolGraphCreation.swift:14:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SymbolKit'
 12 | import Foundation
 13 | public import XCTest
 14 | package import SymbolKit
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SymbolKit'
 15 | package import SwiftDocC
 16 |
    :
186 | // MARK: Constants
187 |
188 | private let defaultSymbolPosition = SymbolGraph.LineList.SourceRange.Position(line: 11, character: 17) // an arbitrary non-zero start position
    |             |- note: add '@MainActor' to make let 'defaultSymbolPosition' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
189 | private let defaultSymbolURL = URL(fileURLWithPath: "/Users/username/path/to/SomeFile.swift")
190 |
[1091/1091] Compiling SwiftDocCTestUtilities FilesAndFolders.swift
Build complete! (43.45s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.53.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown.git"
    },
    {
      "identity" : "swift-lmdb",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-lmdb.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-docc-symbolkit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-symbolkit.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "SwiftDocC",
  "name" : "SwiftDocC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftDocC",
      "targets" : [
        "SwiftDocC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "docc",
      "targets" : [
        "docc"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "signal-test-app",
      "targets" : [
        "signal-test-app"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "generate-symbol-graph",
      "targets" : [
        "generate-symbol-graph"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "signal_test_app",
      "module_type" : "SwiftTarget",
      "name" : "signal-test-app",
      "path" : "Tests/signal-test-app",
      "product_memberships" : [
        "signal-test-app"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDocCUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_symbol_graph",
      "module_type" : "SwiftTarget",
      "name" : "generate-symbol-graph",
      "path" : "Sources/generate-symbol-graph",
      "product_dependencies" : [
        "SymbolKit"
      ],
      "product_memberships" : [
        "generate-symbol-graph"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDocC"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "docc",
      "module_type" : "SwiftTarget",
      "name" : "docc",
      "path" : "Sources/docc",
      "product_memberships" : [
        "docc"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDocCUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftDocCUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocCUtilitiesTests",
      "path" : "Tests/SwiftDocCUtilitiesTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDocCUtilitiesTests/Test Bundles",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDocCUtilitiesTests/Test Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ArgumentParsing/ConvertSubcommandSourceRepositoryTests.swift",
        "ArgumentParsing/ConvertSubcommandTests.swift",
        "ArgumentParsing/DocumentationCoverageKindFilterOptionsTests.swift",
        "ArgumentParsing/ErrorMessageTests.swift",
        "ArgumentParsing/MergeSubcommandTests.swift",
        "ArgumentParsing/PreviewSubcommandTests.swift",
        "C+Extensions.swift",
        "ConvertActionIndexerTests.swift",
        "ConvertActionStaticHostableTests.swift",
        "ConvertActionTests.swift",
        "DirectoryMonitorTests.swift",
        "EmitGeneratedCurationsActionTests.swift",
        "FolderStructure.swift",
        "FolderStructureTests.swift",
        "HTMLTemplateDirectory.swift",
        "IndexActionTests.swift",
        "Init/InitActionTests.swift",
        "JSONEncodingRenderNodeWriterTests.swift",
        "MergeActionTests.swift",
        "OutOfProcessReferenceResolverTests.swift",
        "PlatformArgumentParserTests.swift",
        "PreviewActionIntegrationTests.swift",
        "PreviewServer/PreviewHTTPHandlerTests.swift",
        "PreviewServer/RequestHandler/DefaultRequestHandlerTests.swift",
        "PreviewServer/RequestHandler/ErrorRequestHandlerTests.swift",
        "PreviewServer/RequestHandler/FileRequestHandlerTests.swift",
        "PreviewServer/ServerTestUtils.swift",
        "ProblemTests.swift",
        "SemanticAnalyzerTests.swift",
        "ShadowFileManagerTemporaryDirectory.swift",
        "SignalTests.swift",
        "StaticHostableTransformerTests.swift",
        "StaticHostingBaseTest.swift",
        "ThrottleTests.swift",
        "TransformForStaticHostingActionTests.swift",
        "Utility/DirectedGraphTests.swift",
        "Utility/FileTests.swift",
        "Utility/LogHandleTests.swift",
        "Utility/Sequence+UniqueTests.swift",
        "Utility/TestFileSystemTests.swift",
        "Utility/URL+IsAbsoluteWebURLTests.swift",
        "Utility/URL+RelativeTests.swift",
        "Utility/XCTestCase+enableFeatureFlag.swift",
        "XCTestCase+LoadingData.swift"
      ],
      "target_dependencies" : [
        "SwiftDocCUtilities",
        "SwiftDocC",
        "SwiftDocCTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDocCUtilities",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocCUtilities",
      "path" : "Sources/SwiftDocCUtilities",
      "product_dependencies" : [
        "NIOHTTP1",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "docc",
        "signal-test-app"
      ],
      "sources" : [
        "Action/Action.swift",
        "Action/ActionResult.swift",
        "Action/Actions/Action+MoveOutput.swift",
        "Action/Actions/Convert/ConvertAction.swift",
        "Action/Actions/Convert/ConvertFileWritingConsumer.swift",
        "Action/Actions/Convert/CoverageDataEntry+generateSummary.swift",
        "Action/Actions/Convert/Indexer.swift",
        "Action/Actions/Convert/JSONEncodingRenderNodeWriter.swift",
        "Action/Actions/CoverageAction.swift",
        "Action/Actions/EmitGeneratedCurationAction.swift",
        "Action/Actions/IndexAction.swift",
        "Action/Actions/Init/CatalogTemplate.swift",
        "Action/Actions/Init/CatalogTemplateKind.swift",
        "Action/Actions/Init/InitAction.swift",
        "Action/Actions/Merge/MergeAction+SynthesizedLandingPage.swift",
        "Action/Actions/Merge/MergeAction.swift",
        "Action/Actions/PreviewAction.swift",
        "Action/Actions/TransformForStaticHostingAction.swift",
        "ArgumentParsing/ActionExtensions/Action+performAndHandleResult.swift",
        "ArgumentParsing/ActionExtensions/ConvertAction+CommandInitialization.swift",
        "ArgumentParsing/ActionExtensions/EmitGeneratedCurationAction+CommandInitialization.swift",
        "ArgumentParsing/ActionExtensions/IndexAction+CommandInitialization.swift",
        "ArgumentParsing/ActionExtensions/InitAction+CommandInitialization.swift",
        "ArgumentParsing/ActionExtensions/PreviewAction+CommandInitialization.swift",
        "ArgumentParsing/ActionExtensions/TransformForStaticHostingAction+CommandInitialization.swift",
        "ArgumentParsing/ArgumentValidation/URLArgumentValidator.swift",
        "ArgumentParsing/Options/DirectoryPathOption.swift",
        "ArgumentParsing/Options/DocumentationArchiveOption.swift",
        "ArgumentParsing/Options/DocumentationBundleOption.swift",
        "ArgumentParsing/Options/DocumentationCoverageOptionsArgument.swift",
        "ArgumentParsing/Options/InitOptions.swift",
        "ArgumentParsing/Options/OutOfProcessLinkResolverOption.swift",
        "ArgumentParsing/Options/PreviewOptions.swift",
        "ArgumentParsing/Options/Source Repository/SourceRepositoryArguments.swift",
        "ArgumentParsing/Options/TemplateOption.swift",
        "ArgumentParsing/Subcommands/Convert.swift",
        "ArgumentParsing/Subcommands/EmitGeneratedCuration.swift",
        "ArgumentParsing/Subcommands/Index.swift",
        "ArgumentParsing/Subcommands/Init.swift",
        "ArgumentParsing/Subcommands/Merge.swift",
        "ArgumentParsing/Subcommands/Preview.swift",
        "ArgumentParsing/Subcommands/ProcessArchive.swift",
        "ArgumentParsing/Subcommands/ProcessCatalog.swift",
        "ArgumentParsing/Subcommands/TransformForStaticHosting.swift",
        "Docc.swift",
        "PreviewServer/PreviewHTTPHandler.swift",
        "PreviewServer/PreviewServer.swift",
        "PreviewServer/RequestHandler/DefaultRequestHandler.swift",
        "PreviewServer/RequestHandler/ErrorRequestHandler.swift",
        "PreviewServer/RequestHandler/FileRequestHandler.swift",
        "PreviewServer/RequestHandler/HTTPResponseHead+FromRequest.swift",
        "PreviewServer/RequestHandler/RequestHandlerFactory.swift",
        "Transformers/StaticHostableTransformer.swift",
        "Utility/DirectoryMonitor.swift",
        "Utility/FoundationExtensions/Sequence+Unique.swift",
        "Utility/FoundationExtensions/String+Path.swift",
        "Utility/FoundationExtensions/URL+IsAbsoluteWebURL.swift",
        "Utility/FoundationExtensions/URL+Relative.swift",
        "Utility/PlatformArgumentParser.swift",
        "Utility/Signal.swift",
        "Utility/Throttle.swift"
      ],
      "target_dependencies" : [
        "SwiftDocC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDocCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocCTests",
      "path" : "Tests/SwiftDocCTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDocCTests/Converter/Converter Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDocCTests/Rendering/Rendering Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDocCTests/Test Bundles",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDocCTests/Test Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Benchmark/BenchmarkResultsTests.swift",
        "Benchmark/BenchmarkTests.swift",
        "Benchmark/DurationTests.swift",
        "Benchmark/ExternalTopicsHashTests.swift",
        "Benchmark/OutputSizeTests.swift",
        "Benchmark/TopicAnchorHashTests.swift",
        "Benchmark/TopicGraphHashTests.swift",
        "Catalog Processing/GeneratedCurationWriterTests.swift",
        "Checker/CheckerTests.swift",
        "Checker/Checkers/AbstractContainsFormattedTextOnlyTests.swift",
        "Checker/Checkers/DuplicateTopicsSectionsTests.swift",
        "Checker/Checkers/InvalidAdditionalTitleTests.swift",
        "Checker/Checkers/MissingAbstractTests.swift",
        "Checker/Checkers/NonInclusiveLanguageCheckerTests.swift",
        "Checker/Checkers/NonOverviewHeadingCheckerTests.swift",
        "Checker/Checkers/SeeAlsoInTopicsHeadingCheckerTests.swift",
        "Converter/DocumentationContextConverterTests.swift",
        "Converter/DocumentationConverterTests.swift",
        "Converter/ReferenceURLTests.swift",
        "Converter/RenderContextTests.swift",
        "Converter/RenderNodeCodableTests.swift",
        "Converter/RenderNodeTransformerTests.swift",
        "Converter/Rewriter/RenderNodeVariantOverridesApplierTests.swift",
        "Converter/TopicRenderReferenceEncoderTests.swift",
        "Coverage/CoverageDetailedOutputTests.swift",
        "Coverage/CoverageSummaryTests.swift",
        "Coverage/RatioStatisticTests.swift",
        "DeprecatedDiagnosticsDigestWarningTests.swift",
        "Diagnostics/DiagnosticConsoleWriterDefaultFormattingTest.swift",
        "Diagnostics/DiagnosticConsoleWriterTests.swift",
        "Diagnostics/DiagnosticEngineTests.swift",
        "Diagnostics/DiagnosticFileWriterTests.swift",
        "Diagnostics/DiagnosticSeverityTests.swift",
        "Diagnostics/DiagnosticTests.swift",
        "Diagnostics/ProblemTests.swift",
        "DocumentationService/ConvertService/ConvertServiceTests.swift",
        "DocumentationService/DocumentationServer+DefaultTests.swift",
        "DocumentationService/Models/DocumentationServer+MessageTests.swift",
        "DocumentationService/Models/DocumentationServer+MessageTypeTests.swift",
        "DocumentationService/Models/DocumentationServerTests.swift",
        "Indexing/IndexingTests.swift",
        "Indexing/NavigatorIndexTests.swift",
        "Indexing/RenderIndexTests.swift",
        "Infrastructure/AnchorSectionTests.swift",
        "Infrastructure/AutoCapitalizationTests.swift",
        "Infrastructure/AutomaticCurationTests.swift",
        "Infrastructure/BundleDiscoveryTests.swift",
        "Infrastructure/Communication/WebKitCommunicationBridgeTests.swift",
        "Infrastructure/DataAssetManagerTests.swift",
        "Infrastructure/DirectiveArgumentWrappedTests.swift",
        "Infrastructure/DocumentationBundleFileTypesTests.swift",
        "Infrastructure/DocumentationBundleIdentifierTests.swift",
        "Infrastructure/DocumentationBundleInfoTests.swift",
        "Infrastructure/DocumentationBundleTests.swift",
        "Infrastructure/DocumentationContext/DocumentationContext+MixedLanguageLinkResolutionTests.swift",
        "Infrastructure/DocumentationContext/DocumentationContext+MixedLanguageSourceLanguagesTests.swift",
        "Infrastructure/DocumentationContext/DocumentationContext+RootPageTests.swift",
        "Infrastructure/DocumentationContext/DocumentationContextTests.swift",
        "Infrastructure/DocumentationCuratorTests.swift",
        "Infrastructure/DocumentationWorkspaceTests.swift",
        "Infrastructure/ExternalPathHierarchyResolverTests.swift",
        "Infrastructure/ExternalReferenceResolverTests.swift",
        "Infrastructure/GeneratedDataProvider.swift",
        "Infrastructure/InheritIntroducedAvailabilityTests.swift",
        "Infrastructure/Input Discovery/DocumentationInputsProviderTests.swift",
        "Infrastructure/NodeTagsTests.swift",
        "Infrastructure/NodeURLGeneratorTests.swift",
        "Infrastructure/ParseDirectiveArgumentsTests.swift",
        "Infrastructure/PathHierarchyBasedLinkResolverTests.swift",
        "Infrastructure/PathHierarchyTests.swift",
        "Infrastructure/PresentationURLGeneratorTests.swift",
        "Infrastructure/ReferenceResolverTests.swift",
        "Infrastructure/ResolvedTopicReferenceTests.swift",
        "Infrastructure/SVGIDExtractorTests.swift",
        "Infrastructure/SemanticVersionTests.swift",
        "Infrastructure/Symbol Link Resolution/AbsoluteSymbolLinkTests.swift",
        "Infrastructure/Symbol Link Resolution/DocCSymbolRepresentableTests.swift",
        "Infrastructure/Symbol Link Resolution/LinkCompletionToolsTests.swift",
        "Infrastructure/SymbolBreadcrumbTests.swift",
        "Infrastructure/SymbolDisambiguationTests.swift",
        "Infrastructure/SymbolGraph/ExtendedTypesFormatTransformationTests.swift",
        "Infrastructure/SymbolGraph/SymbolGraphConcurrentDecoderTests.swift",
        "Infrastructure/SymbolGraph/SymbolGraphLoaderTests.swift",
        "Infrastructure/SymbolGraph/SymbolGraphRelationshipsBuilderTests.swift",
        "Infrastructure/SymbolReferenceTests.swift",
        "Infrastructure/TestExternalReferenceResolvers.swift",
        "Infrastructure/TinySmallValueIntSetTests.swift",
        "Infrastructure/TopicGraphTests.swift",
        "Infrastructure/VersionTests.swift",
        "Infrastructure/VersionTripletTests.swift",
        "LinkTargets/LinkDestinationSummaryTests.swift",
        "Model/AvailabilityParserTests.swift",
        "Model/ContentAndMediaSectionTests.swift",
        "Model/DocumentationMarkupTests.swift",
        "Model/DocumentationNodeTests.swift",
        "Model/IdentifierTests.swift",
        "Model/LineHighlighterTests.swift",
        "Model/ParametersAndReturnValidatorTests.swift",
        "Model/PropertyListPossibleValuesSectionTests.swift",
        "Model/RenderBlockContent+CapitalizationTests.swift",
        "Model/RenderContentMetadataTests.swift",
        "Model/RenderHierarchyTests.swift",
        "Model/RenderHierarchyTranslatorTests.swift",
        "Model/RenderNodeDiffingBundleTests.swift",
        "Model/RenderNodeSerializationTests.swift",
        "Model/RenderSectionTests.swift",
        "Model/ResourceReferenceTests.swift",
        "Model/SemaToRenderNodeArticleOnlyCatalogTests.swift",
        "Model/SemaToRenderNodeDictionaryDataTests.swift",
        "Model/SemaToRenderNodeHTTPRequestTests.swift",
        "Model/SemaToRenderNodeMultiLanguageTests.swift",
        "Model/SemaToRenderNodeSourceRepositoryTests.swift",
        "Model/SemaToRenderNodeTests.swift",
        "Model/SourceLanguageTests.swift",
        "Model/TaskGroupTests.swift",
        "Model/TopicRenderReferenceTests.swift",
        "Rendering/AttributesRenderSectionTests.swift",
        "Rendering/AutomaticSeeAlsoTests.swift",
        "Rendering/AvailabilityRenderOrderTests.swift",
        "Rendering/ConstraintsRenderSectionTests.swift",
        "Rendering/CustomFormattingRenderElementsTests.swift",
        "Rendering/DeclarationsRenderSectionTests.swift",
        "Rendering/DefaultAvailabilityTests.swift",
        "Rendering/DefaultCodeListingSyntaxTests.swift",
        "Rendering/DeprecationSummaryTests.swift",
        "Rendering/DictionarySymbolsTests.swift",
        "Rendering/DiffAvailabilityTests.swift",
        "Rendering/DocumentationContentRenderer+SwiftTests.swift",
        "Rendering/DocumentationContentRendererTests.swift",
        "Rendering/ExternalLinkTitleTests.swift",
        "Rendering/HeadingAnchorTests.swift",
        "Rendering/InlineContentPlainTextTests.swift",
        "Rendering/IntroRenderSectionTests.swift",
        "Rendering/LinkTitleResolverTests.swift",
        "Rendering/MentionsRenderSectionTests.swift",
        "Rendering/PageKindTests.swift",
        "Rendering/PlatformAvailabilityTests.swift",
        "Rendering/PlistSymbolTests.swift",
        "Rendering/PropertyListDetailsRenderSectionTests.swift",
        "Rendering/RESTBodyRenderSectionTests.swift",
        "Rendering/RESTExampleRenderSectionTests.swift",
        "Rendering/RESTResponseRenderSectionTests.swift",
        "Rendering/RESTSymbolsTests.swift",
        "Rendering/RenderBlockContent+AsideStyleTests.swift",
        "Rendering/RenderBlockContent_ThematicBreakTests.swift",
        "Rendering/RenderContentCompilerTests.swift",
        "Rendering/RenderMetadataTests.swift",
        "Rendering/RenderNodeTranslatorSymbolVariantsTests.swift",
        "Rendering/RenderNodeTranslatorTests.swift",
        "Rendering/RoleTests.swift",
        "Rendering/RoundTripCoding.swift",
        "Rendering/SampleDownloadTests.swift",
        "Rendering/SemanticVersionStringRepresentationTests.swift",
        "Rendering/SubscriptSuperscriptElementsTests.swift",
        "Rendering/SymbolAvailabilityTests.swift",
        "Rendering/TableElementTests.swift",
        "Rendering/TermListTests.swift",
        "Rendering/URLReferenceTests.swift",
        "Rendering/Variants/JSONPatchApplierTests.swift",
        "Rendering/Variants/JSONPatchOperationTests.swift",
        "Rendering/Variants/JSONPointerTests.swift",
        "Rendering/Variants/VariantCollection+Extensions.swift",
        "Rendering/Variants/VariantCollection+VariantTests.swift",
        "Rendering/Variants/VariantCollectionTests.swift",
        "Rendering/Variants/VariantContainerTests.swift",
        "Rendering/Variants/VariantOverridesTests.swift",
        "Rendering/Variants/VariantPatchOperationTests.swift",
        "Semantics/ArticleSymbolMentionsTests.swift",
        "Semantics/ArticleTests.swift",
        "Semantics/AssessmentsTests.swift",
        "Semantics/CallToActionTests.swift",
        "Semantics/ChapterTests.swift",
        "Semantics/ChoiceTests.swift",
        "Semantics/CodeTests.swift",
        "Semantics/ContentAndMediaTests.swift",
        "Semantics/DirectiveInfrastructure/DirectiveIndexTests.swift",
        "Semantics/DirectiveInfrastructure/DirectiveMirrorTests.swift",
        "Semantics/DisplayNameTests.swift",
        "Semantics/DocumentationDataVariantsTests.swift",
        "Semantics/DocumentationExtensionTests.swift",
        "Semantics/DoxygenTests.swift",
        "Semantics/General Purpose Analyses/HasArgumentOfTypeTests.swift",
        "Semantics/General Purpose Analyses/HasAtLeastOneTests.swift",
        "Semantics/General Purpose Analyses/HasAtMostOneTests.swift",
        "Semantics/General Purpose Analyses/HasContentTests.swift",
        "Semantics/General Purpose Analyses/HasExactlyOneTests.swift",
        "Semantics/General Purpose Analyses/HasOnlyKnownArgumentsTests.swift",
        "Semantics/General Purpose Analyses/HasOnlyKnownDirectivesTests.swift",
        "Semantics/General Purpose Analyses/HasOnlySequentialHeadingsTests.swift",
        "Semantics/ImageMediaTests.swift",
        "Semantics/IntroTests.swift",
        "Semantics/JustificationTests.swift",
        "Semantics/MarkupReferenceResolverTests.swift",
        "Semantics/MetadataAlternateRepresentationTests.swift",
        "Semantics/MetadataAvailabilityTests.swift",
        "Semantics/MetadataTests.swift",
        "Semantics/MultipleChoiceTests.swift",
        "Semantics/Options/OptionsTests.swift",
        "Semantics/RedirectedTests.swift",
        "Semantics/Reference/LinksTests.swift",
        "Semantics/Reference/RowTests.swift",
        "Semantics/Reference/SmallTests.swift",
        "Semantics/Reference/TabNavigatorTests.swift",
        "Semantics/ResourcesTests.swift",
        "Semantics/SectionTests.swift",
        "Semantics/SnippetTests.swift",
        "Semantics/StackTests.swift",
        "Semantics/StepTests.swift",
        "Semantics/SymbolTests.swift",
        "Semantics/TechnologyTests.swift",
        "Semantics/TileTests.swift",
        "Semantics/TutorialArticleTests.swift",
        "Semantics/TutorialReferenceTests.swift",
        "Semantics/TutorialTests.swift",
        "Semantics/UnifiedSymbol+ExtensionsTests.swift",
        "Semantics/VideoMediaTests.swift",
        "Semantics/VolumeTests.swift",
        "Semantics/XcodeRequirementTests.swift",
        "Servers/DocumentationSchemeHandlerTests.swift",
        "Servers/FileServerTests.swift",
        "ShadowFileManagerTemporaryDirectory.swift",
        "SourceRepository/SourceRepositoryTests.swift",
        "TestRenderNodeOutputConsumer.swift",
        "Utility/ChecksumTests.swift",
        "Utility/Collection+ConcurrentPerformTests.swift",
        "Utility/CollectionChangesTests.swift",
        "Utility/DataStructures/BidirectionalMapTests.swift",
        "Utility/DataStructures/GroupedSequenceTests.swift",
        "Utility/DescribedErrorTests.swift",
        "Utility/KeyedEncodingContainerTests.swift",
        "Utility/LMDBTests.swift",
        "Utility/Language/EnglishLanguageTests.swift",
        "Utility/ListItemExtractorTests.swift",
        "Utility/NearMissTests.swift",
        "Utility/NoOpSignposterShimTests.swift",
        "Utility/QuotingTests.swift",
        "Utility/RangeReplaceableCollection+GroupTests.swift",
        "Utility/RenderBlockContentTextExtraction.swift",
        "Utility/RenderNodeDataExtractorTests.swift",
        "Utility/SemanticVersion+ComparableTests.swift",
        "Utility/Sequence+CategorizeTests.swift",
        "Utility/Sequence+MapFirstTests.swift",
        "Utility/SortByKeyPathTests.swift",
        "Utility/String+CapitalizationTests.swift",
        "Utility/String+HashingTests.swift",
        "Utility/String+Slash.swift",
        "Utility/String+SplittingTests.swift",
        "Utility/String+WhitespaceTests.swift",
        "Utility/SymbolGraphAvailabilityFilterTests.swift",
        "Utility/SynchronizationTests.swift",
        "Utility/URL+IsAbsoluteWebURLTests.swift",
        "Utility/URL+RelativeTests.swift",
        "Utility/URL+WithoutHostAndSchemeTests.swift",
        "Utility/ValidatedURLTests.swift",
        "Utility/XCTestCase+MentionedIn.swift",
        "Utility/XCTestCase+enableFeatureFlag.swift",
        "XCTestCase+AssertingTestData.swift",
        "XCTestCase+LoadingTestData.swift"
      ],
      "target_dependencies" : [
        "SwiftDocC",
        "SwiftDocCTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDocCTestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocCTestUtilities",
      "path" : "Sources/SwiftDocCTestUtilities",
      "product_dependencies" : [
        "SymbolKit"
      ],
      "sources" : [
        "FilesAndFolders.swift",
        "SymbolGraphCreation.swift",
        "TestFileSystem.swift",
        "XCTestCase+TemporaryDirectory.swift"
      ],
      "target_dependencies" : [
        "SwiftDocC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDocC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDocC",
      "path" : "Sources/SwiftDocC",
      "product_dependencies" : [
        "Markdown",
        "SymbolKit",
        "CLMDB",
        "Crypto"
      ],
      "product_memberships" : [
        "SwiftDocC",
        "docc",
        "signal-test-app",
        "generate-symbol-graph"
      ],
      "sources" : [
        "Benchmark/Benchmark.swift",
        "Benchmark/BenchmarkResults.swift",
        "Benchmark/Metrics.swift",
        "Benchmark/Metrics/Duration.swift",
        "Benchmark/Metrics/ExternalTopicsHash.swift",
        "Benchmark/Metrics/OutputSize.swift",
        "Benchmark/Metrics/PeakMemory.swift",
        "Benchmark/Metrics/TopicAnchorHash.swift",
        "Benchmark/Metrics/TopicGraphHash.swift",
        "Catalog Processing/GeneratedCurationWriter.swift",
        "Checker/Checker.swift",
        "Checker/Checkers/AbstractContainsFormattedTextOnly.swift",
        "Checker/Checkers/DuplicateTopicsSection.swift",
        "Checker/Checkers/InvalidAdditionalTitle.swift",
        "Checker/Checkers/MissingAbstract.swift",
        "Checker/Checkers/NonInclusiveLanguageChecker.swift",
        "Checker/Checkers/NonOverviewHeadingChecker.swift",
        "Checker/Checkers/SeeAlsoInTopicsHeadingChecker.swift",
        "Converter/DocumentationContextConverter.swift",
        "Converter/DocumentationNodeConverter.swift",
        "Converter/RenderNode+Coding.swift",
        "Converter/Rewriter/RemoveHierarchyTransformation.swift",
        "Converter/Rewriter/RemoveUnusedReferencesTransformation.swift",
        "Converter/Rewriter/RenderNodeTransformationComposition.swift",
        "Converter/Rewriter/RenderNodeTransformationContext.swift",
        "Converter/Rewriter/RenderNodeTransformer.swift",
        "Converter/Rewriter/RenderNodeTransforming.swift",
        "Converter/TopicRenderReferenceEncoder.swift",
        "Coverage/DocumentationCoverageOptions.swift",
        "DocumentationService/Convert/ConvertService+DataProvider.swift",
        "DocumentationService/Convert/ConvertService.swift",
        "DocumentationService/Convert/Fallback Link Resolution/ConvertServiceFallbackResolver.swift",
        "DocumentationService/Convert/Symbol Link Resolution/AbsoluteSymbolLink.swift",
        "DocumentationService/Convert/Symbol Link Resolution/DocCSymbolRepresentable.swift",
        "DocumentationService/Convert/Symbol Link Resolution/LinkCompletionTools.swift",
        "DocumentationService/DocumentationServer+createDefaultServer.swift",
        "DocumentationService/ExternalReferenceResolverServiceClient.swift",
        "DocumentationService/Models/DocumentationServer+Message.swift",
        "DocumentationService/Models/DocumentationServer+MessageType.swift",
        "DocumentationService/Models/DocumentationServer.swift",
        "DocumentationService/Models/DocumentationServerError.swift",
        "DocumentationService/Models/DocumentationServerProtocol.swift",
        "DocumentationService/Models/DocumentationService.swift",
        "DocumentationService/Models/Services/Convert/ConvertRequest.swift",
        "DocumentationService/Models/Services/Convert/ConvertRequestContextWrapper.swift",
        "DocumentationService/Models/Services/Convert/ConvertResponse.swift",
        "DocumentationService/Models/Services/Convert/ConvertServiceError.swift",
        "Indexing/Indexable.swift",
        "Indexing/IndexingError.swift",
        "Indexing/IndexingRecord.swift",
        "Indexing/Navigator/AvailabilityIndex+Ext.swift",
        "Indexing/Navigator/AvailabilityIndex.swift",
        "Indexing/Navigator/NavigatorIndex+Ext.swift",
        "Indexing/Navigator/NavigatorIndex.swift",
        "Indexing/Navigator/NavigatorItem.swift",
        "Indexing/Navigator/NavigatorTree.swift",
        "Indexing/Navigator/RenderNode+NavigatorIndex.swift",
        "Indexing/RenderBlockContent+TextIndexing.swift",
        "Indexing/RenderIndexJSON/RenderIndex.swift",
        "Indexing/RenderInlineContent+TextIndexing.swift",
        "Indexing/RenderNode+Indexable.swift",
        "Indexing/RenderNode+Relationships.swift",
        "Indexing/RenderSection+TextIndexing.swift",
        "Indexing/TutorialSectionsRenderSection+Indexable.swift",
        "Infrastructure/Bundle Assets/BundleData.swift",
        "Infrastructure/Bundle Assets/DataAssetManager.swift",
        "Infrastructure/Bundle Assets/SVGIDExtractor.swift",
        "Infrastructure/Communication/Code colors/CodeColors.swift",
        "Infrastructure/Communication/Code colors/CodeColorsPreferenceKey.swift",
        "Infrastructure/Communication/Code colors/SRGBColor.swift",
        "Infrastructure/Communication/CommunicationBridge.swift",
        "Infrastructure/Communication/Foundation/AnyCodable.swift",
        "Infrastructure/Communication/Foundation/JSON.swift",
        "Infrastructure/Communication/Message+Codable.swift",
        "Infrastructure/Communication/Message.swift",
        "Infrastructure/Communication/MessageType.swift",
        "Infrastructure/Communication/WebKitCommunicationBridge.swift",
        "Infrastructure/ContentCache.swift",
        "Infrastructure/Context/Deprecated/DocumentationContext+Deprecated.swift",
        "Infrastructure/Context/DocumentationContext+Configuration.swift",
        "Infrastructure/ConvertActionConverter.swift",
        "Infrastructure/ConvertOutputConsumer.swift",
        "Infrastructure/CoverageDataEntry.swift",
        "Infrastructure/Diagnostics/ANSIAnnotation.swift",
        "Infrastructure/Diagnostics/Diagnostic.swift",
        "Infrastructure/Diagnostics/DiagnosticConsoleWriter.swift",
        "Infrastructure/Diagnostics/DiagnosticConsumer.swift",
        "Infrastructure/Diagnostics/DiagnosticEngine.swift",
        "Infrastructure/Diagnostics/DiagnosticFile.swift",
        "Infrastructure/Diagnostics/DiagnosticFileWriter.swift",
        "Infrastructure/Diagnostics/DiagnosticFormattingOptions.swift",
        "Infrastructure/Diagnostics/DiagnosticNote.swift",
        "Infrastructure/Diagnostics/DiagnosticSeverity.swift",
        "Infrastructure/Diagnostics/ParseDirectiveArguments.swift",
        "Infrastructure/Diagnostics/Problem.swift",
        "Infrastructure/Diagnostics/Replacement.swift",
        "Infrastructure/Diagnostics/Solution.swift",
        "Infrastructure/Diagnostics/SourcePosition.swift",
        "Infrastructure/Diagnostics/TerminalHelper.swift",
        "Infrastructure/DocumentationBundle+Identifier.swift",
        "Infrastructure/DocumentationBundle.swift",
        "Infrastructure/DocumentationBundleFileTypes.swift",
        "Infrastructure/DocumentationContext+Breadcrumbs.swift",
        "Infrastructure/DocumentationContext.swift",
        "Infrastructure/DocumentationConverter.swift",
        "Infrastructure/DocumentationCurator.swift",
        "Infrastructure/Extensions/KindIdentifier+Curation.swift",
        "Infrastructure/Extensions/SymbolGraph.Symbol.Location+URL.swift",
        "Infrastructure/External Data/ExternalDocumentationSource.swift",
        "Infrastructure/External Data/ExternalMetadata.swift",
        "Infrastructure/External Data/GlobalExternalSymbolResolver.swift",
        "Infrastructure/External Data/OutOfProcessReferenceResolver.swift",
        "Infrastructure/Input Discovery/DataProvider.swift",
        "Infrastructure/Input Discovery/DocumentationInputsProvider.swift",
        "Infrastructure/Link Resolution/ExternalPathHierarchyResolver.swift",
        "Infrastructure/Link Resolution/LinkResolver.swift",
        "Infrastructure/Link Resolution/PathHierarchy+DisambiguatedPaths.swift",
        "Infrastructure/Link Resolution/PathHierarchy+Dump.swift",
        "Infrastructure/Link Resolution/PathHierarchy+Error.swift",
        "Infrastructure/Link Resolution/PathHierarchy+Find.swift",
        "Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift",
        "Infrastructure/Link Resolution/PathHierarchy+Serialization.swift",
        "Infrastructure/Link Resolution/PathHierarchy+TypeSignature.swift",
        "Infrastructure/Link Resolution/PathHierarchy+TypeSignatureDisambiguation.swift",
        "Infrastructure/Link Resolution/PathHierarchy.swift",
        "Infrastructure/Link Resolution/PathHierarchyBasedLinkResolver+Breadcrumbs.swift",
        "Infrastructure/Link Resolution/PathHierarchyBasedLinkResolver+Overloads.swift",
        "Infrastructure/Link Resolution/PathHierarchyBasedLinkResolver.swift",
        "Infrastructure/NodeURLGenerator.swift",
        "Infrastructure/Symbol Graph/AccessControl+Comparable.swift",
        "Infrastructure/Symbol Graph/ExtendedTypeFormatExtension.swift",
        "Infrastructure/Symbol Graph/ExtendedTypeFormatTransformation.swift",
        "Infrastructure/Symbol Graph/GeneratedDocumentationTopics.swift",
        "Infrastructure/Symbol Graph/ResolvedTopicReference+Symbol.swift",
        "Infrastructure/Symbol Graph/SymbolGraphConcurrentDecoder.swift",
        "Infrastructure/Symbol Graph/SymbolGraphLoader.swift",
        "Infrastructure/Symbol Graph/SymbolGraphRelationshipsBuilder.swift",
        "Infrastructure/Symbol Graph/SymbolReference.swift",
        "Infrastructure/Symbol Graph/UnresolvedTopicReference+Symbol.swift",
        "Infrastructure/Topic Graph/AutomaticCuration.swift",
        "Infrastructure/Topic Graph/TopicGraph.swift",
        "Infrastructure/Workspace/DefaultAvailability.swift",
        "Infrastructure/Workspace/DocumentationBundle+Info.swift",
        "Infrastructure/Workspace/DocumentationWorkspace.swift",
        "Infrastructure/Workspace/DocumentationWorkspaceDataProvider.swift",
        "Infrastructure/Workspace/FeatureFlags+Info.swift",
        "Infrastructure/Workspace/FileSystemProvider.swift",
        "Infrastructure/Workspace/GeneratedDataProvider.swift",
        "Infrastructure/Workspace/LocalFileSystemDataProvider+BundleDiscovery.swift",
        "Infrastructure/Workspace/LocalFileSystemDataProvider.swift",
        "Infrastructure/Workspace/PrebuiltLocalFileSystemDataProvider.swift",
        "LinkTargets/LinkDestinationSummary.swift",
        "Model/AnchorSection.swift",
        "Model/AvailabilityParser.swift",
        "Model/BuildMetadata.swift",
        "Model/DocumentationMarkup.swift",
        "Model/DocumentationNode.swift",
        "Model/Identifier.swift",
        "Model/Kind.swift",
        "Model/Markup+parsing.swift",
        "Model/Name.swift",
        "Model/ParametersAndReturnValidator.swift",
        "Model/Rendering/Content/Extensions/RenderTermLists.swift",
        "Model/Rendering/Content/RenderBlockContent+Capitalization.swift",
        "Model/Rendering/Content/RenderBlockContent.swift",
        "Model/Rendering/Content/RenderContentMetadata.swift",
        "Model/Rendering/Content/RenderInlineContent.swift",
        "Model/Rendering/Diffing/AnyRenderReference.swift",
        "Model/Rendering/Diffing/AnyRenderSection.swift",
        "Model/Rendering/Diffing/DifferenceBuilder.swift",
        "Model/Rendering/Diffing/Differences.swift",
        "Model/Rendering/Diffing/RenderNode+Diffable.swift",
        "Model/Rendering/DocumentationContentRenderer.swift",
        "Model/Rendering/LinkTitleResolver.swift",
        "Model/Rendering/Navigation Tree/RenderHierarchy.swift",
        "Model/Rendering/Navigation Tree/RenderHierarchyChapter.swift",
        "Model/Rendering/Navigation Tree/RenderHierarchyLandmark.swift",
        "Model/Rendering/Navigation Tree/RenderHierarchyTranslator.swift",
        "Model/Rendering/Navigation Tree/RenderHierarchyTutorial.swift",
        "Model/Rendering/Navigation Tree/RenderReferenceHierarchy.swift",
        "Model/Rendering/Navigation Tree/RenderTutorialsHierarchy.swift",
        "Model/Rendering/PresentationURLGenerator.swift",
        "Model/Rendering/References/AssetReferences.swift",
        "Model/Rendering/References/FileReference.swift",
        "Model/Rendering/References/ImageReference.swift",
        "Model/Rendering/References/LinkReference.swift",
        "Model/Rendering/References/MediaReference.swift",
        "Model/Rendering/References/RenderReference.swift",
        "Model/Rendering/References/TopicColor.swift",
        "Model/Rendering/References/TopicImage.swift",
        "Model/Rendering/References/TopicRenderReference.swift",
        "Model/Rendering/References/UnresolvedReference.swift",
        "Model/Rendering/References/VideoReference.swift",
        "Model/Rendering/RenderContentCompiler.swift",
        "Model/Rendering/RenderContentConvertible.swift",
        "Model/Rendering/RenderContext.swift",
        "Model/Rendering/RenderNode.Tag.swift",
        "Model/Rendering/RenderNode.swift",
        "Model/Rendering/RenderNode/AnyMetadata.swift",
        "Model/Rendering/RenderNode/CodableContentSection.swift",
        "Model/Rendering/RenderNode/CodableRenderReference.swift",
        "Model/Rendering/RenderNode/CodableRenderSection.swift",
        "Model/Rendering/RenderNode/RenderMetadata.swift",
        "Model/Rendering/RenderNode/RenderNode+Codable.swift",
        "Model/Rendering/RenderNodeTranslator.swift",
        "Model/Rendering/RenderNodeVariant.swift",
        "Model/Rendering/RenderReferenceStore.swift",
        "Model/Rendering/RenderSection.swift",
        "Model/Rendering/RenderSectionTranslator/AttributesSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/DeclarationsSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/DictionaryKeysSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/DiscussionSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/HTTPBodySectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/HTTPEndpointSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/HTTPParametersSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/HTTPResponsesSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/MentionsSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/ParametersSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/PlistDetailsSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/PossibleValuesSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/RenderSectionTranslator.swift",
        "Model/Rendering/RenderSectionTranslator/ReturnsSectionTranslator.swift",
        "Model/Rendering/SemanticVersion.swift",
        "Model/Rendering/Symbol/AttributesRenderSection.swift",
        "Model/Rendering/Symbol/AvailabilityRenderMetadataItem.swift",
        "Model/Rendering/Symbol/AvailabilitySortOrder.swift",
        "Model/Rendering/Symbol/ConformanceSection.swift",
        "Model/Rendering/Symbol/ContentRenderSection.swift",
        "Model/Rendering/Symbol/DeclarationRenderSection+SymbolGraph.swift",
        "Model/Rendering/Symbol/DeclarationsRenderSection.swift",
        "Model/Rendering/Symbol/DiffAvailability.swift",
        "Model/Rendering/Symbol/MentionsRenderSection.swift",
        "Model/Rendering/Symbol/ParameterRenderSection.swift",
        "Model/Rendering/Symbol/PossibleValuesRenderSection.swift",
        "Model/Rendering/Symbol/PropertiesRenderSection.swift",
        "Model/Rendering/Symbol/PropertyListDetailsRenderSection.swift",
        "Model/Rendering/Symbol/RESTBodyRenderSection.swift",
        "Model/Rendering/Symbol/RESTEndpointRenderSection.swift",
        "Model/Rendering/Symbol/RESTExampleRenderSection.swift",
        "Model/Rendering/Symbol/RESTParametersRenderSection.swift",
        "Model/Rendering/Symbol/RESTResponseRenderSection.swift",
        "Model/Rendering/Symbol/RelationshipsRenderSection.swift",
        "Model/Rendering/Symbol/SampleDownloadSection.swift",
        "Model/Rendering/Symbol/TaskGroupRenderSection.swift",
        "Model/Rendering/TopicsSectionStyle.swift",
        "Model/Rendering/Tutorial Article/TutorialArticleSection.swift",
        "Model/Rendering/Tutorial/LineHighlighter.swift",
        "Model/Rendering/Tutorial/References/DownloadReference.swift",
        "Model/Rendering/Tutorial/References/XcodeRequirementReference.swift",
        "Model/Rendering/Tutorial/Sections/IntroRenderSection.swift",
        "Model/Rendering/Tutorial/Sections/TutorialAssessmentsRenderSection.swift",
        "Model/Rendering/Tutorial/Sections/TutorialSectionsRenderSection.swift",
        "Model/Rendering/Tutorials Overview/Resources/RenderTile.swift",
        "Model/Rendering/Tutorials Overview/Sections/CallToActionSection.swift",
        "Model/Rendering/Tutorials Overview/Sections/ContentAndMediaGroupSection.swift",
        "Model/Rendering/Tutorials Overview/Sections/ContentAndMediaSection.swift",
        "Model/Rendering/Tutorials Overview/Sections/ResourcesRenderSection.swift",
        "Model/Rendering/Tutorials Overview/Sections/VolumeRenderSection.swift",
        "Model/Rendering/Variants/JSONPatchApplier.swift",
        "Model/Rendering/Variants/JSONPatchOperation.swift",
        "Model/Rendering/Variants/JSONPointer.swift",
        "Model/Rendering/Variants/PatchOperation.swift",
        "Model/Rendering/Variants/RenderNodeVariantOverridesApplier.swift",
        "Model/Rendering/Variants/VariantCollection+Coding.swift",
        "Model/Rendering/Variants/VariantCollection+Symbol.swift",
        "Model/Rendering/Variants/VariantCollection+Variant.swift",
        "Model/Rendering/Variants/VariantCollection.swift",
        "Model/Rendering/Variants/VariantContainer.swift",
        "Model/Rendering/Variants/VariantOverride.swift",
        "Model/Rendering/Variants/VariantOverrides.swift",
        "Model/Rendering/Variants/VariantPatchOperation.swift",
        "Model/Section/Section.swift",
        "Model/Section/Sections/Abstract.swift",
        "Model/Section/Sections/AutomaticTaskGroupSection.swift",
        "Model/Section/Sections/DefaultImplementations.swift",
        "Model/Section/Sections/DeprecatedSection.swift",
        "Model/Section/Sections/DictionaryKeysSection.swift",
        "Model/Section/Sections/Discussion.swift",
        "Model/Section/Sections/GroupedSection.swift",
        "Model/Section/Sections/HTTPBodySection.swift",
        "Model/Section/Sections/HTTPEndpointSection.swift",
        "Model/Section/Sections/HTTPParametersSection.swift",
        "Model/Section/Sections/HTTPResponsesSection.swift",
        "Model/Section/Sections/ParametersSection.swift",
        "Model/Section/Sections/PropertyListPossibleValuesSection.swift",
        "Model/Section/Sections/Relationships.swift",
        "Model/Section/Sections/ReturnsSection.swift",
        "Model/Section/Sections/SeeAlso.swift",
        "Model/Section/Sections/Topics.swift",
        "Model/Semantics/DictionaryKey.swift",
        "Model/Semantics/HTTPBody.swift",
        "Model/Semantics/HTTPParameter.swift",
        "Model/Semantics/HTTPResponse.swift",
        "Model/Semantics/LegacyTag.swift",
        "Model/Semantics/Parameter.swift",
        "Model/Semantics/Return.swift",
        "Model/Semantics/Throw.swift",
        "Model/SourceLanguage.swift",
        "Model/TaskGroup.swift",
        "Semantics/Abstracted.swift",
        "Semantics/Article/Article.swift",
        "Semantics/Article/ArticleSymbolMentions.swift",
        "Semantics/Article/MarkupConvertible.swift",
        "Semantics/Comment.swift",
        "Semantics/ContentAndMedia.swift",
        "Semantics/DirectiveConvertable.swift",
        "Semantics/DirectiveInfrastructure/AutomaticDirectiveConvertible.swift",
        "Semantics/DirectiveInfrastructure/ChildDirectiveWrapper.swift",
        "Semantics/DirectiveInfrastructure/ChildMarkdownWrapper.swift",
        "Semantics/DirectiveInfrastructure/DirectiveArgumentValueConvertible.swift",
        "Semantics/DirectiveInfrastructure/DirectiveArgumentWrapper.swift",
        "Semantics/DirectiveInfrastructure/DirectiveIndex.swift",
        "Semantics/DirectiveInfrastructure/DirectiveMirror.swift",
        "Semantics/DirectiveInfrastructure/MarkupContaining.swift",
        "Semantics/DirectiveParser.swift",
        "Semantics/ExternalLinks/ExternalMarkupReferenceWalker.swift",
        "Semantics/ExternalLinks/ExternalReferenceWalker.swift",
        "Semantics/General Purpose Analyses/DeprecatedArgument.swift",
        "Semantics/General Purpose Analyses/Extract.swift",
        "Semantics/General Purpose Analyses/HasArgumentOfType.swift",
        "Semantics/General Purpose Analyses/HasAtLeastOne.swift",
        "Semantics/General Purpose Analyses/HasAtMostOne.swift",
        "Semantics/General Purpose Analyses/HasContent.swift",
        "Semantics/General Purpose Analyses/HasExactlyOne.swift",
        "Semantics/General Purpose Analyses/HasOnlyKnownArguments.swift",
        "Semantics/General Purpose Analyses/HasOnlyKnownDirectives.swift",
        "Semantics/General Purpose Analyses/HasOnlySequentialHeadings.swift",
        "Semantics/Graph/SymbolKind.Swift.swift",
        "Semantics/Intro.swift",
        "Semantics/Landmark.swift",
        "Semantics/Layout.swift",
        "Semantics/MarkupContainer.swift",
        "Semantics/MarkupReferenceResolver.swift",
        "Semantics/Media/ImageMedia.swift",
        "Semantics/Media/Media.swift",
        "Semantics/Media/VideoMedia.swift",
        "Semantics/Metadata/AlternateRepresentation.swift",
        "Semantics/Metadata/Availability.swift",
        "Semantics/Metadata/CallToAction.swift",
        "Semantics/Metadata/CustomMetadata.swift",
        "Semantics/Metadata/DisplayName.swift",
        "Semantics/Metadata/DocumentationExtension.swift",
        "Semantics/Metadata/Metadata.swift",
        "Semantics/Metadata/PageColor.swift",
        "Semantics/Metadata/PageImage.swift",
        "Semantics/Metadata/PageKind.swift",
        "Semantics/Metadata/SupportedLanguage.swift",
        "Semantics/Metadata/TechnologyRoot.swift",
        "Semantics/Metadata/TitleHeading.swift",
        "Semantics/Options/AutomaticArticleSubheading.swift",
        "Semantics/Options/AutomaticSeeAlso.swift",
        "Semantics/Options/AutomaticTitleHeading.swift",
        "Semantics/Options/Options.swift",
        "Semantics/Options/TopicsVisualStyle.swift",
        "Semantics/Redirect.swift",
        "Semantics/Redirected.swift",
        "Semantics/Reference/Links.swift",
        "Semantics/Reference/Row.swift",
        "Semantics/Reference/Small.swift",
        "Semantics/Reference/TabNavigator.swift",
        "Semantics/ReferenceResolver.swift",
        "Semantics/Semantic.swift",
        "Semantics/SemanticAnalysis.swift",
        "Semantics/SemanticAnalyzer.swift",
        "Semantics/Snippets/Snippet.swift",
        "Semantics/Symbol/DeprecationSummary.swift",
        "Semantics/Symbol/DocumentationDataVariants+SymbolGraphSymbol.swift",
        "Semantics/Symbol/DocumentationDataVariants.swift",
        "Semantics/Symbol/PlatformName.swift",
        "Semantics/Symbol/Relationship.swift",
        "Semantics/Symbol/Symbol.swift",
        "Semantics/Symbol/UnifiedSymbol+Extensions.swift",
        "Semantics/Technology/Resources/Resources.swift",
        "Semantics/Technology/Resources/Tile.swift",
        "Semantics/Technology/TutorialTableOfContents.swift",
        "Semantics/Technology/Volume/Chapter/Chapter.swift",
        "Semantics/Technology/Volume/Chapter/TutorialReference.swift",
        "Semantics/Technology/Volume/Volume.swift",
        "Semantics/TechnologyBound.swift",
        "Semantics/Timed.swift",
        "Semantics/Titled.swift",
        "Semantics/Tutorial/Assessments/Assessments.swift",
        "Semantics/Tutorial/Assessments/Multiple Choice/Choice/Choice.swift",
        "Semantics/Tutorial/Assessments/Multiple Choice/Choice/Justification.swift",
        "Semantics/Tutorial/Assessments/Multiple Choice/MultipleChoice.swift",
        "Semantics/Tutorial/Tasks/Steps/Code.swift",
        "Semantics/Tutorial/Tasks/Steps/Step.swift",
        "Semantics/Tutorial/Tasks/Steps/Steps.swift",
        "Semantics/Tutorial/Tasks/TutorialSection.swift",
        "Semantics/Tutorial/Tutorial.swift",
        "Semantics/Tutorial/XcodeRequirement.swift",
        "Semantics/TutorialArticle/Stack.swift",
        "Semantics/TutorialArticle/TutorialArticle.swift",
        "Semantics/Visitor/SemanticVisitor.swift",
        "Semantics/Walker/SemanticWalker.swift",
        "Semantics/Walker/Walkers/SemanticTreeDumper.swift",
        "Servers/DocumentationSchemeHandler.swift",
        "Servers/FileServer.swift",
        "SourceRepository/SourceRepository.swift",
        "Utility/Checksum.swift",
        "Utility/Collection+ConcurrentPerform.swift",
        "Utility/CollectionChanges.swift",
        "Utility/DataStructures/BidirectionalMap.swift",
        "Utility/DataStructures/GroupedSequence.swift",
        "Utility/DispatchGroup+Async.swift",
        "Utility/Errors/DescribedError.swift",
        "Utility/Errors/ErrorWithProblems.swift",
        "Utility/ExternalIdentifier.swift",
        "Utility/FeatureFlags.swift",
        "Utility/FileManagerProtocol+FilesSequence.swift",
        "Utility/FileManagerProtocol.swift",
        "Utility/FoundationExtensions/Array+baseType.swift",
        "Utility/FoundationExtensions/AutoreleasepoolShim.swift",
        "Utility/FoundationExtensions/CharacterSet.swift",
        "Utility/FoundationExtensions/Collection+indexed.swift",
        "Utility/FoundationExtensions/Dictionary+TypedValues.swift",
        "Utility/FoundationExtensions/NoOpSignposterShim.swift",
        "Utility/FoundationExtensions/Optional+baseType.swift",
        "Utility/FoundationExtensions/PlainTextShim.swift",
        "Utility/FoundationExtensions/RangeReplaceableCollection+Group.swift",
        "Utility/FoundationExtensions/SendableMetatypeShim.swift",
        "Utility/FoundationExtensions/Sequence+Categorize.swift",
        "Utility/FoundationExtensions/Sequence+FirstMap.swift",
        "Utility/FoundationExtensions/Sequence+RenderBlockContentElemenet.swift",
        "Utility/FoundationExtensions/SortByKeyPath.swift",
        "Utility/FoundationExtensions/String+Capitalization.swift",
        "Utility/FoundationExtensions/String+Hashing.swift",
        "Utility/FoundationExtensions/String+Path.swift",
        "Utility/FoundationExtensions/String+SingleQuoted.swift",
        "Utility/FoundationExtensions/String+Splitting.swift",
        "Utility/FoundationExtensions/String+Whitespace.swift",
        "Utility/FoundationExtensions/StringCollection+List.swift",
        "Utility/FoundationExtensions/URL+IsAbsoluteWebURL.swift",
        "Utility/FoundationExtensions/URL+Relative.swift",
        "Utility/FoundationExtensions/URL+WithFragment.swift",
        "Utility/FoundationExtensions/URL+WithoutHostAndPortAndScheme.swift",
        "Utility/Graphs/DirectedGraph+Cycles.swift",
        "Utility/Graphs/DirectedGraph+Paths.swift",
        "Utility/Graphs/DirectedGraph+Traversal.swift",
        "Utility/Graphs/DirectedGraph.swift",
        "Utility/LMDB/LMDB+Database.swift",
        "Utility/LMDB/LMDB+Environment.swift",
        "Utility/LMDB/LMDB+Error.swift",
        "Utility/LMDB/LMDB+Transaction.swift",
        "Utility/LMDB/LMDB.swift",
        "Utility/Language/EnglishLanguage.swift",
        "Utility/Language/NativeLanguage.swift",
        "Utility/ListItemUpdatable.swift",
        "Utility/LogHandle.swift",
        "Utility/MarkupExtensions/AnyLink.swift",
        "Utility/MarkupExtensions/BlockDirectiveExtensions.swift",
        "Utility/MarkupExtensions/DocumentExtensions.swift",
        "Utility/MarkupExtensions/ImageExtensions.swift",
        "Utility/MarkupExtensions/ListItemExtractor.swift",
        "Utility/MarkupExtensions/MarkupChildrenExtensions.swift",
        "Utility/MarkupExtensions/SourceRangeExtensions.swift",
        "Utility/NearMiss.swift",
        "Utility/RenderNodeDataExtractor.swift",
        "Utility/SemanticVersion+Comparable.swift",
        "Utility/SymbolGraphAvailability+Filter.swift",
        "Utility/Synchronization.swift",
        "Utility/ValidatedURL.swift",
        "Utility/Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swiftlang/swift-docc/main
Repository:               swiftlang/swift-docc
Swift version used:       6.1
        .package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.2.0"),
Target:                   SwiftDocC
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'SwiftDocC'...
Finished extracting symbol information for 'SwiftDocC'. (14.13s)
Building documentation for 'SwiftDocC'...
warning: Parameter 'highlight' is missing documentation
   --> ../Model/Rendering/Symbol/DeclarationsRenderSection.swift:132:86-132:86
130 |         ///   - kind: The kind of the token.
131 |         ///   - identifier: If the token refers to a known symbol, its identifier.
132 +         ///   - preciseIdentifier: If the refers to a symbol, its precise identifier.
    |                                                                                      ╰─suggestion: Document 'highlight' parameter
133 |         public init(
134 |             text: String,
warning: 'RESTParameter' doesn't exist at '/SwiftDocC/RESTBodyRenderSection/parameters'
  --> ../Model/Rendering/Symbol/RESTBodyRenderSection.swift:31:56-31:69
29 |     ///
30 |     /// If the body content is `multipart/form-data` encoded, it contains a list
31 +     /// of parameters. Each of these parameters is a ``RESTParameter``
32 |     /// and it has its own value-content encoding, name, type, and description.
33 |     public let parameters: [RenderProperty]?
warning: 'linking-to-symbols-and-other-content' doesn't exist at '/SwiftDocC/AlternateRepresentation'
  --> ../Semantics/Metadata/AlternateRepresentation.swift:32:61-32:97
30 | /// ```
31 | /// If you prefer, you can wrap the symbol link in a set of double backticks (\`\`), or use any other supported syntax for linking to symbols.
32 + /// For more information about linking to symbols, see <doc:linking-to-symbols-and-other-content>.
33 | ///
34 | /// This provides a hint to the renderer as to the alternate language representations for the current symbol.
warning: 'formatting-your-documentation-content' doesn't exist at '/SwiftDocC/TechnologyRoot'
  --> ../Semantics/Metadata/TechnologyRoot.swift:40:12-40:49
38 | /// ## See Also
39 | ///
40 + /// - <doc:formatting-your-documentation-content>
41 | public final class TechnologyRoot: Semantic, AutomaticDirectiveConvertible {
42 |     public static let introducedVersion = "5.5"
warning: 'Available' doesn't exist at '/SwiftDocC/DeprecationSummary'
  --> ../Semantics/Symbol/DeprecationSummary.swift:33:85-33:94
31 | /// > Tip:
32 | /// > If you are writing a custom deprecation summary message for an API or documentation page that isn't already deprecated,
33 + /// > you should also deprecate it—using in-source annotations when possible or ``Available`` directives when in-source annotations aren't available—so that the reader knows the version when you deprecated that API or documentation page.
34 | public final class DeprecationSummary: Semantic, AutomaticDirectiveConvertible {
35 |     public static let introducedVersion = "5.5"
warning: 'BundleFeatureFlags' doesn't exist at '/SwiftDocC/DocumentationBundle/Info'
  --> SwiftDocC/AddingFeatureFlags.md:33:28-33:46
31 | experimental overloaded symbol presentation can affect how a bundle curates its symbols due to the
32 | creation of overload group pages. These flags should also be added to the
33 + ``DocumentationBundle/Info/BundleFeatureFlags`` type, so that they can be parsed out of a bundle's
34 | Info.plist.
35 |
warning: 'loadFlagsFromBundle(_:)' doesn't exist at '/SwiftDocC/FeatureFlags'
  --> SwiftDocC/AddingFeatureFlags.md:38:16-38:39
36 | Feature flags that are loaded from an Info.plist file are saved into the global feature flags while
37 | the bundle is being registered. To ensure that your new feature flag is properly loaded, update the
38 + ``FeatureFlags/loadFlagsFromBundle(_:)`` method to load your new field into the global flags.
39 |
40 | <!-- Copyright (c) 2024 Apple Inc and the Swift Project authors. All Rights Reserved. -->
warning: 'InputsProvider' doesn't exist at '/SwiftDocC/DocumentationContext'
  --> SwiftDocC/CompilerPipeline.md:13:50-13:64
11 | ### Discovery
12 |
13 + DocC starts by creating a ``DocumentationContext/InputsProvider`` to discover the inputs from the user-provided command line arguments. These inputs are:
14 |
15 |  - Markup files, tutorial files, and assets (for example images)
warning: 'init(bundle:dataProvider:diagnosticEngine:configuration:)' doesn't exist at '/SwiftDocC/DocumentationContext'
  --> SwiftDocC/DocumentationContextGroup.md:18:28-18:85
16 | ### Creating a Context
17 |
18 + Use ``DocumentationContext/init(bundle:dataProvider:diagnosticEngine:configuration:)`` to create a context for a given bundle:
   |                            ╰─suggestion: Replace 'init(bundle:dataProvider:diagnosticEngine:configuration:)' with 'init(dataProvider:diagnosticEngine:configuration:)'
19 |
20 | ```swift
warning: 'AttributedCodeListing' doesn't exist at '/SwiftDocC/DocumentationContextGroup'
  --> SwiftDocC/DocumentationContextGroup.md:77:5-77:26
75 | ### Code Listings
76 |
77 + - ``AttributedCodeListing``
78 | - ``UnresolvedCodeListingReference``
79 | - ``CodeColorsPreferenceKey``
warning: 'UnresolvedCodeListingReference' doesn't exist at '/SwiftDocC/DocumentationContextGroup'
  --> SwiftDocC/DocumentationContextGroup.md:78:5-78:35
76 |
77 | - ``AttributedCodeListing``
78 + - ``UnresolvedCodeListingReference``
79 | - ``CodeColorsPreferenceKey``
80 | - ``SRGBColor``
warning: 'InputsProvider' doesn't exist at '/SwiftDocC/DocumentationContext'
 --> SwiftDocC/InputDiscovery.md:7:26-7:40
5 | ## Discussion
6 |
7 + A ``DocumentationContext/InputsProvider`` discovers documentation catalogs on the file system and creates a ``DocumentationBundle`` from the discovered catalog content.
8 |
9 | ```swift
warning: 'InputsProvider' doesn't exist at '/SwiftDocC/DocumentationContext'
  --> SwiftDocC/InputDiscovery.md:40:24-40:38
38 | It's common to want combine these two strategies and require that they discover a ``DocumentationBundle``.
39 | For this use-case, use the
40 + ``DocumentationContext/InputsProvider/inputsAndDataProvider(startingPoint:allowArbitraryCatalogDirectories:options:)`` method:
41 |
42 | ```swift
warning: 'DataProvider' doesn't exist at '/SwiftDocC/InputDiscovery'
  --> SwiftDocC/InputDiscovery.md:59:9-59:21
57 | A ``DocumentationBundle`` represents the list of "discovered" input files--categorized by their kind--to use as documentation inputs.
58 |
59 + Use a ``DataProvider`` that the ``DocumentationContext/InputsProvider`` returned alongside the bundle to read the files in the bundle.
60 |
61 | ## Topics
warning: 'InputsProvider' doesn't exist at '/SwiftDocC/DocumentationContext'
  --> SwiftDocC/InputDiscovery.md:59:56-59:70
57 | A ``DocumentationBundle`` represents the list of "discovered" input files--categorized by their kind--to use as documentation inputs.
58 |
59 + Use a ``DataProvider`` that the ``DocumentationContext/InputsProvider`` returned alongside the bundle to read the files in the bundle.
60 |
61 | ## Topics
warning: 'InputsProvider' doesn't exist at '/SwiftDocC/DocumentationContext'
  --> SwiftDocC/InputDiscovery.md:65:26-65:40
63 | ### Input Discovery
64 |
65 + - ``DocumentationContext/InputsProvider``
66 | - ``DocumentationContext/InputsProvider/inputsAndDataProvider(startingPoint:allowArbitraryCatalogDirectories:options:)``
67 |
warning: 'InputsProvider' doesn't exist at '/SwiftDocC/DocumentationContext'
  --> SwiftDocC/InputDiscovery.md:66:26-66:40
64 |
65 | - ``DocumentationContext/InputsProvider``
66 + - ``DocumentationContext/InputsProvider/inputsAndDataProvider(startingPoint:allowArbitraryCatalogDirectories:options:)``
67 |
68 | ### Documentation Bundle
warning: 'TitleStyle' doesn't exist at '/SwiftDocC/SymbolReferenceRendering'
  --> SwiftDocC/RenderingModel/SymbolReferenceRendering.md:46:5-46:15
44 | - ``ParameterRenderSection``
45 | - ``ParametersRenderSection``
46 + - ``TitleStyle``
47 | - ``PossibleValuesRenderSection``
48 | - ``PropertiesRenderSection``
Finished building documentation for 'SwiftDocC' (2.75s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-docc/main
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/62] Compiling SymbolKit Mixin+Equals.swift
[7/62] Compiling SymbolKit Mixin+Hash.swift
[8/62] Compiling SymbolKit Mixin.swift
[9/62] Compiling SymbolKit AnyScalar.swift
[10/62] Compiling SymbolKit LineList.swift
[11/62] Compiling SymbolKit Position.swift
[12/67] Compiling SymbolKit DeclarationFragments.swift
[13/67] Compiling SymbolKit Fragment.swift
[14/67] Compiling SymbolKit FragmentKind.swift
[15/67] Compiling SymbolKit FunctionParameter.swift
[16/67] Compiling SymbolKit FunctionSignature.swift
[17/67] Compiling SymbolKit HTTP.swift
[18/67] Compiling SymbolKit SourceRange.swift
[19/67] Compiling SymbolKit Metadata.swift
[20/67] Compiling SymbolKit Module.swift
[21/67] Compiling SymbolKit OperatingSystem.swift
[22/67] Compiling SymbolKit Platform.swift
[23/67] Compiling SymbolKit ReferenceLocation.swift
[24/67] Compiling SymbolKit OverloadData.swift
[25/67] Compiling SymbolKit PlistDetails.swift
[26/67] Compiling SymbolKit SPI.swift
[27/67] Compiling SymbolKit Snippet.swift
[28/67] Compiling SymbolKit Extension.swift
[29/67] Compiling SymbolKit Relationship.swift
[30/67] Compiling SymbolKit RelationshipKind.swift
[31/67] Compiling SymbolKit SourceOrigin.swift
[32/67] Compiling SymbolKit GenericConstraints.swift
[33/67] Compiling SymbolKit Swift.swift
[34/67] Compiling SymbolKit SemanticVersion.swift
[35/67] Emitting module SymbolKit
[36/67] Compiling SymbolKit GenericConstraint.swift
[37/67] Compiling SymbolKit GenericParameter.swift
[38/67] Compiling SymbolKit Generics.swift
[39/67] Compiling SymbolKit Namespace.swift
[40/67] Compiling SymbolKit Symbol.swift
[41/67] Compiling SymbolKit Identifier.swift
[42/67] Compiling SymbolKit KindIdentifier.swift
[43/67] Compiling SymbolKit Location.swift
[44/67] Compiling SymbolKit Mutability.swift
[45/67] Compiling SymbolKit Names.swift
[46/67] Compiling SymbolKit AccessControl.swift
[47/67] Compiling SymbolKit AlternateDeclarations.swift
[48/67] Compiling SymbolKit Availability.swift
[49/67] Compiling SymbolKit AvailabilityItem.swift
[50/67] Compiling SymbolKit Domain.swift
[51/67] Compiling SymbolKit DeclarationFragments+Simplify.swift
[52/67] Compiling SymbolKit SymbolKind.swift
[53/67] Compiling SymbolKit ValueConstraints.swift
[54/67] Compiling SymbolKit SymbolGraph+Overloads.swift
[55/67] Compiling SymbolKit SymbolGraph.swift
[56/67] Compiling SymbolKit GraphCollector.swift
[57/67] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[58/67] Compiling SymbolKit UnifiedSymbol.swift
[59/67] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[60/67] Compiling SymbolKit UnifiedSymbolGraph+Overloads.swift
[61/67] Compiling SymbolKit UnifiedSymbolGraph.swift
[62/67] Compiling Snippets SnippetParser.swift
[63/67] Compiling Snippets Snippet.swift
[64/67] Emitting module Snippets
[65/71] Compiling snippet_extract URL+Status.swift
[66/71] Compiling snippet_extract SymbolGraph+Snippet.swift
[67/71] Emitting module snippet_extract
[68/71] Compiling snippet_extract SnippetBuildCommand.swift
[68/71] Write Objects.LinkFileList
[69/71] Linking snippet-extract-tool
[70/71] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.24s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/189] Compiling Markdown ThematicBreak.swift
[3/189] Compiling Markdown Table.swift
[4/189] Compiling Markdown TableBody.swift
[5/189] Compiling Markdown TableCell.swift
[6/189] Compiling Markdown TableCellContainer.swift
[7/189] Compiling Markdown TableHead.swift
[8/189] Compiling Markdown TableRow.swift
[9/189] Compiling Markdown Replacement.swift
[10/197] Compiling Markdown ChildIndexPath.swift
[11/197] Compiling Markdown DirectiveArgument.swift
[12/197] Compiling Markdown Document.swift
[13/197] Compiling Markdown LiteralMarkup.swift
[14/197] Compiling Markdown Markup.swift
[15/197] Compiling Markdown MarkupChildren.swift
[16/197] Compiling Markdown MarkupData.swift
[17/197] Compiling Markdown PlainTextConvertibleMarkup.swift
[18/197] Compiling Markdown RawMarkup.swift
[19/197] Compiling Markdown BlockDirective.swift
[20/197] Compiling Markdown BlockQuote.swift
[21/197] Compiling Markdown CustomBlock.swift
[22/197] Compiling Markdown DoxygenAbstract.swift
[23/197] Compiling Markdown DoxygenDiscussion.swift
[24/197] Compiling Markdown DoxygenNote.swift
[25/197] Compiling Markdown DoxygenParameter.swift
[26/197] Compiling Markdown DoxygenReturns.swift
[27/197] Compiling Markdown ListItem.swift
[28/197] Compiling Markdown OrderedList.swift
[29/197] Compiling Markdown UnorderedList.swift
[30/197] Compiling Markdown Paragraph.swift
[31/197] Compiling Markdown CodeBlock.swift
[32/197] Compiling Markdown HTMLBlock.swift
[33/197] Compiling Markdown Heading.swift
[34/197] Compiling Crypto HPKE.swift
[35/197] Compiling Crypto HPKE-Context.swift
[36/197] Compiling Crypto HPKE-KeySchedule.swift
[37/197] Compiling Crypto HPKE-Modes.swift
[38/197] Compiling Crypto Insecure.swift
[39/197] Compiling Crypto Insecure_HashFunctions.swift
[40/197] Compiling Crypto KEM.swift
[41/197] Compiling Crypto ECDH_boring.swift
[42/197] Compiling Markdown CommonMarkConverter.swift
[43/197] Compiling Markdown LazySplitLines.swift
[44/197] Compiling Markdown ParseOptions.swift
[45/197] Compiling Markdown RangeAdjuster.swift
[46/197] Compiling Markdown RangerTracker.swift
[47/197] Compiling Markdown MarkupRewriter.swift
[48/197] Compiling Markdown BasicBlockContainer.swift
[49/197] Compiling Markdown BasicInlineContainer.swift
[50/197] Compiling Markdown BlockContainer.swift
[51/197] Compiling Markdown BlockMarkup.swift
[52/197] Compiling Markdown InlineContainer.swift
[53/197] Compiling Markdown InlineMarkup.swift
[54/197] Compiling Markdown ListItemContainer.swift
[55/197] Compiling Markdown AtomicCounter.swift
[56/197] Compiling Markdown CharacterExtensions.swift
[57/197] Compiling Crypto CryptoKitErrors.swift
[58/197] Compiling Markdown SourceLocation.swift
[59/197] Compiling Markdown Emphasis.swift
[60/197] Compiling Markdown Image.swift
[61/197] Compiling Markdown InlineAttributes.swift
[62/197] Compiling Markdown Link.swift
[63/197] Compiling Markdown Strikethrough.swift
[64/197] Compiling Markdown Strong.swift
[65/197] Compiling Markdown CustomInline.swift
[66/197] Compiling Markdown InlineCode.swift
[67/197] Compiling Markdown InlineHTML.swift
[68/197] Compiling Markdown LineBreak.swift
[69/197] Compiling Markdown SoftBreak.swift
[70/197] Compiling Markdown SymbolLink.swift
[71/197] Compiling Markdown Text.swift
[72/197] Compiling Markdown Aside.swift
[73/197] Compiling Markdown BlockDirectiveParser.swift
[74/197] Emitting module Crypto
[138/209] Emitting module SymbolKit
[151/209] Compiling Crypto RNG_boring.swift
[152/209] Compiling Crypto SafeCompare_boring.swift
[153/209] Compiling Crypto Zeroization_boring.swift
[154/209] Compiling Crypto PrettyBytes.swift
[155/209] Compiling Crypto SafeCompare.swift
[156/209] Compiling Crypto SecureBytes.swift
[157/209] Compiling Crypto Zeroization.swift
[158/209] Compiling Crypto resource_bundle_accessor.swift
[159/209] Emitting module Markdown
[184/209] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[185/209] Compiling SymbolKit UnifiedSymbol.swift
[186/209] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[187/209] Compiling SymbolKit UnifiedSymbolGraph+Overloads.swift
[188/209] Compiling SymbolKit UnifiedSymbolGraph.swift
[189/209] Compiling Markdown CollectionExtensions.swift
[190/209] Compiling Markdown StringExtensions.swift
[191/209] Compiling Markdown MarkupVisitor.swift
[192/209] Compiling Markdown MarkupWalker.swift
[193/209] Compiling Markdown HTMLFormatter.swift
[194/209] Compiling Markdown MarkupFormatter.swift
[195/209] Compiling Markdown MarkupTreeDumper.swift
[210/433] Compiling SwiftDocC MessageType.swift
[211/433] Compiling SwiftDocC WebKitCommunicationBridge.swift
[212/433] Compiling SwiftDocC ContentCache.swift
[213/433] Compiling SwiftDocC DocumentationContext+Deprecated.swift
[214/433] Compiling SwiftDocC DocumentationContext+Configuration.swift
[215/433] Compiling SwiftDocC ConvertActionConverter.swift
[216/433] Compiling SwiftDocC ConvertOutputConsumer.swift
[217/433] Compiling SwiftDocC CoverageDataEntry.swift
[218/433] Compiling SwiftDocC ANSIAnnotation.swift
[219/433] Compiling SwiftDocC Diagnostic.swift
[220/433] Compiling SwiftDocC DiagnosticConsoleWriter.swift
[221/433] Compiling SwiftDocC DiagnosticConsumer.swift
[222/433] Compiling SwiftDocC DiagnosticEngine.swift
[223/433] Compiling SwiftDocC DiagnosticFile.swift
[224/433] Compiling SwiftDocC DiagnosticFileWriter.swift
[225/433] Compiling SwiftDocC DiagnosticFormattingOptions.swift
[226/433] Compiling SwiftDocC DiagnosticNote.swift
[227/433] Compiling SwiftDocC DiagnosticSeverity.swift
[228/433] Compiling SwiftDocC ParseDirectiveArguments.swift
[229/433] Compiling SwiftDocC Problem.swift
[230/433] Compiling SwiftDocC Replacement.swift
[231/433] Compiling SwiftDocC Solution.swift
[232/433] Compiling SwiftDocC SourcePosition.swift
[233/433] Compiling SwiftDocC TerminalHelper.swift
[234/433] Compiling SwiftDocC DocumentationBundle+Identifier.swift
[235/457] Compiling SwiftDocC RenderHierarchyChapter.swift
[236/457] Compiling SwiftDocC RenderHierarchyLandmark.swift
[237/457] Compiling SwiftDocC RenderHierarchyTranslator.swift
[238/457] Compiling SwiftDocC RenderHierarchyTutorial.swift
[239/457] Compiling SwiftDocC RenderReferenceHierarchy.swift
[240/457] Compiling SwiftDocC RenderTutorialsHierarchy.swift
[241/457] Compiling SwiftDocC PresentationURLGenerator.swift
[242/457] Compiling SwiftDocC AssetReferences.swift
[243/457] Compiling SwiftDocC FileReference.swift
[244/457] Compiling SwiftDocC ImageReference.swift
[245/457] Compiling SwiftDocC LinkReference.swift
[246/457] Compiling SwiftDocC MediaReference.swift
[247/457] Compiling SwiftDocC RenderReference.swift
[248/457] Compiling SwiftDocC TopicColor.swift
[249/457] Compiling SwiftDocC TopicImage.swift
[250/457] Compiling SwiftDocC TopicRenderReference.swift
[251/457] Compiling SwiftDocC UnresolvedReference.swift
[252/457] Compiling SwiftDocC VideoReference.swift
[253/457] Compiling SwiftDocC RenderContentCompiler.swift
[254/457] Compiling SwiftDocC RenderContentConvertible.swift
[255/457] Compiling SwiftDocC RenderContext.swift
[256/457] Compiling SwiftDocC RenderNode.Tag.swift
[257/457] Compiling SwiftDocC RenderNode.swift
[258/457] Compiling SwiftDocC AnyMetadata.swift
[259/481] Compiling SwiftDocC PathHierarchyBasedLinkResolver+Breadcrumbs.swift
[260/481] Compiling SwiftDocC PathHierarchyBasedLinkResolver+Overloads.swift
[261/481] Compiling SwiftDocC PathHierarchyBasedLinkResolver.swift
[262/481] Compiling SwiftDocC NodeURLGenerator.swift
[263/481] Compiling SwiftDocC AccessControl+Comparable.swift
[264/481] Compiling SwiftDocC ExtendedTypeFormatExtension.swift
[265/481] Compiling SwiftDocC ExtendedTypeFormatTransformation.swift
[266/481] Compiling SwiftDocC GeneratedDocumentationTopics.swift
[267/481] Compiling SwiftDocC ResolvedTopicReference+Symbol.swift
[268/481] Compiling SwiftDocC SymbolGraphConcurrentDecoder.swift
[269/481] Compiling SwiftDocC SymbolGraphLoader.swift
[270/481] Compiling SwiftDocC SymbolGraphRelationshipsBuilder.swift
[271/481] Compiling SwiftDocC SymbolReference.swift
[272/481] Compiling SwiftDocC UnresolvedTopicReference+Symbol.swift
[273/481] Compiling SwiftDocC AutomaticCuration.swift
[274/481] Compiling SwiftDocC TopicGraph.swift
[275/481] Compiling SwiftDocC DefaultAvailability.swift
[276/481] Compiling SwiftDocC DocumentationBundle+Info.swift
[277/481] Compiling SwiftDocC DocumentationWorkspace.swift
[278/481] Compiling SwiftDocC DocumentationWorkspaceDataProvider.swift
[279/481] Compiling SwiftDocC FeatureFlags+Info.swift
[280/481] Compiling SwiftDocC FileSystemProvider.swift
[281/481] Compiling SwiftDocC GeneratedDataProvider.swift
[282/481] Compiling SwiftDocC LocalFileSystemDataProvider+BundleDiscovery.swift
[283/481] Compiling SwiftDocC LocalFileSystemDataProvider.swift
[284/481] Emitting module SwiftDocC
[285/529] Compiling SwiftDocC RenderNodeTransformer.swift
[286/529] Compiling SwiftDocC RenderNodeTransforming.swift
[287/529] Compiling SwiftDocC TopicRenderReferenceEncoder.swift
[288/529] Compiling SwiftDocC DocumentationCoverageOptions.swift
[289/529] Compiling SwiftDocC ConvertService+DataProvider.swift
[290/529] Compiling SwiftDocC ConvertService.swift
[291/529] Compiling SwiftDocC ConvertServiceFallbackResolver.swift
[292/529] Compiling SwiftDocC AbsoluteSymbolLink.swift
[293/529] Compiling SwiftDocC DocCSymbolRepresentable.swift
[294/529] Compiling SwiftDocC LinkCompletionTools.swift
[295/529] Compiling SwiftDocC DocumentationServer+createDefaultServer.swift
[296/529] Compiling SwiftDocC ExternalReferenceResolverServiceClient.swift
[297/529] Compiling SwiftDocC DocumentationServer+Message.swift
[298/529] Compiling SwiftDocC DocumentationServer+MessageType.swift
[299/529] Compiling SwiftDocC DocumentationServer.swift
[300/529] Compiling SwiftDocC DocumentationServerError.swift
[301/529] Compiling SwiftDocC DocumentationServerProtocol.swift
[302/529] Compiling SwiftDocC DocumentationService.swift
[303/529] Compiling SwiftDocC ConvertRequest.swift
[304/529] Compiling SwiftDocC ConvertRequestContextWrapper.swift
[305/529] Compiling SwiftDocC ConvertResponse.swift
[306/529] Compiling SwiftDocC ConvertServiceError.swift
[307/529] Compiling SwiftDocC Indexable.swift
[308/529] Compiling SwiftDocC IndexingError.swift
[309/529] Compiling SwiftDocC IndexingRecord.swift
[310/529] Compiling SwiftDocC AvailabilityIndex+Ext.swift
[311/529] Compiling SwiftDocC AvailabilityIndex.swift
[312/529] Compiling SwiftDocC NavigatorIndex+Ext.swift
[313/529] Compiling SwiftDocC NavigatorIndex.swift
[314/529] Compiling SwiftDocC NavigatorItem.swift
[315/529] Compiling SwiftDocC NavigatorTree.swift
[316/529] Compiling SwiftDocC RenderNode+NavigatorIndex.swift
[317/529] Compiling SwiftDocC RenderBlockContent+TextIndexing.swift
[318/529] Compiling SwiftDocC RenderIndex.swift
[319/529] Compiling SwiftDocC RenderInlineContent+TextIndexing.swift
[320/529] Compiling SwiftDocC RenderNode+Indexable.swift
[321/529] Compiling SwiftDocC RenderNode+Relationships.swift
[322/529] Compiling SwiftDocC RenderSection+TextIndexing.swift
[323/529] Compiling SwiftDocC TutorialSectionsRenderSection+Indexable.swift
[324/529] Compiling SwiftDocC BundleData.swift
[325/529] Compiling SwiftDocC DataAssetManager.swift
[326/529] Compiling SwiftDocC SVGIDExtractor.swift
[327/529] Compiling SwiftDocC CodeColors.swift
[328/529] Compiling SwiftDocC CodeColorsPreferenceKey.swift
[329/529] Compiling SwiftDocC SRGBColor.swift
[330/529] Compiling SwiftDocC CommunicationBridge.swift
[331/529] Compiling SwiftDocC AnyCodable.swift
[332/529] Compiling SwiftDocC JSON.swift
[333/529] Compiling SwiftDocC Message+Codable.swift
[334/529] Compiling SwiftDocC Message.swift
[335/529] Compiling SwiftDocC CodableContentSection.swift
[336/529] Compiling SwiftDocC CodableRenderReference.swift
[337/529] Compiling SwiftDocC CodableRenderSection.swift
[338/529] Compiling SwiftDocC RenderMetadata.swift
[339/529] Compiling SwiftDocC RenderNode+Codable.swift
[340/529] Compiling SwiftDocC RenderNodeTranslator.swift
[341/529] Compiling SwiftDocC RenderNodeVariant.swift
[342/529] Compiling SwiftDocC RenderReferenceStore.swift
[343/529] Compiling SwiftDocC RenderSection.swift
[344/529] Compiling SwiftDocC AttributesSectionTranslator.swift
[345/529] Compiling SwiftDocC DeclarationsSectionTranslator.swift
[346/529] Compiling SwiftDocC DictionaryKeysSectionTranslator.swift
[347/529] Compiling SwiftDocC DiscussionSectionTranslator.swift
[348/529] Compiling SwiftDocC HTTPBodySectionTranslator.swift
[349/529] Compiling SwiftDocC HTTPEndpointSectionTranslator.swift
[350/529] Compiling SwiftDocC HTTPParametersSectionTranslator.swift
[351/529] Compiling SwiftDocC HTTPResponsesSectionTranslator.swift
[352/529] Compiling SwiftDocC MentionsSectionTranslator.swift
[353/529] Compiling SwiftDocC ParametersSectionTranslator.swift
[354/529] Compiling SwiftDocC PlistDetailsSectionTranslator.swift
[355/529] Compiling SwiftDocC PossibleValuesSectionTranslator.swift
[356/529] Compiling SwiftDocC RenderSectionTranslator.swift
[357/529] Compiling SwiftDocC ReturnsSectionTranslator.swift
[358/529] Compiling SwiftDocC SemanticVersion.swift
[359/601] Compiling SwiftDocC Section.swift
[360/601] Compiling SwiftDocC Abstract.swift
[361/601] Compiling SwiftDocC AutomaticTaskGroupSection.swift
[362/601] Compiling SwiftDocC DefaultImplementations.swift
[363/601] Compiling SwiftDocC DeprecatedSection.swift
[364/601] Compiling SwiftDocC DictionaryKeysSection.swift
[365/601] Compiling SwiftDocC Discussion.swift
[366/601] Compiling SwiftDocC GroupedSection.swift
[367/601] Compiling SwiftDocC HTTPBodySection.swift
[368/601] Compiling SwiftDocC HTTPEndpointSection.swift
[369/601] Compiling SwiftDocC HTTPParametersSection.swift
[370/601] Compiling SwiftDocC HTTPResponsesSection.swift
[371/601] Compiling SwiftDocC ParametersSection.swift
[372/601] Compiling SwiftDocC PropertyListPossibleValuesSection.swift
[373/601] Compiling SwiftDocC Relationships.swift
[374/601] Compiling SwiftDocC ReturnsSection.swift
[375/601] Compiling SwiftDocC SeeAlso.swift
[376/601] Compiling SwiftDocC Topics.swift
[377/601] Compiling SwiftDocC DictionaryKey.swift
[378/601] Compiling SwiftDocC HTTPBody.swift
[379/601] Compiling SwiftDocC HTTPParameter.swift
[380/601] Compiling SwiftDocC HTTPResponse.swift
[381/601] Compiling SwiftDocC LegacyTag.swift
[382/601] Compiling SwiftDocC Parameter.swift
[383/625] Compiling SwiftDocC DownloadReference.swift
[384/625] Compiling SwiftDocC XcodeRequirementReference.swift
[385/625] Compiling SwiftDocC IntroRenderSection.swift
[386/625] Compiling SwiftDocC TutorialAssessmentsRenderSection.swift
[387/625] Compiling SwiftDocC TutorialSectionsRenderSection.swift
[388/625] Compiling SwiftDocC RenderTile.swift
[389/625] Compiling SwiftDocC CallToActionSection.swift
[390/625] Compiling SwiftDocC ContentAndMediaGroupSection.swift
[391/625] Compiling SwiftDocC ContentAndMediaSection.swift
[392/625] Compiling SwiftDocC ResourcesRenderSection.swift
[393/625] Compiling SwiftDocC VolumeRenderSection.swift
[394/625] Compiling SwiftDocC JSONPatchApplier.swift
[395/625] Compiling SwiftDocC JSONPatchOperation.swift
[396/625] Compiling SwiftDocC JSONPointer.swift
[397/625] Compiling SwiftDocC PatchOperation.swift
[398/625] Compiling SwiftDocC RenderNodeVariantOverridesApplier.swift
[399/625] Compiling SwiftDocC VariantCollection+Coding.swift
[400/625] Compiling SwiftDocC VariantCollection+Symbol.swift
[401/625] Compiling SwiftDocC VariantCollection+Variant.swift
[402/625] Compiling SwiftDocC VariantCollection.swift
[403/625] Compiling SwiftDocC VariantContainer.swift
[404/625] Compiling SwiftDocC VariantOverride.swift
[405/625] Compiling SwiftDocC VariantOverrides.swift
[406/625] Compiling SwiftDocC VariantPatchOperation.swift
[407/649] Compiling SwiftDocC Benchmark.swift
[408/649] Compiling SwiftDocC BenchmarkResults.swift
[409/649] Compiling SwiftDocC Metrics.swift
[410/649] Compiling SwiftDocC Duration.swift
[411/649] Compiling SwiftDocC ExternalTopicsHash.swift
[412/649] Compiling SwiftDocC OutputSize.swift
[413/649] Compiling SwiftDocC PeakMemory.swift
[414/649] Compiling SwiftDocC TopicAnchorHash.swift
[415/649] Compiling SwiftDocC TopicGraphHash.swift
[416/649] Compiling SwiftDocC GeneratedCurationWriter.swift
[417/649] Compiling SwiftDocC Checker.swift
[418/649] Compiling SwiftDocC AbstractContainsFormattedTextOnly.swift
[419/649] Compiling SwiftDocC DuplicateTopicsSection.swift
[420/649] Compiling SwiftDocC InvalidAdditionalTitle.swift
[421/649] Compiling SwiftDocC MissingAbstract.swift
[422/649] Compiling SwiftDocC NonInclusiveLanguageChecker.swift
[423/649] Compiling SwiftDocC NonOverviewHeadingChecker.swift
[424/649] Compiling SwiftDocC SeeAlsoInTopicsHeadingChecker.swift
[425/649] Compiling SwiftDocC DocumentationContextConverter.swift
[426/649] Compiling SwiftDocC DocumentationNodeConverter.swift
[427/649] Compiling SwiftDocC RenderNode+Coding.swift
[428/649] Compiling SwiftDocC RemoveHierarchyTransformation.swift
[429/649] Compiling SwiftDocC RemoveUnusedReferencesTransformation.swift
[430/649] Compiling SwiftDocC RenderNodeTransformationComposition.swift
[431/649] Compiling SwiftDocC RenderNodeTransformationContext.swift
[432/649] Compiling SwiftDocC PrebuiltLocalFileSystemDataProvider.swift
[433/649] Compiling SwiftDocC LinkDestinationSummary.swift
[434/649] Compiling SwiftDocC AnchorSection.swift
[435/649] Compiling SwiftDocC AvailabilityParser.swift
[436/649] Compiling SwiftDocC BuildMetadata.swift
[437/649] Compiling SwiftDocC DocumentationMarkup.swift
[438/649] Compiling SwiftDocC DocumentationNode.swift
[439/649] Compiling SwiftDocC Identifier.swift
[440/649] Compiling SwiftDocC Kind.swift
[441/649] Compiling SwiftDocC Markup+parsing.swift
[442/649] Compiling SwiftDocC Name.swift
[443/649] Compiling SwiftDocC ParametersAndReturnValidator.swift
[444/649] Compiling SwiftDocC RenderTermLists.swift
[445/649] Compiling SwiftDocC RenderBlockContent+Capitalization.swift
[446/649] Compiling SwiftDocC RenderBlockContent.swift
[447/649] Compiling SwiftDocC RenderContentMetadata.swift
[448/649] Compiling SwiftDocC RenderInlineContent.swift
[449/649] Compiling SwiftDocC AnyRenderReference.swift
[450/649] Compiling SwiftDocC AnyRenderSection.swift
[451/649] Compiling SwiftDocC DifferenceBuilder.swift
[452/649] Compiling SwiftDocC Differences.swift
[453/649] Compiling SwiftDocC RenderNode+Diffable.swift
[454/649] Compiling SwiftDocC DocumentationContentRenderer.swift
[455/649] Compiling SwiftDocC LinkTitleResolver.swift
[456/649] Compiling SwiftDocC RenderHierarchy.swift
[457/673] Compiling SwiftDocC Return.swift
[458/673] Compiling SwiftDocC Throw.swift
[459/673] Compiling SwiftDocC SourceLanguage.swift
[460/673] Compiling SwiftDocC TaskGroup.swift
[461/673] Compiling SwiftDocC Abstracted.swift
[462/673] Compiling SwiftDocC Article.swift
[463/673] Compiling SwiftDocC ArticleSymbolMentions.swift
[464/673] Compiling SwiftDocC MarkupConvertible.swift
[465/673] Compiling SwiftDocC Comment.swift
[466/673] Compiling SwiftDocC ContentAndMedia.swift
[467/673] Compiling SwiftDocC DirectiveConvertable.swift
[468/673] Compiling SwiftDocC AutomaticDirectiveConvertible.swift
[469/673] Compiling SwiftDocC ChildDirectiveWrapper.swift
[470/673] Compiling SwiftDocC ChildMarkdownWrapper.swift
[471/673] Compiling SwiftDocC DirectiveArgumentValueConvertible.swift
[472/673] Compiling SwiftDocC DirectiveArgumentWrapper.swift
[473/673] Compiling SwiftDocC DirectiveIndex.swift
[474/673] Compiling SwiftDocC DirectiveMirror.swift
[475/673] Compiling SwiftDocC MarkupContaining.swift
[476/673] Compiling SwiftDocC DirectiveParser.swift
[477/673] Compiling SwiftDocC ExternalMarkupReferenceWalker.swift
[478/673] Compiling SwiftDocC ExternalReferenceWalker.swift
[479/673] Compiling SwiftDocC DeprecatedArgument.swift
[480/673] Compiling SwiftDocC Extract.swift
[481/673] Compiling SwiftDocC AttributesRenderSection.swift
[482/673] Compiling SwiftDocC AvailabilityRenderMetadataItem.swift
[483/673] Compiling SwiftDocC AvailabilitySortOrder.swift
[484/673] Compiling SwiftDocC ConformanceSection.swift
[485/673] Compiling SwiftDocC ContentRenderSection.swift
[486/673] Compiling SwiftDocC DeclarationRenderSection+SymbolGraph.swift
[487/673] Compiling SwiftDocC DeclarationsRenderSection.swift
[488/673] Compiling SwiftDocC DiffAvailability.swift
[489/673] Compiling SwiftDocC MentionsRenderSection.swift
[490/673] Compiling SwiftDocC ParameterRenderSection.swift
[491/673] Compiling SwiftDocC PossibleValuesRenderSection.swift
[492/673] Compiling SwiftDocC PropertiesRenderSection.swift
[493/673] Compiling SwiftDocC PropertyListDetailsRenderSection.swift
[494/673] Compiling SwiftDocC RESTBodyRenderSection.swift
[495/673] Compiling SwiftDocC RESTEndpointRenderSection.swift
[496/673] Compiling SwiftDocC RESTExampleRenderSection.swift
[497/673] Compiling SwiftDocC RESTParametersRenderSection.swift
[498/673] Compiling SwiftDocC RESTResponseRenderSection.swift
[499/673] Compiling SwiftDocC RelationshipsRenderSection.swift
[500/673] Compiling SwiftDocC SampleDownloadSection.swift
[501/673] Compiling SwiftDocC TaskGroupRenderSection.swift
[502/673] Compiling SwiftDocC TopicsSectionStyle.swift
[503/673] Compiling SwiftDocC TutorialArticleSection.swift
[504/673] Compiling SwiftDocC LineHighlighter.swift
[505/673] Compiling SwiftDocC Dictionary+TypedValues.swift
[506/673] Compiling SwiftDocC NoOpSignposterShim.swift
[507/673] Compiling SwiftDocC Optional+baseType.swift
[508/673] Compiling SwiftDocC PlainTextShim.swift
[509/673] Compiling SwiftDocC RangeReplaceableCollection+Group.swift
[510/673] Compiling SwiftDocC SendableMetatypeShim.swift
[511/673] Compiling SwiftDocC Sequence+Categorize.swift
[512/673] Compiling SwiftDocC Sequence+FirstMap.swift
[513/673] Compiling SwiftDocC Sequence+RenderBlockContentElemenet.swift
[514/673] Compiling SwiftDocC SortByKeyPath.swift
[515/673] Compiling SwiftDocC String+Capitalization.swift
[516/673] Compiling SwiftDocC String+Hashing.swift
[517/673] Compiling SwiftDocC String+Path.swift
[518/673] Compiling SwiftDocC String+SingleQuoted.swift
[519/673] Compiling SwiftDocC String+Splitting.swift
[520/673] Compiling SwiftDocC String+Whitespace.swift
[521/673] Compiling SwiftDocC StringCollection+List.swift
[522/673] Compiling SwiftDocC URL+IsAbsoluteWebURL.swift
[523/673] Compiling SwiftDocC URL+Relative.swift
[524/673] Compiling SwiftDocC URL+WithFragment.swift
[525/673] Compiling SwiftDocC URL+WithoutHostAndPortAndScheme.swift
[526/673] Compiling SwiftDocC DirectedGraph+Cycles.swift
[527/673] Compiling SwiftDocC DirectedGraph+Paths.swift
[528/673] Compiling SwiftDocC DirectedGraph+Traversal.swift
[529/673] Compiling SwiftDocC PageColor.swift
[530/673] Compiling SwiftDocC PageImage.swift
[531/673] Compiling SwiftDocC PageKind.swift
[532/673] Compiling SwiftDocC SupportedLanguage.swift
[533/673] Compiling SwiftDocC TechnologyRoot.swift
[534/673] Compiling SwiftDocC TitleHeading.swift
[535/673] Compiling SwiftDocC AutomaticArticleSubheading.swift
[536/673] Compiling SwiftDocC AutomaticSeeAlso.swift
[537/673] Compiling SwiftDocC AutomaticTitleHeading.swift
[538/673] Compiling SwiftDocC Options.swift
[539/673] Compiling SwiftDocC TopicsVisualStyle.swift
[540/673] Compiling SwiftDocC Redirect.swift
[541/673] Compiling SwiftDocC Redirected.swift
[542/673] Compiling SwiftDocC Links.swift
[543/673] Compiling SwiftDocC Row.swift
[544/673] Compiling SwiftDocC Small.swift
[545/673] Compiling SwiftDocC TabNavigator.swift
[546/673] Compiling SwiftDocC ReferenceResolver.swift
[547/673] Compiling SwiftDocC Semantic.swift
[548/673] Compiling SwiftDocC SemanticAnalysis.swift
[549/673] Compiling SwiftDocC SemanticAnalyzer.swift
[550/673] Compiling SwiftDocC Snippet.swift
[551/673] Compiling SwiftDocC DeprecationSummary.swift
[552/673] Compiling SwiftDocC DocumentationDataVariants+SymbolGraphSymbol.swift
[553/673] Compiling SwiftDocC DocumentationDataVariants.swift
[554/673] Compiling SwiftDocC PlatformName.swift
[555/673] Compiling SwiftDocC Relationship.swift
[556/673] Compiling SwiftDocC Symbol.swift
[557/673] Compiling SwiftDocC UnifiedSymbol+Extensions.swift
[558/673] Compiling SwiftDocC Resources.swift
[559/673] Compiling SwiftDocC Tile.swift
[560/673] Compiling SwiftDocC TutorialTableOfContents.swift
[561/673] Compiling SwiftDocC Chapter.swift
[562/673] Compiling SwiftDocC TutorialReference.swift
[563/673] Compiling SwiftDocC Volume.swift
[564/673] Compiling SwiftDocC TechnologyBound.swift
[565/673] Compiling SwiftDocC Timed.swift
[566/673] Compiling SwiftDocC Titled.swift
[567/673] Compiling SwiftDocC Assessments.swift
[568/673] Compiling SwiftDocC Choice.swift
[569/673] Compiling SwiftDocC Justification.swift
[570/673] Compiling SwiftDocC MultipleChoice.swift
[571/673] Compiling SwiftDocC Code.swift
[572/673] Compiling SwiftDocC Step.swift
[573/673] Compiling SwiftDocC Steps.swift
[574/673] Compiling SwiftDocC TutorialSection.swift
[575/673] Compiling SwiftDocC Tutorial.swift
[576/673] Compiling SwiftDocC XcodeRequirement.swift
[577/673] Compiling SwiftDocC Stack.swift
[578/673] Compiling SwiftDocC TutorialArticle.swift
[579/673] Compiling SwiftDocC SemanticVisitor.swift
[580/673] Compiling SwiftDocC SemanticWalker.swift
[581/673] Compiling SwiftDocC SemanticTreeDumper.swift
[582/673] Compiling SwiftDocC DocumentationSchemeHandler.swift
[583/673] Compiling SwiftDocC FileServer.swift
[584/673] Compiling SwiftDocC SourceRepository.swift
[585/673] Compiling SwiftDocC Checksum.swift
[586/673] Compiling SwiftDocC Collection+ConcurrentPerform.swift
[587/673] Compiling SwiftDocC CollectionChanges.swift
[588/673] Compiling SwiftDocC BidirectionalMap.swift
[589/673] Compiling SwiftDocC GroupedSequence.swift
[590/673] Compiling SwiftDocC DispatchGroup+Async.swift
[591/673] Compiling SwiftDocC DescribedError.swift
[592/673] Compiling SwiftDocC ErrorWithProblems.swift
[593/673] Compiling SwiftDocC ExternalIdentifier.swift
[594/673] Compiling SwiftDocC FeatureFlags.swift
[595/673] Compiling SwiftDocC FileManagerProtocol+FilesSequence.swift
[596/673] Compiling SwiftDocC FileManagerProtocol.swift
[597/673] Compiling SwiftDocC Array+baseType.swift
[598/673] Compiling SwiftDocC AutoreleasepoolShim.swift
[599/673] Compiling SwiftDocC CharacterSet.swift
[600/673] Compiling SwiftDocC Collection+indexed.swift
[601/673] Compiling SwiftDocC DirectedGraph.swift
[602/673] Compiling SwiftDocC LMDB+Database.swift
[603/673] Compiling SwiftDocC LMDB+Environment.swift
[604/673] Compiling SwiftDocC LMDB+Error.swift
[605/673] Compiling SwiftDocC LMDB+Transaction.swift
[606/673] Compiling SwiftDocC LMDB.swift
[607/673] Compiling SwiftDocC EnglishLanguage.swift
[608/673] Compiling SwiftDocC NativeLanguage.swift
[609/673] Compiling SwiftDocC ListItemUpdatable.swift
[610/673] Compiling SwiftDocC LogHandle.swift
[611/673] Compiling SwiftDocC AnyLink.swift
[612/673] Compiling SwiftDocC BlockDirectiveExtensions.swift
[613/673] Compiling SwiftDocC DocumentExtensions.swift
[614/673] Compiling SwiftDocC ImageExtensions.swift
[615/673] Compiling SwiftDocC ListItemExtractor.swift
[616/673] Compiling SwiftDocC MarkupChildrenExtensions.swift
[617/673] Compiling SwiftDocC SourceRangeExtensions.swift
[618/673] Compiling SwiftDocC NearMiss.swift
[619/673] Compiling SwiftDocC RenderNodeDataExtractor.swift
[620/673] Compiling SwiftDocC SemanticVersion+Comparable.swift
[621/673] Compiling SwiftDocC SymbolGraphAvailability+Filter.swift
[622/673] Compiling SwiftDocC Synchronization.swift
[623/673] Compiling SwiftDocC ValidatedURL.swift
[624/673] Compiling SwiftDocC Version.swift
[625/673] Compiling SwiftDocC HasArgumentOfType.swift
[626/673] Compiling SwiftDocC HasAtLeastOne.swift
[627/673] Compiling SwiftDocC HasAtMostOne.swift
[628/673] Compiling SwiftDocC HasContent.swift
[629/673] Compiling SwiftDocC HasExactlyOne.swift
[630/673] Compiling SwiftDocC HasOnlyKnownArguments.swift
[631/673] Compiling SwiftDocC HasOnlyKnownDirectives.swift
[632/673] Compiling SwiftDocC HasOnlySequentialHeadings.swift
[633/673] Compiling SwiftDocC SymbolKind.Swift.swift
[634/673] Compiling SwiftDocC Intro.swift
[635/673] Compiling SwiftDocC Landmark.swift
[636/673] Compiling SwiftDocC Layout.swift
[637/673] Compiling SwiftDocC MarkupContainer.swift
[638/673] Compiling SwiftDocC MarkupReferenceResolver.swift
[639/673] Compiling SwiftDocC ImageMedia.swift
[640/673] Compiling SwiftDocC Media.swift
[641/673] Compiling SwiftDocC VideoMedia.swift
[642/673] Compiling SwiftDocC AlternateRepresentation.swift
[643/673] Compiling SwiftDocC Availability.swift
[644/673] Compiling SwiftDocC CallToAction.swift
[645/673] Compiling SwiftDocC CustomMetadata.swift
[646/673] Compiling SwiftDocC DisplayName.swift
[647/673] Compiling SwiftDocC DocumentationExtension.swift
[648/673] Compiling SwiftDocC Metadata.swift
[649/673] Compiling SwiftDocC DocumentationBundle.swift
[650/673] Compiling SwiftDocC DocumentationBundleFileTypes.swift
[651/673] Compiling SwiftDocC DocumentationContext+Breadcrumbs.swift
[652/673] Compiling SwiftDocC DocumentationContext.swift
[653/673] Compiling SwiftDocC DocumentationConverter.swift
[654/673] Compiling SwiftDocC DocumentationCurator.swift
[655/673] Compiling SwiftDocC KindIdentifier+Curation.swift
[656/673] Compiling SwiftDocC SymbolGraph.Symbol.Location+URL.swift
[657/673] Compiling SwiftDocC ExternalDocumentationSource.swift
[658/673] Compiling SwiftDocC ExternalMetadata.swift
[659/673] Compiling SwiftDocC GlobalExternalSymbolResolver.swift
[660/673] Compiling SwiftDocC OutOfProcessReferenceResolver.swift
[661/673] Compiling SwiftDocC DataProvider.swift
[662/673] Compiling SwiftDocC DocumentationInputsProvider.swift
[663/673] Compiling SwiftDocC ExternalPathHierarchyResolver.swift
[664/673] Compiling SwiftDocC LinkResolver.swift
[665/673] Compiling SwiftDocC PathHierarchy+DisambiguatedPaths.swift
[666/673] Compiling SwiftDocC PathHierarchy+Dump.swift
[667/673] Compiling SwiftDocC PathHierarchy+Error.swift
[668/673] Compiling SwiftDocC PathHierarchy+Find.swift
[669/673] Compiling SwiftDocC PathHierarchy+PathComponent.swift
[670/673] Compiling SwiftDocC PathHierarchy+Serialization.swift
[671/673] Compiling SwiftDocC PathHierarchy+TypeSignature.swift
[672/673] Compiling SwiftDocC PathHierarchy+TypeSignatureDisambiguation.swift
[673/673] Compiling SwiftDocC PathHierarchy.swift
Build of target: 'SwiftDocC' complete! (10.31s)
Target:                   SwiftDocCUtilities
Extracting symbol information for 'SwiftDocCUtilities'...
Finished extracting symbol information for 'SwiftDocCUtilities'. (9.57s)
Building documentation for 'SwiftDocCUtilities'...
warning: 'Action' doesn't exist at '/SwiftDocCUtilities'
 --> SwiftDocCUtilities.md:7:252-7:258
5 | ## Overview
6 |
7 + SwiftDocCUtilities provides a default, command-line workflow for DocC, powered by Swift [Argument Parser](https://apple.github.io/swift-argument-parser/documentation/argumentparser/). `docc` commands, such as `convert` and `preview`, are conformant ``Action`` types that use DocC to perform documentation tasks.
  |                                                                                                                                                                                                                                                            ├─suggestion: Replace 'Action' with 'ActionResult'
  |                                                                                                                                                                                                                                                            ├─suggestion: Replace 'Action' with 'Actions-Design'
  |                                                                                                                                                                                                                                                            ├─suggestion: Replace 'Action' with 'InitAction'
  |                                                                                                                                                                                                                                                            ╰─suggestion: Replace 'Action' with 'IndexAction'
8 |
9 | Use SwiftDocCUtilities to build a custom, command-line interface and extend it with additional commands. To add a new sub-command called `example`, create a conformant ``Action`` type, `ExampleAction`, that performs the desired work, and add it as a sub-command. Optionally, you can also reuse any of the provided actions like ``ConvertAction``.
warning: 'Action' doesn't exist at '/SwiftDocCUtilities'
  --> SwiftDocCUtilities.md:9:171-9:177
7  | SwiftDocCUtilities provides a default, command-line workflow for DocC, powered by Swift [Argument Parser](https://apple.github.io/swift-argument-parser/documentation/argumentparser/). `docc` commands, such as `convert` and `preview`, are conformant ``Action`` types that use DocC to perform documentation tasks.
8  |
9  + Use SwiftDocCUtilities to build a custom, command-line interface and extend it with additional commands. To add a new sub-command called `example`, create a conformant ``Action`` type, `ExampleAction`, that performs the desired work, and add it as a sub-command. Optionally, you can also reuse any of the provided actions like ``ConvertAction``.
   |                                                                                                                                                                           ├─suggestion: Replace 'Action' with 'ActionResult'
   |                                                                                                                                                                           ├─suggestion: Replace 'Action' with 'Actions-Design'
   |                                                                                                                                                                           ├─suggestion: Replace 'Action' with 'InitAction'
   |                                                                                                                                                                           ╰─suggestion: Replace 'Action' with 'IndexAction'
10 |
11 | ```swift
warning: 'Action' doesn't exist at '/SwiftDocCUtilities'
  --> SwiftDocCUtilities.md:39:5-39:11
37 |
38 | ### Actions Design
39 + - ``Action``
   |     ├─suggestion: Replace 'Action' with 'ActionResult'
   |     ├─suggestion: Replace 'Action' with 'Actions-Design'
   |     ├─suggestion: Replace 'Action' with 'InitAction'
   |     ╰─suggestion: Replace 'Action' with 'IndexAction'
40 | - ``ActionResult``
41 | - ``RecreatingContext``
warning: 'RecreatingContext' doesn't exist at '/SwiftDocCUtilities'
  --> SwiftDocCUtilities.md:41:5-41:22
39 | - ``Action``
40 | - ``ActionResult``
41 + - ``RecreatingContext``
42 |
43 | ### Execution Workflow
warning: 'DocumentationBundleOption' doesn't exist at '/SwiftDocCUtilities/Docc'
  --> SwiftDocCUtilities/Extensions/Docc.md:12:5-12:30
10 |
11 | - ``DocCArchiveOption``
12 + - ``DocumentationBundleOption``
13 | - ``OutOfProcessLinkResolverOption``
14 | - ``TemplateOption``
Finished building documentation for 'SwiftDocCUtilities' (0.25s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-docc/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (2.07s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/52] Compiling Atomics ManagedAtomic.swift
[4/52] Compiling Atomics ManagedAtomicLazyReference.swift
[5/53] Compiling Atomics AtomicStorage.swift
[6/53] Compiling Atomics AtomicValue.swift
[7/53] Compiling Atomics AtomicMemoryOrderings.swift
[8/53] Compiling Atomics DoubleWord.swift
[9/53] Compiling Atomics UnsafeAtomic.swift
[10/53] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/55] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/55] Compiling _NIODataStructures PriorityQueue.swift
[19/55] Compiling _NIODataStructures Heap.swift
[20/55] Compiling _NIODataStructures _TinyArray.swift
[21/55] Compiling NIOConcurrencyHelpers lock.swift
[22/55] Emitting module _NIOBase64
[23/55] Compiling _NIOBase64 Base64.swift
[24/55] Emitting module _NIODataStructures
[25/55] Compiling Atomics IntegerOperations.swift
[26/55] Compiling Atomics Unmanaged extensions.swift
[27/55] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/55] Emitting module NIOConcurrencyHelpers
[29/55] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[30/55] Compiling NIOConcurrencyHelpers atomics.swift
[31/55] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[32/55] Compiling Atomics Primitives.shims.swift
[33/55] Compiling Atomics AtomicInteger.swift
[34/55] Compiling Atomics AtomicOptionalWrappable.swift
[35/55] Compiling Atomics AtomicReference.swift
[36/55] Emitting module ArgumentParserToolInfo
[37/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[38/55] Compiling Atomics OptionalRawRepresentable.swift
[39/55] Compiling Atomics RawRepresentable.swift
[42/55] Compiling Atomics PointerConformances.swift
[43/55] Compiling Atomics Primitives.native.swift
[44/55] Compiling Atomics AtomicBool.swift
[45/55] Compiling Atomics IntegerConformances.swift
[48/55] Emitting module InternalCollectionsUtilities
[51/110] Compiling DequeModule Deque+Extras.swift
[52/110] Compiling DequeModule Deque+Hashable.swift
[53/110] Compiling DequeModule Deque+Codable.swift
[54/110] Compiling DequeModule Deque+Collection.swift
[55/110] Compiling DequeModule Deque._UnsafeHandle.swift
[56/110] Compiling ArgumentParser CommandConfiguration.swift
[57/110] Compiling ArgumentParser EnumerableFlag.swift
[58/110] Compiling ArgumentParser ExpressibleByArgument.swift
[59/114] Compiling ArgumentParser ArgumentHelp.swift
[60/114] Compiling ArgumentParser ArgumentVisibility.swift
[61/114] Compiling ArgumentParser CompletionKind.swift
[62/114] Compiling ArgumentParser Errors.swift
[63/114] Compiling DequeModule Deque+Testing.swift
[64/114] Compiling DequeModule Deque.swift
[65/114] Compiling DequeModule _DequeBuffer.swift
[66/114] Compiling DequeModule Deque._Storage.swift
[67/114] Compiling DequeModule _DequeSlot.swift
[68/114] Compiling DequeModule _DequeBufferHeader.swift
[69/114] Compiling DequeModule Deque+Equatable.swift
[70/114] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/114] Compiling DequeModule Deque+Sendable.swift
[79/115] Emitting module ArgumentParser
[80/115] Emitting module Atomics
[81/115] Compiling DequeModule Deque+CustomReflectable.swift
[82/115] Compiling DequeModule Deque+Descriptions.swift
[85/115] Emitting module DequeModule
[86/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/115] Compiling ArgumentParser Platform.swift
[88/115] Compiling ArgumentParser SequenceExtensions.swift
[89/115] Compiling ArgumentParser StringExtensions.swift
[90/115] Compiling ArgumentParser Tree.swift
[100/175] Compiling NIOCore FileHandle.swift
[101/175] Compiling NIOCore FileRegion.swift
[102/175] Compiling NIOCore Interfaces.swift
[103/175] Compiling NIOCore Linux.swift
[104/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[105/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[106/175] Compiling NIOCore EventLoopFuture.swift
[107/175] Compiling NIOCore FileDescriptor.swift
[108/175] Compiling NIOCore EventLoop+Deprecated.swift
[109/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[110/175] Compiling NIOCore EventLoop.swift
[111/175] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[112/175] Compiling NIOCore MarkedCircularBuffer.swift
[113/175] Compiling NIOCore MulticastChannel.swift
[114/175] Compiling NIOCore NIOAny.swift
[115/175] Compiling NIOCore NIOCloseOnErrorHandler.swift
[128/181] Compiling NIOCore AddressedEnvelope.swift
[129/181] Compiling NIOCore AsyncAwaitSupport.swift
[130/181] Compiling NIOCore AsyncChannel.swift
[131/181] Compiling NIOCore AsyncChannelInboundStream.swift
[132/181] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[133/181] Compiling NIOCore AsyncChannelOutboundWriter.swift
[134/181] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[135/181] Compiling NIOCore ConvenienceOptionSupport.swift
[136/181] Compiling NIOCore DeadChannel.swift
[137/181] Compiling NIOCore DispatchQueue+WithFuture.swift
[142/181] Compiling NIOCore NIOLoopBound.swift
[143/181] Compiling NIOCore NIOSendable.swift
[144/181] Compiling NIOCore PointerHelpers.swift
[145/181] Compiling NIOCore RecvByteBufferAllocator.swift
[146/181] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[147/181] Compiling NIOCore SocketAddresses.swift
[148/181] Compiling NIOCore SocketOptionProvider.swift
[149/181] Compiling NIOCore SystemCallHelpers.swift
[150/181] Compiling NIOCore TimeAmount+Duration.swift
[151/181] Compiling NIOCore TypeAssistedChannelHandler.swift
[152/181] Compiling NIOCore UniversalBootstrapSupport.swift
[153/181] Compiling NIOCore Utilities.swift
[154/181] Compiling NIOCore NIOAsyncSequenceProducer.swift
[155/181] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[156/181] Compiling NIOCore NIOAsyncWriter.swift
[157/181] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[158/181] Compiling NIOCore BSDSocketAPI.swift
[159/181] Compiling NIOCore ByteBuffer-aux.swift
[160/181] Compiling NIOCore ByteBuffer-conversions.swift
[161/181] Compiling NIOCore GlobalSingletons.swift
[162/181] Compiling NIOCore IO.swift
[163/181] Compiling NIOCore IOData.swift
[164/181] Compiling NIOCore IPProtocol.swift
[165/181] Compiling NIOCore IntegerBitPacking.swift
[166/181] Compiling NIOCore IntegerTypes.swift
[167/181] Compiling NIOCore ByteBuffer-core.swift
[168/181] Compiling NIOCore ByteBuffer-hexdump.swift
[169/181] Compiling NIOCore ByteBuffer-int.swift
[170/181] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[171/181] Compiling NIOCore ByteBuffer-multi-int.swift
[172/181] Compiling NIOCore ByteBuffer-views.swift
[173/181] Compiling NIOCore Channel.swift
[174/181] Compiling NIOCore ChannelHandler.swift
[175/181] Compiling NIOCore ChannelHandlers.swift
[176/181] Compiling NIOCore ChannelInvoker.swift
[177/181] Compiling NIOCore ChannelOption.swift
[178/181] Compiling NIOCore ChannelPipeline.swift
[179/181] Compiling NIOCore CircularBuffer.swift
[180/181] Compiling NIOCore Codec.swift
[181/181] Emitting module NIOCore
[182/234] Compiling NIOEmbedded AsyncTestingChannel.swift
[183/234] Emitting module NIOEmbedded
[184/234] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[185/234] Compiling NIOEmbedded Embedded.swift
[186/234] Emitting module NIOPosix
[187/239] Compiling NIOPosix Selectable.swift
[188/239] Compiling NIOPosix SelectableChannel.swift
[189/239] Compiling NIOPosix SelectableEventLoop.swift
[190/239] Compiling NIOPosix SelectorEpoll.swift
[191/239] Compiling NIOPosix SelectorGeneric.swift
[192/239] Compiling NIOPosix SelectorKqueue.swift
[193/239] Compiling NIOPosix SelectorUring.swift
[194/239] Compiling NIOPosix ServerSocket.swift
[195/239] Compiling NIOPosix Socket.swift
[196/239] Compiling NIOPosix SocketChannel.swift
[197/239] Compiling NIOPosix PooledRecvBufferAllocator.swift
[198/239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[199/239] Compiling NIOPosix PosixSingletons.swift
[200/239] Compiling NIOPosix RawSocketBootstrap.swift
[201/239] Compiling NIOPosix Resolver.swift
[202/239] Compiling NIOPosix PendingWritesManager.swift
[203/239] Compiling NIOPosix PipeChannel.swift
[204/239] Compiling NIOPosix PipePair.swift
[205/239] Compiling NIOPosix PointerHelpers.swift
[206/239] Compiling NIOPosix Pool.swift
[207/239] Compiling NIOPosix BaseStreamSocketChannel.swift
[208/239] Compiling NIOPosix Bootstrap.swift
[209/239] Compiling NIOPosix ControlMessage.swift
[210/239] Compiling NIOPosix DatagramVectorReadManager.swift
[211/239] Compiling NIOPosix FileDescriptor.swift
[212/239] Compiling NIOPosix GetaddrinfoResolver.swift
[213/239] Compiling NIOPosix SocketProtocols.swift
[214/239] Compiling NIOPosix System.swift
[215/239] Compiling NIOPosix Thread.swift
[216/239] Compiling NIOPosix ThreadPosix.swift
[217/239] Compiling NIOPosix ThreadWindows.swift
[218/239] Compiling NIOPosix HappyEyeballs.swift
[219/239] Compiling NIOPosix IO.swift
[220/239] Compiling NIOPosix IntegerBitPacking.swift
[221/239] Compiling NIOPosix IntegerTypes.swift
[222/239] Compiling NIOPosix Linux.swift
[223/239] Compiling NIOPosix LinuxCPUSet.swift
[224/239] Compiling NIOPosix BSDSocketAPICommon.swift
[225/239] Compiling NIOPosix BSDSocketAPIPosix.swift
[226/239] Compiling NIOPosix BSDSocketAPIWindows.swift
[227/239] Compiling NIOPosix BaseSocket.swift
[228/239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[229/239] Compiling NIOPosix BaseSocketChannel.swift
[230/239] Compiling NIOPosix LinuxUring.swift
[231/239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[232/239] Compiling NIOPosix NIOThreadPool.swift
[233/239] Compiling NIOPosix NonBlockingFileIO.swift
[234/239] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/239] Compiling NIOPosix UnsafeTransfer.swift
[236/239] Compiling NIOPosix Utilities.swift
[237/239] Compiling NIOPosix VsockAddress.swift
[238/239] Compiling NIOPosix VsockChannelEvents.swift
[239/239] Compiling NIOPosix resource_bundle_accessor.swift
[240/241] Compiling NIO Exports.swift
[241/241] Emitting module NIO
[242/258] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[243/258] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[244/258] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[245/258] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[246/258] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[247/258] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[248/258] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[249/258] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[250/258] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[251/258] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[252/258] Compiling NIOHTTP1 HTTPEncoder.swift
[253/258] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[254/258] Compiling NIOHTTP1 ByteCollectionUtils.swift
[255/258] Compiling NIOHTTP1 HTTPDecoder.swift
[256/258] Compiling NIOHTTP1 HTTPTypes.swift
[257/258] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[258/258] Emitting module NIOHTTP1
[259/259] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[260/315] Compiling SwiftDocCUtilities ConvertAction+CommandInitialization.swift
[261/315] Compiling SwiftDocCUtilities EmitGeneratedCurationAction+CommandInitialization.swift
[262/315] Compiling SwiftDocCUtilities IndexAction+CommandInitialization.swift
[263/315] Compiling SwiftDocCUtilities InitAction+CommandInitialization.swift
[264/315] Compiling SwiftDocCUtilities PreviewAction+CommandInitialization.swift
[265/315] Compiling SwiftDocCUtilities TransformForStaticHostingAction+CommandInitialization.swift
[266/321] Compiling SwiftDocCUtilities JSONEncodingRenderNodeWriter.swift
[267/321] Compiling SwiftDocCUtilities CoverageAction.swift
[268/321] Compiling SwiftDocCUtilities EmitGeneratedCurationAction.swift
[269/321] Compiling SwiftDocCUtilities IndexAction.swift
[270/321] Compiling SwiftDocCUtilities CatalogTemplate.swift
[271/321] Compiling SwiftDocCUtilities CatalogTemplateKind.swift
[272/321] Compiling SwiftDocCUtilities TransformForStaticHosting.swift
[273/321] Compiling SwiftDocCUtilities Docc.swift
[274/321] Compiling SwiftDocCUtilities PreviewHTTPHandler.swift
[275/321] Compiling SwiftDocCUtilities PreviewServer.swift
[276/321] Compiling SwiftDocCUtilities DefaultRequestHandler.swift
[277/321] Compiling SwiftDocCUtilities ErrorRequestHandler.swift
[278/321] Compiling SwiftDocCUtilities FileRequestHandler.swift
[279/321] Compiling SwiftDocCUtilities HTTPResponseHead+FromRequest.swift
[280/321] Compiling SwiftDocCUtilities RequestHandlerFactory.swift
[281/321] Compiling SwiftDocCUtilities StaticHostableTransformer.swift
[282/321] Compiling SwiftDocCUtilities DirectoryMonitor.swift
[283/321] Compiling SwiftDocCUtilities Sequence+Unique.swift
[284/321] Compiling SwiftDocCUtilities InitAction.swift
[285/321] Compiling SwiftDocCUtilities MergeAction+SynthesizedLandingPage.swift
[286/321] Compiling SwiftDocCUtilities MergeAction.swift
[287/321] Compiling SwiftDocCUtilities PreviewAction.swift
[288/321] Compiling SwiftDocCUtilities TransformForStaticHostingAction.swift
[289/321] Compiling SwiftDocCUtilities Action+performAndHandleResult.swift
[290/321] Compiling SwiftDocCUtilities URLArgumentValidator.swift
[291/321] Compiling SwiftDocCUtilities DirectoryPathOption.swift
[292/321] Compiling SwiftDocCUtilities DocumentationArchiveOption.swift
[293/321] Compiling SwiftDocCUtilities DocumentationBundleOption.swift
[294/321] Compiling SwiftDocCUtilities DocumentationCoverageOptionsArgument.swift
[295/321] Compiling SwiftDocCUtilities InitOptions.swift
[296/321] Compiling SwiftDocCUtilities Index.swift
[297/321] Compiling SwiftDocCUtilities Init.swift
[298/321] Compiling SwiftDocCUtilities Merge.swift
[299/321] Compiling SwiftDocCUtilities Preview.swift
[300/321] Compiling SwiftDocCUtilities ProcessArchive.swift
[301/321] Compiling SwiftDocCUtilities ProcessCatalog.swift
[302/321] Compiling SwiftDocCUtilities String+Path.swift
[303/321] Compiling SwiftDocCUtilities URL+IsAbsoluteWebURL.swift
[304/321] Compiling SwiftDocCUtilities URL+Relative.swift
[305/321] Compiling SwiftDocCUtilities PlatformArgumentParser.swift
[306/321] Compiling SwiftDocCUtilities Signal.swift
[307/321] Compiling SwiftDocCUtilities Throttle.swift
[308/321] Emitting module SwiftDocCUtilities
[309/321] Compiling SwiftDocCUtilities Action.swift
[310/321] Compiling SwiftDocCUtilities ActionResult.swift
[311/321] Compiling SwiftDocCUtilities Action+MoveOutput.swift
[312/321] Compiling SwiftDocCUtilities ConvertAction.swift
[313/321] Compiling SwiftDocCUtilities ConvertFileWritingConsumer.swift
[314/321] Compiling SwiftDocCUtilities CoverageDataEntry+generateSummary.swift
[315/321] Compiling SwiftDocCUtilities Indexer.swift
[316/321] Compiling SwiftDocCUtilities OutOfProcessLinkResolverOption.swift
[317/321] Compiling SwiftDocCUtilities PreviewOptions.swift
[318/321] Compiling SwiftDocCUtilities SourceRepositoryArguments.swift
[319/321] Compiling SwiftDocCUtilities TemplateOption.swift
[320/321] Compiling SwiftDocCUtilities Convert.swift
[321/321] Compiling SwiftDocCUtilities EmitGeneratedCuration.swift
Build of target: 'SwiftDocCUtilities' complete! (9.37s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-docc/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-docc/main/linkable-paths.json
   11928
68	/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-docc/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftlang/swift-docc/main
File count: 11928
Doc size:   68.0MB
Preparing doc bundle ...
Uploading prod-swiftlang-swift-docc-main-c1917210.zip to s3://spi-docs-inbox/prod-swiftlang-swift-docc-main-c1917210.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.