The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-openapi-async-http-client, reference main (5cb5dd), with Swift 6.1 for Android on 30 Jul 2025 12:20:37 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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/swift-server/swift-openapi-async-http-client.git
Reference: main
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/swift-server/swift-openapi-async-http-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5cb5dd8 Enable release mode builds (#52)
Cloned https://github.com/swift-server/swift-openapi-async-http-client.git
Revision (git rev-parse @):
5cb5dd8522d3ab6befe9fa007fe4aa02fa67bee4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-openapi-async-http-client.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-openapi-async-http-client.git
https://github.com/swift-server/swift-openapi-async-http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.58.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "swift-openapi-async-http-client",
  "name" : "swift-openapi-async-http-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIAsyncHTTPClient",
      "targets" : [
        "OpenAPIAsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIAsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIAsyncHTTPClientTests",
      "path" : "Tests/OpenAPIAsyncHTTPClientTests",
      "sources" : [
        "Test_AsyncHTTPClientTransport.swift"
      ],
      "target_dependencies" : [
        "OpenAPIAsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIAsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIAsyncHTTPClient",
      "path" : "Sources/OpenAPIAsyncHTTPClient",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "HTTPTypes",
        "AsyncHTTPClient",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "OpenAPIAsyncHTTPClient"
      ],
      "sources" : [
        "AsyncHTTPClientTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-openapi-runtime
[1/5698] Fetching swift-openapi-runtime
[1768/19757] Fetching swift-openapi-runtime, async-http-client
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.71s)
[4921/14059] Fetching async-http-client
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.52s)
[1/917] Fetching swift-http-types
[918/77989] Fetching swift-http-types, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (7.99s)
Fetched https://github.com/apple/swift-nio from cache (8.19s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (10.62s)
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 (0.96s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.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-log.git
[1/2701] Fetching swift-nio-transport-services
[218/8824] Fetching swift-nio-transport-services, swift-nio-extras
[1167/10632] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[1186/14512] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log
[2773/20471] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-algorithms
[2860/32132] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.29s)
Fetched https://github.com/apple/swift-log.git from cache (1.30s)
Fetching https://github.com/apple/swift-nio-ssl.git
[16573/25551] Fetching swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
[25552/40536] Fetching swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.84s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.86s)
[19382/28454] Fetching swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.87s)
[17655/26646] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.88s)
[6144/14985] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.17s)
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 (5.51s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.85.0 (1.36s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4776] Fetching swift-system
[718/21692] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
[4399/16916] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.79s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.97s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.98s)
Fetching https://github.com/apple/swift-numerics.git
[1/5769] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
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.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.01s)
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-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.20s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1176] Fetching swift-http-structured-headers
[425/2805] Fetching swift-http-structured-headers, swift-asn1
[1202/7800] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[1776/10233] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle
[5910/16657] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
[8569/15028] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.77s)
[10255/13852] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.77s)
[7886/11419] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.00s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.14s)
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 (2.29s)
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)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.11s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.10s)
Fetching https://github.com/apple/swift-crypto.git
[1/15900] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.50s)
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 (3.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (0.89s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.13.2 (2.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.17s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.82s)
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-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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/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-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
Working copy of https://github.com/apple/swift-nio 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.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-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-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-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-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Building for debugging...
[0/443] Write sources
[24/443] Compiling CNIOWindows WSAStartup.c
[25/443] Compiling CNIOWASI CNIOWASI.c
[26/443] Compiling _NumericsShims _NumericsShims.c
[27/443] Compiling CNIOWindows shim.c
[28/443] Compiling CNIOPosix event_loop_id.c
[29/443] Compiling _AtomicsShims.c
[30/443] Compiling CNIOLinux liburing_shims.c
[31/443] Compiling CNIODarwin shim.c
[32/443] Compiling CNIOExtrasZlib empty.c
[33/443] Compiling CNIOLLHTTP c_nio_http.c
[34/443] Compiling fiat_p256_adx_sqr.S
[35/443] Compiling fiat_curve25519_adx_square.S
[36/443] Compiling fiat_p256_adx_mul.S
[37/443] Compiling CNIOLinux shim.c
[38/443] Compiling fiat_curve25519_adx_mul.S
[39/443] Compiling CNIOLLHTTP c_nio_api.c
[40/443] Write swift-version-24593BA9C3E375BF.txt
[41/443] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/443] Compiling CNIOBoringSSLShims shims.c
[43/449] Compiling tls_record.cc
[44/449] Compiling tls_method.cc
[45/449] Compiling tls13_server.cc
[46/449] Compiling tls13_enc.cc
[47/449] Compiling tls13_both.cc
[48/449] Compiling tls13_client.cc
[49/486] Compiling t1_enc.cc
[50/486] Compiling ssl_x509.cc
[52/486] Emitting module _NIOBase64
[53/486] Compiling _NIOBase64 Base64.swift
[54/487] Compiling RealModule Float16+Real.swift
[55/488] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/488] Compiling InternalCollectionsUtilities Integer rank.swift
[57/488] Compiling Logging LogHandler.swift
[58/488] Emitting module HTTPTypes
[59/489] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/489] Compiling InternalCollectionsUtilities Debugging.swift
[62/490] Compiling HTTPTypes HTTPParsedFields.swift
[63/490] Compiling _NIODataStructures _TinyArray.swift
[64/490] Compiling RealModule RealFunctions.swift
[65/490] Emitting module InternalCollectionsUtilities
[66/490] Emitting module RealModule
[69/490] Compiling RealModule Real.swift
[70/490] Compiling RealModule Float80+Real.swift
[71/490] Compiling HTTPTypes HTTPField.swift
[72/490] Compiling InternalCollectionsUtilities Descriptions.swift
[73/490] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/490] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/490] Compiling HTTPTypes ISOLatin1String.swift
[76/490] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/490] Compiling HTTPTypes HTTPResponse.swift
[78/490] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/490] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/490] Compiling HTTPTypes HTTPRequest.swift
[83/490] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/490] Compiling InternalCollectionsUtilities UInt+reversed.swift
[85/490] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/490] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/490] Compiling _NIODataStructures PriorityQueue.swift
[88/491] Compiling RealModule Float+Real.swift
[89/491] Compiling RealModule ElementaryFunctions.swift
[90/492] Compiling _NIODataStructures Heap.swift
[91/492] Emitting module _NIODataStructures
[92/492] Compiling HTTPTypes NIOLock.swift
[95/493] Compiling ssl_versions.cc
[96/493] Compiling ssl_transcript.cc
[98/508] Compiling DequeModule _DequeBuffer.swift
[99/508] Compiling DequeModule _DequeBufferHeader.swift
[100/510] Compiling DequeModule Deque+CustomReflectable.swift
[101/510] Compiling DequeModule Deque+Descriptions.swift
[102/510] Compiling DequeModule Deque+Equatable.swift
[103/510] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/510] Compiling DequeModule Deque+Extras.swift
[105/510] Compiling DequeModule Deque+Hashable.swift
[105/510] Compiling ssl_stat.cc
[107/510] Compiling Logging MetadataProvider.swift
[108/510] Emitting module Logging
[109/510] Compiling Logging Locks.swift
[110/510] Compiling Logging Logging.swift
[111/511] Compiling DequeModule _DequeSlot.swift
[112/511] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/511] Compiling DequeModule Deque._UnsafeHandle.swift
[114/511] Compiling DequeModule Deque.swift
[115/511] Compiling DequeModule Deque+Testing.swift
[116/511] Compiling DequeModule Deque._Storage.swift
[118/511] Compiling DequeModule Deque+Codable.swift
[119/511] Compiling DequeModule Deque+Collection.swift
[120/511] Emitting module DequeModule
[120/512] Compiling ssl_key_share.cc
[121/512] Compiling ssl_session.cc
[123/512] Compiling ssl_privkey.cc
[124/512] Compiling ssl_lib.cc
[125/512] Compiling ssl_file.cc
[127/512] Compiling HTTPTypes HTTPFieldName.swift
[128/512] Compiling HTTPTypes HTTPFields.swift
[129/513] Compiling ssl_credential.cc
[130/513] Compiling ssl_buffer.cc
[131/551] Compiling ssl_asn1.cc
[132/574] Compiling ssl_cipher.cc
[133/574] Compiling ssl_cert.cc
[134/574] Compiling ssl_aead_ctx.cc
[135/574] Compiling s3_pkt.cc
[136/574] Compiling s3_lib.cc
[137/574] Compiling s3_both.cc
[138/574] Compiling handshake_server.cc
[139/574] Compiling handshake_client.cc
[140/574] Compiling handshake.cc
[141/574] Compiling handoff.cc
[142/574] Compiling encrypted_client_hello.cc
[143/574] Compiling dtls_method.cc
[144/574] Compiling dtls_record.cc
[145/574] Compiling extensions.cc
[146/574] Compiling md5-x86_64-linux.S
[147/574] Compiling md5-x86_64-apple.S
[148/574] Compiling md5-586-linux.S
[149/574] Compiling md5-586-apple.S
[150/574] Compiling chacha20_poly1305_x86_64-linux.S
[151/574] Compiling chacha20_poly1305_x86_64-apple.S
[152/574] Compiling d1_srtp.cc
[153/574] Compiling chacha20_poly1305_armv8-win.S
[154/574] Compiling chacha20_poly1305_armv8-apple.S
[155/574] Compiling d1_pkt.cc
[156/574] Compiling chacha-x86_64-linux.S
[157/574] Compiling chacha20_poly1305_armv8-linux.S
[158/574] Compiling chacha-x86-apple.S
[159/574] Compiling chacha-x86_64-apple.S
[160/574] Compiling chacha-x86-linux.S
[161/574] Compiling chacha-armv8-win.S
[162/574] Compiling chacha-armv8-apple.S
[163/574] Compiling chacha-armv4-linux.S
[164/574] Compiling chacha-armv8-linux.S
[165/574] Compiling aes128gcmsiv-x86_64-linux.S
[166/574] Compiling x86_64-mont5-apple.S
[167/574] Compiling aes128gcmsiv-x86_64-apple.S
[168/574] Compiling x86_64-mont-apple.S
[169/574] Compiling x86_64-mont5-linux.S
[170/574] Compiling x86_64-mont-linux.S
[171/574] Compiling err_data.cc
[172/574] Compiling d1_lib.cc
[173/574] Compiling x86-mont-linux.S
[174/574] Compiling x86-mont-apple.S
[175/574] Compiling vpaes-x86-linux.S
[176/574] Compiling vpaes-x86_64-apple.S
[177/574] Compiling vpaes-x86_64-linux.S
[178/574] Compiling vpaes-x86-apple.S
[179/574] Compiling vpaes-armv8-win.S
[180/574] Compiling vpaes-armv8-apple.S
[181/574] Compiling vpaes-armv7-linux.S
[182/574] Compiling sha512-x86_64-apple.S
[183/574] Compiling vpaes-armv8-linux.S
[184/574] Compiling sha512-x86_64-linux.S
[185/574] Compiling sha512-armv8-win.S
[186/574] Compiling sha512-armv8-apple.S
[187/574] Compiling sha512-586-linux.S
[188/574] Compiling sha512-armv8-linux.S
[189/574] Compiling sha512-armv4-linux.S
[190/574] Compiling sha512-586-apple.S
[191/574] Compiling sha256-x86_64-linux.S
[192/574] Compiling sha256-armv8-win.S
[193/574] Compiling sha256-x86_64-apple.S
[194/574] Compiling sha256-armv8-apple.S
[195/574] Compiling sha256-armv4-linux.S
[196/574] Compiling sha256-armv8-linux.S
[197/574] Compiling sha256-586-apple.S
[198/574] Compiling sha256-586-linux.S
[199/574] Compiling sha1-x86_64-linux.S
[200/574] Compiling sha1-x86_64-apple.S
[201/574] Compiling sha1-armv8-win.S
[202/574] Compiling sha1-armv8-apple.S
[203/574] Compiling sha1-armv4-large-linux.S
[204/574] Compiling sha1-586-linux.S
[205/574] Compiling sha1-armv8-linux.S
[206/574] Compiling rsaz-avx2-apple.S
[207/574] Compiling sha1-586-apple.S
[208/574] Compiling rsaz-avx2-linux.S
[209/574] Compiling rdrand-x86_64-linux.S
[211/574] Compiling OpenAPIRuntime URICodeCodingKey.swift
[212/574] Compiling OpenAPIRuntime URICoderConfiguration.swift
[213/574] Compiling OpenAPIRuntime URIEncodedNode.swift
[214/574] Compiling OpenAPIRuntime URIParsedTypes.swift
[215/574] Compiling OpenAPIRuntime URIDecoder.swift
[216/574] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[217/574] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[218/574] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[218/574] Compiling rdrand-x86_64-apple.S
[219/574] Compiling p256_beeu-x86_64-asm-linux.S
[220/582] Compiling p256_beeu-armv8-asm-win.S
[221/582] Compiling p256_beeu-x86_64-asm-apple.S
[222/582] Compiling p256_beeu-armv8-asm-linux.S
[223/582] Compiling p256-x86_64-asm-linux.S
[224/582] Compiling p256_beeu-armv8-asm-apple.S
[225/582] Compiling p256-x86_64-asm-apple.S
[226/582] Compiling p256-armv8-asm-win.S
[227/582] Compiling p256-armv8-asm-apple.S
[228/582] Compiling ghashv8-armv8-linux.S
[229/582] Compiling p256-armv8-asm-linux.S
[230/582] Compiling ghashv8-armv8-apple.S
[231/582] Compiling ghashv8-armv8-win.S
[232/582] Compiling ghashv8-armv7-linux.S
[233/582] Compiling ghash-x86-apple.S
[234/582] Compiling ghash-x86_64-linux.S
[236/582] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[237/582] Compiling OpenAPIRuntime CodableExtensions.swift
[238/582] Compiling OpenAPIRuntime Configuration.swift
[239/582] Compiling OpenAPIRuntime Converter+Client.swift
[240/582] Compiling OpenAPIRuntime Converter+Common.swift
[241/582] Compiling OpenAPIRuntime Converter+Server.swift
[242/582] Compiling OpenAPIRuntime Converter.swift
[243/582] Compiling OpenAPIRuntime CurrencyExtensions.swift
[244/582] Compiling OpenAPIRuntime ErrorExtensions.swift
[244/582] Compiling ghash-x86_64-apple.S
[245/582] Compiling bio_ssl.cc
[246/582] Compiling ghash-x86-linux.S
[247/582] Compiling ghash-ssse3-x86_64-linux.S
[248/582] Compiling ghash-ssse3-x86_64-apple.S
[249/582] Compiling ghash-ssse3-x86-linux.S
[251/582] Compiling OpenAPIRuntime FoundationExtensions.swift
[252/582] Compiling OpenAPIRuntime ParameterStyles.swift
[253/582] Compiling OpenAPIRuntime ServerVariable.swift
[254/582] Compiling OpenAPIRuntime URLExtensions.swift
[255/582] Compiling OpenAPIRuntime Deprecated.swift
[256/582] Compiling OpenAPIRuntime ClientError.swift
[257/582] Compiling OpenAPIRuntime CodingErrors.swift
[258/582] Compiling OpenAPIRuntime RuntimeError.swift
[259/582] Compiling OpenAPIRuntime ServerError.swift
[259/582] Compiling ghash-ssse3-x86-apple.S
[260/582] Compiling ghash-neon-armv8-win.S
[262/582] Compiling OpenAPIRuntime Acceptable.swift
[263/582] Compiling OpenAPIRuntime Base64EncodedData.swift
[264/582] Compiling OpenAPIRuntime ByteUtilities.swift
[265/582] Compiling OpenAPIRuntime ContentDisposition.swift
[266/582] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[267/582] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[268/582] Compiling OpenAPIRuntime OpenAPIValue.swift
[269/582] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[270/582] Compiling OpenAPIRuntime UndocumentedPayload.swift
[271/582] Emitting module OpenAPIRuntime
[271/582] Compiling ghash-neon-armv8-apple.S
[272/582] Compiling ghash-neon-armv8-linux.S
[273/582] Compiling co-586-linux.S
[274/582] Compiling bsaes-armv7-linux.S
[275/582] Compiling ghash-armv4-linux.S
[276/582] Compiling co-586-apple.S
[277/582] Compiling bn-armv8-linux.S
[278/582] Compiling bn-armv8-win.S
[279/582] Compiling bn-armv8-apple.S
[280/582] Compiling bn-586-linux.S
[281/582] Compiling bn-586-apple.S
[282/582] Compiling armv8-mont-win.S
[283/582] Compiling armv8-mont-apple.S
[284/582] Compiling armv8-mont-linux.S
[285/582] Compiling armv4-mont-linux.S
[286/582] Compiling aesv8-gcm-armv8-win.S
[287/582] Compiling aesv8-gcm-armv8-apple.S
[288/582] Compiling aesv8-armv8-win.S
[289/582] Compiling aesv8-armv8-linux.S
[290/582] Compiling aesv8-gcm-armv8-linux.S
[291/582] Compiling aesv8-armv8-apple.S
[292/582] Compiling aesv8-armv7-linux.S
[293/582] Compiling aesni-x86-linux.S
[294/582] Compiling aesni-x86_64-linux.S
[295/582] Compiling aesni-x86_64-apple.S
[296/582] Compiling aesni-gcm-x86_64-linux.S
[297/582] Compiling aesni-x86-apple.S
[298/582] Compiling aes-gcm-avx2-x86_64-apple.S
[299/582] Compiling aesni-gcm-x86_64-apple.S
[300/582] Compiling aes-gcm-avx2-x86_64-linux.S
[301/582] Compiling aes-gcm-avx10-x86_64-linux.S
[303/582] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[304/582] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[305/582] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[306/582] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[307/582] Compiling OpenAPIRuntime ServerSentEvents.swift
[308/582] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[309/582] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[310/582] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[311/582] Compiling OpenAPIRuntime ClientTransport.swift
[312/582] Compiling OpenAPIRuntime CurrencyTypes.swift
[313/582] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[314/582] Compiling OpenAPIRuntime HTTPBody.swift
[315/582] Compiling OpenAPIRuntime ServerTransport.swift
[316/582] Compiling OpenAPIRuntime UniversalClient.swift
[317/582] Compiling OpenAPIRuntime UniversalServer.swift
[318/582] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[319/582] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[320/582] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[321/582] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[322/582] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[323/582] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[324/582] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[325/582] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[326/582] Compiling OpenAPIRuntime MultipartValidation.swift
[327/582] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[327/582] Compiling aes-gcm-avx10-x86_64-apple.S
[328/582] Compiling d1_both.cc
[329/582] Compiling x_x509a.cc
[330/582] Compiling x_spki.cc
[331/582] Compiling x_req.cc
[332/582] Compiling x_sig.cc
[333/582] Compiling x_val.cc
[334/582] Compiling x_x509.cc
[336/582] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[337/582] Compiling OpenAPIRuntime URIEncoder.swift
[338/582] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[339/582] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[340/582] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[341/582] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[342/582] Compiling OpenAPIRuntime URIParser.swift
[343/582] Compiling OpenAPIRuntime URISerializer.swift
[343/583] Compiling x_pubkey.cc
[345/583] Compiling x_name.cc
[346/583] Compiling x_attrib.cc
[347/583] Compiling x_all.cc
[348/583] Compiling x_algor.cc
[349/583] Compiling x_exten.cc
[350/583] Compiling x_crl.cc
[351/583] Compiling x509name.cc
[352/583] Compiling x509spki.cc
[353/583] Compiling x509rset.cc
[354/583] Compiling x509cset.cc
[355/583] Compiling x509_vpm.cc
[356/583] Compiling x509_v3.cc
[357/583] Compiling x509_vfy.cc
[358/583] Compiling x509_req.cc
[359/583] Compiling x509_txt.cc
[360/583] Compiling x509_trs.cc
[361/583] Compiling x509_set.cc
[361/583] Compiling x509_obj.cc
[361/583] Compiling x509_ext.cc
[361/583] Compiling x509_d2.cc
[361/583] Compiling x509_lu.cc
[361/583] Compiling x509_def.cc
[367/583] Compiling x509_cmp.cc
[368/583] Compiling x509.cc
[369/583] Compiling x509_att.cc
[370/583] Compiling v3_skey.cc
[371/583] Compiling v3_utl.cc
[372/583] Compiling v3_prn.cc
[373/583] Compiling v3_pcons.cc
[374/583] Compiling v3_purp.cc
[375/583] Compiling v3_pmaps.cc
[376/583] Compiling v3_ocsp.cc
[377/583] Compiling v3_int.cc
[378/583] Compiling v3_ia5.cc
[379/583] Compiling v3_info.cc
[380/583] Compiling v3_lib.cc
[381/583] Compiling v3_ncons.cc
[382/583] Compiling v3_genn.cc
[383/583] Compiling v3_extku.cc
[384/583] Compiling v3_bitst.cc
[385/583] Compiling v3_bcons.cc
[386/583] Compiling v3_crld.cc
[387/583] Compiling v3_conf.cc
[388/583] Compiling v3_enum.cc
[389/583] Compiling v3_cpols.cc
[390/583] Compiling v3_alt.cc
[391/583] Compiling v3_akeya.cc
[392/583] Compiling t_x509.cc
[393/583] Compiling t_x509a.cc
[394/583] Compiling v3_akey.cc
[395/583] Compiling rsa_pss.cc
[396/583] Compiling t_crl.cc
[397/583] Compiling t_req.cc
[398/583] Compiling policy.cc
[399/583] Compiling name_print.cc
[400/583] Compiling i2d_pr.cc
[401/583] Compiling by_dir.cc
[402/583] Compiling asn1_gen.cc
[403/583] Compiling algorithm.cc
[404/583] Compiling a_verify.cc
[405/583] Compiling by_file.cc
[406/583] Compiling a_sign.cc
[407/583] Compiling thread_pthread.cc
[408/583] Compiling trust_token.cc
[409/583] Compiling voprf.cc
[410/583] Compiling thread_win.cc
[411/583] Compiling pmbtoken.cc
[412/583] Compiling thread_none.cc
[413/583] Compiling a_digest.cc
[414/583] Compiling thread.cc
[415/583] Compiling stack.cc
[416/583] Compiling sha512.cc
[417/583] Compiling siphash.cc
[418/583] Compiling sha256.cc
[419/583] Compiling rsa_print.cc
[419/583] Compiling rsa_extra.cc
[421/583] Compiling sha1.cc
[422/583] Compiling slhdsa.cc
[423/583] Compiling spake2plus.cc
[424/583] Compiling rsa_crypt.cc
[425/583] Compiling refcount.cc
[426/583] Compiling windows.cc
[427/583] Compiling rsa_asn1.cc
[428/583] Compiling urandom.cc
[429/583] Compiling rc4.cc
[430/583] Compiling trusty.cc
[431/583] Compiling ios.cc
[432/583] Compiling rand.cc
[433/583] Compiling passive.cc
[434/583] Compiling poly1305_arm_asm.S
[435/583] Compiling forkunsafe.cc
[436/583] Compiling getentropy.cc
[437/583] Compiling deterministic.cc
[438/583] Compiling fork_detect.cc
[439/583] Compiling poly1305_arm.cc
[440/583] Compiling poly1305_vec.cc
[441/583] Compiling pool.cc
[442/583] Compiling pkcs8.cc
[443/583] Compiling poly1305.cc
[444/583] Compiling pkcs7_x509.cc
[445/583] Compiling pkcs7.cc
[446/583] Compiling p5_pbev2.cc
[447/583] Compiling pkcs8_x509.cc
[448/583] Compiling pem_xaux.cc
[449/583] Compiling pem_x509.cc
[450/583] Compiling pem_pkey.cc
[451/583] Compiling pem_pk8.cc
[452/583] Compiling obj_xref.cc
[453/583] Compiling pem_lib.cc
[454/583] Compiling pem_oth.cc
[455/583] Compiling mldsa.cc
[456/583] Compiling mlkem.cc
[457/583] Compiling pem_info.cc
[458/583] Compiling pem_all.cc
[459/583] Compiling obj.cc
[460/583] Compiling poly_rq_mul.S
[461/583] Compiling fips_shared_support.cc
[462/583] Compiling mem.cc
[463/583] Compiling md5.cc
[464/583] Compiling md4.cc
[465/583] Compiling lhash.cc
[466/583] Compiling kyber.cc
[467/583] Compiling sign.cc
[468/583] Compiling ex_data.cc
[469/583] Compiling hpke.cc
[470/583] Compiling scrypt.cc
[471/583] Compiling hrss.cc
[472/583] Compiling p_x25519.cc
[473/583] Compiling print.cc
[474/583] Compiling pbkdf.cc
[475/583] Compiling p_x25519_asn1.cc
[476/583] Compiling p_rsa_asn1.cc
[477/583] Compiling p_rsa.cc
[478/583] Compiling p_ed25519.cc
[479/583] Compiling p_hkdf.cc
[480/583] Compiling p_ed25519_asn1.cc
[481/583] Compiling p_ec_asn1.cc
[482/583] Compiling p_ec.cc
[483/583] Compiling p_dh.cc
[484/583] Compiling p_dh_asn1.cc
[485/583] Compiling p_dsa_asn1.cc
[486/583] Compiling evp_ctx.cc
[487/583] Compiling evp.cc
[488/583] Compiling err.cc
[489/583] Compiling engine.cc
[490/583] Compiling evp_asn1.cc
[491/583] Compiling hash_to_curve.cc
[492/583] Compiling ecdh.cc
[493/583] Compiling ecdsa_asn1.cc
[494/583] Compiling ec_derive.cc
[495/583] Compiling bcm.cc
[496/583] Compiling ec_asn1.cc
[497/583] Compiling des.cc
[498/583] Compiling dsa_asn1.cc
[499/583] Compiling digest_extra.cc
[500/583] Compiling params.cc
[501/583] Compiling dh_asn1.cc
[502/583] Compiling dsa.cc
[503/583] Compiling x25519-asm-arm.S
[504/583] Compiling spake25519.cc
[505/583] Compiling curve25519_64_adx.cc
[506/583] Compiling crypto.cc
[507/583] Compiling cpu_aarch64_win.cc
[508/583] Compiling cpu_intel.cc
[509/583] Compiling cpu_arm_freebsd.cc
[510/583] Compiling cpu_arm_linux.cc
[511/583] Compiling curve25519.cc
[512/583] Compiling cpu_aarch64_sysreg.cc
[513/583] Compiling cpu_aarch64_openbsd.cc
[514/583] Compiling cpu_aarch64_linux.cc
[515/583] Compiling cpu_aarch64_fuchsia.cc
[516/583] Compiling cpu_aarch64_apple.cc
[517/583] Compiling tls_cbc.cc
[518/583] Compiling conf.cc
[519/583] Compiling e_tls.cc
[520/583] Compiling get_cipher.cc
[521/583] Compiling e_rc2.cc
[522/583] Compiling e_rc4.cc
[523/583] Compiling e_chacha20poly1305.cc
[524/583] Compiling e_null.cc
[525/583] Compiling chacha.cc
[526/583] Compiling e_aesgcmsiv.cc
[527/583] Compiling e_des.cc
[528/583] Compiling e_aesctrhmac.cc
[529/583] Compiling derive_key.cc
[530/583] Compiling unicode.cc
[531/583] Compiling buf.cc
[532/583] Compiling cbs.cc
[533/583] Compiling cbb.cc
[534/583] Compiling ber.cc
[535/583] Compiling asn1_compat.cc
[536/583] Compiling convert.cc
[537/583] Compiling bn_asn1.cc
[538/583] Compiling blake2.cc
[539/583] Compiling socket_helper.cc
[540/583] Compiling printf.cc
[541/583] Compiling socket.cc
[542/583] Compiling hexdump.cc
[543/583] Compiling pair.cc
[544/583] Compiling fd.cc
[545/583] Compiling file.cc
[546/583] Compiling errno.cc
[547/583] Compiling connect.cc
[548/583] Compiling bio_mem.cc
[549/583] Compiling bio.cc
[550/583] Compiling base64.cc
[551/583] Compiling tasn_typ.cc
[552/583] Compiling tasn_fre.cc
[553/583] Compiling tasn_enc.cc
[554/583] Compiling tasn_utl.cc
[555/583] Compiling tasn_new.cc
[556/583] Compiling posix_time.cc
[557/583] Compiling f_string.cc
[558/583] Compiling f_int.cc
[559/583] Compiling tasn_dec.cc
[560/583] Compiling asn_pack.cc
[561/583] Compiling asn1_par.cc
[562/583] Compiling asn1_lib.cc
[563/583] Compiling a_time.cc
[564/583] Compiling a_strex.cc
[565/583] Compiling a_type.cc
[566/583] Compiling a_utctm.cc
[567/583] Compiling a_strnid.cc
[568/583] Compiling a_octet.cc
[569/583] Compiling a_object.cc
[570/583] Compiling a_i2d_fp.cc
[571/583] Compiling a_d2i_fp.cc
[572/583] Compiling a_mbstr.cc
[573/583] Compiling a_dup.cc
[574/583] Write sources
[575/583] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[575/583] Write sources
[577/583] Compiling a_gentm.cc
[578/583] Compiling a_int.cc
[579/626] Compiling a_bool.cc
[581/626] Compiling Atomics ManagedAtomic.swift
[582/626] Compiling Atomics ManagedAtomicLazyReference.swift
[583/626] Compiling Atomics UnsafeAtomic.swift
[584/626] Compiling Atomics UnsafeAtomicLazyReference.swift
[585/628] Compiling Atomics AtomicStorage.swift
[586/628] Compiling Atomics AtomicValue.swift
[587/628] Compiling Atomics AtomicMemoryOrderings.swift
[588/628] Compiling Atomics DoubleWord.swift
[588/628] Compiling a_bitstr.cc
[590/628] Compiling Atomics IntegerOperations.swift
[591/628] Compiling Atomics Unmanaged extensions.swift
[592/628] Compiling Atomics AtomicInteger.swift
[593/628] Compiling Atomics AtomicOptionalWrappable.swift
[594/628] Compiling Atomics AtomicReference.swift
[595/628] Compiling Algorithms Split.swift
[596/628] Compiling Algorithms Stride.swift
[597/628] Compiling Algorithms Suffix.swift
[605/631] Compiling Algorithms Permutations.swift
[606/631] Compiling Algorithms Product.swift
[607/631] Compiling Algorithms Trim.swift
[608/631] Compiling Algorithms Unique.swift
[609/631] Compiling Algorithms Windows.swift
[610/631] Compiling Atomics RawRepresentable.swift
[611/631] Compiling Atomics AtomicBool.swift
[614/631] Compiling Atomics IntegerConformances.swift
[615/631] Compiling Atomics PointerConformances.swift
[616/631] Compiling Atomics Primitives.native.swift
[617/631] Compiling Atomics OptionalRawRepresentable.swift
[622/631] Emitting module Atomics
[630/632] Emitting module Algorithms
[631/633] Compiling c-nioatomics.c
[632/633] Compiling c-atomics.c
[634/639] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[635/639] Compiling NIOConcurrencyHelpers lock.swift
[636/639] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[637/639] Emitting module NIOConcurrencyHelpers
[638/639] Compiling NIOConcurrencyHelpers NIOLock.swift
[639/639] Compiling NIOConcurrencyHelpers atomics.swift
[641/701] Compiling NIOCore NIOAny.swift
[642/701] Compiling NIOCore NIOCloseOnErrorHandler.swift
[643/701] Compiling NIOCore NIOCoreSendableMetatype.swift
[644/701] Compiling NIOCore NIOLoopBound.swift
[645/701] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[646/701] Compiling NIOCore NIOScheduledCallback.swift
[647/701] Compiling NIOCore NIOSendable.swift
[648/701] Compiling NIOCore RecvByteBufferAllocator.swift
[649/709] Compiling NIOCore IOData.swift
[650/709] Compiling NIOCore IPProtocol.swift
[651/709] Compiling NIOCore IntegerBitPacking.swift
[652/709] Compiling NIOCore IntegerTypes.swift
[653/709] Compiling NIOCore Interfaces.swift
[654/709] Compiling NIOCore Linux.swift
[655/709] Compiling NIOCore MarkedCircularBuffer.swift
[656/709] Compiling NIOCore MulticastChannel.swift
[657/709] Compiling NIOCore EventLoopFuture+Deprecated.swift
[658/709] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[659/709] Compiling NIOCore EventLoopFuture.swift
[660/709] Compiling NIOCore FileDescriptor.swift
[661/709] Compiling NIOCore FileHandle.swift
[662/709] Compiling NIOCore FileRegion.swift
[663/709] Compiling NIOCore GlobalSingletons.swift
[664/709] Compiling NIOCore IO.swift
[665/709] Compiling NIOCore CircularBuffer.swift
[666/709] Compiling NIOCore Codec.swift
[667/709] Compiling NIOCore ConvenienceOptionSupport.swift
[668/709] Compiling NIOCore DeadChannel.swift
[669/709] Compiling NIOCore DispatchQueue+WithFuture.swift
[670/709] Compiling NIOCore EventLoop+Deprecated.swift
[671/709] Compiling NIOCore EventLoop+SerialExecutor.swift
[672/709] Compiling NIOCore EventLoop.swift
[673/709] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[674/709] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[675/709] Compiling NIOCore SocketAddresses.swift
[676/709] Compiling NIOCore SocketOptionProvider.swift
[677/709] Compiling NIOCore SystemCallHelpers.swift
[678/709] Compiling NIOCore TimeAmount+Duration.swift
[679/709] Compiling NIOCore TypeAssistedChannelHandler.swift
[680/709] Compiling NIOCore UniversalBootstrapSupport.swift
[681/709] Compiling NIOCore Utilities.swift
[682/709] Compiling NIOCore AddressedEnvelope.swift
[683/709] Compiling NIOCore AsyncAwaitSupport.swift
[684/709] Compiling NIOCore AsyncChannel.swift
[685/709] Compiling NIOCore AsyncChannelHandler.swift
[686/709] Compiling NIOCore AsyncChannelInboundStream.swift
[687/709] Compiling NIOCore AsyncChannelOutboundWriter.swift
[688/709] Compiling NIOCore NIOAsyncSequenceProducer.swift
[689/709] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[690/709] Compiling NIOCore NIOAsyncWriter.swift
[691/709] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[692/709] Compiling NIOCore BSDSocketAPI.swift
[693/709] Compiling NIOCore ByteBuffer-aux.swift
[694/709] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[695/709] Compiling NIOCore ByteBuffer-conversions.swift
[696/709] Compiling NIOCore ByteBuffer-core.swift
[697/709] Compiling NIOCore ByteBuffer-hex.swift
[698/709] Compiling NIOCore ByteBuffer-int.swift
[699/709] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[700/709] Compiling NIOCore ByteBuffer-multi-int.swift
[701/709] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[702/709] Compiling NIOCore ByteBuffer-views.swift
[703/709] Compiling NIOCore Channel.swift
[704/709] Compiling NIOCore ChannelHandler.swift
[705/709] Compiling NIOCore ChannelHandlers.swift
[706/709] Compiling NIOCore ChannelInvoker.swift
[707/709] Compiling NIOCore ChannelOption.swift
[708/709] Compiling NIOCore ChannelPipeline.swift
[709/709] Emitting module NIOCore
[711/762] Compiling NIOEmbedded AsyncTestingChannel.swift
[712/762] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[713/762] Emitting module NIOEmbedded
[714/762] Compiling NIOEmbedded Embedded.swift
[716/763] Compiling NIOPosix IO.swift
[717/763] Compiling NIOPosix IntegerBitPacking.swift
[718/763] Compiling NIOPosix IntegerTypes.swift
[719/763] Compiling NIOPosix Linux.swift
[720/763] Compiling NIOPosix LinuxCPUSet.swift
[721/763] Compiling NIOPosix LinuxUring.swift
[722/763] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[723/769] Compiling NIOPosix Bootstrap.swift
[724/769] Compiling NIOPosix ControlMessage.swift
[725/769] Compiling NIOPosix DatagramVectorReadManager.swift
[726/769] Compiling NIOPosix Errors+Any.swift
[727/769] Compiling NIOPosix FileDescriptor.swift
[728/769] Compiling NIOPosix GetaddrinfoResolver.swift
[729/769] Compiling NIOPosix HappyEyeballs.swift
[730/769] Compiling NIOPosix BSDSocketAPICommon.swift
[731/769] Compiling NIOPosix BSDSocketAPIPosix.swift
[732/769] Compiling NIOPosix BSDSocketAPIWindows.swift
[733/769] Compiling NIOPosix BaseSocket.swift
[734/769] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[735/769] Compiling NIOPosix BaseSocketChannel.swift
[736/769] Compiling NIOPosix BaseStreamSocketChannel.swift
[737/769] Emitting module NIOPosix
[738/769] Compiling NIOPosix ThreadPosix.swift
[739/769] Compiling NIOPosix ThreadWindows.swift
[740/769] Compiling NIOPosix UnsafeTransfer.swift
[741/769] Compiling NIOPosix Utilities.swift
[742/769] Compiling NIOPosix VsockAddress.swift
[743/769] Compiling NIOPosix VsockChannelEvents.swift
[744/769] Compiling NIOPosix SelectableEventLoop.swift
[745/769] Compiling NIOPosix SelectorEpoll.swift
[746/769] Compiling NIOPosix SelectorGeneric.swift
[747/769] Compiling NIOPosix SelectorKqueue.swift
[748/769] Compiling NIOPosix SelectorUring.swift
[749/769] Compiling NIOPosix ServerSocket.swift
[750/769] Compiling NIOPosix Pool.swift
[751/769] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[752/769] Compiling NIOPosix PosixSingletons.swift
[753/769] Compiling NIOPosix RawSocketBootstrap.swift
[754/769] Compiling NIOPosix Resolver.swift
[755/769] Compiling NIOPosix Selectable.swift
[756/769] Compiling NIOPosix SelectableChannel.swift
[757/769] Compiling NIOPosix Socket.swift
[758/769] Compiling NIOPosix SocketChannel.swift
[759/769] Compiling NIOPosix SocketProtocols.swift
[760/769] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[761/769] Compiling NIOPosix System.swift
[762/769] Compiling NIOPosix Thread.swift
[763/769] Compiling NIOPosix NIOPosixSendableMetatype.swift
[764/769] Compiling NIOPosix NIOThreadPool.swift
[765/769] Compiling NIOPosix NonBlockingFileIO.swift
[766/769] Compiling NIOPosix PendingDatagramWritesManager.swift
[767/769] Compiling NIOPosix PendingWritesManager.swift
[768/769] Compiling NIOPosix PipeChannel.swift
[769/769] Compiling NIOPosix PipePair.swift
[771/772] Compiling NIO Exports.swift
[772/772] Emitting module NIO
[774/812] Compiling NIOSOCKS ClientStateMachine.swift
[775/813] Compiling NIOTLS TLSEvents.swift
[776/813] Emitting module NIOTLS
[777/813] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[778/813] Emitting module NIOFoundationCompat
[779/813] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[780/813] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[781/813] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[782/813] Compiling NIOHTTP1 ByteCollectionUtils.swift
[783/813] Compiling NIOHTTP1 HTTPDecoder.swift
[784/813] Compiling NIOSOCKS SOCKSResponse.swift
[785/813] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[786/813] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[787/813] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[788/813] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[789/813] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[790/813] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[791/813] Compiling NIOSOCKS ServerStateMachine.swift
[792/813] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[793/813] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[794/815] Emitting module NIOSOCKS
[795/815] Compiling NIOHTTP1 HTTPEncoder.swift
[796/815] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[800/816] Compiling NIOTLS SNIHandler.swift
[801/816] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[804/817] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[807/818] Emitting module NIOHTTP1
[808/851] Compiling NIOSSL ObjectIdentifier.swift
[809/851] Compiling NIOSSL PosixPort.swift
[810/869] Compiling NIOTransportServices StateManagedChannel.swift
[811/869] Compiling NIOTransportServices StateManagedListenerChannel.swift
[812/869] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[813/871] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[814/871] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[815/871] Compiling NIOTransportServices NIOTSListenerChannel.swift
[816/871] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[817/871] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[818/871] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[819/871] Compiling NIOTransportServices NIOTSErrors.swift
[820/871] Compiling NIOTransportServices NIOTSEventLoop.swift
[821/871] Emitting module NIOTransportServices
[822/871] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[823/871] Compiling NIOTransportServices NIOTSSingletons.swift
[824/871] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[825/871] Compiling NIOTransportServices NIOTSBootstraps.swift
[826/871] Compiling NIOTransportServices NIOTSChannelOptions.swift
[827/871] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[828/871] Compiling NIOTransportServices AcceptHandler.swift
[829/871] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[830/871] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[831/871] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[832/871] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[833/871] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[845/873] Emitting module NIOSSL
[854/895] Compiling NIOSSL SubjectAlternativeName.swift
[855/895] Compiling NIOSSL NIOSSLSecureBytes.swift
[856/895] Compiling NIOSSL RNG.swift
[857/895] Compiling NIOSSL SafeCompare.swift
[861/895] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[866/895] Compiling NIOHPACK IndexedHeaderTable.swift
[867/895] Compiling NIOHPACK IntegerCoding.swift
[868/896] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[869/896] Compiling NIOHPACK HuffmanTables.swift
[878/896] Compiling NIOHPACK StaticHeaderTable.swift
[879/896] Compiling NIOHTTPCompression HTTPCompression.swift
[880/896] Compiling NIOHTTPCompression HTTPDecompression.swift
[881/896] Emitting module NIOHTTPCompression
[882/896] Emitting module NIOHPACK
[883/896] Compiling NIOHPACK DynamicHeaderTable.swift
[884/896] Compiling NIOHPACK HPACKDecoder.swift
[885/896] Compiling NIOHPACK HuffmanCoding.swift
[886/896] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[887/896] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[888/896] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[890/897] Compiling NIOHPACK HPACKHeader.swift
[891/897] Compiling NIOHPACK HeaderTables.swift
[892/897] Compiling NIOHPACK HPACKEncoder.swift
[893/897] Compiling NIOHPACK HPACKErrors.swift
[895/898] Compiling NIOSSL Zeroization.swift
[896/898] Compiling NIOSSL TLSConfiguration.swift
[897/898] Compiling NIOSSL UniversalBootstrapSupport.swift
[898/898] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[900/959] Emitting module NIOHTTP2
[901/967] Compiling NIOHTTP2 MaySendFrames.swift
[902/967] Compiling NIOHTTP2 SendingDataState.swift
[903/967] Compiling NIOHTTP2 SendingGoawayState.swift
[904/967] Compiling NIOHTTP2 SendingHeadersState.swift
[905/967] Compiling NIOHTTP2 SendingPushPromiseState.swift
[906/967] Compiling NIOHTTP2 SendingRstStreamState.swift
[907/967] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[908/967] Compiling NIOHTTP2 HTTP2SettingsState.swift
[909/967] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[910/967] Compiling NIOHTTP2 HasFlowControlWindows.swift
[911/967] Compiling NIOHTTP2 HasLocalSettings.swift
[912/967] Compiling NIOHTTP2 HasRemoteSettings.swift
[913/967] Compiling NIOHTTP2 LocallyQuiescingState.swift
[914/967] Compiling NIOHTTP2 QuiescingState.swift
[915/967] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[916/967] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[917/967] Compiling NIOHTTP2 StateMachineResult.swift
[918/967] Compiling NIOHTTP2 ContentLengthVerifier.swift
[919/967] Compiling NIOHTTP2 DOSHeuristics.swift
[920/967] Compiling NIOHTTP2 Error+Any.swift
[921/967] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[922/967] Compiling NIOHTTP2 ControlFrameBuffer.swift
[923/967] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[924/967] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[925/967] Compiling NIOHTTP2 GlitchesMonitor.swift
[926/967] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[927/967] Compiling NIOHTTP2 ConnectionStateMachine.swift
[928/967] Compiling NIOHTTP2 ConnectionStreamsState.swift
[929/967] Compiling NIOHTTP2 MayReceiveFrames.swift
[930/967] Compiling NIOHTTP2 ReceivingDataState.swift
[931/967] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[932/967] Compiling NIOHTTP2 ReceivingHeadersState.swift
[933/967] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[934/967] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[935/967] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[936/967] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[937/967] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[938/967] Compiling NIOHTTP2 HTTP2StreamID.swift
[939/967] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[940/967] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[941/967] Compiling NIOHTTP2 HTTP2UserEvents.swift
[942/967] Compiling NIOHTTP2 InboundEventBuffer.swift
[943/967] Compiling NIOHTTP2 InboundWindowManager.swift
[944/967] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[945/967] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[946/967] Compiling NIOHTTP2 StreamChannelFlowController.swift
[947/967] Compiling NIOHTTP2 StreamChannelList.swift
[948/967] Compiling NIOHTTP2 StreamMap.swift
[949/967] Compiling NIOHTTP2 StreamStateMachine.swift
[950/967] Compiling NIOHTTP2 UnsafeTransfer.swift
[951/967] Compiling NIOHTTP2 WatermarkedFlowController.swift
[952/967] Compiling NIOHTTP2 HTTP2Frame.swift
[953/967] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[954/967] Compiling NIOHTTP2 HTTP2FrameParser.swift
[955/967] Compiling NIOHTTP2 HTTP2PingData.swift
[956/967] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[957/967] Compiling NIOHTTP2 HTTP2Settings.swift
[958/967] Compiling NIOHTTP2 HTTP2Stream.swift
[959/967] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[960/967] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[961/967] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[962/967] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[963/967] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[964/967] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[965/967] Compiling NIOHTTP2 HTTP2Error.swift
[966/967] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[967/967] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[969/1028] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[970/1028] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[971/1028] Compiling AsyncHTTPClient AsyncLazySequence.swift
[972/1028] Compiling AsyncHTTPClient HTTPClient+execute.swift
[973/1028] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[974/1028] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[975/1028] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[976/1028] Compiling AsyncHTTPClient HTTPClientRequest.swift
[977/1028] Compiling AsyncHTTPClient HTTPClientResponse.swift
[978/1036] Emitting module AsyncHTTPClient
[979/1036] Compiling AsyncHTTPClient HTTPHandler.swift
[980/1036] Compiling AsyncHTTPClient LRUCache.swift
[981/1036] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[982/1036] Compiling AsyncHTTPClient NWErrorHandler.swift
[983/1036] Compiling AsyncHTTPClient NWWaitingHandler.swift
[984/1036] Compiling AsyncHTTPClient TLSConfiguration.swift
[985/1036] Compiling AsyncHTTPClient RedirectState.swift
[986/1036] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[987/1036] Compiling AsyncHTTPClient ConnectionTarget.swift
[988/1036] Compiling AsyncHTTPClient DeconstructedURL.swift
[989/1036] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[990/1036] Compiling AsyncHTTPClient FoundationExtensions.swift
[991/1036] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[992/1036] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[993/1036] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[994/1036] Compiling AsyncHTTPClient HTTPClient.swift
[995/1036] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[996/1036] Compiling AsyncHTTPClient TLSEventsHandler.swift
[997/1036] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[998/1036] Compiling AsyncHTTPClient HTTP1Connection.swift
[999/1036] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1000/1036] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1001/1036] Compiling AsyncHTTPClient HTTP2Connection.swift
[1002/1036] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1003/1036] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1004/1036] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1005/1036] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1006/1036] Compiling AsyncHTTPClient Transaction.swift
[1007/1036] Compiling AsyncHTTPClient Base64.swift
[1008/1036] Compiling AsyncHTTPClient BasicAuth.swift
[1009/1036] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1010/1036] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1011/1036] Compiling AsyncHTTPClient ConnectionPool.swift
[1012/1036] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1013/1036] Compiling AsyncHTTPClient RequestOptions.swift
[1014/1036] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1015/1036] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1016/1036] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1017/1036] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1018/1036] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1019/1036] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1020/1036] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1021/1036] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1022/1036] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1023/1036] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1024/1036] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1025/1036] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1026/1036] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1027/1036] Compiling AsyncHTTPClient RequestBodyLength.swift
[1028/1036] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1029/1036] Compiling AsyncHTTPClient RequestBag.swift
[1030/1036] Compiling AsyncHTTPClient RequestValidation.swift
[1031/1036] Compiling AsyncHTTPClient SSLContextCache.swift
[1032/1036] Compiling AsyncHTTPClient Scheme.swift
[1033/1036] Compiling AsyncHTTPClient Singleton.swift
[1034/1036] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1035/1036] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1036/1036] Compiling AsyncHTTPClient Utils.swift
[1038/1039] Emitting module OpenAPIAsyncHTTPClient
[1039/1039] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
Build complete! (314.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.58.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "swift-openapi-async-http-client",
  "name" : "swift-openapi-async-http-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIAsyncHTTPClient",
      "targets" : [
        "OpenAPIAsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIAsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIAsyncHTTPClientTests",
      "path" : "Tests/OpenAPIAsyncHTTPClientTests",
      "sources" : [
        "Test_AsyncHTTPClientTransport.swift"
      ],
      "target_dependencies" : [
        "OpenAPIAsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIAsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIAsyncHTTPClient",
      "path" : "Sources/OpenAPIAsyncHTTPClient",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "HTTPTypes",
        "AsyncHTTPClient",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "OpenAPIAsyncHTTPClient"
      ],
      "sources" : [
        "AsyncHTTPClientTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.