The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-rabbitmq, reference 0.3.2 (cd89fa), with Swift 6.1 for Linux on 25 Jul 2025 17:50:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xtremekforever/swift-rabbitmq.git
Reference: 0.3.2
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/xtremekforever/swift-rabbitmq
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at cd89fa3 Merge pull request #26 from xtremekforever/#25-structured-logging
Cloned https://github.com/xtremekforever/swift-rabbitmq.git
Revision (git rev-parse @):
cd89fa329d2e09a35e49bc41cdbdec26619749ac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/xtremekforever/swift-rabbitmq.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xtremekforever/swift-rabbitmq.git
https://github.com/xtremekforever/swift-rabbitmq.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "rabbitmq-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0-beta4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/funcmike/rabbitmq-nio.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "testcontainers-swift",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xtremekforever/testcontainers-swift.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-rabbitmq",
  "name" : "swift-rabbitmq",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "RabbitMq",
      "targets" : [
        "RabbitMq"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsumePublishServices",
      "targets" : [
        "ConsumePublishServices"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BasicConsumePublish",
      "targets" : [
        "BasicConsumePublish"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "product_dependencies" : [
        "Testcontainers"
      ],
      "sources" : [
        "Connection/BasicConnectionTests.swift",
        "Connection/ConnectionTests.swift",
        "Connection/RetryingConnectionTests.swift",
        "Consumer/ConsumerTests.swift",
        "Publisher/PublisherTests.swift",
        "TestUtils/RabbitMqTestContainer.swift",
        "TestUtils/createTestLogger.swift",
        "TestUtils/firstElement.swift",
        "Utils/UtilsTests.swift",
        "Utils/withBasicConnectionTests.swift",
        "Utils/withRetryingConnectionBodyTests.swift"
      ],
      "target_dependencies" : [
        "RabbitMq"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RabbitMq",
      "module_type" : "SwiftTarget",
      "name" : "RabbitMq",
      "path" : "Sources/RabbitMq",
      "product_dependencies" : [
        "AMQPClient",
        "AsyncAlgorithms",
        "Logging",
        "ServiceLifecycle",
        "Semaphore"
      ],
      "product_memberships" : [
        "RabbitMq",
        "ConsumePublishServices",
        "BasicConsumePublish"
      ],
      "sources" : [
        "Connection/BasicConnection.swift",
        "Connection/Connection.swift",
        "Connection/ConnectionConfiguration.swift",
        "Connection/RetryingConnection.swift",
        "Consumer/Connection+performConsume.swift",
        "Consumer/Consumer.swift",
        "Consumer/ConsumerChannel.swift",
        "Consumer/ConsumerConfiguration.swift",
        "Consumer/RetryingConsumer.swift",
        "Extensions/AMQPChannel+Options.swift",
        "Extensions/AMQPConnection+initOptions.swift",
        "Extensions/AsyncChannel+waitUntilFinished.swift",
        "Extensions/Task+isCancelledOrShuttingDown.swift",
        "Options/BindingOptions.swift",
        "Options/ConsumerOptions.swift",
        "Options/ExchangeOptions.swift",
        "Options/PublisherOptions.swift",
        "Options/QueueOptions.swift",
        "Publisher/Connection+performPublish.swift",
        "Publisher/Publisher.swift",
        "Publisher/PublisherConfiguration.swift",
        "Publisher/RetryingPublisher.swift",
        "Utils/AnyAsyncSequence.swift",
        "Utils/Logger+withMetadata.swift",
        "Utils/gracefulCancellableDelay.swift",
        "Utils/withBasicConnection.swift",
        "Utils/withRetryingConnectionBody.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConsumePublishServices",
      "module_type" : "SwiftTarget",
      "name" : "ConsumePublishServices",
      "path" : "Sources/Examples/ConsumePublishServices",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ConsumePublishServices"
      ],
      "sources" : [
        "ConsumePublishServices.swift",
        "ConsumerService.swift",
        "PublisherService.swift",
        "RabbitMqService.swift"
      ],
      "target_dependencies" : [
        "RabbitMq"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BasicConsumePublish",
      "module_type" : "SwiftTarget",
      "name" : "BasicConsumePublish",
      "path" : "Sources/Examples/BasicConsumePublish",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "BasicConsumePublish"
      ],
      "sources" : [
        "BasicConsumePublish.swift"
      ],
      "target_dependencies" : [
        "RabbitMq"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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 -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/xtremekforever/testcontainers-swift.git
[9/408] Fetching testcontainers-swift
Fetched https://github.com/xtremekforever/testcontainers-swift.git from cache (0.36s)
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/293] Fetching semaphore
[294/2719] Fetching semaphore, swift-service-lifecycle
[1192/6586] Fetching semaphore, swift-service-lifecycle, swift-log
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/groue/Semaphore.git from cache (0.52s)
[2760/6293] Fetching swift-service-lifecycle, swift-log
Fetching https://github.com/funcmike/rabbitmq-nio.git
[4322/20315] Fetching swift-service-lifecycle, swift-log, async-http-client
[5643/35894] Fetching swift-service-lifecycle, swift-log, async-http-client, swift-argument-parser
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.81s)
[9025/33468] Fetching swift-log, async-http-client, swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin.git
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
[18276/29601] Fetching async-http-client, swift-argument-parser
[21501/34591] Fetching async-http-client, swift-argument-parser, swift-async-algorithms
[22219/36569] Fetching async-http-client, swift-argument-parser, swift-async-algorithms, rabbitmq-nio
[29497/38663] Fetching async-http-client, swift-argument-parser, swift-async-algorithms, rabbitmq-nio, swift-docc-plugin
Fetched https://github.com/funcmike/rabbitmq-nio.git from cache (0.88s)
[30211/36685] Fetching async-http-client, swift-argument-parser, swift-async-algorithms, swift-docc-plugin
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.21s)
[30226/31695] Fetching async-http-client, swift-argument-parser, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.09s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.43s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.44s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (3.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.94s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.13s)
Fetching https://github.com/apple/swift-collections.git
[1/16890] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.06s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.5 (0.68s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3433] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.69s)
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 (0.84s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.87s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (3.95s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
[1/6116] Fetching swift-nio-extras
[2/8810] Fetching swift-nio-extras, swift-nio-transport-services
[408/10618] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[623/22272] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2
[2811/28231] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms
[17534/43209] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.15s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.15s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.15s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.17s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.36s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.38s)
[1/76904] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.75s)
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.0 (10.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (0.93s)
Fetching https://github.com/apple/swift-system.git
[1/4659] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.66s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.69s)
Fetching https://github.com/apple/swift-numerics.git
[1/5769] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.80s)
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.69s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1169] Fetching swift-http-structured-headers
[925/2073] Fetching swift-http-structured-headers, swift-http-types
[2074/3689] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[3690/10106] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
[4317/8937] Fetching swift-http-types, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[2765/7321] Fetching swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.48s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (0.87s)
Fetching https://github.com/apple/swift-crypto.git
[1/15850] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.24s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.0 (0.87s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.13.2 (2.31s)
Computing version for https://github.com/funcmike/rabbitmq-nio.git
Computed https://github.com/funcmike/rabbitmq-nio.git at 0.1.0-beta4 (0.83s)
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.13.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.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.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.5
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/funcmike/rabbitmq-nio.git
Working copy of https://github.com/funcmike/rabbitmq-nio.git resolved at 0.1.0-beta4
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.3.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.11.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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.1.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/xtremekforever/testcontainers-swift.git
Working copy of https://github.com/xtremekforever/testcontainers-swift.git resolved at main (9be8a42)
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
Building for debugging...
[4/481] Write sources
[7/481] Compiling _AtomicsShims.c
[7/481] Write sources
[28/481] Compiling CNIOWindows shim.c
[29/481] Compiling CNIOWindows WSAStartup.c
[30/481] Compiling CNIOWASI CNIOWASI.c
[31/481] Compiling CNIOPosix event_loop_id.c
[32/481] Compiling CNIOLinux shim.c
[33/481] Compiling CNIOLinux liburing_shims.c
[34/481] Compiling CNIODarwin shim.c
[35/481] Compiling connect.cc
[36/481] Compiling a_dup.cc
[37/481] Compiling fiat_p256_adx_sqr.S
[38/481] Compiling fiat_p256_adx_mul.S
[39/481] Compiling fiat_curve25519_adx_square.S
[40/481] Write swift-version-24593BA9C3E375BF.txt
[41/481] Compiling fiat_curve25519_adx_mul.S
[42/481] Compiling bio_mem.cc
[43/481] Compiling bio.cc
[44/489] Compiling CNIOBoringSSLShims shims.c
[45/494] Compiling tls_method.cc
[46/494] Compiling tls_record.cc
[47/511] Compiling c-nioatomics.c
[49/511] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[50/511] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/511] Compiling InternalCollectionsUtilities Descriptions.swift
[52/511] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/511] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/512] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/512] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/512] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/512] Compiling InternalCollectionsUtilities Debugging.swift
[58/512] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/512] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/512] Emitting module _NIOBase64
[61/512] Compiling _NIOBase64 Base64.swift
[62/513] Compiling ConcurrencyHelpers LockedValueBox.swift
[63/513] Emitting module InternalCollectionsUtilities
[64/513] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/513] Compiling InternalCollectionsUtilities Integer rank.swift
[67/513] Compiling _NIODataStructures _TinyArray.swift
[68/513] Compiling _NIODataStructures PriorityQueue.swift
[69/513] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/514] Wrapping AST for _NIOBase64 for debugging
[71/514] Compiling c-atomics.c
[73/637] Compiling Logging MetadataProvider.swift
[74/637] Compiling Logging Locks.swift
[75/637] Compiling ConcurrencyHelpers Lock.swift
[76/637] Emitting module ConcurrencyHelpers
[77/637] Emitting module _NIODataStructures
[78/637] Compiling _NIODataStructures Heap.swift
[79/639] Compiling Logging LogHandler.swift
[80/639] Compiling Logging Logging.swift
[81/639] Emitting module Logging
[83/640] Compiling Semaphore AsyncSemaphore.swift
[84/640] Emitting module Semaphore
[88/658] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[89/676] Emitting module UnixSignals
[90/698] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[91/698] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[92/698] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[93/698] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[94/698] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[95/698] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[96/698] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[97/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[98/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[99/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[100/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[101/710] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[102/710] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[103/710] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[104/740] Compiling HeapModule Heap+Descriptions.swift
[104/740] Compiling tls13_server.cc
[106/740] Compiling HeapModule Heap.swift
[107/740] Compiling HeapModule _HeapNode.swift
[108/740] Compiling HeapModule Heap+Invariants.swift
[109/740] Compiling HeapModule Heap+UnsafeHandle.swift
[110/755] Emitting module HeapModule
[111/756] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[112/756] Compiling HashTreeCollections _HashTreeIterator.swift
[113/756] Compiling HashTreeCollections _HashTreeStatistics.swift
[114/756] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[115/756] Compiling HashTreeCollections _RawHashNode.swift
[116/756] Compiling HashTreeCollections _UnmanagedHashNode.swift
[117/756] Compiling HashTreeCollections _UnsafePath.swift
[118/756] Compiling HashTreeCollections TreeDictionary+Codable.swift
[119/756] Compiling UnixSignals UnixSignalsSequence.swift
[120/756] Compiling UnixSignals UnixSignal.swift
[121/757] Compiling NIOConcurrencyHelpers lock.swift
[122/757] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[123/757] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[124/757] Compiling HashTreeCollections _HashNode.swift
[125/757] Compiling HashTreeCollections _HashNodeHeader.swift
[126/757] Compiling HashTreeCollections _HashSlot.swift
[127/757] Compiling HashTreeCollections _HashStack.swift
[128/757] Compiling HashTreeCollections _AncestorHashSlots.swift
[129/757] Compiling HashTreeCollections _Bitmap.swift
[130/757] Compiling DequeModule _DequeBuffer.swift
[131/757] Compiling DequeModule _DequeBufferHeader.swift
[132/757] Compiling DequeModule Deque._UnsafeHandle.swift
[133/757] Compiling DequeModule Deque.swift
[134/757] Compiling DequeModule Deque+Testing.swift
[135/757] Compiling DequeModule Deque._Storage.swift
[136/757] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[137/757] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[138/757] Compiling HashTreeCollections _Bucket.swift
[139/757] Compiling HashTreeCollections _Hash.swift
[140/757] Compiling HashTreeCollections _HashLevel.swift
[141/757] Compiling HashTreeCollections _HashNode+Builder.swift
[142/757] Compiling HashTreeCollections _HashNode+Debugging.swift
[143/757] Compiling HashTreeCollections _HashNode+Initializers.swift
[144/757] Compiling HashTreeCollections _HashNode+Invariants.swift
[145/757] Compiling HashTreeCollections _HashNode+Lookups.swift
[148/757] Emitting module NIOConcurrencyHelpers
[149/757] Compiling DequeModule Deque+CustomReflectable.swift
[150/757] Compiling DequeModule Deque+Descriptions.swift
[151/759] Compiling HashTreeCollections TreeSet+Hashable.swift
[152/759] Compiling HashTreeCollections TreeSet+Sendable.swift
[153/759] Compiling HashTreeCollections TreeSet+Sequence.swift
[154/759] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[155/759] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[156/759] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[157/759] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[158/759] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[159/759] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[160/759] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[162/769] Wrapping AST for _NIODataStructures for debugging
[164/769] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[164/769] Wrapping AST for Semaphore for debugging
[175/778] Compiling NIOConcurrencyHelpers NIOLock.swift
[176/778] Compiling NIOConcurrencyHelpers atomics.swift
[177/778] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[177/779] Wrapping AST for UnixSignals for debugging
[178/779] Wrapping AST for InternalCollectionsUtilities for debugging
[179/779] Wrapping AST for Logging for debugging
[181/779] Compiling DequeModule Deque+Equatable.swift
[182/779] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[183/779] Compiling tls13_enc.cc
[184/779] Wrapping AST for NIOConcurrencyHelpers for debugging
[186/779] Compiling HashTreeCollections TreeDictionary.swift
[187/779] Compiling HashTreeCollections TreeSet+Codable.swift
[188/779] Compiling HashTreeCollections TreeSet+Collection.swift
[189/779] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[190/779] Compiling HashTreeCollections TreeSet+Debugging.swift
[191/779] Compiling HashTreeCollections TreeSet+Descriptions.swift
[192/779] Compiling HashTreeCollections TreeSet+Equatable.swift
[193/779] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[194/779] Compiling HashTreeCollections TreeSet+Extras.swift
[195/779] Compiling HashTreeCollections TreeSet+Filter.swift
[195/779] Wrapping AST for HeapModule for debugging
[196/779] Wrapping AST for ConcurrencyHelpers for debugging
[198/779] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[199/779] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[200/779] Compiling HashTreeCollections TreeDictionary+Filter.swift
[201/779] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[202/779] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[203/779] Compiling HashTreeCollections TreeDictionary+Keys.swift
[204/779] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[205/779] Compiling HashTreeCollections TreeDictionary+Merge.swift
[206/779] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[207/779] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[208/779] Compiling HashTreeCollections TreeDictionary+Values.swift
[209/779] Compiling DequeModule _DequeSlot.swift
[210/779] Compiling DequeModule _UnsafeWrappedBuffer.swift
[210/779] Compiling tls13_client.cc
[212/779] Compiling DequeModule Deque+Extras.swift
[213/779] Compiling DequeModule Deque+Hashable.swift
[220/779] Compiling DequeModule Deque+Codable.swift
[221/779] Compiling DequeModule Deque+Collection.swift
[236/779] Compiling _RopeModule _CharacterRecognizer.swift
[237/779] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[238/779] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[239/779] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[240/779] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[241/779] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[242/779] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[243/779] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[244/779] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[245/779] Compiling HashTreeCollections TreeSet.swift
[274/779] Emitting module DequeModule
[275/780] Emitting module OrderedCollections
[276/781] Wrapping AST for DequeModule for debugging
[286/781] Compiling HashTreeCollections TreeDictionary+Collection.swift
[287/781] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[288/781] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[289/781] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[289/781] Wrapping AST for OrderedCollections for debugging
[291/781] Emitting module _RopeModule
[291/781] Compiling ssl_versions.cc
[293/781] Compiling _RopeModule Rope+Join.swift
[294/781] Compiling _RopeModule Rope+MutatingForEach.swift
[295/781] Compiling _RopeModule Rope+Remove.swift
[296/781] Compiling _RopeModule Rope+RemoveSubrange.swift
[297/781] Compiling _RopeModule Rope+Split.swift
[298/781] Compiling _RopeModule Optional Utilities.swift
[299/781] Compiling _RopeModule String Utilities.swift
[300/781] Compiling _RopeModule String.Index+ABI.swift
[301/781] Compiling tls13_both.cc
[302/781] Compiling t1_enc.cc
[336/781] Compiling ssl_transcript.cc
[337/781] Compiling ssl_x509.cc
[368/782] Compiling ssl_stat.cc
[370/782] Emitting module HashTreeCollections
[371/783] Wrapping AST for _RopeModule for debugging
[372/783] Compiling ssl_session.cc
[373/783] Wrapping AST for HashTreeCollections for debugging
[374/783] Compiling ssl_privkey.cc
[375/783] Compiling ssl_key_share.cc
[376/783] Compiling ssl_file.cc
[376/783] Compiling ssl_lib.cc
[378/783] Compiling ssl_cipher.cc
[379/783] Compiling ssl_credential.cc
[380/783] Compiling ssl_cert.cc
[381/783] Compiling ssl_asn1.cc
[382/783] Compiling ssl_buffer.cc
[383/783] Compiling ssl_aead_ctx.cc
[384/783] Compiling s3_lib.cc
[385/783] Compiling s3_pkt.cc
[386/783] Compiling s3_both.cc
[387/783] Compiling handshake_server.cc
[388/783] Compiling handshake_client.cc
[389/783] Compiling handshake.cc
[390/783] Compiling handoff.cc
[391/783] Compiling extensions.cc
[392/783] Compiling dtls_record.cc
[393/783] Compiling encrypted_client_hello.cc
[394/783] Compiling md5-x86_64-apple.S
[395/783] Compiling md5-x86_64-linux.S
[396/783] Compiling md5-586-linux.S
[397/783] Compiling md5-586-apple.S
[398/783] Compiling chacha20_poly1305_x86_64-linux.S
[399/783] Compiling chacha20_poly1305_x86_64-apple.S
[400/783] Compiling chacha20_poly1305_armv8-win.S
[401/783] Compiling dtls_method.cc
[402/783] Compiling chacha20_poly1305_armv8-apple.S
[403/783] Compiling chacha20_poly1305_armv8-linux.S
[404/783] Compiling chacha-x86_64-linux.S
[405/783] Compiling chacha-x86_64-apple.S
[406/783] Compiling err_data.cc
[407/783] Compiling chacha-x86-linux.S
[408/783] Compiling chacha-x86-apple.S
[409/783] Compiling chacha-armv8-win.S
[410/783] Compiling chacha-armv8-linux.S
[411/783] Compiling chacha-armv4-linux.S
[412/783] Compiling chacha-armv8-apple.S
[413/783] Compiling aes128gcmsiv-x86_64-apple.S
[414/783] Compiling aes128gcmsiv-x86_64-linux.S
[415/783] Compiling x86_64-mont5-linux.S
[416/783] Compiling x86_64-mont5-apple.S
[417/783] Compiling x86_64-mont-linux.S
[418/783] Compiling x86_64-mont-apple.S
[419/783] Compiling d1_srtp.cc
[420/783] Compiling x86-mont-linux.S
[421/783] Compiling x86-mont-apple.S
[422/783] Compiling vpaes-x86_64-linux.S
[423/783] Compiling vpaes-x86_64-apple.S
[424/783] Compiling vpaes-x86-linux.S
[425/783] Compiling vpaes-armv8-win.S
[426/783] Compiling vpaes-x86-apple.S
[427/783] Compiling vpaes-armv8-linux.S
[428/783] Compiling vpaes-armv8-apple.S
[429/783] Compiling vpaes-armv7-linux.S
[430/783] Compiling sha512-x86_64-apple.S
[431/783] Compiling sha512-x86_64-linux.S
[432/783] Compiling sha512-armv8-win.S
[433/783] Compiling sha512-armv8-linux.S
[434/783] Compiling sha512-armv8-apple.S
[435/783] Compiling sha512-armv4-linux.S
[436/783] Compiling sha512-586-linux.S
[437/783] Compiling sha512-586-apple.S
[438/783] Compiling sha256-x86_64-linux.S
[439/783] Compiling sha256-x86_64-apple.S
[440/783] Compiling sha256-armv8-win.S
[441/783] Compiling sha256-armv8-linux.S
[442/783] Compiling bio_ssl.cc
[443/783] Compiling sha256-armv4-linux.S
[444/783] Compiling sha256-armv8-apple.S
[445/783] Compiling sha256-586-linux.S
[446/783] Compiling sha256-586-apple.S
[447/783] Compiling sha1-armv8-win.S
[448/783] Compiling sha1-x86_64-apple.S
[449/783] Compiling sha1-x86_64-linux.S
[450/783] Compiling sha1-armv8-apple.S
[450/783] Compiling sha1-armv8-linux.S
[452/783] Compiling sha1-586-linux.S
[453/783] Compiling sha1-armv4-large-linux.S
[454/783] Compiling sha1-586-apple.S
[455/783] Compiling d1_lib.cc
[456/783] Compiling rdrand-x86_64-linux.S
[457/783] Compiling rsaz-avx2-apple.S
[458/783] Compiling rdrand-x86_64-apple.S
[459/783] Compiling rsaz-avx2-linux.S
[460/783] Compiling p256_beeu-x86_64-asm-linux.S
[461/783] Compiling p256_beeu-x86_64-asm-apple.S
[462/783] Compiling p256_beeu-armv8-asm-win.S
[463/783] Compiling d1_pkt.cc
[464/783] Compiling p256_beeu-armv8-asm-apple.S
[465/783] Compiling p256_beeu-armv8-asm-linux.S
[466/783] Compiling p256-armv8-asm-win.S
[467/783] Compiling p256-armv8-asm-linux.S
[468/783] Compiling p256-x86_64-asm-apple.S
[469/783] Compiling p256-x86_64-asm-linux.S
[470/783] Compiling p256-armv8-asm-apple.S
[471/783] Compiling ghashv8-armv8-win.S
[472/783] Compiling ghashv8-armv8-linux.S
[473/783] Compiling ghash-x86_64-apple.S
[474/783] Compiling ghashv8-armv7-linux.S
[475/783] Compiling ghashv8-armv8-apple.S
[476/783] Compiling ghash-x86_64-linux.S
[477/783] Compiling ghash-x86-linux.S
[478/783] Compiling ghash-x86-apple.S
[479/783] Compiling ghash-ssse3-x86_64-linux.S
[480/783] Compiling ghash-neon-armv8-linux.S
[481/783] Compiling ghash-ssse3-x86-linux.S
[482/783] Compiling ghash-ssse3-x86_64-apple.S
[483/783] Compiling ghash-neon-armv8-win.S
[484/783] Compiling ghash-ssse3-x86-apple.S
[485/783] Compiling ghash-neon-armv8-apple.S
[486/783] Compiling ghash-armv4-linux.S
[487/783] Compiling co-586-linux.S
[488/783] Compiling co-586-apple.S
[489/783] Compiling bsaes-armv7-linux.S
[490/783] Compiling bn-armv8-linux.S
[491/783] Compiling bn-armv8-win.S
[492/783] Compiling bn-armv8-apple.S
[493/783] Compiling armv8-mont-win.S
[494/783] Compiling bn-586-apple.S
[495/783] Compiling bn-586-linux.S
[496/783] Compiling armv8-mont-apple.S
[497/783] Compiling armv4-mont-linux.S
[498/783] Compiling armv8-mont-linux.S
[499/783] Compiling aesv8-gcm-armv8-linux.S
[499/783] Compiling aesv8-gcm-armv8-win.S
[501/783] Compiling aesv8-gcm-armv8-apple.S
[502/783] Compiling aesv8-armv8-win.S
[503/783] Compiling aesv8-armv8-apple.S
[504/783] Compiling aesv8-armv8-linux.S
[505/783] Compiling aesni-x86_64-linux.S
[506/783] Compiling aesv8-armv7-linux.S
[507/783] Compiling aesni-x86_64-apple.S
[508/783] Compiling aesni-x86-linux.S
[509/783] Compiling aesni-x86-apple.S
[510/783] Compiling aesni-gcm-x86_64-apple.S
[511/783] Compiling aes-gcm-avx10-x86_64-apple.S
[512/783] Compiling aesni-gcm-x86_64-linux.S
[513/783] Compiling aes-gcm-avx2-x86_64-linux.S
[514/783] Compiling aes-gcm-avx10-x86_64-linux.S
[515/783] Compiling aes-gcm-avx2-x86_64-apple.S
[516/783] Compiling d1_both.cc
[517/783] Compiling x_sig.cc
[518/783] Compiling x_val.cc
[519/783] Compiling x_spki.cc
[520/783] Compiling x_pubkey.cc
[521/783] Compiling x_x509a.cc
[522/783] Compiling x_x509.cc
[523/783] Compiling x_name.cc
[524/783] Compiling x_req.cc
[525/783] Compiling x_algor.cc
[526/783] Compiling x_exten.cc
[527/783] Compiling x509spki.cc
[528/783] Compiling x_attrib.cc
[529/783] Compiling x_crl.cc
[530/783] Compiling x_all.cc
[531/783] Compiling x509name.cc
[532/783] Compiling x509rset.cc
[533/783] Compiling x509_txt.cc
[534/783] Compiling x509cset.cc
[535/783] Compiling x509_trs.cc
[536/783] Compiling x509_v3.cc
[537/783] Compiling x509_set.cc
[538/783] Compiling x509_vpm.cc
[539/783] Compiling x509_vfy.cc
[540/783] Compiling x509_req.cc
[541/783] Compiling x509_def.cc
[542/783] Compiling x509_obj.cc
[543/783] Compiling x509_d2.cc
[544/783] Compiling x509_ext.cc
[545/783] Compiling x509_cmp.cc
[546/783] Compiling x509_lu.cc
[547/783] Compiling x509_att.cc
[548/783] Compiling x509.cc
[549/783] Compiling v3_prn.cc
[550/783] Compiling v3_skey.cc
[551/783] Compiling v3_pcons.cc
[552/783] Compiling v3_purp.cc
[553/783] Compiling v3_ocsp.cc
[554/783] Compiling v3_utl.cc
[555/783] Compiling v3_pmaps.cc
[556/783] Compiling v3_ncons.cc
[557/783] Compiling v3_int.cc
[558/783] Compiling v3_ia5.cc
[559/783] Compiling v3_lib.cc
[560/783] Compiling v3_extku.cc
[561/783] Compiling v3_info.cc
[562/783] Compiling v3_crld.cc
[563/783] Compiling v3_genn.cc
[564/783] Compiling v3_enum.cc
[565/783] Compiling v3_conf.cc
[566/783] Compiling v3_alt.cc
[567/783] Compiling v3_bitst.cc
[568/783] Compiling v3_akeya.cc
[569/783] Compiling v3_bcons.cc
[570/783] Compiling v3_cpols.cc
[571/783] Compiling v3_akey.cc
[572/783] Compiling t_x509a.cc
[573/783] Compiling i2d_pr.cc
[574/783] Compiling policy.cc
[575/783] Compiling by_file.cc
[576/783] Compiling t_crl.cc
[577/783] Compiling t_x509.cc
[578/783] Compiling rsa_pss.cc
[579/783] Compiling name_print.cc
[580/783] Compiling t_req.cc
[581/783] Compiling a_verify.cc
[582/783] Compiling asn1_gen.cc
[583/783] Compiling trust_token.cc
[584/783] Compiling by_dir.cc
[585/783] Compiling voprf.cc
[586/783] Compiling thread_pthread.cc
[587/783] Compiling algorithm.cc
[588/783] Compiling a_digest.cc
[589/783] Compiling a_sign.cc
[590/783] Compiling thread_win.cc
[591/783] Compiling thread.cc
[592/783] Compiling thread_none.cc
[593/783] Compiling stack.cc
[594/783] Compiling pmbtoken.cc
[595/783] Compiling siphash.cc
[596/783] Compiling sha512.cc
[597/783] Compiling sha256.cc
[598/783] Compiling sha1.cc
[599/783] Compiling spake2plus.cc
[600/783] Compiling slhdsa.cc
[601/783] Compiling rsa_extra.cc
[602/783] Compiling rsa_print.cc
[603/783] Compiling rc4.cc
[604/783] Compiling refcount.cc
[605/783] Compiling rsa_crypt.cc
[606/783] Compiling trusty.cc
[607/783] Compiling windows.cc
[608/783] Compiling urandom.cc
[609/783] Compiling rand.cc
[610/783] Compiling rsa_asn1.cc
[611/783] Compiling ios.cc
[612/783] Compiling getentropy.cc
[613/783] Compiling poly1305_arm_asm.S
[614/783] Compiling passive.cc
[615/783] Compiling deterministic.cc
[616/783] Compiling forkunsafe.cc
[617/783] Compiling fork_detect.cc
[618/783] Compiling poly1305_vec.cc
[619/783] Compiling poly1305_arm.cc
[620/783] Compiling poly1305.cc
[621/783] Compiling pool.cc
[622/783] Compiling pkcs7.cc
[623/783] Compiling pkcs8.cc
[624/783] Compiling p5_pbev2.cc
[625/783] Compiling pkcs8_x509.cc
[626/783] Compiling pkcs7_x509.cc
[627/783] Compiling pem_xaux.cc
[628/783] Compiling pem_x509.cc
[629/783] Compiling pem_pkey.cc
[630/783] Compiling mlkem.cc
[631/783] Compiling pem_pk8.cc
[632/783] Compiling obj_xref.cc
[633/783] Compiling pem_oth.cc
[634/783] Compiling mem.cc
[635/783] Compiling pem_all.cc
[636/783] Compiling mldsa.cc
[637/783] Compiling pem_info.cc
[638/783] Compiling obj.cc
[639/783] Compiling lhash.cc
[640/783] Compiling fips_shared_support.cc
[641/783] Compiling pem_lib.cc
[642/783] Compiling poly_rq_mul.S
[643/783] Compiling kyber.cc
[644/783] Compiling md5.cc
[645/783] Compiling md4.cc
[646/783] Compiling scrypt.cc
[647/783] Compiling sign.cc
[648/783] Compiling ex_data.cc
[649/783] Compiling hrss.cc
[650/783] Compiling pbkdf.cc
[651/783] Compiling print.cc
[652/783] Compiling p_rsa.cc
[653/783] Compiling hpke.cc
[654/783] Compiling p_ed25519.cc
[655/783] Compiling p_x25519.cc
[656/783] Compiling p_x25519_asn1.cc
[657/783] Compiling p_rsa_asn1.cc
[658/783] Compiling p_hkdf.cc
[659/783] Compiling p_dh_asn1.cc
[660/783] Compiling p_ed25519_asn1.cc
[661/783] Compiling p_ec.cc
[662/783] Compiling p_ec_asn1.cc
[663/783] Compiling p_dh.cc
[664/783] Compiling p_dsa_asn1.cc
[665/783] Compiling evp_ctx.cc
[666/783] Compiling evp.cc
[667/783] Compiling engine.cc
[668/783] Compiling err.cc
[669/783] Compiling evp_asn1.cc
[670/783] Compiling ecdh.cc
[671/783] Compiling ec_derive.cc
[672/783] Compiling ecdsa_asn1.cc
[673/783] Compiling hash_to_curve.cc
[674/783] Compiling dsa_asn1.cc
[675/783] Compiling ec_asn1.cc
[676/783] Compiling params.cc
[677/783] Compiling dsa.cc
[678/783] Compiling dh_asn1.cc
[679/783] Compiling x25519-asm-arm.S
[680/783] Compiling des.cc
[681/783] Compiling digest_extra.cc
[682/783] Compiling spake25519.cc
[683/783] Compiling cpu_intel.cc
[684/783] Compiling cpu_arm_linux.cc
[685/783] Compiling crypto.cc
[686/783] Compiling curve25519.cc
[687/783] Compiling cpu_arm_freebsd.cc
[688/783] Compiling cpu_aarch64_sysreg.cc
[689/783] Compiling cpu_aarch64_win.cc
[690/783] Compiling cpu_aarch64_openbsd.cc
[691/783] Compiling cpu_aarch64_linux.cc
[692/783] Compiling curve25519_64_adx.cc
[693/783] Compiling cpu_aarch64_fuchsia.cc
[694/783] Compiling cpu_aarch64_apple.cc
[695/783] Compiling tls_cbc.cc
[696/783] Compiling get_cipher.cc
[697/783] Compiling e_rc4.cc
[698/783] Compiling conf.cc
[699/783] Compiling e_rc2.cc
[700/783] Compiling e_tls.cc
[701/783] Compiling e_null.cc
[702/783] Compiling bcm.cc
[703/783] Compiling unicode.cc
[704/783] Compiling derive_key.cc
[705/783] Compiling e_chacha20poly1305.cc
[706/783] Compiling e_des.cc
[707/783] Compiling cbb.cc
[708/783] Compiling e_aesgcmsiv.cc
[709/783] Compiling e_aesctrhmac.cc
[710/783] Compiling chacha.cc
[711/783] Compiling buf.cc
[712/783] Compiling blake2.cc
[713/783] Compiling ber.cc
[714/783] Compiling cbs.cc
[715/783] Compiling socket_helper.cc
[716/783] Compiling convert.cc
[717/783] Compiling bn_asn1.cc
[718/783] Compiling asn1_compat.cc
[719/783] Compiling socket.cc
[720/783] Compiling printf.cc
[721/783] Compiling pair.cc
[722/783] Compiling file.cc
[723/783] Compiling hexdump.cc
[724/783] Compiling fd.cc
[725/783] Compiling errno.cc
[726/783] Compiling base64.cc
[727/783] Compiling tasn_typ.cc
[728/783] Compiling tasn_fre.cc
[729/783] Compiling tasn_enc.cc
[730/783] Compiling f_string.cc
[731/783] Compiling tasn_utl.cc
[732/783] Compiling posix_time.cc
[733/783] Compiling tasn_new.cc
[734/783] Compiling tasn_dec.cc
[735/783] Compiling f_int.cc
[736/783] Compiling asn_pack.cc
[737/783] Compiling asn1_par.cc
[738/783] Compiling a_utctm.cc
[739/783] Compiling asn1_lib.cc
[740/783] Compiling a_type.cc
[741/783] Compiling a_octet.cc
[742/783] Compiling a_time.cc
[743/783] Compiling a_strnid.cc
[744/783] Compiling a_strex.cc
[745/783] Compiling a_object.cc
[745/783] Write sources
[754/783] Compiling a_i2d_fp.cc
[755/783] Compiling a_d2i_fp.cc
[756/783] Compiling a_mbstr.cc
[757/783] Compiling a_int.cc
[758/856] Compiling a_gentm.cc
[759/880] Compiling a_bitstr.cc
[760/901] Compiling a_bool.cc
[762/901] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[763/901] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[764/901] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[765/901] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[766/903] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[767/903] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[768/903] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[769/903] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[770/903] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[771/903] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[772/903] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[773/903] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[774/903] Compiling AsyncAlgorithms CombineLatestStorage.swift
[775/903] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[776/903] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[777/903] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[778/903] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[779/903] Compiling AsyncAlgorithms AsyncChannel.swift
[780/910] Compiling Atomics IntegerOperations.swift
[781/910] Compiling Atomics Unmanaged extensions.swift
[782/910] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[783/910] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[784/910] Compiling AsyncAlgorithms DebounceStateMachine.swift
[785/910] Compiling AsyncAlgorithms DebounceStorage.swift
[786/910] Compiling AsyncAlgorithms Dictionary.swift
[787/910] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[788/910] Compiling AsyncAlgorithms Locking.swift
[789/910] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[790/910] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[791/910] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[792/910] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[793/910] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[794/910] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[795/910] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[796/910] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[797/910] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[798/910] Compiling AsyncAlgorithms MergeStateMachine.swift
[799/910] Compiling AsyncAlgorithms MergeStorage.swift
[800/910] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[801/910] Compiling AsyncAlgorithms Rethrow.swift
[802/910] Compiling BitCollections BitSet.Counted.swift
[808/910] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[815/916] Emitting module BitCollections
[816/916] Emitting module ArgumentParserToolInfo
[817/916] Compiling ArgumentParserToolInfo ToolInfo.swift
[819/917] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[820/917] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[821/917] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[825/917] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[826/917] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[827/917] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[833/917] Emitting module AsyncAlgorithms
[846/917] Compiling AsyncAlgorithms ChannelStateMachine.swift
[847/917] Compiling AsyncAlgorithms ChannelStorage.swift
[848/917] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[849/917] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[849/917] Wrapping AST for ArgumentParserToolInfo for debugging
[859/917] Compiling BitCollections BitSet.Index.swift
[860/917] Compiling BitCollections BitSet._UnsafeHandle.swift
[861/917] Compiling BitCollections BitSet.swift
[862/917] Compiling BitCollections Range+Utilities.swift
[863/917] Compiling BitCollections Slice+Utilities.swift
[864/917] Compiling BitCollections UInt+Tricks.swift
[865/917] Compiling BitCollections _Word.swift
[866/962] Wrapping AST for BitCollections for debugging
[868/962] Compiling ArgumentParser Mutex.swift
[869/962] Compiling ArgumentParser Platform.swift
[870/962] Compiling ArgumentParser SequenceExtensions.swift
[871/962] Compiling ArgumentParser StringExtensions.swift
[872/962] Compiling ArgumentParser SwiftExtensions.swift
[873/962] Compiling ArgumentParser SplitArguments.swift
[874/962] Compiling ArgumentParser DumpHelpGenerator.swift
[875/962] Compiling ArgumentParser HelpCommand.swift
[876/962] Compiling ArgumentParser HelpGenerator.swift
[877/962] Compiling ArgumentParser MessageInfo.swift
[878/962] Compiling ArgumentParser UsageGenerator.swift
[879/962] Compiling ArgumentParser InputKey.swift
[880/964] Compiling Collections Collections.swift
[881/964] Emitting module Collections
[882/965] Wrapping AST for Collections for debugging
[884/965] Compiling ArgumentParser ParsableCommand.swift
[885/965] Compiling ArgumentParser ArgumentDecoder.swift
[886/965] Compiling ArgumentParser ArgumentDefinition.swift
[887/965] Compiling ArgumentParser ArgumentSet.swift
[888/965] Compiling ArgumentParser CommandParser.swift
[889/965] Compiling ArgumentParser CollectionExtensions.swift
[890/965] Emitting module Atomics
[897/971] Compiling ArgumentParser ArgumentHelp.swift
[898/971] Compiling ArgumentParser ArgumentVisibility.swift
[899/971] Compiling ArgumentParser CompletionKind.swift
[900/971] Compiling ArgumentParser BashCompletionsGenerator.swift
[901/971] Compiling ArgumentParser CompletionsGenerator.swift
[902/971] Compiling ArgumentParser FishCompletionsGenerator.swift
[904/972] Compiling ArgumentParser CodingKeyValidator.swift
[905/972] Compiling ArgumentParser NonsenseFlagsValidator.swift
[906/972] Compiling ArgumentParser ParsableArgumentsValidation.swift
[907/972] Compiling ArgumentParser PositionalArgumentsValidator.swift
[908/972] Compiling ArgumentParser UniqueNamesValidator.swift
[909/972] Compiling AsyncAlgorithms ZipStorage.swift
[910/973] Wrapping AST for Atomics for debugging
[911/1034] Wrapping AST for AsyncAlgorithms for debugging
[913/1042] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[914/1042] Compiling ServiceLifecycle CancellationWaiter.swift
[915/1043] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[916/1043] Emitting module ServiceLifecycle
[917/1043] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[918/1043] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[919/1043] Compiling NIOCore BSDSocketAPI.swift
[920/1043] Compiling NIOCore ByteBuffer-aux.swift
[921/1043] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[922/1043] Compiling NIOCore ByteBuffer-conversions.swift
[923/1043] Compiling NIOCore ByteBuffer-core.swift
[924/1043] Compiling ServiceLifecycle ServiceRunnerError.swift
[925/1043] Compiling ServiceLifecycle GracefulShutdown.swift
[926/1043] Emitting module ArgumentParser
[927/1043] Compiling ServiceLifecycle ServiceGroup.swift
[928/1043] Compiling ServiceLifecycle Service.swift
[929/1044] Wrapping AST for ServiceLifecycle for debugging
[931/1044] Compiling NIOCore Channel.swift
[932/1044] Compiling NIOCore ChannelHandler.swift
[933/1044] Compiling NIOCore ChannelHandlers.swift
[934/1044] Compiling NIOCore ChannelInvoker.swift
[935/1044] Compiling NIOCore ChannelOption.swift
[936/1044] Compiling NIOCore ChannelPipeline.swift
[937/1044] Compiling NIOCore NIOScheduledCallback.swift
[938/1044] Compiling NIOCore NIOSendable.swift
[939/1044] Compiling NIOCore RecvByteBufferAllocator.swift
[940/1044] Compiling NIOCore ByteBuffer-multi-int.swift
[941/1044] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[942/1044] Compiling NIOCore ByteBuffer-views.swift
[943/1044] Compiling NIOCore EventLoopFuture+Deprecated.swift
[944/1044] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[945/1044] Compiling NIOCore EventLoopFuture.swift
[946/1044] Compiling NIOCore FileDescriptor.swift
[947/1044] Compiling NIOCore FileHandle.swift
[948/1044] Compiling NIOCore FileRegion.swift
[949/1044] Compiling NIOCore GlobalSingletons.swift
[950/1044] Compiling NIOCore IO.swift
[952/1052] Compiling NIOCore AddressedEnvelope.swift
[953/1052] Compiling NIOCore AsyncAwaitSupport.swift
[954/1052] Compiling NIOCore AsyncChannel.swift
[955/1052] Compiling NIOCore AsyncChannelHandler.swift
[956/1052] Compiling NIOCore AsyncChannelInboundStream.swift
[957/1052] Compiling NIOCore ConvenienceOptionSupport.swift
[958/1052] Compiling NIOCore DeadChannel.swift
[959/1052] Compiling NIOCore DispatchQueue+WithFuture.swift
[960/1052] Compiling NIOCore EventLoop+Deprecated.swift
[961/1052] Compiling NIOCore EventLoop+SerialExecutor.swift
[962/1052] Compiling NIOCore EventLoop.swift
[963/1052] Compiling NIOCore AsyncChannelOutboundWriter.swift
[964/1052] Compiling NIOCore NIOAsyncSequenceProducer.swift
[965/1052] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[966/1052] Compiling NIOCore NIOAsyncWriter.swift
[967/1052] Compiling NIOCore CircularBuffer.swift
[968/1052] Compiling NIOCore Codec.swift
[976/1053] Wrapping AST for ArgumentParser for debugging
[978/1053] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[979/1053] Compiling NIOCore SocketAddresses.swift
[980/1053] Compiling NIOCore SocketOptionProvider.swift
[981/1053] Compiling NIOCore SystemCallHelpers.swift
[982/1053] Compiling NIOCore TimeAmount+Duration.swift
[983/1053] Compiling NIOCore TypeAssistedChannelHandler.swift
[984/1053] Compiling NIOCore UniversalBootstrapSupport.swift
[985/1053] Compiling NIOCore Utilities.swift
[986/1053] Compiling NIOCore NIOAny.swift
[987/1053] Compiling NIOCore NIOCloseOnErrorHandler.swift
[988/1053] Compiling NIOCore NIOCoreSendableMetatype.swift
[989/1053] Compiling NIOCore NIOLoopBound.swift
[990/1053] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1002/1053] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1003/1053] Compiling NIOCore IOData.swift
[1004/1053] Compiling NIOCore IPProtocol.swift
[1005/1053] Compiling NIOCore IntegerBitPacking.swift
[1006/1053] Compiling NIOCore IntegerTypes.swift
[1007/1053] Compiling NIOCore Interfaces.swift
[1008/1053] Compiling NIOCore Linux.swift
[1009/1053] Compiling NIOCore MarkedCircularBuffer.swift
[1010/1053] Compiling NIOCore MulticastChannel.swift
[1026/1053] Compiling NIOCore ByteBuffer-hex.swift
[1027/1053] Compiling NIOCore ByteBuffer-int.swift
[1028/1053] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1038/1053] Emitting module NIOCore
[1039/1054] Wrapping AST for NIOCore for debugging
[1041/1114] Compiling AMQPProtocol ProtocolError.swift
[1042/1115] Compiling AMQPProtocol Protocol.swift
[1043/1115] Emitting module AMQPProtocol
[1044/1115] Compiling AMQPProtocol Properties.swift
[1045/1115] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1046/1115] Compiling NIOEmbedded AsyncTestingChannel.swift
[1047/1115] Emitting module NIOEmbedded
[1048/1115] Compiling AMQPProtocol Table.swift
[1049/1115] Compiling NIOEmbedded Embedded.swift
[1050/1116] Wrapping AST for NIOEmbedded for debugging
[1052/1116] Emitting module NIOPosix
[1053/1122] Compiling AMQPProtocol UInt8+AMQP.swift
[1054/1122] Compiling AMQPProtocol Date+AMQP.swift
[1055/1122] Compiling AMQPProtocol Frame.swift
[1056/1122] Compiling AMQPProtocol ByteBuffer+AMQP.swift
[1057/1123] Wrapping AST for AMQPProtocol for debugging
[1059/1123] Compiling NIOPosix Pool.swift
[1060/1123] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1061/1123] Compiling NIOPosix PosixSingletons.swift
[1062/1123] Compiling NIOPosix RawSocketBootstrap.swift
[1063/1123] Compiling NIOPosix Resolver.swift
[1064/1123] Compiling NIOPosix Selectable.swift
[1065/1123] Compiling NIOPosix SelectableChannel.swift
[1066/1123] Compiling NIOPosix SelectableEventLoop.swift
[1067/1123] Compiling NIOPosix SelectorEpoll.swift
[1068/1123] Compiling NIOPosix SelectorGeneric.swift
[1069/1123] Compiling NIOPosix SelectorKqueue.swift
[1070/1123] Compiling NIOPosix SelectorUring.swift
[1071/1123] Compiling NIOPosix ServerSocket.swift
[1072/1123] Compiling NIOPosix Socket.swift
[1073/1123] Compiling NIOPosix SocketChannel.swift
[1074/1123] Compiling NIOPosix SocketProtocols.swift
[1075/1123] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1076/1123] Compiling NIOPosix System.swift
[1077/1123] Compiling NIOPosix Thread.swift
[1078/1123] Compiling NIOPosix ThreadPosix.swift
[1079/1123] Compiling NIOPosix ThreadWindows.swift
[1080/1123] Compiling NIOPosix UnsafeTransfer.swift
[1081/1123] Compiling NIOPosix Utilities.swift
[1082/1123] Compiling NIOPosix VsockAddress.swift
[1083/1123] Compiling NIOPosix VsockChannelEvents.swift
[1084/1123] Compiling NIOPosix BSDSocketAPICommon.swift
[1085/1123] Compiling NIOPosix BSDSocketAPIPosix.swift
[1086/1123] Compiling NIOPosix BSDSocketAPIWindows.swift
[1087/1123] Compiling NIOPosix BaseSocket.swift
[1088/1123] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1089/1123] Compiling NIOPosix BaseSocketChannel.swift
[1090/1123] Compiling NIOPosix BaseStreamSocketChannel.swift
[1091/1123] Compiling NIOPosix Bootstrap.swift
[1092/1123] Compiling NIOPosix ControlMessage.swift
[1093/1123] Compiling NIOPosix DatagramVectorReadManager.swift
[1094/1123] Compiling NIOPosix Errors+Any.swift
[1095/1123] Compiling NIOPosix FileDescriptor.swift
[1096/1123] Compiling NIOPosix GetaddrinfoResolver.swift
[1097/1123] Compiling NIOPosix HappyEyeballs.swift
[1098/1123] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1099/1123] Compiling NIOPosix NIOThreadPool.swift
[1100/1123] Compiling NIOPosix NonBlockingFileIO.swift
[1101/1123] Compiling NIOPosix PendingDatagramWritesManager.swift
[1102/1123] Compiling NIOPosix PendingWritesManager.swift
[1103/1123] Compiling NIOPosix PipeChannel.swift
[1104/1123] Compiling NIOPosix PipePair.swift
[1105/1123] Compiling NIOPosix IO.swift
[1106/1123] Compiling NIOPosix IntegerBitPacking.swift
[1107/1123] Compiling NIOPosix IntegerTypes.swift
[1108/1123] Compiling NIOPosix Linux.swift
[1109/1123] Compiling NIOPosix LinuxCPUSet.swift
[1110/1123] Compiling NIOPosix LinuxUring.swift
[1111/1123] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1112/1124] Wrapping AST for NIOPosix for debugging
[1114/1126] Compiling NIO Exports.swift
[1115/1126] Emitting module NIO
[1116/1127] Wrapping AST for NIO for debugging
[1118/1133] Compiling NIOTLS TLSEvents.swift
[1119/1133] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1120/1133] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1121/1133] Emitting module NIOTLS
[1122/1133] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1123/1133] Compiling NIOTLS SNIHandler.swift
[1124/1134] Wrapping AST for NIOTLS for debugging
[1126/1163] Emitting module NIOSSL
[1127/1167] Compiling NIOSSL SSLPrivateKey.swift
[1128/1167] Compiling NIOSSL SSLPublicKey.swift
[1129/1167] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1130/1167] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1131/1167] Compiling NIOSSL SubjectAlternativeName.swift
[1132/1167] Compiling NIOSSL NIOSSLSecureBytes.swift
[1133/1167] Compiling NIOSSL RNG.swift
[1134/1167] Compiling NIOSSL SafeCompare.swift
[1135/1167] Compiling NIOSSL LinuxCABundle.swift
[1136/1167] Compiling NIOSSL NIOSSLClientHandler.swift
[1137/1167] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1138/1167] Compiling NIOSSL NIOSSLHandler.swift
[1139/1167] Compiling NIOSSL AndroidCABundle.swift
[1140/1167] Compiling NIOSSL ByteBufferBIO.swift
[1141/1167] Compiling NIOSSL CustomPrivateKey.swift
[1142/1167] Compiling NIOSSL IdentityVerification.swift
[1143/1167] Compiling NIOSSL SSLCertificate.swift
[1144/1167] Compiling NIOSSL SSLCertificateExtensions.swift
[1145/1167] Compiling NIOSSL SSLCertificateName.swift
[1146/1167] Compiling NIOSSL SSLConnection.swift
[1147/1167] Compiling NIOSSL SSLContext.swift
[1148/1167] Compiling NIOSSL SSLErrors.swift
[1149/1167] Compiling NIOSSL SSLInit.swift
[1150/1167] Compiling NIOSSL SSLPKCS12Bundle.swift
[1151/1167] Compiling NIOSSL NIOSSLServerHandler.swift
[1152/1167] Compiling NIOSSL ObjectIdentifier.swift
[1153/1167] Compiling NIOSSL PosixPort.swift
[1154/1167] Compiling NIOSSL SSLCallbacks.swift
[1155/1167] Compiling NIOSSL Zeroization.swift
[1156/1167] Compiling NIOSSL TLSConfiguration.swift
[1157/1167] Compiling NIOSSL UniversalBootstrapSupport.swift
[1158/1167] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1159/1168] Wrapping AST for NIOSSL for debugging
[1161/1181] Compiling AMQPClient AMQPFrameDecoder.swift
[1162/1182] Compiling AMQPClient AMQPFrameEncoder.swift
[1163/1182] Compiling AMQPClient AMQPChannel+async.swift
[1164/1182] Compiling AMQPClient AMQPConnection+async.swift
[1165/1182] Compiling AMQPClient AMQPConnectionError.swift
[1166/1182] Compiling AMQPClient AMQPResponse.swift
[1167/1182] Compiling AMQPClient AMQPConnection.swift
[1168/1182] Compiling AMQPClient AMQPConnectionConfiguration.swift
[1169/1182] Compiling AMQPClient AMQPConnectionMultiplexHandler.swift
[1170/1182] Emitting module AMQPClient
[1171/1182] Compiling AMQPClient AMQPChannel.swift
[1172/1182] Compiling AMQPClient AMQPChannels.swift
[1173/1182] Compiling AMQPClient AMQPChannelHandler.swift
[1174/1182] Compiling AMQPClient AMQPConnectionHandler.swift
[1175/1183] Wrapping AST for AMQPClient for debugging
[1177/1208] Compiling RabbitMq ExchangeOptions.swift
[1178/1208] Compiling RabbitMq PublisherOptions.swift
[1179/1208] Compiling RabbitMq QueueOptions.swift
[1180/1211] Compiling RabbitMq RetryingPublisher.swift
[1181/1211] Compiling RabbitMq AnyAsyncSequence.swift
[1182/1211] Compiling RabbitMq Logger+withMetadata.swift
[1183/1211] Compiling RabbitMq Connection+performPublish.swift
[1184/1211] Compiling RabbitMq Publisher.swift
[1185/1211] Compiling RabbitMq PublisherConfiguration.swift
[1186/1211] Compiling RabbitMq BasicConnection.swift
[1187/1211] Compiling RabbitMq Connection.swift
[1188/1211] Compiling RabbitMq ConnectionConfiguration.swift
[1189/1211] Compiling RabbitMq RetryingConnection.swift
[1190/1211] Emitting module RabbitMq
[1191/1211] Compiling RabbitMq gracefulCancellableDelay.swift
[1192/1211] Compiling RabbitMq withBasicConnection.swift
[1193/1211] Compiling RabbitMq withRetryingConnectionBody.swift
[1194/1211] Compiling RabbitMq Task+isCancelledOrShuttingDown.swift
[1195/1211] Compiling RabbitMq BindingOptions.swift
[1196/1211] Compiling RabbitMq ConsumerOptions.swift
[1197/1211] Compiling RabbitMq Connection+performConsume.swift
[1198/1211] Compiling RabbitMq Consumer.swift
[1199/1211] Compiling RabbitMq ConsumerChannel.swift
[1200/1211] Compiling RabbitMq ConsumerConfiguration.swift
[1201/1211] Compiling RabbitMq RetryingConsumer.swift
[1202/1211] Compiling RabbitMq AMQPChannel+Options.swift
[1203/1211] Compiling RabbitMq AMQPConnection+initOptions.swift
[1204/1211] Compiling RabbitMq AsyncChannel+waitUntilFinished.swift
[1205/1212] Wrapping AST for RabbitMq for debugging
[1207/1219] Compiling ConsumePublishServices RabbitMqService.swift
[1208/1219] Compiling ConsumePublishServices ConsumerService.swift
[1209/1219] Compiling ConsumePublishServices PublisherService.swift
[1210/1219] Compiling ConsumePublishServices ConsumePublishServices.swift
[1211/1219] Emitting module ConsumePublishServices
[1213/1220] Emitting module BasicConsumePublish
[1214/1220] Compiling BasicConsumePublish BasicConsumePublish.swift
[1214/1221] Wrapping AST for ConsumePublishServices for debugging
[1215/1221] Write Objects.LinkFileList
[1217/1221] Wrapping AST for BasicConsumePublish for debugging
[1218/1221] Write Objects.LinkFileList
[1219/1221] Linking ConsumePublishServices
[1220/1221] Linking BasicConsumePublish
Build complete! (409.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "rabbitmq-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0-beta4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/funcmike/rabbitmq-nio.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "testcontainers-swift",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xtremekforever/testcontainers-swift.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-rabbitmq",
  "name" : "swift-rabbitmq",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "RabbitMq",
      "targets" : [
        "RabbitMq"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsumePublishServices",
      "targets" : [
        "ConsumePublishServices"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BasicConsumePublish",
      "targets" : [
        "BasicConsumePublish"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "product_dependencies" : [
        "Testcontainers"
      ],
      "sources" : [
        "Connection/BasicConnectionTests.swift",
        "Connection/ConnectionTests.swift",
        "Connection/RetryingConnectionTests.swift",
        "Consumer/ConsumerTests.swift",
        "Publisher/PublisherTests.swift",
        "TestUtils/RabbitMqTestContainer.swift",
        "TestUtils/createTestLogger.swift",
        "TestUtils/firstElement.swift",
        "Utils/UtilsTests.swift",
        "Utils/withBasicConnectionTests.swift",
        "Utils/withRetryingConnectionBodyTests.swift"
      ],
      "target_dependencies" : [
        "RabbitMq"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RabbitMq",
      "module_type" : "SwiftTarget",
      "name" : "RabbitMq",
      "path" : "Sources/RabbitMq",
      "product_dependencies" : [
        "AMQPClient",
        "AsyncAlgorithms",
        "Logging",
        "ServiceLifecycle",
        "Semaphore"
      ],
      "product_memberships" : [
        "RabbitMq",
        "ConsumePublishServices",
        "BasicConsumePublish"
      ],
      "sources" : [
        "Connection/BasicConnection.swift",
        "Connection/Connection.swift",
        "Connection/ConnectionConfiguration.swift",
        "Connection/RetryingConnection.swift",
        "Consumer/Connection+performConsume.swift",
        "Consumer/Consumer.swift",
        "Consumer/ConsumerChannel.swift",
        "Consumer/ConsumerConfiguration.swift",
        "Consumer/RetryingConsumer.swift",
        "Extensions/AMQPChannel+Options.swift",
        "Extensions/AMQPConnection+initOptions.swift",
        "Extensions/AsyncChannel+waitUntilFinished.swift",
        "Extensions/Task+isCancelledOrShuttingDown.swift",
        "Options/BindingOptions.swift",
        "Options/ConsumerOptions.swift",
        "Options/ExchangeOptions.swift",
        "Options/PublisherOptions.swift",
        "Options/QueueOptions.swift",
        "Publisher/Connection+performPublish.swift",
        "Publisher/Publisher.swift",
        "Publisher/PublisherConfiguration.swift",
        "Publisher/RetryingPublisher.swift",
        "Utils/AnyAsyncSequence.swift",
        "Utils/Logger+withMetadata.swift",
        "Utils/gracefulCancellableDelay.swift",
        "Utils/withBasicConnection.swift",
        "Utils/withRetryingConnectionBody.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConsumePublishServices",
      "module_type" : "SwiftTarget",
      "name" : "ConsumePublishServices",
      "path" : "Sources/Examples/ConsumePublishServices",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ConsumePublishServices"
      ],
      "sources" : [
        "ConsumePublishServices.swift",
        "ConsumerService.swift",
        "PublisherService.swift",
        "RabbitMqService.swift"
      ],
      "target_dependencies" : [
        "RabbitMq"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BasicConsumePublish",
      "module_type" : "SwiftTarget",
      "name" : "BasicConsumePublish",
      "path" : "Sources/Examples/BasicConsumePublish",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "BasicConsumePublish"
      ],
      "sources" : [
        "BasicConsumePublish.swift"
      ],
      "target_dependencies" : [
        "RabbitMq"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/xtremekforever/swift-rabbitmq/0.3.2
Repository:               xtremekforever/swift-rabbitmq
Swift version used:       6.1
        .package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.1.0"),
Target:                   RabbitMq
Initialized empty Git repository in /host/spi-builder-workspace/swift-docc-render-artifact/.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/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 'RabbitMq'...
Finished extracting symbol information for 'RabbitMq'. (265.13s)
Building documentation for 'RabbitMq'...
warning: Parameter 'tls' not found in instance method declaration
   --> Sources/RabbitMq/Connection/BasicConnection.swift:106:11-106:68
104 |     /// - Parameters:
105 |     ///   - url: URL to use to connect to RabbitMQ. Example: `amqp://localhost/%2f`
106 +     ///   - tls: Optional `TLSConfiguration` to use for connection.
    |           ╰─suggestion: Remove 'tls' parameter documentation
107 |     public func reconfigure(with url: String, configuration: ConnectionConfiguration = .init()) async {
108 |         // Reset reconfiguring flag when exiting
warning: Parameter 'configuration' is missing documentation
   --> Sources/RabbitMq/Connection/BasicConnection.swift:106:68-106:68
104 |     /// - Parameters:
105 |     ///   - url: URL to use to connect to RabbitMQ. Example: `amqp://localhost/%2f`
106 +     ///   - tls: Optional `TLSConfiguration` to use for connection.
    |                                                                    ╰─suggestion: Document 'configuration' parameter
107 |     public func reconfigure(with url: String, configuration: ConnectionConfiguration = .init()) async {
108 |         // Reset reconfiguring flag when exiting
warning: Parameter 'tls' not found in instance method declaration
  --> Sources/RabbitMq/Connection/RetryingConnection.swift:66:11-66:68
64 |     /// - Parameters:
65 |     ///   - url: URL to use to connect to RabbitMQ. Example: `amqp://localhost/%2f`
66 +     ///   - tls: Optional `TLSConfiguration` to use for connection.
   |           ╰─suggestion: Remove 'tls' parameter documentation
67 |     ///   - reconnectionInterval: Interval to use to reconnect to broker or connection error or lost connection.
68 |     public func reconfigure(
warning: Parameter 'configuration' is missing documentation
  --> Sources/RabbitMq/Connection/RetryingConnection.swift:67:113-67:113
65 |     ///   - url: URL to use to connect to RabbitMQ. Example: `amqp://localhost/%2f`
66 |     ///   - tls: Optional `TLSConfiguration` to use for connection.
67 +     ///   - reconnectionInterval: Interval to use to reconnect to broker or connection error or lost connection.
   |           ╰─suggestion: Document 'configuration' parameter
68 |     public func reconfigure(
69 |         with url: String, configuration: ConnectionConfiguration = .init(), reconnectionInterval: Duration? = nil
warning: Parameter 'metadata' is missing documentation
  --> Sources/RabbitMq/Utils/withRetryingConnectionBody.swift:21:111-21:111
19 | ///   - operationName: The name of the operation being performed. This is used for logging purposes to identify the operation.
20 | ///   - retryInterval: The retry interval for the `body` to be performed.
   |       ╰─suggestion: Document 'metadata' parameter
21 + ///   - body: Method body to run and retry. If the body returns a value, this method will also return a value.
22 | /// - Throws: `CancellationError` if cancelled while performing a retry sleep interval.
23 | /// - Returns: Value returned from the `body`, otherwise nil on cancellation or graceful shutdown.
Finished building documentation for 'RabbitMq' (3.70s)
Generated documentation archive at:
  /host/spi-builder-workspace/.docs/xtremekforever/swift-rabbitmq/0.3.2
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/53] Emitting module Snippets
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[9/54] Emitting module SymbolKit
[9/59] Wrapping AST for Snippets for debugging
[11/59] Compiling SymbolKit FunctionSignature.swift
[12/59] Compiling SymbolKit Identifier.swift
[13/59] Compiling SymbolKit KindIdentifier.swift
[14/59] Compiling SymbolKit Location.swift
[15/59] Compiling SymbolKit Mutability.swift
[16/59] Compiling SymbolKit Names.swift
[17/59] Compiling SymbolKit SourceOrigin.swift
[18/59] Compiling SymbolKit GenericConstraints.swift
[19/59] Compiling SymbolKit Swift.swift
[20/59] Compiling SymbolKit SemanticVersion.swift
[21/59] Compiling SymbolKit AccessControl.swift
[22/59] Compiling SymbolKit Availability.swift
[23/59] Compiling SymbolKit SPI.swift
[24/59] Compiling SymbolKit Snippet.swift
[25/59] Compiling SymbolKit Extension.swift
[26/59] Compiling SymbolKit GenericConstraint.swift
[27/59] Compiling SymbolKit GenericParameter.swift
[28/59] Compiling SymbolKit Generics.swift
[29/59] Compiling SymbolKit Namespace.swift
[30/59] Compiling SymbolKit Symbol.swift
[31/59] Compiling SymbolKit SymbolKind.swift
[32/59] Compiling SymbolKit SymbolGraph.swift
[33/59] Compiling SymbolKit AvailabilityItem.swift
[34/59] Compiling SymbolKit Domain.swift
[35/59] Compiling SymbolKit DeclarationFragments.swift
[36/59] Compiling SymbolKit Fragment.swift
[37/59] Compiling SymbolKit FragmentKind.swift
[38/59] Compiling SymbolKit FunctionParameter.swift
[39/59] Compiling SymbolKit Metadata.swift
[40/59] Compiling SymbolKit Module.swift
[41/59] Compiling SymbolKit OperatingSystem.swift
[42/59] Compiling SymbolKit Platform.swift
[43/59] Compiling SymbolKit Relationship.swift
[44/59] Compiling SymbolKit RelationshipKind.swift
[45/59] Compiling SymbolKit Mixin+Equals.swift
[46/59] Compiling SymbolKit Mixin+Hash.swift
[47/59] Compiling SymbolKit Mixin.swift
[48/59] Compiling SymbolKit LineList.swift
[49/59] Compiling SymbolKit Position.swift
[50/59] Compiling SymbolKit SourceRange.swift
[51/59] Compiling SymbolKit GraphCollector.swift
[52/59] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/59] Compiling SymbolKit UnifiedSymbol.swift
[54/59] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/59] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/60] Wrapping AST for SymbolKit for debugging
[58/64] Compiling snippet_extract SymbolGraph+Snippet.swift
[59/64] Compiling snippet_extract URL+Status.swift
[60/64] Compiling snippet_extract SnippetBuildCommand.swift
[61/64] Emitting module snippet_extract
[62/65] Wrapping AST for snippet-extract for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking snippet-extract-tool
Build of product 'snippet-extract' complete! (25.25s)
Building for debugging...
[0/411] Compiling CNIOWindows shim.c
[1/411] Compiling CNIOWindows WSAStartup.c
[2/411] Compiling poly_rq_mul.S
[3/411] Compiling _AtomicsShims.c
[4/411] Compiling CNIOWASI CNIOWASI.c
[5/411] Compiling CNIOPosix event_loop_id.c
[6/411] Compiling CNIOLinux liburing_shims.c
[7/411] Compiling CNIODarwin shim.c
[8/411] Write swift-version-24593BA9C3E375BF.txt
[9/411] Compiling CNIOLinux shim.c
[10/411] Compiling fiat_p256_adx_sqr.S
[11/411] Compiling fiat_p256_adx_mul.S
[12/419] Compiling hrss.cc
[13/419] Compiling CNIOBoringSSLShims shims.c
[15/419] Emitting module Semaphore
[16/419] Compiling Semaphore AsyncSemaphore.swift
[17/420] Compiling v3_info.cc
[18/439] Compiling hpke.cc
[19/442] Compiling fiat_curve25519_adx_square.S
[21/442] Compiling _NIOBase64 Base64.swift
[22/442] Emitting module _NIOBase64
[22/443] Compiling fiat_curve25519_adx_mul.S
[24/443] Compiling _NIODataStructures PriorityQueue.swift
[25/443] Compiling _NIODataStructures _TinyArray.swift
[26/455] Emitting module _NIODataStructures
[27/455] Compiling _NIODataStructures Heap.swift
[28/462] Compiling ConcurrencyHelpers LockedValueBox.swift
[28/462] Compiling v3_int.cc
[30/462] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/463] Compiling Logging MetadataProvider.swift
[32/463] Compiling Atomics UnsafeAtomic.swift
[33/463] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/465] Compiling Atomics AtomicReference.swift
[35/465] Compiling Atomics AtomicStorage.swift
[36/465] Compiling Atomics AtomicValue.swift
[37/465] Compiling Atomics AtomicMemoryOrderings.swift
[40/465] Compiling ConcurrencyHelpers Lock.swift
[44/465] Compiling Atomics DoubleWord.swift
[45/465] Compiling Atomics ManagedAtomic.swift
[46/465] Compiling Atomics ManagedAtomicLazyReference.swift
[47/465] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/465] Emitting module ConcurrencyHelpers
[49/466] Compiling Logging Locks.swift
[51/466] Compiling Atomics OptionalRawRepresentable.swift
[52/466] Compiling Atomics RawRepresentable.swift
[53/466] Compiling Atomics AtomicInteger.swift
[54/466] Compiling Atomics AtomicOptionalWrappable.swift
[56/466] Emitting module InternalCollectionsUtilities
[57/466] Compiling Logging LogHandler.swift
[58/466] Compiling Atomics IntegerOperations.swift
[59/466] Compiling Atomics Unmanaged extensions.swift
[60/466] Emitting module Logging
[61/466] Compiling Logging Logging.swift
[62/466] Compiling Atomics AtomicBool.swift
[63/466] Compiling Atomics IntegerConformances.swift
[66/467] Compiling Atomics PointerConformances.swift
[67/467] Compiling Atomics Primitives.native.swift
[67/468] Compiling tls13_enc.cc
[70/468] Compiling tls_record.cc
[77/468] Compiling tls_method.cc
[78/468] Compiling tls13_server.cc
[80/468] Emitting module Atomics
[81/469] Compiling tls13_client.cc
[82/469] Compiling tls13_both.cc
[83/469] Compiling t1_enc.cc
[84/469] Compiling ssl_x509.cc
[85/469] Compiling ssl_versions.cc
[86/469] Compiling ssl_transcript.cc
[88/472] Emitting module UnixSignals
[88/521] Compiling ssl_stat.cc
[90/540] Compiling UnixSignals UnixSignal.swift
[91/540] Compiling UnixSignals UnixSignalsSequence.swift
[93/603] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[94/603] Compiling HeapModule Heap+Descriptions.swift
[95/603] Compiling HeapModule Heap.swift
[96/603] Compiling HeapModule _HeapNode.swift
[96/603] Compiling ssl_session.cc
[98/603] Compiling HeapModule Heap+UnsafeHandle.swift
[99/603] Compiling HeapModule Heap+Invariants.swift
[100/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[101/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[102/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[103/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[104/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[105/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[106/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[107/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[108/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[109/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[110/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[111/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[112/610] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[113/610] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[114/610] Emitting module HeapModule
[115/611] Compiling OrderedCollections OrderedSet+Descriptions.swift
[116/611] Compiling OrderedCollections OrderedSet+Diffing.swift
[117/611] Compiling OrderedCollections OrderedSet+Equatable.swift
[118/611] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[119/611] Compiling OrderedCollections OrderedSet+Hashable.swift
[120/611] Compiling OrderedCollections OrderedSet+Sendable.swift
[121/611] Compiling OrderedCollections OrderedSet+SubSequence.swift
[122/611] Compiling OrderedCollections OrderedSet+Testing.swift
[123/611] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[124/696] Compiling ssl_privkey.cc
[126/696] Compiling HashTreeCollections _HashNode+Builder.swift
[127/696] Compiling HashTreeCollections _HashNode+Debugging.swift
[128/696] Compiling HashTreeCollections _HashNode+Initializers.swift
[129/696] Compiling HashTreeCollections _HashNode+Invariants.swift
[130/696] Compiling HashTreeCollections _HashNode+Lookups.swift
[131/696] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[132/696] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[133/696] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[134/696] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[135/696] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[136/696] Compiling HashTreeCollections _HashNode+Structural merge.swift
[137/696] Compiling HashTreeCollections _AncestorHashSlots.swift
[138/696] Compiling HashTreeCollections _Bitmap.swift
[139/696] Compiling HashTreeCollections _Bucket.swift
[140/696] Compiling HashTreeCollections _Hash.swift
[141/696] Compiling HashTreeCollections _HashLevel.swift
[142/709] Compiling HashTreeCollections TreeSet+Collection.swift
[143/709] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[144/709] Compiling HashTreeCollections TreeSet+Debugging.swift
[145/709] Compiling HashTreeCollections TreeSet+Descriptions.swift
[146/709] Compiling HashTreeCollections TreeSet+Equatable.swift
[147/709] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[148/709] Compiling HashTreeCollections TreeSet+Extras.swift
[149/709] Compiling HashTreeCollections TreeSet+Filter.swift
[150/709] Compiling HashTreeCollections _HashSlot.swift
[151/709] Compiling HashTreeCollections _HashStack.swift
[152/709] Compiling HashTreeCollections _HashTreeIterator.swift
[153/709] Compiling HashTreeCollections _HashTreeStatistics.swift
[154/709] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[155/709] Compiling HashTreeCollections _RawHashNode.swift
[156/709] Compiling HashTreeCollections _UnmanagedHashNode.swift
[157/709] Compiling HashTreeCollections _UnsafePath.swift
[158/711] Compiling DequeModule _DequeBuffer.swift
[159/711] Compiling DequeModule _DequeBufferHeader.swift
[160/713] Compiling DequeModule Deque+CustomReflectable.swift
[161/713] Compiling DequeModule Deque+Descriptions.swift
[162/713] Compiling DequeModule Deque+Equatable.swift
[163/713] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[168/713] Compiling HashTreeCollections _HashNode+Structural union.swift
[169/713] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[170/713] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[171/713] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[172/713] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[173/713] Compiling HashTreeCollections _HashNode.swift
[174/766] Compiling BitCollections BitArray+Invariants.swift
[175/766] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[176/766] Compiling BitCollections BitArray+Descriptions.swift
[177/766] Compiling BitCollections BitArray+Equatable.swift
[178/766] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[179/766] Compiling HashTreeCollections TreeDictionary+Keys.swift
[180/766] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[181/766] Compiling HashTreeCollections TreeDictionary+Merge.swift
[182/766] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[183/766] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[184/766] Compiling HashTreeCollections TreeDictionary+Values.swift
[185/766] Compiling HashTreeCollections TreeSet+Hashable.swift
[186/766] Compiling HashTreeCollections TreeSet+Sendable.swift
[186/766] Compiling ssl_key_share.cc
[190/766] Compiling HashTreeCollections TreeSet+Sequence.swift
[191/766] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[192/766] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[193/766] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[194/766] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[195/766] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[196/766] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[197/766] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[198/766] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[199/766] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[200/766] Compiling HashTreeCollections TreeDictionary+Filter.swift
[201/766] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[208/776] Compiling ssl_file.cc
[210/776] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[211/776] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[212/776] Compiling BitCollections BitArray+Extras.swift
[213/776] Compiling BitCollections BitArray+Fill.swift
[214/776] Compiling BitCollections BitArray+Hashable.swift
[215/776] Compiling BitCollections BitArray+Initializers.swift
[218/776] Compiling BitCollections BitArray+BitwiseOperations.swift
[219/776] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[226/776] Compiling ssl_lib.cc
[230/776] Compiling BitCollections BitArray+Codable.swift
[231/776] Compiling BitCollections BitArray+Collection.swift
[240/776] Emitting module BitCollections
[243/783] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[244/783] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[245/783] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[246/783] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[247/783] Compiling BitCollections BitSet+SetAlgebra union.swift
[248/783] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[249/783] Compiling BitCollections BitSet.Counted.swift
[252/783] Compiling BitCollections BitArray+Copy.swift
[253/783] Compiling BitCollections BitArray+CustomReflectable.swift
[256/783] Compiling BitCollections BitArray+RandomBits.swift
[257/783] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[258/783] Compiling BitCollections BitArray+Shifts.swift
[259/783] Compiling BitCollections BitArray+Testing.swift
[260/783] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[261/783] Compiling BitCollections BitSet+CustomReflectable.swift
[262/783] Compiling BitCollections BitSet+CustomStringConvertible.swift
[263/783] Compiling BitCollections BitSet+Equatable.swift
[264/783] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[265/783] Compiling BitCollections BitSet+Extras.swift
[266/783] Compiling BitCollections BitSet+Hashable.swift
[267/783] Compiling BitCollections BitSet+Initializers.swift
[268/783] Compiling BitCollections BitSet+Invariants.swift
[269/783] Compiling BitCollections BitSet+Random.swift
[270/783] Compiling BitCollections BitSet+SetAlgebra basics.swift
[271/783] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[272/783] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[273/783] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[274/783] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[275/783] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[276/783] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[277/783] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[278/783] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[279/783] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[280/783] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[289/783] Compiling BitCollections BitSet.Index.swift
[290/783] Compiling BitCollections BitSet._UnsafeHandle.swift
[302/783] Emitting module _RopeModule
[303/783] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[304/783] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[305/783] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[306/783] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[307/783] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[308/783] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[309/783] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[310/783] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[311/783] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[312/783] Compiling HashTreeCollections TreeSet.swift
[313/783] Emitting module DequeModule
[315/784] Emitting module OrderedCollections
[327/785] Compiling BitCollections BitSet.swift
[328/785] Compiling BitCollections Range+Utilities.swift
[329/785] Compiling BitCollections Slice+Utilities.swift
[330/785] Compiling BitCollections UInt+Tricks.swift
[331/785] Compiling BitCollections _Word.swift
[353/785] Compiling BitCollections BitArray._UnsafeHandle.swift
[354/785] Compiling BitCollections BitArray.swift
[355/785] Compiling BitCollections BitSet+BidirectionalCollection.swift
[356/785] Compiling BitCollections BitSet+Codable.swift
[391/831] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[392/831] Compiling AsyncAlgorithms CombineLatestStorage.swift
[393/831] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[394/831] Compiling AsyncAlgorithms DebounceStateMachine.swift
[395/831] Compiling AsyncAlgorithms DebounceStorage.swift
[396/831] Compiling AsyncAlgorithms Dictionary.swift
[397/831] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[398/831] Compiling AsyncAlgorithms Locking.swift
[399/831] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[400/831] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[401/831] Compiling AsyncAlgorithms MergeStateMachine.swift
[402/831] Compiling AsyncAlgorithms MergeStorage.swift
[403/831] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[404/831] Compiling AsyncAlgorithms Rethrow.swift
[409/832] Compiling ssl_credential.cc
[410/832] Compiling ssl_cert.cc
[413/832] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[414/832] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[415/832] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[416/832] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[417/832] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[418/832] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[419/838] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[420/838] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[421/838] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[422/838] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[423/838] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[424/838] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[425/838] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[426/838] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[427/838] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[428/838] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[429/838] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[430/838] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[431/838] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[432/838] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[438/838] Compiling ssl_cipher.cc
[440/838] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[441/838] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[442/838] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[443/838] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[444/838] Compiling AsyncAlgorithms AsyncChannel.swift
[445/838] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[445/838] Compiling ssl_buffer.cc
[447/838] Emitting module AsyncAlgorithms
[448/838] Compiling AsyncAlgorithms ChannelStateMachine.swift
[449/838] Compiling AsyncAlgorithms ChannelStorage.swift
[450/838] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[451/838] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[460/838] Compiling AsyncAlgorithms SetAlgebra.swift
[461/838] Compiling AsyncAlgorithms UnsafeTransfer.swift
[462/838] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[463/838] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[464/838] Compiling AsyncAlgorithms ZipStateMachine.swift
[465/838] Compiling AsyncAlgorithms ZipStorage.swift
[466/838] Emitting module HashTreeCollections
[468/840] Compiling ssl_asn1.cc
[470/848] Compiling ServiceLifecycle Service.swift
[471/849] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[471/849] Compiling s3_pkt.cc
[473/849] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[474/849] Compiling ServiceLifecycle ServiceRunnerError.swift
[475/849] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[475/849] Compiling s3_both.cc
[477/849] Compiling ServiceLifecycle CancellationWaiter.swift
[478/849] Compiling ServiceLifecycle GracefulShutdown.swift
[479/851] Emitting module ServiceLifecycle
[480/851] Compiling Collections Collections.swift
[481/851] Emitting module Collections
[482/852] Compiling ServiceLifecycle ServiceGroup.swift
[482/853] Compiling s3_lib.cc
[485/853] Compiling ssl_aead_ctx.cc
[486/853] Compiling handshake_server.cc
[487/853] Compiling handshake_client.cc
[488/853] Compiling handshake.cc
[489/853] Compiling dtls_method.cc
[490/853] Compiling handoff.cc
[491/853] Compiling dtls_record.cc
[492/853] Compiling encrypted_client_hello.cc
[493/853] Compiling md5-x86_64-linux.S
[494/853] Compiling md5-x86_64-apple.S
[495/853] Compiling md5-586-linux.S
[496/853] Compiling d1_srtp.cc
[497/853] Compiling md5-586-apple.S
[498/853] Compiling chacha20_poly1305_x86_64-linux.S
[499/853] Compiling chacha20_poly1305_x86_64-apple.S
[500/853] Compiling chacha20_poly1305_armv8-win.S
[501/853] Compiling chacha20_poly1305_armv8-linux.S
[502/853] Compiling chacha20_poly1305_armv8-apple.S
[503/853] Compiling chacha-x86_64-linux.S
[504/853] Compiling chacha-x86_64-apple.S
[505/853] Compiling chacha-x86-linux.S
[506/853] Compiling err_data.cc
[507/853] Compiling chacha-x86-apple.S
[508/853] Compiling chacha-armv8-linux.S
[509/853] Compiling chacha-armv8-win.S
[510/853] Compiling chacha-armv8-apple.S
[511/853] Compiling d1_pkt.cc
[512/853] Compiling chacha-armv4-linux.S
[513/853] Compiling aes128gcmsiv-x86_64-apple.S
[514/853] Compiling extensions.cc
[515/853] Compiling aes128gcmsiv-x86_64-linux.S
[516/853] Compiling x86_64-mont5-apple.S
[517/853] Compiling x86_64-mont-linux.S
[518/853] Compiling x86_64-mont-apple.S
[519/853] Compiling x86-mont-linux.S
[520/853] Compiling vpaes-x86_64-linux.S
[521/853] Compiling x86_64-mont5-linux.S
[522/853] Compiling x86-mont-apple.S
[523/853] Compiling vpaes-x86-linux.S
[524/853] Compiling vpaes-x86_64-apple.S
[525/853] Compiling vpaes-armv8-linux.S
[526/853] Compiling vpaes-x86-apple.S
[527/853] Compiling vpaes-armv8-win.S
[528/853] Compiling vpaes-armv7-linux.S
[529/853] Compiling vpaes-armv8-apple.S
[530/853] Compiling sha512-armv8-win.S
[531/853] Compiling sha512-x86_64-linux.S
[532/853] Compiling sha512-x86_64-apple.S
[533/853] Compiling sha512-armv8-linux.S
[534/853] Compiling sha512-armv8-apple.S
[535/853] Compiling bio_ssl.cc
[536/853] Compiling sha512-586-apple.S
[537/853] Compiling sha512-586-linux.S
[538/853] Compiling sha512-armv4-linux.S
[539/853] Compiling sha256-x86_64-apple.S
[540/853] Compiling sha256-armv8-win.S
[541/853] Compiling sha256-x86_64-linux.S
[542/853] Compiling sha256-armv8-linux.S
[543/853] Compiling sha256-armv8-apple.S
[544/853] Compiling sha256-armv4-linux.S
[545/853] Compiling sha256-586-linux.S
[546/853] Compiling sha256-586-apple.S
[547/853] Compiling sha1-x86_64-apple.S
[548/853] Compiling sha1-armv8-win.S
[549/853] Compiling d1_lib.cc
[550/853] Compiling sha1-armv8-linux.S
[551/853] Compiling sha1-armv8-apple.S
[552/853] Compiling rsaz-avx2-linux.S
[553/853] Compiling sha1-x86_64-linux.S
[554/853] Compiling sha1-armv4-large-linux.S
[555/853] Compiling sha1-586-apple.S
[556/853] Compiling sha1-586-linux.S
[557/853] Compiling rsaz-avx2-apple.S
[558/853] Compiling rdrand-x86_64-apple.S
[559/853] Compiling p256_beeu-x86_64-asm-linux.S
[560/853] Compiling rdrand-x86_64-linux.S
[561/853] Compiling p256_beeu-armv8-asm-linux.S
[562/853] Compiling p256_beeu-x86_64-asm-apple.S
[563/853] Compiling p256_beeu-armv8-asm-apple.S
[564/853] Compiling p256_beeu-armv8-asm-win.S
[565/853] Compiling p256-armv8-asm-win.S
[566/853] Compiling p256-x86_64-asm-apple.S
[567/853] Compiling ghashv8-armv8-win.S
[568/853] Compiling p256-armv8-asm-linux.S
[569/853] Compiling p256-armv8-asm-apple.S
[570/853] Compiling p256-x86_64-asm-linux.S
[571/853] Compiling ghashv8-armv8-apple.S
[572/853] Compiling ghashv8-armv8-linux.S
[573/853] Compiling ghash-x86_64-linux.S
[573/853] Compiling ghashv8-armv7-linux.S
[575/853] Compiling ghash-x86_64-apple.S
[576/853] Compiling ghash-ssse3-x86_64-apple.S
[577/853] Compiling ghash-x86-linux.S
[578/853] Compiling ghash-x86-apple.S
[579/853] Compiling d1_both.cc
[580/853] Compiling ghash-ssse3-x86_64-linux.S
[581/853] Compiling ghash-ssse3-x86-apple.S
[582/853] Compiling ghash-neon-armv8-win.S
[583/853] Compiling ghash-ssse3-x86-linux.S
[584/853] Compiling ghash-neon-armv8-linux.S
[585/853] Compiling ghash-neon-armv8-apple.S
[586/853] Compiling ghash-armv4-linux.S
[587/853] Compiling co-586-linux.S
[587/853] Compiling co-586-apple.S
[589/853] Compiling bsaes-armv7-linux.S
[590/853] Compiling bn-armv8-win.S
[591/853] Compiling bn-armv8-apple.S
[592/853] Compiling bn-586-linux.S
[593/853] Compiling bn-armv8-linux.S
[594/853] Compiling armv8-mont-linux.S
[595/853] Compiling armv8-mont-apple.S
[596/853] Compiling bn-586-apple.S
[597/853] Compiling armv8-mont-win.S
[598/853] Compiling armv4-mont-linux.S
[599/853] Compiling aesv8-gcm-armv8-win.S
[600/853] Compiling aesv8-gcm-armv8-linux.S
[601/853] Compiling aesv8-armv8-linux.S
[602/853] Compiling aesv8-armv8-apple.S
[603/853] Compiling aesv8-armv8-win.S
[604/853] Compiling aesni-x86-linux.S
[605/853] Compiling aesv8-armv7-linux.S
[606/853] Compiling aesv8-gcm-armv8-apple.S
[607/853] Compiling aesni-x86_64-apple.S
[608/853] Compiling aesni-x86_64-linux.S
[609/853] Compiling aesni-x86-apple.S
[610/853] Compiling aesni-gcm-x86_64-apple.S
[611/853] Compiling aes-gcm-avx2-x86_64-apple.S
[612/853] Compiling aesni-gcm-x86_64-linux.S
[613/853] Compiling aes-gcm-avx2-x86_64-linux.S
[614/853] Compiling aes-gcm-avx10-x86_64-linux.S
[615/853] Compiling aes-gcm-avx10-x86_64-apple.S
[616/853] Compiling x_x509a.cc
[617/853] Compiling x_sig.cc
[618/853] Compiling x_pubkey.cc
[619/853] Compiling x_val.cc
[620/853] Compiling x_req.cc
[621/853] Compiling x_name.cc
[622/853] Compiling x_spki.cc
[623/853] Compiling x_x509.cc
[624/853] Compiling x_exten.cc
[625/853] Compiling x_attrib.cc
[626/853] Compiling x_crl.cc
[627/853] Compiling x_algor.cc
[628/853] Compiling x509spki.cc
[629/853] Compiling x509rset.cc
[630/853] Compiling x_all.cc
[631/853] Compiling x509name.cc
[632/853] Compiling x509cset.cc
[633/853] Compiling x509_v3.cc
[634/853] Compiling x509_txt.cc
[635/853] Compiling x509_vpm.cc
[636/853] Compiling x509_trs.cc
[637/853] Compiling x509_vfy.cc
[638/853] Compiling x509_set.cc
[639/853] Compiling x509_req.cc
[640/853] Compiling x509_obj.cc
[641/853] Compiling x509_d2.cc
[642/853] Compiling x509_lu.cc
[643/853] Compiling x509_ext.cc
[644/853] Compiling x509_def.cc
[645/853] Compiling x509_cmp.cc
[646/853] Compiling x509_att.cc
[647/853] Compiling x509.cc
[648/853] Compiling v3_purp.cc
[649/853] Compiling v3_skey.cc
[650/853] Compiling v3_utl.cc
[651/853] Compiling v3_pmaps.cc
[652/853] Compiling v3_prn.cc
[653/853] Compiling v3_pcons.cc
[654/853] Compiling v3_ocsp.cc
[655/853] Compiling v3_ncons.cc
[656/853] Compiling v3_lib.cc
[657/853] Compiling v3_ia5.cc
[658/853] Compiling v3_genn.cc
[659/853] Compiling v3_extku.cc
[660/853] Compiling v3_enum.cc
[661/853] Compiling v3_crld.cc
[662/853] Compiling v3_cpols.cc
[663/853] Compiling v3_bitst.cc
[664/853] Compiling v3_alt.cc
[665/853] Compiling v3_bcons.cc
[666/853] Compiling v3_conf.cc
[667/853] Compiling v3_akeya.cc
[668/853] Compiling v3_akey.cc
[669/853] Compiling t_x509a.cc
[670/853] Compiling t_x509.cc
[671/853] Compiling t_req.cc
[672/853] Compiling t_crl.cc
[673/853] Compiling i2d_pr.cc
[674/853] Compiling by_dir.cc
[675/853] Compiling rsa_pss.cc
[676/853] Compiling policy.cc
[677/853] Compiling name_print.cc
[678/853] Compiling by_file.cc
[679/853] Compiling trust_token.cc
[680/853] Compiling algorithm.cc
[681/853] Compiling a_verify.cc
[682/853] Compiling voprf.cc
[683/853] Compiling asn1_gen.cc
[684/853] Compiling a_sign.cc
[685/853] Compiling a_digest.cc
[686/853] Compiling thread.cc
[687/853] Compiling thread_pthread.cc
[688/853] Compiling pmbtoken.cc
[689/853] Compiling thread_win.cc
[690/853] Compiling thread_none.cc
[691/853] Compiling sha512.cc
[692/853] Compiling rsa_extra.cc
[693/853] Compiling siphash.cc
[694/853] Compiling stack.cc
[695/853] Compiling slhdsa.cc
[696/853] Compiling sha256.cc
[697/853] Compiling rsa_crypt.cc
[698/853] Compiling sha1.cc
[699/853] Compiling rsa_print.cc
[700/853] Compiling spake2plus.cc
[701/853] Compiling rc4.cc
[702/853] Compiling refcount.cc
[703/853] Compiling windows.cc
[704/853] Compiling trusty.cc
[705/853] Compiling getentropy.cc
[706/853] Compiling rand.cc
[707/853] Compiling urandom.cc
[708/853] Compiling deterministic.cc
[709/853] Compiling poly1305_arm_asm.S
[710/853] Compiling rsa_asn1.cc
[711/853] Compiling ios.cc
[712/853] Compiling passive.cc
[713/853] Compiling forkunsafe.cc
[714/853] Compiling fork_detect.cc
[715/853] Compiling poly1305_vec.cc
[716/853] Compiling poly1305_arm.cc
[717/853] Compiling poly1305.cc
[718/853] Compiling pool.cc
[719/853] Compiling p5_pbev2.cc
[720/853] Compiling pkcs7.cc
[721/853] Compiling pkcs8.cc
[722/853] Compiling pkcs8_x509.cc
[723/853] Compiling pem_xaux.cc
[723/853] Compiling pkcs7_x509.cc
[725/853] Compiling pem_pkey.cc
[726/853] Compiling pem_x509.cc
[727/853] Compiling pem_oth.cc
[728/853] Compiling pem_pk8.cc
[729/853] Compiling mlkem.cc
[730/853] Compiling mldsa.cc
[731/853] Compiling mem.cc
[732/853] Compiling obj_xref.cc
[733/853] Compiling obj.cc
[734/853] Compiling fips_shared_support.cc
[735/853] Compiling pem_lib.cc
[736/853] Compiling pem_all.cc
[737/853] Compiling md5.cc
[738/853] Compiling pem_info.cc
[739/853] Compiling md4.cc
[740/853] Compiling lhash.cc
[741/853] Compiling ex_data.cc
[742/853] Compiling pbkdf.cc
[743/853] Compiling sign.cc
[744/853] Compiling scrypt.cc
[745/853] Compiling print.cc
[746/853] Compiling kyber.cc
[747/853] Compiling p_x25519.cc
[748/853] Compiling p_x25519_asn1.cc
[749/853] Compiling p_ed25519.cc
[750/853] Compiling p_rsa_asn1.cc
[751/853] Compiling p_hkdf.cc
[752/853] Compiling p_ed25519_asn1.cc
[753/853] Compiling p_rsa.cc
[754/853] Compiling p_ec.cc
[755/853] Compiling p_dh_asn1.cc
[756/853] Compiling err.cc
[757/853] Compiling p_ec_asn1.cc
[758/853] Compiling p_dh.cc
[759/853] Compiling evp_ctx.cc
[760/853] Compiling evp.cc
[761/853] Compiling p_dsa_asn1.cc
[762/853] Compiling engine.cc
[763/853] Compiling ecdh.cc
[764/853] Compiling evp_asn1.cc
[765/853] Compiling hash_to_curve.cc
[766/853] Compiling ec_derive.cc
[767/853] Compiling ecdsa_asn1.cc
[768/853] Compiling dsa.cc
[769/853] Compiling dsa_asn1.cc
[770/853] Compiling ec_asn1.cc
[771/853] Compiling digest_extra.cc
[772/853] Compiling x25519-asm-arm.S
[773/853] Compiling params.cc
[774/853] Compiling dh_asn1.cc
[775/853] Compiling des.cc
[776/853] Compiling cpu_arm_linux.cc
[777/853] Compiling cpu_intel.cc
[778/853] Compiling crypto.cc
[779/853] Compiling curve25519.cc
[780/853] Compiling cpu_arm_freebsd.cc
[781/853] Compiling bcm.cc
[782/853] Compiling spake25519.cc
[783/853] Compiling cpu_aarch64_linux.cc
[784/853] Compiling cpu_aarch64_openbsd.cc
[785/853] Compiling cpu_aarch64_win.cc
[786/853] Compiling cpu_aarch64_fuchsia.cc
[787/853] Compiling cpu_aarch64_sysreg.cc
[788/853] Compiling curve25519_64_adx.cc
[789/853] Compiling cpu_aarch64_apple.cc
[790/853] Compiling conf.cc
[791/853] Compiling tls_cbc.cc
[792/853] Compiling get_cipher.cc
[793/853] Compiling e_tls.cc
[794/853] Compiling e_rc4.cc
[795/853] Compiling e_null.cc
[796/853] Compiling e_rc2.cc
[797/853] Compiling e_des.cc
[798/853] Compiling derive_key.cc
[799/853] Compiling e_chacha20poly1305.cc
[800/853] Compiling chacha.cc
[801/853] Compiling e_aesgcmsiv.cc
[802/853] Compiling e_aesctrhmac.cc
[803/853] Compiling unicode.cc
[804/853] Compiling buf.cc
[805/853] Compiling cbb.cc
[806/853] Compiling cbs.cc
[807/853] Compiling ber.cc
[808/853] Compiling blake2.cc
[809/853] Compiling asn1_compat.cc
[810/853] Compiling bn_asn1.cc
[811/853] Compiling convert.cc
[812/853] Compiling socket.cc
[813/853] Compiling socket_helper.cc
[814/853] Compiling hexdump.cc
[815/853] Compiling file.cc
[816/853] Compiling printf.cc
[817/853] Compiling pair.cc
[818/853] Compiling fd.cc
[819/853] Compiling errno.cc
[820/853] Compiling connect.cc
[821/853] Compiling bio_mem.cc
[822/853] Compiling base64.cc
[823/853] Compiling tasn_typ.cc
[824/853] Compiling bio.cc
[825/853] Compiling tasn_utl.cc
[826/853] Compiling tasn_new.cc
[827/853] Compiling tasn_fre.cc
[828/853] Compiling tasn_enc.cc
[829/853] Compiling posix_time.cc
[830/853] Compiling f_int.cc
[831/853] Compiling f_string.cc
[832/853] Compiling asn_pack.cc
[833/853] Compiling asn1_par.cc
[834/853] Compiling tasn_dec.cc
[835/853] Compiling asn1_lib.cc
[836/853] Compiling a_octet.cc
[837/853] Compiling a_type.cc
[838/853] Compiling a_utctm.cc
[839/853] Compiling a_time.cc
[840/853] Compiling a_strnid.cc
[841/853] Compiling a_strex.cc
[842/853] Compiling a_i2d_fp.cc
[843/853] Compiling a_dup.cc
[844/853] Compiling a_object.cc
[845/853] Compiling a_d2i_fp.cc
[846/853] Compiling a_mbstr.cc
[847/853] Compiling a_gentm.cc
[848/853] Compiling a_int.cc
[849/853] Compiling a_bitstr.cc
[850/853] Compiling a_bool.cc
[851/853] Compiling c-nioatomics.c
[852/853] Compiling c-atomics.c
[854/859] Compiling NIOConcurrencyHelpers NIOLock.swift
[855/859] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[856/859] Compiling NIOConcurrencyHelpers atomics.swift
[857/859] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[858/859] Compiling NIOConcurrencyHelpers lock.swift
[859/859] Emitting module NIOConcurrencyHelpers
[861/921] Compiling NIOCore NIOAny.swift
[862/921] Compiling NIOCore NIOCloseOnErrorHandler.swift
[863/921] Compiling NIOCore NIOCoreSendableMetatype.swift
[864/921] Compiling NIOCore NIOLoopBound.swift
[865/921] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[866/921] Compiling NIOCore NIOScheduledCallback.swift
[867/921] Compiling NIOCore NIOSendable.swift
[868/921] Compiling NIOCore RecvByteBufferAllocator.swift
[869/929] Compiling NIOCore IOData.swift
[870/929] Compiling NIOCore IPProtocol.swift
[871/929] Compiling NIOCore IntegerBitPacking.swift
[872/929] Compiling NIOCore IntegerTypes.swift
[873/929] Compiling NIOCore Interfaces.swift
[874/929] Compiling NIOCore Linux.swift
[875/929] Compiling NIOCore MarkedCircularBuffer.swift
[876/929] Compiling NIOCore MulticastChannel.swift
[877/929] Compiling NIOCore EventLoopFuture+Deprecated.swift
[878/929] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[879/929] Compiling NIOCore EventLoopFuture.swift
[880/929] Compiling NIOCore FileDescriptor.swift
[881/929] Compiling NIOCore FileHandle.swift
[882/929] Compiling NIOCore FileRegion.swift
[883/929] Compiling NIOCore GlobalSingletons.swift
[884/929] Compiling NIOCore IO.swift
[885/929] Compiling NIOCore AddressedEnvelope.swift
[886/929] Compiling NIOCore AsyncAwaitSupport.swift
[887/929] Compiling NIOCore AsyncChannel.swift
[888/929] Compiling NIOCore AsyncChannelHandler.swift
[889/929] Compiling NIOCore AsyncChannelInboundStream.swift
[890/929] Compiling NIOCore AsyncChannelOutboundWriter.swift
[891/929] Compiling NIOCore NIOAsyncSequenceProducer.swift
[892/929] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[893/929] Compiling NIOCore NIOAsyncWriter.swift
[894/929] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[895/929] Compiling NIOCore SocketAddresses.swift
[896/929] Compiling NIOCore SocketOptionProvider.swift
[897/929] Compiling NIOCore SystemCallHelpers.swift
[898/929] Compiling NIOCore TimeAmount+Duration.swift
[899/929] Compiling NIOCore TypeAssistedChannelHandler.swift
[900/929] Compiling NIOCore UniversalBootstrapSupport.swift
[901/929] Compiling NIOCore Utilities.swift
[902/929] Compiling NIOCore CircularBuffer.swift
[903/929] Compiling NIOCore Codec.swift
[904/929] Compiling NIOCore ConvenienceOptionSupport.swift
[905/929] Compiling NIOCore DeadChannel.swift
[906/929] Compiling NIOCore DispatchQueue+WithFuture.swift
[907/929] Compiling NIOCore EventLoop+Deprecated.swift
[908/929] Compiling NIOCore EventLoop+SerialExecutor.swift
[909/929] Compiling NIOCore EventLoop.swift
[910/929] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[911/929] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[912/929] Compiling NIOCore BSDSocketAPI.swift
[913/929] Compiling NIOCore ByteBuffer-aux.swift
[914/929] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[915/929] Compiling NIOCore ByteBuffer-conversions.swift
[916/929] Compiling NIOCore ByteBuffer-core.swift
[917/929] Compiling NIOCore ByteBuffer-hex.swift
[918/929] Compiling NIOCore ByteBuffer-int.swift
[919/929] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[920/929] Compiling NIOCore ByteBuffer-multi-int.swift
[921/929] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[922/929] Compiling NIOCore ByteBuffer-views.swift
[923/929] Compiling NIOCore Channel.swift
[924/929] Compiling NIOCore ChannelHandler.swift
[925/929] Compiling NIOCore ChannelHandlers.swift
[926/929] Compiling NIOCore ChannelInvoker.swift
[927/929] Compiling NIOCore ChannelOption.swift
[928/929] Compiling NIOCore ChannelPipeline.swift
[929/929] Emitting module NIOCore
[931/990] Compiling AMQPProtocol ProtocolError.swift
[932/990] Compiling AMQPProtocol Protocol.swift
[933/991] Compiling AMQPProtocol Date+AMQP.swift
[934/991] Compiling AMQPProtocol UInt8+AMQP.swift
[935/991] Compiling AMQPProtocol ByteBuffer+AMQP.swift
[936/991] Emitting module AMQPProtocol
[937/991] Compiling NIOEmbedded AsyncTestingChannel.swift
[938/991] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[939/991] Emitting module NIOEmbedded
[940/991] Compiling AMQPProtocol Properties.swift
[941/991] Compiling NIOEmbedded Embedded.swift
[942/992] Compiling AMQPProtocol Table.swift
[944/992] Compiling NIOPosix SelectableEventLoop.swift
[945/992] Compiling NIOPosix SelectorEpoll.swift
[946/992] Compiling NIOPosix SelectorGeneric.swift
[947/992] Compiling NIOPosix SelectorKqueue.swift
[948/992] Compiling NIOPosix SelectorUring.swift
[949/992] Compiling NIOPosix ServerSocket.swift
[950/998] Compiling NIOPosix Socket.swift
[951/998] Compiling NIOPosix SocketChannel.swift
[952/998] Compiling NIOPosix SocketProtocols.swift
[953/998] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[954/998] Compiling NIOPosix System.swift
[955/998] Compiling NIOPosix Thread.swift
[956/998] Compiling NIOPosix Pool.swift
[957/998] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[958/998] Compiling NIOPosix PosixSingletons.swift
[959/998] Compiling NIOPosix RawSocketBootstrap.swift
[960/998] Compiling NIOPosix Resolver.swift
[961/998] Compiling NIOPosix Selectable.swift
[962/998] Compiling NIOPosix SelectableChannel.swift
[963/998] Emitting module NIOPosix
[964/998] Compiling AMQPProtocol Frame.swift
[966/999] Compiling NIOPosix BSDSocketAPICommon.swift
[967/999] Compiling NIOPosix BSDSocketAPIPosix.swift
[968/999] Compiling NIOPosix BSDSocketAPIWindows.swift
[969/999] Compiling NIOPosix BaseSocket.swift
[970/999] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[971/999] Compiling NIOPosix BaseSocketChannel.swift
[972/999] Compiling NIOPosix BaseStreamSocketChannel.swift
[973/999] Compiling NIOPosix IO.swift
[974/999] Compiling NIOPosix IntegerBitPacking.swift
[975/999] Compiling NIOPosix IntegerTypes.swift
[976/999] Compiling NIOPosix Linux.swift
[977/999] Compiling NIOPosix LinuxCPUSet.swift
[978/999] Compiling NIOPosix LinuxUring.swift
[979/999] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[980/999] Compiling NIOPosix Bootstrap.swift
[981/999] Compiling NIOPosix ControlMessage.swift
[982/999] Compiling NIOPosix DatagramVectorReadManager.swift
[983/999] Compiling NIOPosix Errors+Any.swift
[984/999] Compiling NIOPosix FileDescriptor.swift
[985/999] Compiling NIOPosix GetaddrinfoResolver.swift
[986/999] Compiling NIOPosix HappyEyeballs.swift
[987/999] Compiling NIOPosix NIOPosixSendableMetatype.swift
[988/999] Compiling NIOPosix NIOThreadPool.swift
[989/999] Compiling NIOPosix NonBlockingFileIO.swift
[990/999] Compiling NIOPosix PendingDatagramWritesManager.swift
[991/999] Compiling NIOPosix PendingWritesManager.swift
[992/999] Compiling NIOPosix PipeChannel.swift
[993/999] Compiling NIOPosix PipePair.swift
[994/999] Compiling NIOPosix ThreadPosix.swift
[995/999] Compiling NIOPosix ThreadWindows.swift
[996/999] Compiling NIOPosix UnsafeTransfer.swift
[997/999] Compiling NIOPosix Utilities.swift
[998/999] Compiling NIOPosix VsockAddress.swift
[999/999] Compiling NIOPosix VsockChannelEvents.swift
[1001/1002] Compiling NIO Exports.swift
[1002/1002] Emitting module NIO
[1004/1009] Compiling NIOTLS TLSEvents.swift
[1005/1009] Emitting module NIOTLS
[1006/1009] Compiling NIOTLS SNIHandler.swift
[1007/1009] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1008/1009] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1009/1009] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1011/1039] Compiling NIOSSL LinuxCABundle.swift
[1012/1039] Compiling NIOSSL NIOSSLClientHandler.swift
[1013/1039] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1014/1039] Compiling NIOSSL NIOSSLHandler.swift
[1015/1039] Compiling NIOSSL AndroidCABundle.swift
[1016/1039] Compiling NIOSSL ByteBufferBIO.swift
[1017/1039] Compiling NIOSSL CustomPrivateKey.swift
[1018/1039] Compiling NIOSSL IdentityVerification.swift
[1019/1043] Emitting module NIOSSL
[1020/1043] Compiling NIOSSL SubjectAlternativeName.swift
[1021/1043] Compiling NIOSSL NIOSSLSecureBytes.swift
[1022/1043] Compiling NIOSSL RNG.swift
[1023/1043] Compiling NIOSSL SafeCompare.swift
[1024/1043] Compiling NIOSSL SSLPrivateKey.swift
[1025/1043] Compiling NIOSSL SSLPublicKey.swift
[1026/1043] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1027/1043] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1028/1043] Compiling NIOSSL SSLCertificate.swift
[1029/1043] Compiling NIOSSL SSLCertificateExtensions.swift
[1030/1043] Compiling NIOSSL SSLCertificateName.swift
[1031/1043] Compiling NIOSSL SSLConnection.swift
[1032/1043] Compiling NIOSSL SSLContext.swift
[1033/1043] Compiling NIOSSL SSLErrors.swift
[1034/1043] Compiling NIOSSL SSLInit.swift
[1035/1043] Compiling NIOSSL SSLPKCS12Bundle.swift
[1036/1043] Compiling NIOSSL NIOSSLServerHandler.swift
[1037/1043] Compiling NIOSSL ObjectIdentifier.swift
[1038/1043] Compiling NIOSSL PosixPort.swift
[1039/1043] Compiling NIOSSL SSLCallbacks.swift
[1040/1043] Compiling NIOSSL Zeroization.swift
[1041/1043] Compiling NIOSSL TLSConfiguration.swift
[1042/1043] Compiling NIOSSL UniversalBootstrapSupport.swift
[1043/1043] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1045/1057] Compiling AMQPClient AMQPFrameDecoder.swift
[1046/1058] Compiling AMQPClient AMQPConnection.swift
[1047/1058] Compiling AMQPClient AMQPConnectionConfiguration.swift
[1048/1058] Compiling AMQPClient AMQPFrameEncoder.swift
[1049/1058] Compiling AMQPClient AMQPConnectionError.swift
[1050/1058] Compiling AMQPClient AMQPResponse.swift
[1051/1058] Compiling AMQPClient AMQPChannel+async.swift
[1052/1058] Compiling AMQPClient AMQPConnection+async.swift
[1053/1058] Compiling AMQPClient AMQPConnectionMultiplexHandler.swift
[1054/1058] Compiling AMQPClient AMQPChannelHandler.swift
[1055/1058] Compiling AMQPClient AMQPConnectionHandler.swift
[1056/1058] Emitting module AMQPClient
[1057/1058] Compiling AMQPClient AMQPChannel.swift
[1058/1058] Compiling AMQPClient AMQPChannels.swift
[1060/1084] Compiling RabbitMq ExchangeOptions.swift
[1061/1084] Compiling RabbitMq PublisherOptions.swift
[1062/1084] Compiling RabbitMq QueueOptions.swift
[1063/1084] Compiling RabbitMq RetryingPublisher.swift
[1064/1084] Compiling RabbitMq AnyAsyncSequence.swift
[1065/1084] Compiling RabbitMq Logger+withMetadata.swift
[1066/1084] Compiling RabbitMq Connection+performPublish.swift
[1067/1084] Compiling RabbitMq Publisher.swift
[1068/1084] Compiling RabbitMq PublisherConfiguration.swift
[1069/1084] Compiling RabbitMq Task+isCancelledOrShuttingDown.swift
[1070/1084] Compiling RabbitMq BindingOptions.swift
[1071/1084] Compiling RabbitMq ConsumerOptions.swift
[1072/1084] Emitting module RabbitMq
[1073/1087] Compiling RabbitMq RetryingConsumer.swift
[1074/1087] Compiling RabbitMq AMQPChannel+Options.swift
[1075/1087] Compiling RabbitMq AMQPConnection+initOptions.swift
[1076/1087] Compiling RabbitMq AsyncChannel+waitUntilFinished.swift
[1077/1087] Compiling RabbitMq Connection+performConsume.swift
[1078/1087] Compiling RabbitMq Consumer.swift
[1079/1087] Compiling RabbitMq ConsumerChannel.swift
[1080/1087] Compiling RabbitMq ConsumerConfiguration.swift
[1081/1087] Compiling RabbitMq gracefulCancellableDelay.swift
[1082/1087] Compiling RabbitMq withBasicConnection.swift
[1083/1087] Compiling RabbitMq withRetryingConnectionBody.swift
[1084/1087] Compiling RabbitMq BasicConnection.swift
[1085/1087] Compiling RabbitMq Connection.swift
[1086/1087] Compiling RabbitMq ConnectionConfiguration.swift
[1087/1087] Compiling RabbitMq RetryingConnection.swift
Build of target: 'RabbitMq' complete! (260.67s)
550
6	/host/spi-builder-workspace/.docs/xtremekforever/swift-rabbitmq/0.3.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/xtremekforever/swift-rabbitmq/0.3.2
File count: 550
Doc size:   6.0MB
Preparing doc bundle ...
Uploading prod-xtremekforever-swift-rabbitmq-0.3.2-81a1df60.zip to s3://spi-docs-inbox/prod-xtremekforever-swift-rabbitmq-0.3.2-81a1df60.zip
Copying... [14%]
Copying... [21%]
Copying... [35%]
Copying... [42%]
Copying... [56%]
Copying... [63%]
Copying... [76%]
Copying... [83%]
Copying... [90%]
Copying... [100%]
Done.