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 Linux on 30 Jul 2025 12:21:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

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