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 (776636), with Swift 6.1 for Android on 30 May 2025 02:41:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.63.1
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 7766369 Drop Swift 5.9 (#51)
Cloned https://github.com/swift-server/swift-openapi-async-http-client.git
Revision (git rev-parse @):
77663696af9ed15e0306a42401519c4a24f475b5
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-4606859-0":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[1/904] Fetching swift-http-types
[643/6583] Fetching swift-http-types, swift-openapi-runtime
[6584/20597] Fetching swift-http-types, swift-openapi-runtime, async-http-client
[8546/96705] Fetching swift-http-types, swift-openapi-runtime, async-http-client, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.51s)
[3428/91026] Fetching swift-http-types, async-http-client, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (1.03s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.04s)
[28160/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (5.56s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (11.94s)
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.66s)
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
Fetching https://github.com/apple/swift-log.git
[1/2667] Fetching swift-nio-transport-services
[188/8581] Fetching swift-nio-transport-services, swift-nio-extras
[4150/10291] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[5063/16250] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-algorithms
[6062/27777] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
[6673/31613] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (1.11s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.11s)
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
[21326/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.12s)
[15527/17486] Fetching swift-algorithms, swift-nio-http2
[17487/32329] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.59s)
[12863/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.60s)
[1485/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.01s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (3.85s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.89s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.18s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.24s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.13s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.95s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[542/4016] Fetching swift-asn1, swift-service-lifecycle
[3702/5157] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[4162/10142] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[5147/16297] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.47s)
[13433/15156] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.64s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.92s)
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.95s)
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.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.10s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.16s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.22s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.13s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.65s)
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.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.03s)
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.3
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.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.12.3
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.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.36.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.10.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.31.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.24.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.5.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.27.1
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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
Building for debugging...
[0/442] Write sources
[24/442] Compiling CNIOWindows WSAStartup.c
[25/442] Compiling _AtomicsShims.c
[26/442] Compiling CNIOWindows shim.c
[26/442] Compiling CNIOWASI CNIOWASI.c
[28/442] Compiling CNIOLinux liburing_shims.c
[29/442] Compiling _NumericsShims _NumericsShims.c
[30/442] Compiling CNIOExtrasZlib empty.c
[31/442] Compiling CNIODarwin shim.c
[32/442] Compiling CNIOLLHTTP c_nio_http.c
[33/442] Compiling CNIOLinux shim.c
[34/442] Compiling fiat_p256_adx_sqr.S
[35/442] Compiling CNIOLLHTTP c_nio_api.c
[36/442] Write swift-version-24593BA9C3E375BF.txt
[37/442] Compiling fiat_curve25519_adx_square.S
[38/442] Compiling fiat_p256_adx_mul.S
[39/442] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/442] Compiling fiat_curve25519_adx_mul.S
[41/443] Compiling CNIOBoringSSLShims shims.c
[42/477] Compiling tls_method.cc
[43/477] Compiling tls_record.cc
[44/485] Compiling tls13_server.cc
[45/485] Compiling tls13_enc.cc
[47/485] Compiling _NIODataStructures _TinyArray.swift
[48/485] Compiling RealModule Real.swift
[48/486] Compiling tls13_client.cc
[50/486] Compiling _NIODataStructures PriorityQueue.swift
[51/486] Compiling RealModule Float+Real.swift
[52/486] Compiling RealModule ElementaryFunctions.swift
[53/486] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/486] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/487] Emitting module _NIOBase64
[58/487] Compiling _NIOBase64 Base64.swift
[60/488] Compiling InternalCollectionsUtilities Descriptions.swift
[61/488] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/488] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/488] Compiling RealModule RealFunctions.swift
[64/488] Compiling RealModule Float16+Real.swift
[65/488] Compiling RealModule Float80+Real.swift
[66/488] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/488] Compiling HTTPTypes HTTPField.swift
[68/488] Emitting module HTTPTypes
[69/488] Compiling HTTPTypes HTTPRequest.swift
[70/488] Compiling HTTPTypes HTTPParsedFields.swift
[71/488] Compiling HTTPTypes ISOLatin1String.swift
[72/488] Emitting module InternalCollectionsUtilities
[73/488] Compiling HTTPTypes HTTPResponse.swift
[74/488] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/488] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/488] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/488] Compiling InternalCollectionsUtilities Debugging.swift
[78/488] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/488] Compiling InternalCollectionsUtilities Integer rank.swift
[84/490] Emitting module RealModule
[85/491] Emitting module _NIODataStructures
[86/491] Compiling _NIODataStructures Heap.swift
[89/492] Compiling tls13_both.cc
[91/492] Compiling HTTPTypes NIOLock.swift
[91/507] Compiling t1_enc.cc
[93/507] Compiling DequeModule Deque+CustomReflectable.swift
[94/507] Compiling DequeModule Deque+Descriptions.swift
[95/509] Compiling DequeModule _DequeBuffer.swift
[96/509] Compiling DequeModule _DequeBufferHeader.swift
[97/509] Compiling DequeModule Deque+Equatable.swift
[98/509] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/509] Compiling DequeModule _DequeSlot.swift
[100/509] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/509] Compiling DequeModule Deque+Testing.swift
[102/509] Compiling DequeModule Deque._Storage.swift
[103/509] Compiling DequeModule Deque._UnsafeHandle.swift
[104/509] Compiling DequeModule Deque.swift
[105/509] Compiling DequeModule Deque+Extras.swift
[106/509] Compiling DequeModule Deque+Hashable.swift
[106/509] Compiling ssl_versions.cc
[108/509] Compiling DequeModule Deque+Codable.swift
[109/509] Compiling DequeModule Deque+Collection.swift
[110/509] Emitting module DequeModule
[110/510] Compiling ssl_x509.cc
[112/510] Compiling ssl_stat.cc
[113/510] Compiling ssl_transcript.cc
[115/510] Compiling Logging MetadataProvider.swift
[116/510] Compiling Logging LogHandler.swift
[117/510] Compiling Logging Locks.swift
[118/510] Emitting module Logging
[119/510] Compiling Logging Logging.swift
[120/511] Compiling ssl_session.cc
[121/511] Compiling ssl_privkey.cc
[122/511] Compiling ssl_file.cc
[123/511] Compiling ssl_credential.cc
[124/511] Compiling ssl_key_share.cc
[125/511] Compiling ssl_cipher.cc
[126/511] Compiling ssl_lib.cc
[127/511] Compiling ssl_cert.cc
[129/511] Compiling HTTPTypes HTTPFields.swift
[130/511] Compiling HTTPTypes HTTPFieldName.swift
[131/512] Compiling ssl_buffer.cc
[132/512] Compiling s3_pkt.cc
[133/512] Compiling ssl_aead_ctx.cc
[134/512] Compiling ssl_asn1.cc
[135/529] Compiling s3_lib.cc
[136/573] Compiling s3_both.cc
[137/573] Compiling handshake_server.cc
[138/573] Compiling handshake_client.cc
[139/573] Compiling handoff.cc
[140/573] Compiling handshake.cc
[141/573] Compiling encrypted_client_hello.cc
[142/573] Compiling extensions.cc
[143/573] Compiling dtls_method.cc
[144/573] Compiling dtls_record.cc
[145/573] Compiling md5-x86_64-linux.S
[146/573] Compiling md5-x86_64-apple.S
[147/573] Compiling md5-586-linux.S
[148/573] Compiling md5-586-apple.S
[149/573] Compiling chacha20_poly1305_x86_64-linux.S
[150/573] Compiling d1_srtp.cc
[151/573] Compiling chacha20_poly1305_x86_64-apple.S
[152/573] Compiling chacha20_poly1305_armv8-win.S
[153/573] Compiling chacha20_poly1305_armv8-apple.S
[154/573] Compiling chacha20_poly1305_armv8-linux.S
[155/573] Compiling chacha-x86_64-linux.S
[156/573] Compiling chacha-x86_64-apple.S
[157/573] Compiling err_data.cc
[158/573] Compiling chacha-x86-apple.S
[159/573] Compiling chacha-x86-linux.S
[160/573] Compiling chacha-armv8-win.S
[161/573] Compiling chacha-armv8-apple.S
[162/573] Compiling chacha-armv8-linux.S
[163/573] Compiling chacha-armv4-linux.S
[164/573] Compiling aes128gcmsiv-x86_64-linux.S
[165/573] Compiling aes128gcmsiv-x86_64-apple.S
[166/573] Compiling d1_pkt.cc
[167/573] Compiling x86_64-mont5-linux.S
[168/573] Compiling bio_ssl.cc
[169/573] Compiling x86_64-mont5-apple.S
[170/573] Compiling x86_64-mont-linux.S
[170/573] Compiling x86_64-mont-apple.S
[172/573] Compiling x86-mont-linux.S
[173/573] Compiling x86-mont-apple.S
[174/573] Compiling vpaes-x86-linux.S
[175/573] Compiling vpaes-x86_64-linux.S
[176/573] Compiling d1_lib.cc
[177/573] Compiling vpaes-x86_64-apple.S
[178/573] Compiling vpaes-x86-apple.S
[179/573] Compiling vpaes-armv8-win.S
[180/573] Compiling vpaes-armv8-apple.S
[181/573] Compiling sha512-x86_64-linux.S
[182/573] Compiling vpaes-armv7-linux.S
[183/573] Compiling vpaes-armv8-linux.S
[184/573] Compiling sha512-x86_64-apple.S
[185/573] Compiling sha512-armv8-win.S
[187/573] Emitting module OpenAPIRuntime
[187/578] Compiling sha512-armv8-apple.S
[188/581] Compiling d1_both.cc
[189/581] Compiling sha512-586-linux.S
[190/581] Compiling sha512-armv4-linux.S
[191/581] Compiling sha512-armv8-linux.S
[192/581] Compiling sha512-586-apple.S
[193/581] Compiling sha256-x86_64-apple.S
[194/581] Compiling sha256-x86_64-linux.S
[195/581] Compiling sha256-armv8-win.S
[196/581] Compiling sha256-armv4-linux.S
[197/581] Compiling sha256-armv8-apple.S
[198/581] Compiling sha256-armv8-linux.S
[199/581] Compiling sha1-x86_64-apple.S
[199/581] Compiling sha256-586-apple.S
[201/581] Compiling sha256-586-linux.S
[201/581] Compiling sha1-x86_64-linux.S
[203/581] Compiling sha1-armv8-win.S
[204/581] Compiling sha1-armv8-apple.S
[205/581] Compiling rsaz-avx2-linux.S
[206/581] Compiling sha1-armv4-large-linux.S
[207/581] Compiling sha1-armv8-linux.S
[207/581] Compiling sha1-586-apple.S
[209/581] Compiling sha1-586-linux.S
[210/581] Compiling rsaz-avx2-apple.S
[211/581] Compiling rdrand-x86_64-linux.S
[212/581] Compiling p256_beeu-x86_64-asm-linux.S
[213/581] Compiling rdrand-x86_64-apple.S
[214/581] Compiling p256_beeu-x86_64-asm-apple.S
[215/581] Compiling p256_beeu-armv8-asm-linux.S
[216/581] Compiling p256_beeu-armv8-asm-win.S
[217/581] Compiling p256_beeu-armv8-asm-apple.S
[218/581] Compiling p256-armv8-asm-win.S
[219/581] Compiling p256-x86_64-asm-linux.S
[220/581] Compiling p256-x86_64-asm-apple.S
[221/581] Compiling p256-armv8-asm-linux.S
[222/581] Compiling ghashv8-armv8-linux.S
[223/581] Compiling ghashv8-armv8-win.S
[224/581] Compiling p256-armv8-asm-apple.S
[225/581] Compiling ghash-x86_64-apple.S
[226/581] Compiling ghashv8-armv7-linux.S
[227/581] Compiling ghash-x86_64-linux.S
[228/581] Compiling ghashv8-armv8-apple.S
[229/581] Compiling ghash-ssse3-x86_64-apple.S
[230/581] Compiling ghash-ssse3-x86_64-linux.S
[230/581] Compiling ghash-ssse3-x86-linux.S
[232/581] Compiling ghash-x86-apple.S
[233/581] Compiling ghash-x86-linux.S
[234/581] Compiling ghash-neon-armv8-win.S
[235/581] Compiling ghash-ssse3-x86-apple.S
[236/581] Compiling ghash-neon-armv8-linux.S
[237/581] Compiling ghash-neon-armv8-apple.S
[238/581] Compiling co-586-linux.S
[239/581] Compiling co-586-apple.S
[240/581] Compiling ghash-armv4-linux.S
[240/581] Compiling bsaes-armv7-linux.S
[242/581] Compiling bn-armv8-win.S
[243/581] Compiling bn-armv8-linux.S
[244/581] Compiling bn-586-linux.S
[245/581] Compiling bn-586-apple.S
[246/581] Compiling armv8-mont-win.S
[247/581] Compiling bn-armv8-apple.S
[248/581] Compiling aesv8-gcm-armv8-win.S
[249/581] Compiling armv8-mont-linux.S
[250/581] Compiling armv8-mont-apple.S
[251/581] Compiling armv4-mont-linux.S
[252/581] Compiling aesv8-gcm-armv8-apple.S
[253/581] Compiling aesv8-armv8-win.S
[254/581] Compiling aesv8-gcm-armv8-linux.S
[255/581] Compiling aesv8-armv8-apple.S
[256/581] Compiling aesv8-armv7-linux.S
[257/581] Compiling aesv8-armv8-linux.S
[258/581] Compiling aesni-x86_64-apple.S
[259/581] Compiling aesni-x86-linux.S
[260/581] Compiling aesni-x86_64-linux.S
[261/581] Compiling aesni-x86-apple.S
[262/581] Compiling aesni-gcm-x86_64-linux.S
[263/581] Compiling aes-gcm-avx10-x86_64-linux.S
[263/581] Compiling aesni-gcm-x86_64-apple.S
[263/581] Compiling aes-gcm-avx2-x86_64-apple.S
[267/581] Compiling OpenAPIRuntime URICodeCodingKey.swift
[268/581] Compiling OpenAPIRuntime URICoderConfiguration.swift
[269/581] Compiling OpenAPIRuntime URIEncodedNode.swift
[270/581] Compiling OpenAPIRuntime URIParsedTypes.swift
[271/581] Compiling OpenAPIRuntime URIDecoder.swift
[272/581] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[273/581] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[274/581] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[275/581] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[276/581] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[277/581] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[278/581] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[279/581] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[280/581] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[281/581] Compiling OpenAPIRuntime MultipartValidation.swift
[282/581] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[283/581] Compiling OpenAPIRuntime CurrencyTypes.swift
[284/581] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[285/581] Compiling OpenAPIRuntime HTTPBody.swift
[286/581] Compiling OpenAPIRuntime ServerTransport.swift
[287/581] Compiling OpenAPIRuntime UniversalClient.swift
[288/581] Compiling OpenAPIRuntime UniversalServer.swift
[289/581] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[290/581] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[291/581] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[292/581] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[293/581] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[294/581] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[295/581] Compiling OpenAPIRuntime ServerSentEvents.swift
[296/581] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[297/581] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[298/581] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[299/581] Compiling OpenAPIRuntime ClientTransport.swift
[299/581] Compiling aes-gcm-avx2-x86_64-linux.S
[300/581] Compiling aes-gcm-avx10-x86_64-apple.S
[302/581] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[303/581] Compiling OpenAPIRuntime CodableExtensions.swift
[304/581] Compiling OpenAPIRuntime Configuration.swift
[305/581] Compiling OpenAPIRuntime Converter+Client.swift
[306/581] Compiling OpenAPIRuntime Converter+Common.swift
[307/581] Compiling OpenAPIRuntime Converter+Server.swift
[308/581] Compiling OpenAPIRuntime Converter.swift
[309/581] Compiling OpenAPIRuntime CurrencyExtensions.swift
[310/581] Compiling OpenAPIRuntime ErrorExtensions.swift
[311/581] Compiling OpenAPIRuntime FoundationExtensions.swift
[312/581] Compiling OpenAPIRuntime ParameterStyles.swift
[313/581] Compiling OpenAPIRuntime ServerVariable.swift
[314/581] Compiling OpenAPIRuntime URLExtensions.swift
[315/581] Compiling OpenAPIRuntime Deprecated.swift
[316/581] Compiling OpenAPIRuntime ClientError.swift
[317/581] Compiling OpenAPIRuntime CodingErrors.swift
[318/581] Compiling OpenAPIRuntime RuntimeError.swift
[319/581] Compiling OpenAPIRuntime ServerError.swift
[320/581] Compiling OpenAPIRuntime Acceptable.swift
[321/581] Compiling OpenAPIRuntime Base64EncodedData.swift
[322/581] Compiling OpenAPIRuntime ByteUtilities.swift
[323/581] Compiling OpenAPIRuntime ContentDisposition.swift
[324/581] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[325/581] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[326/581] Compiling OpenAPIRuntime OpenAPIValue.swift
[327/581] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[328/581] Compiling OpenAPIRuntime UndocumentedPayload.swift
[329/581] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[330/581] Compiling OpenAPIRuntime URIEncoder.swift
[331/581] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[332/581] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[333/581] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[334/581] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[335/581] Compiling OpenAPIRuntime URIParser.swift
[336/581] Compiling OpenAPIRuntime URISerializer.swift
[337/582] Compiling x_x509a.cc
[337/582] Compiling x_spki.cc
[339/582] Compiling x_sig.cc
[340/582] Compiling x_val.cc
[341/582] Compiling x_x509.cc
[341/582] Compiling x_req.cc
[343/582] Compiling x_pubkey.cc
[344/582] Compiling x_name.cc
[345/582] Compiling x_exten.cc
[346/582] Compiling x_all.cc
[347/582] Compiling x_attrib.cc
[348/582] Compiling x_crl.cc
[349/582] Compiling x509rset.cc
[350/582] Compiling x_algor.cc
[351/582] Compiling x509spki.cc
[352/582] Compiling x509name.cc
[353/582] Compiling x509_vpm.cc
[354/582] Compiling x509cset.cc
[355/582] Compiling x509_trs.cc
[356/582] Compiling x509_v3.cc
[357/582] Compiling x509_txt.cc
[358/582] Compiling x509_set.cc
[359/582] Compiling x509_vfy.cc
[360/582] Compiling x509_req.cc
[361/582] Compiling x509_d2.cc
[362/582] Compiling x509_lu.cc
[363/582] Compiling x509_obj.cc
[364/582] Compiling x509_def.cc
[365/582] Compiling x509_cmp.cc
[366/582] Compiling x509_ext.cc
[367/582] Compiling x509.cc
[368/582] Compiling x509_att.cc
[369/582] Compiling v3_utl.cc
[370/582] Compiling v3_prn.cc
[371/582] Compiling v3_pcons.cc
[372/582] Compiling v3_purp.cc
[373/582] Compiling v3_ocsp.cc
[374/582] Compiling v3_skey.cc
[375/582] Compiling v3_ncons.cc
[376/582] Compiling v3_pmaps.cc
[377/582] Compiling v3_int.cc
[378/582] Compiling v3_lib.cc
[379/582] Compiling v3_genn.cc
[380/582] Compiling v3_extku.cc
[381/582] Compiling v3_info.cc
[382/582] Compiling v3_ia5.cc
[383/582] Compiling v3_enum.cc
[384/582] Compiling v3_crld.cc
[385/582] Compiling v3_bitst.cc
[386/582] Compiling v3_conf.cc
[387/582] Compiling v3_cpols.cc
[388/582] Compiling v3_alt.cc
[389/582] Compiling v3_akeya.cc
[390/582] Compiling v3_bcons.cc
[391/582] Compiling v3_akey.cc
[392/582] Compiling t_req.cc
[393/582] Compiling t_x509a.cc
[394/582] Compiling t_crl.cc
[395/582] Compiling i2d_pr.cc
[396/582] Compiling t_x509.cc
[397/582] Compiling by_file.cc
[398/582] Compiling rsa_pss.cc
[399/582] Compiling name_print.cc
[399/582] Compiling policy.cc
[399/582] Compiling by_dir.cc
[402/582] Compiling asn1_gen.cc
[403/582] Compiling a_verify.cc
[404/582] Compiling algorithm.cc
[405/582] Compiling a_sign.cc
[406/582] Compiling thread_none.cc
[407/582] Compiling thread.cc
[408/582] Compiling thread_win.cc
[409/582] Compiling thread_pthread.cc
[410/582] Compiling pmbtoken.cc
[411/582] Compiling a_digest.cc
[412/582] Compiling trust_token.cc
[413/582] Compiling voprf.cc
[414/582] Compiling siphash.cc
[415/582] Compiling stack.cc
[416/582] Compiling slhdsa.cc
[417/582] Compiling sha1.cc
[418/582] Compiling sha512.cc
[419/582] Compiling spake2plus.cc
[420/582] Compiling sha256.cc
[421/582] Compiling rsa_print.cc
[422/582] Compiling rsa_extra.cc
[423/582] Compiling rsa_crypt.cc
[424/582] Compiling rsa_asn1.cc
[425/582] Compiling rc4.cc
[426/582] Compiling urandom.cc
[427/582] Compiling trusty.cc
[428/582] Compiling refcount.cc
[429/582] Compiling windows.cc
[430/582] Compiling rand.cc
[431/582] Compiling ios.cc
[432/582] Compiling passive.cc
[433/582] Compiling poly1305_arm_asm.S
[434/582] Compiling getentropy.cc
[435/582] Compiling fork_detect.cc
[436/582] Compiling forkunsafe.cc
[437/582] Compiling deterministic.cc
[438/582] Compiling pool.cc
[439/582] Compiling poly1305_arm.cc
[440/582] Compiling poly1305.cc
[441/582] Compiling poly1305_vec.cc
[442/582] Compiling p5_pbev2.cc
[443/582] Compiling pkcs8.cc
[444/582] Compiling pkcs8_x509.cc
[445/582] Compiling pkcs7.cc
[446/582] Compiling pkcs7_x509.cc
[447/582] Compiling pem_xaux.cc
[448/582] Compiling pem_pkey.cc
[449/582] Compiling pem_x509.cc
[450/582] Compiling pem_oth.cc
[451/582] Compiling pem_pk8.cc
[452/582] Compiling pem_all.cc
[453/582] Compiling pem_lib.cc
[454/582] Compiling mlkem.cc
[455/582] Compiling pem_info.cc
[456/582] Compiling mldsa.cc
[457/582] Compiling mem.cc
[458/582] Compiling md4.cc
[459/582] Compiling poly_rq_mul.S
[460/582] Compiling obj_xref.cc
[461/582] Compiling obj.cc
[462/582] Compiling fips_shared_support.cc
[463/582] Compiling md5.cc
[464/582] Compiling lhash.cc
[465/582] Compiling ex_data.cc
[466/582] Compiling print.cc
[467/582] Compiling scrypt.cc
[468/582] Compiling sign.cc
[469/582] Compiling kyber.cc
[470/582] Compiling hpke.cc
[471/582] Compiling hrss.cc
[472/582] Compiling pbkdf.cc
[473/582] Compiling p_x25519.cc
[474/582] Compiling p_x25519_asn1.cc
[475/582] Compiling p_rsa_asn1.cc
[476/582] Compiling p_rsa.cc
[477/582] Compiling p_ed25519.cc
[478/582] Compiling p_hkdf.cc
[479/582] Compiling p_ed25519_asn1.cc
[480/582] Compiling p_ec_asn1.cc
[481/582] Compiling p_ec.cc
[482/582] Compiling p_dh_asn1.cc
[483/582] Compiling p_dh.cc
[484/582] Compiling p_dsa_asn1.cc
[485/582] Compiling evp_ctx.cc
[486/582] Compiling evp.cc
[487/582] Compiling err.cc
[488/582] Compiling engine.cc
[489/582] Compiling evp_asn1.cc
[490/582] Compiling ecdh.cc
[491/582] Compiling hash_to_curve.cc
[492/582] Compiling bcm.cc
[493/582] Compiling ec_derive.cc
[494/582] Compiling ecdsa_asn1.cc
[495/582] Compiling dsa.cc
[496/582] Compiling ec_asn1.cc
[497/582] Compiling params.cc
[498/582] Compiling x25519-asm-arm.S
[499/582] Compiling dsa_asn1.cc
[500/582] Compiling des.cc
[501/582] Compiling digest_extra.cc
[502/582] Compiling curve25519_64_adx.cc
[503/582] Compiling dh_asn1.cc
[504/582] Compiling spake25519.cc
[505/582] Compiling curve25519.cc
[506/582] Compiling cpu_intel.cc
[507/582] Compiling crypto.cc
[508/582] Compiling cpu_arm_linux.cc
[509/582] Compiling cpu_arm_freebsd.cc
[510/582] Compiling cpu_aarch64_win.cc
[511/582] Compiling cpu_aarch64_openbsd.cc
[512/582] Compiling cpu_aarch64_sysreg.cc
[513/582] Compiling cpu_aarch64_linux.cc
[514/582] Compiling cpu_aarch64_apple.cc
[515/582] Compiling cpu_aarch64_fuchsia.cc
[516/582] Compiling tls_cbc.cc
[517/582] Compiling conf.cc
[518/582] Compiling e_tls.cc
[519/582] Compiling get_cipher.cc
[520/582] Compiling e_rc4.cc
[521/582] Compiling e_null.cc
[522/582] Compiling e_des.cc
[523/582] Compiling e_rc2.cc
[524/582] Compiling e_aesctrhmac.cc
[524/582] Compiling e_chacha20poly1305.cc
[526/582] Compiling derive_key.cc
[527/582] Compiling chacha.cc
[528/582] Compiling e_aesgcmsiv.cc
[529/582] Compiling unicode.cc
[530/582] Compiling cbb.cc
[531/582] Compiling cbs.cc
[532/582] Compiling buf.cc
[533/582] Compiling blake2.cc
[534/582] Compiling ber.cc
[535/582] Compiling bn_asn1.cc
[536/582] Compiling convert.cc
[537/582] Compiling asn1_compat.cc
[538/582] Compiling printf.cc
[539/582] Compiling socket.cc
[540/582] Compiling socket_helper.cc
[541/582] Compiling pair.cc
[542/582] Compiling fd.cc
[543/582] Compiling file.cc
[544/582] Compiling hexdump.cc
[545/582] Compiling errno.cc
[546/582] Compiling connect.cc
[547/582] Compiling bio.cc
[548/582] Compiling base64.cc
[549/582] Compiling bio_mem.cc
[550/582] Compiling tasn_typ.cc
[551/582] Compiling tasn_fre.cc
[552/582] Compiling tasn_new.cc
[553/582] Compiling tasn_enc.cc
[554/582] Compiling tasn_utl.cc
[555/582] Compiling f_string.cc
[556/582] Compiling posix_time.cc
[557/582] Compiling f_int.cc
[558/582] Compiling asn_pack.cc
[559/582] Compiling tasn_dec.cc
[560/582] Compiling asn1_par.cc
[561/582] Compiling a_octet.cc
[562/582] Compiling asn1_lib.cc
[563/582] Compiling a_time.cc
[564/582] Compiling a_type.cc
[565/582] Compiling a_utctm.cc
[566/582] Compiling a_strnid.cc
[567/582] Compiling a_object.cc
[568/582] Compiling a_strex.cc
[569/582] Compiling a_i2d_fp.cc
[570/582] Compiling a_int.cc
[571/582] Compiling a_gentm.cc
[572/582] Compiling a_mbstr.cc
[573/582] Write sources
[575/582] Compiling a_dup.cc
[576/582] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[577/582] Compiling a_d2i_fp.cc
[578/626] Compiling a_bool.cc
[579/626] Compiling a_bitstr.cc
[581/626] Compiling Algorithms Joined.swift
[582/626] Compiling Algorithms Keyed.swift
[583/628] Compiling Algorithms MinMax.swift
[584/628] Compiling Algorithms Partition.swift
[585/628] Compiling Algorithms Permutations.swift
[586/628] Compiling Algorithms Product.swift
[587/628] Compiling Algorithms Indexed.swift
[588/628] Compiling Algorithms Intersperse.swift
[589/628] Compiling Algorithms AdjacentPairs.swift
[590/628] Compiling Algorithms Chain.swift
[591/628] Compiling Algorithms Chunked.swift
[592/628] Compiling Algorithms Combinations.swift
[593/628] Compiling Algorithms Compacted.swift
[594/628] Compiling Algorithms Cycle.swift
[595/628] Compiling Algorithms EitherSequence.swift
[596/628] Compiling Atomics IntegerOperations.swift
[597/628] Compiling Atomics Unmanaged extensions.swift
[600/628] Compiling Algorithms Rotate.swift
[601/628] Compiling Algorithms Split.swift
[602/628] Compiling Algorithms Stride.swift
[603/628] Compiling Algorithms Suffix.swift
[607/631] Compiling Algorithms FirstNonNil.swift
[614/631] Compiling Algorithms Trim.swift
[615/631] Compiling Algorithms Unique.swift
[616/631] Compiling Algorithms Windows.swift
[617/631] Compiling Algorithms FlattenCollection.swift
[618/631] Compiling Algorithms Grouped.swift
[621/631] Emitting module Atomics
[629/632] Compiling c-nioatomics.c
[631/632] Emitting module Algorithms
[632/633] Compiling c-atomics.c
[634/639] Compiling NIOConcurrencyHelpers lock.swift
[635/639] Emitting module NIOConcurrencyHelpers
[636/639] Compiling NIOConcurrencyHelpers NIOLock.swift
[637/639] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[638/639] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[639/639] Compiling NIOConcurrencyHelpers atomics.swift
[641/700] Compiling NIOCore IO.swift
[642/700] Compiling NIOCore IOData.swift
[643/700] Compiling NIOCore IPProtocol.swift
[644/700] Compiling NIOCore IntegerBitPacking.swift
[645/700] Compiling NIOCore IntegerTypes.swift
[646/700] Compiling NIOCore Interfaces.swift
[647/700] Compiling NIOCore Linux.swift
[648/700] Compiling NIOCore MarkedCircularBuffer.swift
[649/708] Compiling NIOCore CircularBuffer.swift
[650/708] Compiling NIOCore Codec.swift
[651/708] Compiling NIOCore ConvenienceOptionSupport.swift
[652/708] Compiling NIOCore DeadChannel.swift
[653/708] Compiling NIOCore DispatchQueue+WithFuture.swift
[654/708] Compiling NIOCore EventLoop+Deprecated.swift
[655/708] Compiling NIOCore EventLoop+SerialExecutor.swift
[656/708] Compiling NIOCore EventLoop.swift
[657/708] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[658/708] Compiling NIOCore EventLoopFuture+Deprecated.swift
[659/708] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[660/708] Compiling NIOCore EventLoopFuture.swift
[661/708] Compiling NIOCore FileDescriptor.swift
[662/708] Compiling NIOCore FileHandle.swift
[663/708] Compiling NIOCore FileRegion.swift
[664/708] Compiling NIOCore GlobalSingletons.swift
[665/708] Compiling NIOCore MulticastChannel.swift
[666/708] Compiling NIOCore NIOAny.swift
[667/708] Compiling NIOCore NIOCloseOnErrorHandler.swift
[668/708] Compiling NIOCore NIOLoopBound.swift
[669/708] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[670/708] Compiling NIOCore NIOScheduledCallback.swift
[671/708] Compiling NIOCore NIOSendable.swift
[672/708] Compiling NIOCore RecvByteBufferAllocator.swift
[673/708] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[674/708] Compiling NIOCore BSDSocketAPI.swift
[675/708] Compiling NIOCore ByteBuffer-aux.swift
[676/708] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[677/708] Compiling NIOCore ByteBuffer-conversions.swift
[678/708] Compiling NIOCore ByteBuffer-core.swift
[679/708] Compiling NIOCore ByteBuffer-hex.swift
[680/708] Compiling NIOCore ByteBuffer-int.swift
[681/708] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[682/708] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[683/708] Compiling NIOCore SocketAddresses.swift
[684/708] Compiling NIOCore SocketOptionProvider.swift
[685/708] Compiling NIOCore SystemCallHelpers.swift
[686/708] Compiling NIOCore TimeAmount+Duration.swift
[687/708] Compiling NIOCore TypeAssistedChannelHandler.swift
[688/708] Compiling NIOCore UniversalBootstrapSupport.swift
[689/708] Compiling NIOCore Utilities.swift
[690/708] Compiling NIOCore AddressedEnvelope.swift
[691/708] Compiling NIOCore AsyncAwaitSupport.swift
[692/708] Compiling NIOCore AsyncChannel.swift
[693/708] Compiling NIOCore AsyncChannelHandler.swift
[694/708] Compiling NIOCore AsyncChannelInboundStream.swift
[695/708] Compiling NIOCore AsyncChannelOutboundWriter.swift
[696/708] Compiling NIOCore NIOAsyncSequenceProducer.swift
[697/708] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[698/708] Compiling NIOCore NIOAsyncWriter.swift
[699/708] Compiling NIOCore ByteBuffer-multi-int.swift
[700/708] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[701/708] Compiling NIOCore ByteBuffer-views.swift
[702/708] Compiling NIOCore Channel.swift
[703/708] Compiling NIOCore ChannelHandler.swift
[704/708] Compiling NIOCore ChannelHandlers.swift
[705/708] Compiling NIOCore ChannelInvoker.swift
[706/708] Compiling NIOCore ChannelOption.swift
[707/708] Compiling NIOCore ChannelPipeline.swift
[708/708] Emitting module NIOCore
[710/759] Emitting module NIOEmbedded
[711/759] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[712/759] Compiling NIOEmbedded Embedded.swift
[713/759] Compiling NIOEmbedded AsyncTestingChannel.swift
[714/760] Compiling NIOPosix Pool.swift
[715/760] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[716/760] Compiling NIOPosix PosixSingletons.swift
[717/760] Compiling NIOPosix RawSocketBootstrap.swift
[718/760] Compiling NIOPosix Resolver.swift
[719/760] Compiling NIOPosix Selectable.swift
[721/766] Compiling NIOPosix IO.swift
[722/766] Compiling NIOPosix IntegerBitPacking.swift
[723/766] Compiling NIOPosix IntegerTypes.swift
[724/766] Compiling NIOPosix Linux.swift
[725/766] Compiling NIOPosix LinuxCPUSet.swift
[726/766] Compiling NIOPosix LinuxUring.swift
[727/766] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[728/766] Emitting module NIOPosix
[729/766] Compiling NIOPosix ThreadPosix.swift
[730/766] Compiling NIOPosix ThreadWindows.swift
[731/766] Compiling NIOPosix UnsafeTransfer.swift
[732/766] Compiling NIOPosix Utilities.swift
[733/766] Compiling NIOPosix VsockAddress.swift
[734/766] Compiling NIOPosix VsockChannelEvents.swift
[735/766] Compiling NIOPosix ServerSocket.swift
[736/766] Compiling NIOPosix Socket.swift
[737/766] Compiling NIOPosix SocketChannel.swift
[738/766] Compiling NIOPosix SocketProtocols.swift
[739/766] Compiling NIOPosix System.swift
[740/766] Compiling NIOPosix Thread.swift
[741/766] Compiling NIOPosix SelectableChannel.swift
[742/766] Compiling NIOPosix SelectableEventLoop.swift
[743/766] Compiling NIOPosix SelectorEpoll.swift
[744/766] Compiling NIOPosix SelectorGeneric.swift
[745/766] Compiling NIOPosix SelectorKqueue.swift
[746/766] Compiling NIOPosix SelectorUring.swift
[747/766] Compiling NIOPosix NIOThreadPool.swift
[748/766] Compiling NIOPosix NonBlockingFileIO.swift
[749/766] Compiling NIOPosix PendingDatagramWritesManager.swift
[750/766] Compiling NIOPosix PendingWritesManager.swift
[751/766] Compiling NIOPosix PipeChannel.swift
[752/766] Compiling NIOPosix PipePair.swift
[753/766] Compiling NIOPosix BSDSocketAPICommon.swift
[754/766] Compiling NIOPosix BSDSocketAPIPosix.swift
[755/766] Compiling NIOPosix BSDSocketAPIWindows.swift
[756/766] Compiling NIOPosix BaseSocket.swift
[757/766] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[758/766] Compiling NIOPosix BaseSocketChannel.swift
[759/766] Compiling NIOPosix BaseStreamSocketChannel.swift
[760/766] Compiling NIOPosix Bootstrap.swift
[761/766] Compiling NIOPosix ControlMessage.swift
[762/766] Compiling NIOPosix DatagramVectorReadManager.swift
[763/766] Compiling NIOPosix Errors+Any.swift
[764/766] Compiling NIOPosix FileDescriptor.swift
[765/766] Compiling NIOPosix GetaddrinfoResolver.swift
[766/766] Compiling NIOPosix HappyEyeballs.swift
[768/769] Compiling NIO Exports.swift
[769/769] Emitting module NIO
[771/809] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[772/809] Compiling NIOSOCKS ClientStateMachine.swift
[773/810] Compiling NIOSOCKS SOCKSResponse.swift
[774/810] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[775/810] Compiling NIOTLS SNIHandler.swift
[776/810] Compiling NIOTLS TLSEvents.swift
[777/810] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[778/810] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[779/810] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[780/810] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[781/810] Emitting module NIOSOCKS
[782/810] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[783/810] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[784/810] Emitting module NIOTLS
[785/810] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[787/811] Compiling NIOSOCKS ServerStateMachine.swift
[788/820] Emitting module NIOHTTP1
[789/830] Compiling NIOSSL SSLInit.swift
[790/830] Compiling NIOSSL SSLPKCS12Bundle.swift
[791/830] Compiling NIOSSL SSLContext.swift
[792/830] Compiling NIOSSL SSLErrors.swift
[793/830] Compiling NIOSSL CustomPrivateKey.swift
[794/830] Compiling NIOSSL IdentityVerification.swift
[795/843] Compiling NIOSSL SSLCertificateName.swift
[796/843] Compiling NIOSSL SSLConnection.swift
[798/843] Emitting module NIOFoundationCompat
[799/843] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[801/844] Compiling NIOSSL SSLCertificate.swift
[802/844] Compiling NIOSSL SSLCertificateExtensions.swift
[803/844] Compiling NIOSSL AndroidCABundle.swift
[804/844] Compiling NIOSSL ByteBufferBIO.swift
[811/866] Compiling NIOTransportServices StateManagedChannel.swift
[812/866] Compiling NIOTransportServices StateManagedListenerChannel.swift
[813/866] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[814/866] Emitting module NIOTransportServices
[815/868] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[816/868] Compiling NIOTransportServices NIOTSSingletons.swift
[817/868] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[818/868] Compiling NIOTransportServices AcceptHandler.swift
[819/868] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[820/868] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[821/868] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[822/868] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[823/868] Compiling NIOTransportServices NIOTSListenerChannel.swift
[824/868] Compiling NIOTransportServices NIOTSBootstraps.swift
[825/868] Compiling NIOTransportServices NIOTSChannelOptions.swift
[826/868] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[827/868] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[828/868] Compiling NIOTransportServices NIOTSErrors.swift
[829/868] Compiling NIOTransportServices NIOTSEventLoop.swift
[830/868] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[831/868] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[837/868] Compiling NIOTransportServices NIOTSDatagramListener.swift
[838/868] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[839/868] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[842/888] Emitting module NIOSSL
[847/892] Compiling NIOSSL SubjectAlternativeName.swift
[848/892] Compiling NIOSSL NIOSSLSecureBytes.swift
[849/892] Compiling NIOSSL RNG.swift
[850/892] Compiling NIOSSL SafeCompare.swift
[851/892] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[852/892] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[853/892] Compiling NIOHPACK IndexedHeaderTable.swift
[854/892] Compiling NIOHPACK IntegerCoding.swift
[855/893] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[856/893] Compiling NIOHTTPCompression HTTPDecompression.swift
[857/893] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[858/893] Compiling NIOHPACK StaticHeaderTable.swift
[859/893] Emitting module NIOHTTPCompression
[860/893] Compiling NIOHTTPCompression HTTPCompression.swift
[861/894] Compiling NIOHPACK HuffmanTables.swift
[866/894] Compiling NIOHPACK HuffmanCoding.swift
[871/894] Compiling NIOSSL SSLCallbacks.swift
[876/894] Compiling NIOHPACK HPACKHeader.swift
[877/894] Compiling NIOHPACK HeaderTables.swift
[880/894] Compiling NIOHPACK DynamicHeaderTable.swift
[881/894] Compiling NIOHPACK HPACKDecoder.swift
[882/894] Compiling NIOHPACK HPACKEncoder.swift
[883/894] Compiling NIOHPACK HPACKErrors.swift
[888/894] Emitting module NIOHPACK
[892/902] Compiling NIOSSL Zeroization.swift
[893/902] Compiling NIOSSL TLSConfiguration.swift
[894/902] Compiling NIOSSL UniversalBootstrapSupport.swift
[895/902] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[897/954] Compiling NIOHTTP2 MaySendFrames.swift
[898/954] Compiling NIOHTTP2 SendingDataState.swift
[899/954] Compiling NIOHTTP2 SendingGoawayState.swift
[900/954] Compiling NIOHTTP2 SendingHeadersState.swift
[901/954] Compiling NIOHTTP2 SendingPushPromiseState.swift
[902/954] Compiling NIOHTTP2 SendingRstStreamState.swift
[903/954] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[904/954] Compiling NIOHTTP2 HTTP2SettingsState.swift
[905/962] Emitting module NIOHTTP2
[906/962] Compiling NIOHTTP2 StateMachineResult.swift
[907/962] Compiling NIOHTTP2 ContentLengthVerifier.swift
[908/962] Compiling NIOHTTP2 DOSHeuristics.swift
[909/962] Compiling NIOHTTP2 Error+Any.swift
[910/962] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[911/962] Compiling NIOHTTP2 ControlFrameBuffer.swift
[912/962] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[913/962] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[914/962] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[915/962] Compiling NIOHTTP2 HasFlowControlWindows.swift
[916/962] Compiling NIOHTTP2 HasLocalSettings.swift
[917/962] Compiling NIOHTTP2 HasRemoteSettings.swift
[918/962] Compiling NIOHTTP2 LocallyQuiescingState.swift
[919/962] Compiling NIOHTTP2 QuiescingState.swift
[920/962] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[921/962] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[922/962] Compiling NIOHTTP2 ConnectionStateMachine.swift
[923/962] Compiling NIOHTTP2 ConnectionStreamsState.swift
[924/962] Compiling NIOHTTP2 MayReceiveFrames.swift
[925/962] Compiling NIOHTTP2 ReceivingDataState.swift
[926/962] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[927/962] Compiling NIOHTTP2 ReceivingHeadersState.swift
[928/962] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[929/962] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[930/962] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[931/962] Compiling NIOHTTP2 InboundWindowManager.swift
[932/962] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[933/962] Compiling NIOHTTP2 StreamChannelFlowController.swift
[934/962] Compiling NIOHTTP2 StreamChannelList.swift
[935/962] Compiling NIOHTTP2 StreamMap.swift
[936/962] Compiling NIOHTTP2 StreamStateMachine.swift
[937/962] Compiling NIOHTTP2 UnsafeTransfer.swift
[938/962] Compiling NIOHTTP2 WatermarkedFlowController.swift
[939/962] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[940/962] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[941/962] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[942/962] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[943/962] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[944/962] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[945/962] Compiling NIOHTTP2 HTTP2Error.swift
[946/962] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[947/962] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[948/962] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[949/962] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[950/962] Compiling NIOHTTP2 HTTP2StreamID.swift
[951/962] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[952/962] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[953/962] Compiling NIOHTTP2 HTTP2UserEvents.swift
[954/962] Compiling NIOHTTP2 InboundEventBuffer.swift
[955/962] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[956/962] Compiling NIOHTTP2 HTTP2Frame.swift
[957/962] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[958/962] Compiling NIOHTTP2 HTTP2FrameParser.swift
[959/962] Compiling NIOHTTP2 HTTP2PingData.swift
[960/962] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[961/962] Compiling NIOHTTP2 HTTP2Settings.swift
[962/962] Compiling NIOHTTP2 HTTP2Stream.swift
[964/1023] Emitting module AsyncHTTPClient
[965/1031] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[966/1031] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[967/1031] Compiling AsyncHTTPClient AsyncLazySequence.swift
[968/1031] Compiling AsyncHTTPClient HTTPClient+execute.swift
[969/1031] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[970/1031] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[971/1031] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[972/1031] Compiling AsyncHTTPClient HTTPClientRequest.swift
[973/1031] Compiling AsyncHTTPClient HTTPClientResponse.swift
[974/1031] Compiling AsyncHTTPClient ConnectionTarget.swift
[975/1031] Compiling AsyncHTTPClient DeconstructedURL.swift
[976/1031] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[977/1031] Compiling AsyncHTTPClient FoundationExtensions.swift
[978/1031] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[979/1031] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[980/1031] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[981/1031] Compiling AsyncHTTPClient HTTPClient.swift
[982/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[983/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[984/1031] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[985/1031] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[986/1031] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[987/1031] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[988/1031] Compiling AsyncHTTPClient RequestBodyLength.swift
[989/1031] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[990/1031] Compiling AsyncHTTPClient HTTPHandler.swift
[991/1031] Compiling AsyncHTTPClient LRUCache.swift
[992/1031] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[993/1031] Compiling AsyncHTTPClient NWErrorHandler.swift
[994/1031] Compiling AsyncHTTPClient NWWaitingHandler.swift
[995/1031] Compiling AsyncHTTPClient TLSConfiguration.swift
[996/1031] Compiling AsyncHTTPClient RedirectState.swift
[997/1031] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[998/1031] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[999/1031] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1000/1031] Compiling AsyncHTTPClient Transaction.swift
[1001/1031] Compiling AsyncHTTPClient Base64.swift
[1002/1031] Compiling AsyncHTTPClient BasicAuth.swift
[1003/1031] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1004/1031] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1005/1031] Compiling AsyncHTTPClient ConnectionPool.swift
[1006/1031] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1007/1031] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1008/1031] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1009/1031] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1010/1031] Compiling AsyncHTTPClient HTTP1Connection.swift
[1011/1031] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1012/1031] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1013/1031] Compiling AsyncHTTPClient HTTP2Connection.swift
[1014/1031] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1015/1031] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1016/1031] Compiling AsyncHTTPClient RequestBag.swift
[1017/1031] Compiling AsyncHTTPClient RequestValidation.swift
[1018/1031] Compiling AsyncHTTPClient SSLContextCache.swift
[1019/1031] Compiling AsyncHTTPClient Scheme.swift
[1020/1031] Compiling AsyncHTTPClient Singleton.swift
[1021/1031] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1022/1031] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1023/1031] Compiling AsyncHTTPClient Utils.swift
[1024/1031] Compiling AsyncHTTPClient RequestOptions.swift
[1025/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1026/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1027/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1028/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1029/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1030/1031] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1031/1031] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1033/1034] Emitting module OpenAPIAsyncHTTPClient
[1034/1034] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
Build complete! (207.86s)
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.