The Swift Package Index logo.Swift Package Index

Build Information

Successful build of hummingbird-docc, reference v0.2.0 (0e71b2), with Swift 6.1 for Linux on 8 Oct 2025 03:02:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rock-n-code/hummingbird-docc.git
Reference: v0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/rock-n-code/hummingbird-docc
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 0e71b26 Update license to Apache v2.0 (#6)
Cloned https://github.com/rock-n-code/hummingbird-docc.git
Revision (git rev-parse @):
0e71b2673c4eab57f16d298a412fdc31b63e3bba
SUCCESS checkout https://github.com/rock-n-code/hummingbird-docc.git at v0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rock-n-code/hummingbird-docc.git
https://github.com/rock-n-code/hummingbird-docc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "hummingbird-docc",
  "name" : "hummingbird-docc",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "hummingbird-docc",
      "targets" : [
        "HummingbirdDocC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdDocCSample",
      "targets" : [
        "HummingbirdDocCSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdDocCTest",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocCTest",
      "path" : "Tests/HummingbirdDocC",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "Tests/Internal/Enumerations/AssetFileTests.swift",
        "Tests/Internal/Enumerations/AssetFolderTests.swift",
        "Tests/Internal/Enumerations/DocumentationFolderTests.swift",
        "Tests/Internal/Extensions/LoggerMetadata+HelpersTests.swift",
        "Tests/Internal/Extensions/String_HelpersTests.swift",
        "Tests/Internal/Models/ResourceTests.swift",
        "Tests/Internal/Use Cases/CheckURIUseCaseTests.swift",
        "Tests/Internal/Use Cases/PrepareURIPathUseCaseTests.swift",
        "Tests/Internal/Use Cases/RedirectURIUseCaseTests.swift",
        "Tests/Internal/Use Cases/ServeURIUseCaseTests.swift",
        "Tests/Public/Middlewares/DocCMiddlewareTests.swift",
        "Types/Extensions/Logger+Helpers.swift",
        "Types/Extensions/LoggerLevel+Helpers.swift",
        "Types/Extensions/Request+Helpers.swift",
        "Types/Extensions/String+Constants.swift",
        "Types/Extensions/Tag+Constants.swift",
        "Types/Mocks/FileProviderMock.swift",
        "Types/Mocks/LogHandlerMock.swift",
        "Types/Mocks/RequestContextMock.swift",
        "Types/Namespaces/Input.swift",
        "Types/Namespaces/Output.swift",
        "Types/Stubs/FileProviderStub.swift"
      ],
      "target_dependencies" : [
        "HummingbirdDocC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdDocCSample",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocCSample",
      "path" : "Samples/HummingbirdDocC",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "HummingbirdDocCSample"
      ],
      "sources" : [
        "App/Builders/AppBuilder.swift",
        "App/Parameters/SampleAppArguments.swift",
        "App/Protocols/AppArguments.swift",
        "App/SampleApp.swift"
      ],
      "target_dependencies" : [
        "HummingbirdDocC"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HummingbirdDocC",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocC",
      "path" : "Sources/HummingbirdDocC",
      "product_dependencies" : [
        "Hummingbird"
      ],
      "product_memberships" : [
        "hummingbird-docc",
        "HummingbirdDocCSample"
      ],
      "sources" : [
        "Internal/Enumerations/AssetFile.swift",
        "Internal/Enumerations/AssetFolder.swift",
        "Internal/Enumerations/DocumentationFolder.swift",
        "Internal/Extensions/LoggerMetadata+Helpers.swift",
        "Internal/Extensions/String+Constants.swift",
        "Internal/Extensions/String+Formats.swift",
        "Internal/Extensions/String+Helpers.swift",
        "Internal/Models/Resource.swift",
        "Internal/Protocols/Pathable.swift",
        "Internal/Pseudo Types/ContextualInfo.swift",
        "Internal/Use Cases/CheckURIUseCase.swift",
        "Internal/Use Cases/PrepareURIPathUseCase.swift",
        "Internal/Use Cases/RedirectURIUseCase.swift",
        "Internal/Use Cases/ServeURIUseCase.swift",
        "Public/Configurations/DoccConfiguration.swift",
        "Public/Middlewares/DocCMiddleware.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/2133] Fetching swift-docc-plugin
[236/27305] Fetching swift-docc-plugin, hummingbird
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.93s)
[6293/25172] Fetching hummingbird
[16867/41815] Fetching hummingbird, swift-argument-parser
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.50s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.77s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (3.85s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3540] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.16.0 (1.20s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2771] Fetching swift-nio-transport-services
[57/5289] Fetching swift-nio-transport-services, swift-service-lifecycle
[1878/16989] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2
[4767/31306] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
[7383/28535] Fetching swift-service-lifecycle, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-nio.git
[28536/107632] Fetching swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.42s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.43s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[14864/90797] Fetching swift-nio-http2, swift-nio
[18029/93154] Fetching swift-nio-http2, swift-nio, swift-metrics
[19137/98595] Fetching swift-nio-http2, swift-nio, swift-metrics, swift-distributed-tracing
[19138/104765] Fetching swift-nio-http2, swift-nio, swift-metrics, swift-distributed-tracing, swift-nio-extras
[29150/119896] Fetching swift-nio-http2, swift-nio, swift-metrics, swift-distributed-tracing, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (1.18s)
[32601/117539] Fetching swift-nio-http2, swift-nio, swift-distributed-tracing, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.21s)
[27715/112098] Fetching swift-nio-http2, swift-nio, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.10s)
[23167/100398] Fetching swift-nio, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-collections.git
[28973/101337] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-http-types
[30093/105270] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-http-types, swift-log
[42510/123423] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-http-types, swift-log, swift-collections
Fetched https://github.com/apple/swift-http-types.git from cache (1.37s)
Fetched https://github.com/apple/swift-log.git from cache (1.35s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-async-algorithms.git
[46165/118551] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-collections
[60777/120365] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-collections, swift-atomics
[63176/125915] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.94s)
[75514/120365] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.99s)
[74642/118551] Fetching swift-nio, swift-nio-extras, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.94s)
[80624/100398] Fetching swift-nio, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.17s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.21s)
[62487/79097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.97s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (15.66s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (1.20s)
Fetching https://github.com/apple/swift-system.git
[1/5049] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (2.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.67s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.04s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.60s)
Fetching https://github.com/apple/swift-service-context.git
[1/1117] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.69s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.29s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.66s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1190] Fetching swift-http-structured-headers
[882/2835] Fetching swift-http-structured-headers, swift-asn1
[2063/9442] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[3283/15428] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.51s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.59s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/6371] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.08s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.60s)
Fetching https://github.com/apple/swift-crypto.git
[1/17193] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (11.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (12.30s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (1.38s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.97s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (1.19s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/94] Write sources
[36/94] Compiling CNIODarwin shim.c
[37/94] Compiling CNIOWindows shim.c
[38/94] Compiling CNIOWASI CNIOWASI.c
[39/94] Compiling _AtomicsShims.c
[40/94] Compiling CNIOWindows WSAStartup.c
[41/94] Compiling CNIOPosix event_loop_id.c
[42/94] Compiling CNIOLinux liburing_shims.c
[42/94] Write sources
[48/94] Compiling CNIOLLHTTP c_nio_api.c
[49/94] Compiling CNIOLinux shim.c
[50/94] Compiling CNIOLLHTTP c_nio_http.c
[51/94] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/94] Write swift-version-24593BA9C3E375BF.txt
[53/94] Compiling c-nioatomics.c
[54/135] Compiling c-atomics.c
[56/138] Emitting module InternalCollectionsUtilities
[57/140] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/140] Compiling InternalCollectionsUtilities Integer rank.swift
[59/140] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/140] Compiling ConcurrencyHelpers LockedValueBox.swift
[61/140] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/140] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/140] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[64/140] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[65/140] Compiling ServiceContextModule ServiceContext.swift
[66/140] Emitting module ServiceContextModule
[67/140] Compiling ServiceContextModule ServiceContextKey.swift
[68/140] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[69/140] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/141] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/141] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/141] Compiling _NIODataStructures PriorityQueue.swift
[73/141] Compiling _NIODataStructures _TinyArray.swift
[74/141] Compiling HTTPTypes ISOLatin1String.swift
[76/142] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/142] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/142] Compiling HTTPTypes HTTPRequest.swift
[79/142] Compiling HTTPTypes HTTPResponse.swift
[80/142] Compiling HTTPTypes HTTPParsedFields.swift
[81/142] Compiling InternalCollectionsUtilities Debugging.swift
[82/142] Compiling InternalCollectionsUtilities Descriptions.swift
[83/142] Compiling CoreMetrics Metrics.swift
[84/142] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[85/142] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/142] Compiling _NIOBase64 Base64.swift
[87/142] Emitting module _NIOBase64
[90/174] Emitting module Instrumentation
[91/174] Compiling Instrumentation NoOpInstrument.swift
[92/174] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/174] Compiling Atomics AtomicStorage.swift
[94/174] Compiling Atomics AtomicValue.swift
[95/176] Compiling Instrumentation MultiplexInstrument.swift
[96/176] Compiling Atomics AtomicMemoryOrderings.swift
[97/176] Compiling Atomics DoubleWord.swift
[98/176] Compiling Atomics ManagedAtomic.swift
[99/176] Compiling Atomics ManagedAtomicLazyReference.swift
[100/176] Compiling Atomics UnsafeAtomic.swift
[101/176] Compiling Atomics UnsafeAtomicLazyReference.swift
[102/176] Compiling Instrumentation Instrument.swift
[103/176] Emitting module NIOConcurrencyHelpers
[104/176] Emitting module CoreMetrics
[105/176] Compiling CoreMetrics Locks.swift
[107/177] Compiling HTTPTypes NIOLock.swift
[108/245] Compiling NIOConcurrencyHelpers lock.swift
[109/245] Emitting module Logging
[110/245] Compiling Instrumentation InstrumentationSystem.swift
[111/245] Compiling Instrumentation Locks.swift
[113/246] Compiling _RopeModule BigString+Chunk+Splitting.swift
[114/246] Compiling _RopeModule BigString+Chunk.swift
[115/246] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[116/246] Emitting module _NIODataStructures
[117/246] Emitting module ConcurrencyHelpers
[118/246] Compiling ConcurrencyHelpers Lock.swift
[119/246] Compiling _NIODataStructures Heap.swift
[120/248] Compiling _RopeModule BigString+Index.swift
[121/248] Compiling _RopeModule BigString+Ingester.swift
[122/248] Compiling _RopeModule BigString+Invariants.swift
[123/248] Compiling NIOConcurrencyHelpers atomics.swift
[124/248] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/248] Compiling Logging MetadataProvider.swift
[127/257] Compiling Logging Locks.swift
[128/257] Compiling Logging LogHandler.swift
[129/257] Compiling Logging Logging.swift
[131/294] Compiling HTTPTypes HTTPFieldName.swift
[132/298] Compiling HTTPTypes HTTPField.swift
[133/298] Emitting module HTTPTypes
[134/298] Compiling HTTPTypes HTTPFields.swift
[135/305] Compiling OrderedCollections OrderedDictionary+Codable.swift
[136/305] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[137/305] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[138/305] Compiling OrderedCollections _HashTable+Bucket.swift
[139/305] Compiling OrderedCollections _HashTable+BucketIterator.swift
[140/305] Compiling OrderedCollections _HashTable+Constants.swift
[141/305] Emitting module Atomics
[146/320] Compiling _RopeModule _RopeVersion.swift
[147/320] Compiling _RopeModule Rope+Collection.swift
[148/320] Compiling _RopeModule Rope+Index.swift
[149/320] Compiling _RopeModule Rope+Sequence.swift
[150/320] Compiling _RopeModule Rope+Append.swift
[151/320] Compiling _RopeModule Rope+Extract.swift
[152/320] Compiling _RopeModule Rope+Find.swift
[153/320] Compiling _RopeModule Rope+ForEachWhile.swift
[154/320] Compiling _RopeModule Rope+Insert.swift
[155/352] Compiling Tracing TracingTime.swift
[156/393] Compiling HeapModule Heap+Descriptions.swift
[157/407] Emitting module _RopeModule
[158/408] Compiling HashTreeCollections _AncestorHashSlots.swift
[159/409] Compiling HashTreeCollections _Bitmap.swift
[160/410] Compiling HashTreeCollections _Bucket.swift
[161/410] Compiling HashTreeCollections _Hash.swift
[162/411] Compiling HashTreeCollections _HashLevel.swift
[163/411] Compiling HashTreeCollections _HashNode+Builder.swift
[164/411] Compiling HashTreeCollections _HashNode+Debugging.swift
[165/411] Compiling HashTreeCollections _HashNode+Initializers.swift
[166/411] Compiling HashTreeCollections _HashNode+Invariants.swift
[167/411] Compiling HashTreeCollections _HashNode+Lookups.swift
[168/411] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[169/411] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[170/411] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[171/411] Compiling HashTreeCollections _HashNode+Storage.swift
[172/411] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[173/411] Compiling HashTreeCollections _HashNode+Structural filter.swift
[174/411] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[175/411] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[176/411] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[177/411] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[178/412] Compiling Tracing TracerProtocol.swift
[179/427] Emitting module Tracing
[180/427] Compiling Tracing InstrumentationSystem+Tracing.swift
[183/429] Compiling HashTreeCollections TreeDictionary+Merge.swift
[184/429] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[185/429] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[186/429] Compiling HashTreeCollections TreeDictionary+Values.swift
[187/429] Compiling HashTreeCollections TreeSet+Hashable.swift
[188/429] Compiling HashTreeCollections TreeSet+Sendable.swift
[189/429] Compiling HashTreeCollections TreeSet+Sequence.swift
[190/429] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[191/429] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[192/429] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[193/429] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[194/429] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[195/429] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[196/429] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[199/436] Compiling Tracing Tracer.swift
[200/436] Compiling Tracing TracerProtocol+Legacy.swift
[201/436] Compiling HeapModule Heap.swift
[202/436] Compiling HeapModule _HeapNode.swift
[207/436] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[208/436] Compiling HashTreeCollections _HashNode+Structural merge.swift
[209/436] Compiling HashTreeCollections _HashTreeIterator.swift
[210/436] Compiling HashTreeCollections _HashTreeStatistics.swift
[211/436] Compiling HeapModule Heap+UnsafeHandle.swift
[212/436] Compiling HeapModule Heap+Invariants.swift
[213/436] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[214/436] Emitting module UnixSignals
[215/436] Compiling UnixSignals UnixSignal.swift
[216/436] Emitting module HeapModule
[225/437] Compiling UnixSignals UnixSignalsSequence.swift
[230/438] Compiling Tracing NoOpTracer.swift
[231/438] Compiling Tracing SpanProtocol.swift
[233/439] Compiling DequeModule _DequeSlot.swift
[234/439] Compiling DequeModule _UnsafeWrappedBuffer.swift
[236/439] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[237/439] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[238/439] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[239/439] Compiling HashTreeCollections TreeDictionary+Filter.swift
[240/439] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[241/439] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[242/439] Compiling HashTreeCollections TreeDictionary+Keys.swift
[243/439] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[244/439] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[245/439] Compiling HashTreeCollections _RawHashNode.swift
[246/439] Compiling HashTreeCollections _UnmanagedHashNode.swift
[247/439] Compiling HashTreeCollections _UnsafePath.swift
[248/439] Compiling HashTreeCollections TreeDictionary+Codable.swift
[249/439] Compiling HashTreeCollections TreeDictionary+Collection.swift
[250/439] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[251/439] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[259/439] Emitting module DequeModule
[259/493] Wrapping AST for _NIODataStructures for debugging
[261/493] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[262/493] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[263/493] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[264/493] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[265/493] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[266/493] Compiling BitCollections BitSet+SetAlgebra union.swift
[267/493] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[268/493] Compiling BitCollections BitSet.Counted.swift
[271/503] Compiling OrderedCollections OrderedSet+Sendable.swift
[272/503] Compiling OrderedCollections OrderedSet+SubSequence.swift
[273/503] Compiling OrderedCollections OrderedSet+Testing.swift
[274/503] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[275/503] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[276/503] Compiling OrderedCollections OrderedSet.swift
[277/503] Compiling OrderedCollections _UnsafeBitset.swift
[278/503] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[279/503] Compiling HashTreeCollections TreeSet+Extras.swift
[280/503] Compiling HashTreeCollections TreeSet+Filter.swift
[281/505] Wrapping AST for _NIOBase64 for debugging
[283/505] Compiling BitCollections BitArray+BitwiseOperations.swift
[284/505] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[285/505] Compiling BitCollections BitArray+Codable.swift
[286/505] Compiling BitCollections BitArray+Collection.swift
[287/505] Compiling BitCollections BitArray+Copy.swift
[288/505] Compiling BitCollections BitArray+CustomReflectable.swift
[289/505] Compiling BitCollections BitArray+Descriptions.swift
[290/505] Compiling BitCollections BitArray+Equatable.swift
[290/505] Wrapping AST for UnixSignals for debugging
[291/505] Wrapping AST for Tracing for debugging
[293/505] Emitting module ArgumentParserToolInfo
[293/506] Wrapping AST for ServiceContextModule for debugging
[295/544] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[296/544] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[297/544] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[298/544] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[299/544] Compiling HashTreeCollections _HashNode.swift
[300/544] Compiling HashTreeCollections _HashNodeHeader.swift
[301/544] Compiling HashTreeCollections _HashSlot.swift
[302/544] Compiling HashTreeCollections _HashStack.swift
[303/544] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[304/566] Emitting module OrderedCollections
[304/566] Wrapping AST for NIOConcurrencyHelpers for debugging
[306/566] Compiling NIOCore IntegerTypes.swift
[307/566] Compiling NIOCore Interfaces.swift
[308/566] Compiling NIOCore Linux.swift
[309/566] Compiling NIOCore MarkedCircularBuffer.swift
[310/566] Compiling NIOCore MulticastChannel.swift
[311/566] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[312/566] Compiling NIOCore BSDSocketAPI.swift
[313/566] Compiling NIOCore ByteBuffer-aux.swift
[314/566] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[315/566] Compiling NIOCore ByteBuffer-conversions.swift
[316/566] Compiling NIOCore EventLoop+Deprecated.swift
[317/566] Compiling NIOCore EventLoop+SerialExecutor.swift
[318/566] Compiling NIOCore EventLoop.swift
[319/566] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[320/566] Compiling NIOCore EventLoopFuture+Deprecated.swift
[321/566] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[322/566] Compiling NIOCore EventLoopFuture.swift
[323/566] Compiling NIOCore FileDescriptor.swift
[324/566] Compiling NIOCore FileHandle.swift
[325/566] Compiling NIOCore FileRegion.swift
[326/566] Compiling NIOCore GlobalSingletons.swift
[327/566] Compiling NIOCore IO.swift
[328/566] Compiling NIOCore ByteBuffer-multi-int.swift
[329/566] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[330/566] Compiling NIOCore ByteBuffer-views.swift
[331/566] Compiling NIOCore Channel.swift
[332/566] Compiling NIOCore ChannelHandler.swift
[333/566] Compiling NIOCore ChannelHandlers.swift
[334/566] Compiling NIOCore ChannelInvoker.swift
[335/566] Compiling NIOCore ByteBuffer-core.swift
[336/566] Compiling NIOCore ByteBuffer-hex.swift
[337/566] Compiling NIOCore ByteBuffer-int.swift
[338/566] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[339/566] Compiling NIOCore CircularBuffer.swift
[340/566] Compiling NIOCore Codec.swift
[341/566] Compiling NIOCore ConvenienceOptionSupport.swift
[342/566] Compiling NIOCore DeadChannel.swift
[343/566] Compiling NIOCore DispatchQueue+WithFuture.swift
[355/566] Emitting module BitCollections
[355/566] Wrapping AST for Logging for debugging
[356/574] Wrapping AST for InternalCollectionsUtilities for debugging
[358/574] Compiling BitCollections BitSet.swift
[359/574] Compiling BitCollections Range+Utilities.swift
[360/574] Compiling BitCollections Slice+Utilities.swift
[361/574] Compiling BitCollections UInt+Tricks.swift
[362/574] Compiling BitCollections _Word.swift
[363/574] Compiling NIOCore ChannelPipeline.swift
[365/575] Compiling ArgumentParserToolInfo ToolInfo.swift
[379/576] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[380/576] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[381/576] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[382/576] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[383/576] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[384/576] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[385/576] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[386/576] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[387/576] Compiling HashTreeCollections TreeSet.swift
[387/576] Wrapping AST for Instrumentation for debugging
[390/576] Wrapping AST for HeapModule for debugging
[399/576] Compiling NIOCore NIOCoreSendableMetatype.swift
[400/576] Compiling NIOCore NIOLoopBound.swift
[401/576] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[402/576] Compiling NIOCore NIOScheduledCallback.swift
[403/576] Compiling NIOCore NIOSendable.swift
[404/576] Compiling NIOCore RecvByteBufferAllocator.swift
[405/576] Compiling NIOCore IOData.swift
[406/576] Compiling NIOCore IPProtocol.swift
[407/576] Compiling NIOCore IntegerBitPacking.swift
[430/576] Wrapping AST for _RopeModule for debugging
[431/576] Wrapping AST for HTTPTypes for debugging
[433/576] Emitting module HashTreeCollections
[433/576] Wrapping AST for DequeModule for debugging
[434/584] Wrapping AST for OrderedCollections for debugging
[436/602] Compiling ArgumentParser BashCompletionsGenerator.swift
[437/602] Compiling ArgumentParser CompletionsGenerator.swift
[438/602] Compiling ArgumentParser FishCompletionsGenerator.swift
[439/602] Compiling ArgumentParser ZshCompletionsGenerator.swift
[440/602] Compiling ArgumentParser Argument.swift
[441/602] Compiling ArgumentParser ArgumentDiscussion.swift
[442/602] Compiling ArgumentParser ArgumentHelp.swift
[443/602] Compiling ArgumentParser OptionGroup.swift
[444/602] Compiling ArgumentParser AsyncParsableCommand.swift
[445/602] Compiling ArgumentParser CommandConfiguration.swift
[446/602] Compiling ArgumentParser CommandGroup.swift
[446/621] Wrapping AST for ConcurrencyHelpers for debugging
[447/621] Wrapping AST for CoreMetrics for debugging
[449/664] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[450/664] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[451/664] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[452/664] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[453/664] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[454/664] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[455/664] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[456/664] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[457/665] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[458/665] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[459/665] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[460/665] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[461/665] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[462/665] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[463/665] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[464/665] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[465/665] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[466/665] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[467/665] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[468/665] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[469/665] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[470/665] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[471/665] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[472/665] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[472/665] Wrapping AST for Atomics for debugging
[474/665] Compiling BitCollections BitSet.Index.swift
[475/665] Compiling BitCollections BitSet._UnsafeHandle.swift
[480/665] Wrapping AST for ArgumentParserToolInfo for debugging
[482/666] Emitting module Metrics
[483/666] Compiling Metrics Metrics.swift
[486/667] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[487/667] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[488/667] Compiling HashTreeCollections _HashNode+Structural union.swift
[496/668] Wrapping AST for BitCollections for debugging
[498/668] Emitting module AsyncAlgorithms
[499/674] Wrapping AST for Metrics for debugging
[501/674] Emitting module ArgumentParser
[501/680] Wrapping AST for HashTreeCollections for debugging
[503/682] Compiling Collections Collections.swift
[504/682] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[505/682] Compiling AsyncAlgorithms ChannelStateMachine.swift
[506/682] Compiling AsyncAlgorithms ChannelStorage.swift
[507/682] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[508/682] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[509/682] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[510/682] Emitting module Collections
[511/683] Compiling AsyncAlgorithms Locking.swift
[512/683] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[513/683] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[514/683] Compiling AsyncAlgorithms MergeStateMachine.swift
[515/683] Compiling AsyncAlgorithms MergeStorage.swift
[516/683] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[523/683] Compiling ArgumentParser Tree.swift
[523/683] Wrapping AST for Collections for debugging
[525/683] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[526/683] Compiling AsyncAlgorithms DebounceStateMachine.swift
[527/683] Compiling AsyncAlgorithms DebounceStorage.swift
[528/683] Compiling AsyncAlgorithms Dictionary.swift
[529/683] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[532/683] Compiling ArgumentParser CodingKeyValidator.swift
[533/683] Compiling ArgumentParser NonsenseFlagsValidator.swift
[534/683] Compiling ArgumentParser ParsableArgumentsValidation.swift
[535/683] Compiling ArgumentParser PositionalArgumentsValidator.swift
[536/683] Compiling ArgumentParser UniqueNamesValidator.swift
[551/683] Compiling AsyncAlgorithms ZipStorage.swift
[569/683] Compiling AsyncAlgorithms AsyncChannel.swift
[588/691] Compiling AsyncAlgorithms CombineLatestStorage.swift
[615/692] Wrapping AST for AsyncAlgorithms for debugging
[617/700] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[618/701] Emitting module ServiceLifecycle
[619/701] Compiling ServiceLifecycle ServiceRunnerError.swift
[620/701] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[639/701] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[640/701] Compiling ServiceLifecycle CancellationWaiter.swift
[641/701] Compiling ServiceLifecycle GracefulShutdown.swift
[649/702] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[650/702] Compiling NIOCore SocketAddresses.swift
[651/702] Compiling NIOCore SocketOptionProvider.swift
[652/702] Compiling NIOCore SystemCallHelpers.swift
[653/702] Compiling NIOCore TimeAmount+Duration.swift
[654/702] Compiling NIOCore TypeAssistedChannelHandler.swift
[655/702] Compiling NIOCore UniversalBootstrapSupport.swift
[656/702] Compiling NIOCore Utilities.swift
[656/702] Wrapping AST for ArgumentParser for debugging
[658/702] Compiling ServiceLifecycle Service.swift
[659/702] Compiling ServiceLifecycle ServiceGroup.swift
[660/703] Wrapping AST for ServiceLifecycle for debugging
[662/703] Emitting module NIOCore
[690/704] Wrapping AST for NIOCore for debugging
[692/760] Emitting module NIOHTTPTypes
[693/760] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[694/761] Wrapping AST for NIOHTTPTypes for debugging
[696/761] Emitting module NIOEmbedded
[697/761] Compiling NIOEmbedded AsyncTestingChannel.swift
[698/761] Compiling NIOPosix Pool.swift
[699/761] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[700/761] Compiling NIOPosix PosixSingletons.swift
[701/761] Compiling NIOPosix RawSocketBootstrap.swift
[702/761] Compiling NIOPosix Resolver.swift
[703/761] Compiling NIOPosix Selectable.swift
[704/761] Compiling NIOPosix SelectableChannel.swift
[705/767] Compiling NIOPosix ThreadWindows.swift
[706/767] Compiling NIOPosix UnsafeTransfer.swift
[707/767] Compiling NIOPosix Utilities.swift
[708/767] Compiling NIOPosix VsockAddress.swift
[709/767] Compiling NIOPosix VsockChannelEvents.swift
[710/767] Compiling NIOPosix Windows.swift
[711/767] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[712/767] Compiling NIOEmbedded Embedded.swift
[713/768] Wrapping AST for NIOEmbedded for debugging
[715/768] Emitting module NIOPosix
[716/768] Compiling NIOPosix Socket.swift
[717/768] Compiling NIOPosix SocketChannel.swift
[718/768] Compiling NIOPosix SocketProtocols.swift
[719/768] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[720/768] Compiling NIOPosix System.swift
[721/768] Compiling NIOPosix Thread.swift
[722/768] Compiling NIOPosix ThreadPosix.swift
[723/768] Compiling NIOPosix SelectableEventLoop.swift
[724/768] Compiling NIOPosix SelectorEpoll.swift
[725/768] Compiling NIOPosix SelectorGeneric.swift
[726/768] Compiling NIOPosix SelectorKqueue.swift
[727/768] Compiling NIOPosix SelectorUring.swift
[728/768] Compiling NIOPosix SelectorWSAPoll.swift
[729/768] Compiling NIOPosix ServerSocket.swift
[730/768] Compiling NIOPosix IO.swift
[731/768] Compiling NIOPosix IntegerBitPacking.swift
[732/768] Compiling NIOPosix IntegerTypes.swift
[733/768] Compiling NIOPosix Linux.swift
[734/768] Compiling NIOPosix LinuxCPUSet.swift
[735/768] Compiling NIOPosix LinuxUring.swift
[736/768] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[737/768] Compiling NIOPosix NIOPosixSendableMetatype.swift
[738/768] Compiling NIOPosix NIOThreadPool.swift
[739/768] Compiling NIOPosix NonBlockingFileIO.swift
[740/768] Compiling NIOPosix PendingDatagramWritesManager.swift
[741/768] Compiling NIOPosix PendingWritesManager.swift
[742/768] Compiling NIOPosix PipeChannel.swift
[743/768] Compiling NIOPosix PipePair.swift
[744/768] Compiling NIOPosix BSDSocketAPICommon.swift
[745/768] Compiling NIOPosix BSDSocketAPIPosix.swift
[746/768] Compiling NIOPosix BSDSocketAPIWindows.swift
[747/768] Compiling NIOPosix BaseSocket.swift
[748/768] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[749/768] Compiling NIOPosix BaseSocketChannel.swift
[750/768] Compiling NIOPosix BaseStreamSocketChannel.swift
[751/768] Compiling NIOPosix Bootstrap.swift
[752/768] Compiling NIOPosix ControlMessage.swift
[753/768] Compiling NIOPosix DatagramVectorReadManager.swift
[754/768] Compiling NIOPosix Errors+Any.swift
[755/768] Compiling NIOPosix FileDescriptor.swift
[756/768] Compiling NIOPosix GetaddrinfoResolver.swift
[757/768] Compiling NIOPosix HappyEyeballs.swift
[758/769] Wrapping AST for NIOPosix for debugging
[760/771] Compiling NIO Exports.swift
[761/771] Emitting module NIO
[762/772] Wrapping AST for NIO for debugging
[764/788] Emitting module NIOHTTP1
[765/790] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[766/790] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[767/790] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[768/790] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[769/790] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[770/790] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[771/790] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[772/790] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[773/790] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[774/790] Compiling NIOHTTP1 HTTPTypes.swift
[775/790] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[776/790] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[777/790] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[778/790] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[779/790] Compiling NIOHTTP1 ByteCollectionUtils.swift
[780/790] Compiling NIOHTTP1 HTTPDecoder.swift
[781/790] Compiling NIOHTTP1 HTTPEncoder.swift
[782/791] Wrapping AST for NIOHTTP1 for debugging
[784/813] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[785/813] Compiling NIOExtras NIOExtrasError.swift
[786/815] Emitting module NIOHTTPTypesHTTP1
[787/815] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[788/815] Compiling NIOExtras NIOLengthFieldBitLength.swift
[789/815] Compiling NIOExtras NIORequestIdentifiable.swift
[790/815] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[791/815] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[792/816] Compiling NIOExtras PCAPRingBuffer.swift
[793/816] Compiling NIOExtras QuiescingHelper.swift
[794/816] Compiling NIOExtras RequestResponseHandler.swift
[795/816] Compiling NIOExtras RequestResponseHandlers+State.swift
[797/816] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[798/816] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[799/816] Compiling NIOExtras JSONRPCFraming.swift
[800/816] Emitting module NIOExtras
[800/816] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[802/816] Compiling NIOExtras DebugInboundEventsHandler.swift
[803/816] Compiling NIOExtras DebugOutboundEventsHandler.swift
[804/816] Compiling NIOExtras FixedLengthFrameDecoder.swift
[805/816] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[806/816] Compiling NIOExtras LengthFieldPrepender.swift
[807/816] Compiling NIOExtras LineBasedFrameDecoder.swift
[808/816] Compiling NIOExtras RequestResponseWithIDHandler.swift
[809/816] Compiling NIOExtras WritePCAPHandler.swift
[810/817] Wrapping AST for NIOExtras for debugging
[812/842] Compiling HummingbirdCore ServerConfiguration.swift
[813/842] Compiling HummingbirdCore TSTLSOptions.swift
[814/842] Compiling HummingbirdCore AnyAsyncSequence.swift
[815/845] Compiling HummingbirdCore HTTPUserEventHandler.swift
[816/845] Compiling HummingbirdCore Server.swift
[817/845] Compiling HummingbirdCore ServerChildChannel.swift
[818/845] Compiling HummingbirdCore ResponseBodyWriter.swift
[819/845] Compiling HummingbirdCore ResponseWriter.swift
[820/845] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[821/845] Compiling HummingbirdCore BindAddress.swift
[822/845] Compiling HummingbirdCore HTTP1Channel.swift
[823/845] Compiling HummingbirdCore HTTPChannelHandler.swift
[824/845] Compiling HummingbirdCore HTTPServerBuilder.swift
[825/845] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[826/845] Compiling HummingbirdCore URI.swift
[827/845] Compiling HummingbirdCore Response.swift
[828/845] Compiling HummingbirdCore ResponseBody.swift
[829/845] Compiling HummingbirdCore SendableMetatype.swift
[830/845] Compiling HummingbirdCore String+percentEncode.swift
[831/845] Compiling HummingbirdCore UnsafeTransfer.swift
[832/845] Compiling HummingbirdCore Deprecations.swift
[833/845] Compiling HummingbirdCore Request.swift
[834/845] Compiling HummingbirdCore RequestBody+inboundClose.swift
[835/845] Compiling HummingbirdCore RequestBody.swift
[836/845] Emitting module HummingbirdCore
[837/845] Compiling HummingbirdCore FlatDictionary.swift
[838/845] Compiling HummingbirdCore HBParser.swift
[839/845] Compiling HummingbirdCore OutputBuffer.swift
[840/846] Wrapping AST for HummingbirdCore for debugging
[842/910] Compiling Hummingbird ChildRequestContext.swift
[843/910] Compiling Hummingbird Request.swift
[844/910] Compiling Hummingbird RequestContext.swift
[845/910] Compiling Hummingbird RequestContextSource.swift
[846/910] Compiling Hummingbird RequestID.swift
[847/910] Compiling Hummingbird RequestResponder.swift
[848/910] Compiling Hummingbird Response.swift
[849/910] Compiling Hummingbird URI+decodeQuery.swift
[850/910] Compiling Hummingbird MemoryPersistDriver.swift
[851/919] Compiling Hummingbird _SpreadMiddleware.swift
[852/919] Compiling Hummingbird TracingMiddleware.swift
[853/919] Compiling Hummingbird EndpointResponder.swift
[854/919] Compiling Hummingbird Parameters+UUID.swift
[855/919] Compiling Hummingbird Parameters.swift
[856/919] Compiling Hummingbird ResponseGenerator.swift
[857/919] Compiling Hummingbird RouteCollection.swift
[858/919] Compiling Hummingbird Router+validation.swift
[859/919] Compiling Hummingbird Router.swift
[860/919] Compiling Hummingbird RouterGroup.swift
[861/919] Compiling Hummingbird RouterMethods.swift
[862/919] Compiling Hummingbird RouterPath.swift
[863/919] Compiling Hummingbird RouterResponder.swift
[864/919] Compiling Hummingbird TransformingRouterGroup.swift
[865/919] Compiling Hummingbird RouterTrie.swift
[866/919] Compiling Hummingbird Trie+resolve.swift
[867/919] Compiling Hummingbird Trie+serialize.swift
[868/919] Compiling Hummingbird TrieRouter.swift
[869/919] Compiling Hummingbird Configuration.swift
[870/919] Compiling Hummingbird Deprecations.swift
[871/919] Compiling Hummingbird Environment.swift
[872/919] Compiling Hummingbird EditedHTTPError.swift
[873/919] Compiling Hummingbird HTTPError.swift
[874/919] Compiling Hummingbird HTTPResponseError.swift
[875/919] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[876/919] Compiling Hummingbird Exports.swift
[877/919] Compiling Hummingbird CacheControl.swift
[878/919] Compiling Hummingbird FileIO.swift
[879/919] Compiling Hummingbird FileProvider.swift
[880/919] Compiling Hummingbird LocalFileSystem.swift
[881/919] Compiling Hummingbird Cookie.swift
[882/919] Compiling Hummingbird Cookies.swift
[883/919] Compiling Hummingbird MediaType+FileExtension.swift
[884/919] Compiling Hummingbird MediaType.swift
[885/919] Compiling Hummingbird Request+Cookies.swift
[886/919] Compiling Hummingbird Response+Cookies.swift
[887/919] Compiling Hummingbird CORSMiddleware.swift
[888/919] Compiling Hummingbird FileMiddleware.swift
[889/919] Compiling Hummingbird LogRequestMiddleware.swift
[890/919] Compiling Hummingbird MetricsMiddleware.swift
[891/919] Compiling Hummingbird Middleware.swift
[892/919] Compiling Hummingbird MiddlewareGroup.swift
[893/919] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[894/919] Compiling Hummingbird _Middleware2.swift
[895/919] Compiling Hummingbird _OptionalMiddleware.swift
[896/919] Compiling Hummingbird PersistDriver.swift
[897/919] Compiling Hummingbird PersistError.swift
[898/919] Compiling Hummingbird ByteBuffer+foundation.swift
[899/919] Compiling Hummingbird DateCache.swift
[900/919] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[901/919] Compiling Hummingbird HexDigest.swift
[902/919] Compiling Hummingbird InitializableFromSource.swift
[903/919] Compiling Hummingbird PreludeService.swift
[904/919] Compiling Hummingbird StringProtocol.swift
[905/919] Emitting module Hummingbird
[906/919] Compiling Hummingbird Application.swift
[907/919] Compiling Hummingbird CodableProtocols.swift
[908/919] Compiling Hummingbird JSONCoding.swift
[909/919] Compiling Hummingbird ResponseEncodable.swift
[910/919] Compiling Hummingbird URLEncodedForm+Request.swift
[911/919] Compiling Hummingbird URLEncodedForm.swift
[912/919] Compiling Hummingbird URLEncodedFormDecoder.swift
[913/919] Compiling Hummingbird URLEncodedFormEncoder.swift
[914/919] Compiling Hummingbird URLEncodedFormNode.swift
[915/920] Wrapping AST for Hummingbird for debugging
[917/935] Compiling HummingbirdDocC RedirectURIUseCase.swift
[918/935] Compiling HummingbirdDocC ServeURIUseCase.swift
[919/937] Compiling HummingbirdDocC DoccConfiguration.swift
[920/937] Compiling HummingbirdDocC DocCMiddleware.swift
[921/937] Compiling HummingbirdDocC CheckURIUseCase.swift
[922/937] Compiling HummingbirdDocC PrepareURIPathUseCase.swift
[923/937] Compiling HummingbirdDocC Pathable.swift
[924/937] Compiling HummingbirdDocC ContextualInfo.swift
[925/937] Compiling HummingbirdDocC String+Constants.swift
[926/937] Compiling HummingbirdDocC String+Formats.swift
[927/937] Compiling HummingbirdDocC DocumentationFolder.swift
[928/937] Compiling HummingbirdDocC LoggerMetadata+Helpers.swift
[929/937] Emitting module HummingbirdDocC
[930/937] Compiling HummingbirdDocC AssetFile.swift
[931/937] Compiling HummingbirdDocC AssetFolder.swift
[932/937] Compiling HummingbirdDocC String+Helpers.swift
[933/937] Compiling HummingbirdDocC Resource.swift
[934/938] Wrapping AST for HummingbirdDocC for debugging
[936/943] Compiling HummingbirdDocCSample SampleAppArguments.swift
[937/943] Compiling HummingbirdDocCSample AppBuilder.swift
[938/943] Emitting module HummingbirdDocCSample
[939/943] Compiling HummingbirdDocCSample AppArguments.swift
[940/943] Compiling HummingbirdDocCSample SampleApp.swift
[941/944] Wrapping AST for HummingbirdDocCSample for debugging
[942/944] Write Objects.LinkFileList
[943/944] Linking HummingbirdDocCSample
Build complete! (338.71s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "hummingbird-docc",
  "name" : "hummingbird-docc",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "hummingbird-docc",
      "targets" : [
        "HummingbirdDocC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdDocCSample",
      "targets" : [
        "HummingbirdDocCSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdDocCTest",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocCTest",
      "path" : "Tests/HummingbirdDocC",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "Tests/Internal/Enumerations/AssetFileTests.swift",
        "Tests/Internal/Enumerations/AssetFolderTests.swift",
        "Tests/Internal/Enumerations/DocumentationFolderTests.swift",
        "Tests/Internal/Extensions/LoggerMetadata+HelpersTests.swift",
        "Tests/Internal/Extensions/String_HelpersTests.swift",
        "Tests/Internal/Models/ResourceTests.swift",
        "Tests/Internal/Use Cases/CheckURIUseCaseTests.swift",
        "Tests/Internal/Use Cases/PrepareURIPathUseCaseTests.swift",
        "Tests/Internal/Use Cases/RedirectURIUseCaseTests.swift",
        "Tests/Internal/Use Cases/ServeURIUseCaseTests.swift",
        "Tests/Public/Middlewares/DocCMiddlewareTests.swift",
        "Types/Extensions/Logger+Helpers.swift",
        "Types/Extensions/LoggerLevel+Helpers.swift",
        "Types/Extensions/Request+Helpers.swift",
        "Types/Extensions/String+Constants.swift",
        "Types/Extensions/Tag+Constants.swift",
        "Types/Mocks/FileProviderMock.swift",
        "Types/Mocks/LogHandlerMock.swift",
        "Types/Mocks/RequestContextMock.swift",
        "Types/Namespaces/Input.swift",
        "Types/Namespaces/Output.swift",
        "Types/Stubs/FileProviderStub.swift"
      ],
      "target_dependencies" : [
        "HummingbirdDocC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdDocCSample",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocCSample",
      "path" : "Samples/HummingbirdDocC",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "HummingbirdDocCSample"
      ],
      "sources" : [
        "App/Builders/AppBuilder.swift",
        "App/Parameters/SampleAppArguments.swift",
        "App/Protocols/AppArguments.swift",
        "App/SampleApp.swift"
      ],
      "target_dependencies" : [
        "HummingbirdDocC"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HummingbirdDocC",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocC",
      "path" : "Sources/HummingbirdDocC",
      "product_dependencies" : [
        "Hummingbird"
      ],
      "product_memberships" : [
        "hummingbird-docc",
        "HummingbirdDocCSample"
      ],
      "sources" : [
        "Internal/Enumerations/AssetFile.swift",
        "Internal/Enumerations/AssetFolder.swift",
        "Internal/Enumerations/DocumentationFolder.swift",
        "Internal/Extensions/LoggerMetadata+Helpers.swift",
        "Internal/Extensions/String+Constants.swift",
        "Internal/Extensions/String+Formats.swift",
        "Internal/Extensions/String+Helpers.swift",
        "Internal/Models/Resource.swift",
        "Internal/Protocols/Pathable.swift",
        "Internal/Pseudo Types/ContextualInfo.swift",
        "Internal/Use Cases/CheckURIUseCase.swift",
        "Internal/Use Cases/PrepareURIPathUseCase.swift",
        "Internal/Use Cases/RedirectURIUseCase.swift",
        "Internal/Use Cases/ServeURIUseCase.swift",
        "Public/Configurations/DoccConfiguration.swift",
        "Public/Middlewares/DocCMiddleware.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.