The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-openapi-async-http-client, reference 1.1.0 (915aef), with Swift 6.0 for Linux on 17 Dec 2024 15:45:33 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:basic-6.0-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.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-async-http-client.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-server/swift-openapi-async-http-client
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 915aeff Enable MemberImportVisibility check on all targets (#43)
Cloned https://github.com/swift-server/swift-openapi-async-http-client.git
Revision (git rev-parse @):
915aeff168625b0f88a5810ee7ab8e9c00af671b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-openapi-async-http-client.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-http-types
[1/728] Fetching swift-http-types
[729/6142] Fetching swift-http-types, swift-openapi-runtime
[6143/19482] Fetching swift-http-types, swift-openapi-runtime, async-http-client
[19483/91997] Fetching swift-http-types, swift-openapi-runtime, async-http-client, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.70s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.70s)
[5079/73243] Fetching swift-http-types, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (4.05s)
Fetched https://github.com/apple/swift-nio from cache (4.14s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.43s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/3727] Fetching swift-log
[486/5296] Fetching swift-log, swift-atomics
[2697/7588] Fetching swift-log, swift-atomics, swift-nio-transport-services
[2698/12794] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras
[3416/18389] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[15881/29619] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
[15654/24413] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.43s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[8178/16825] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
[2696/11230] Fetching swift-nio-http2
[11231/24968] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.04s)
[2748/13738] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.41s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.45s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.77.0 (0.63s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3960] Fetching swift-system
[3961/19563] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.7.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.43s)
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.77.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.2
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.29.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.34.1
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.24.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.7.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.4.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.24.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.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-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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.23.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.2
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/450] Write sources
[21/450] Compiling CNIOWASI CNIOWASI.c
[22/450] Compiling CNIOWindows WSAStartup.c
[22/450] Compiling CNIOWindows shim.c
[24/450] Write sources
[26/450] Compiling CNIOLinux liburing_shims.c
[27/450] Compiling CNIOExtrasZlib empty.c
[28/450] Compiling _NumericsShims _NumericsShims.c
[29/450] Compiling _AtomicsShims.c
[30/450] Compiling CNIOLLHTTP c_nio_http.c
[31/450] Compiling CNIODarwin shim.c
[32/450] Compiling fiat_p256_adx_sqr.S
[33/450] Compiling CNIOLinux shim.c
[33/450] Compiling fiat_p256_adx_mul.S
[35/450] Compiling CNIOLLHTTP c_nio_api.c
[36/450] Compiling fiat_curve25519_adx_square.S
[37/450] Compiling fiat_curve25519_adx_mul.S
[38/450] Write swift-version-24593BA9C3E375BF.txt
[39/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/454] Compiling CNIOBoringSSLShims shims.c
[41/456] Compiling tls_method.cc
[42/456] Compiling tls_record.cc
[43/456] Compiling tls13_enc.cc
[44/456] Compiling tls13_both.cc
[45/460] Compiling tls13_client.cc
[46/470] Compiling tls13_server.cc
[48/496] Emitting module Logging
[48/496] Compiling t1_enc.cc
[49/496] Compiling ssl_x509.cc
[50/496] Compiling ssl_versions.cc
[51/496] Compiling ssl_transcript.cc
[52/496] Compiling ssl_stat.cc
[53/496] Compiling ssl_session.cc
[55/496] Emitting module _NIOBase64
[56/496] Compiling _NIOBase64 Base64.swift
[57/497] Compiling HTTPTypes ISOLatin1String.swift
[58/498] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/498] Compiling InternalCollectionsUtilities Integer rank.swift
[60/499] Compiling RealModule Float+Real.swift
[62/499] Compiling RealModule RealFunctions.swift
[63/499] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/499] Compiling InternalCollectionsUtilities Specialize.swift
[65/501] Compiling RealModule ElementaryFunctions.swift
[66/501] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/501] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/501] Emitting module RealModule
[69/501] Compiling InternalCollectionsUtilities Debugging.swift
[70/501] Compiling InternalCollectionsUtilities Descriptions.swift
[71/501] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/501] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/501] Compiling RealModule Float16+Real.swift
[77/501] Emitting module HTTPTypes
[78/501] Compiling HTTPTypes HTTPField.swift
[79/501] Compiling _NIODataStructures PriorityQueue.swift
[80/501] Compiling _NIODataStructures _TinyArray.swift
[81/501] Compiling HTTPTypes HTTPRequest.swift
[82/501] Compiling RealModule Float80+Real.swift
[83/501] Compiling HTTPTypes HTTPResponse.swift
[84/501] Emitting module InternalCollectionsUtilities
[85/501] Compiling RealModule Real.swift
[86/501] Compiling HTTPTypes HTTPParsedFields.swift
[86/502] Compiling ssl_privkey.cc
[89/502] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/502] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[91/502] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[92/502] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[93/502] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[94/502] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/502] Compiling Logging MetadataProvider.swift
[97/502] Emitting module _NIODataStructures
[98/502] Compiling _NIODataStructures Heap.swift
[99/503] Compiling HTTPTypes NIOLock.swift
[100/503] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[101/503] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/503] Compiling Logging Locks.swift
[103/504] Compiling Logging LogHandler.swift
[104/504] Compiling Logging Logging.swift
[108/520] Compiling DequeModule Deque+CustomReflectable.swift
[109/520] Compiling DequeModule Deque+Descriptions.swift
[110/522] Compiling DequeModule _DequeBuffer.swift
[111/522] Compiling DequeModule _DequeBufferHeader.swift
[111/522] Compiling ssl_lib.cc
[113/522] Compiling DequeModule Deque+Equatable.swift
[114/522] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[115/522] Compiling DequeModule Deque+Extras.swift
[116/522] Compiling DequeModule Deque+Hashable.swift
[117/522] Compiling DequeModule _DequeSlot.swift
[118/522] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/522] Compiling ssl_key_share.cc
[119/522] Compiling ssl_file.cc
[121/522] Compiling DequeModule Deque+Testing.swift
[122/522] Compiling DequeModule Deque._Storage.swift
[123/522] Compiling DequeModule Deque._UnsafeHandle.swift
[124/522] Compiling DequeModule Deque.swift
[124/522] Compiling ssl_credential.cc
[125/522] Compiling ssl_cipher.cc
[126/522] Compiling ssl_cert.cc
[128/522] Compiling DequeModule Deque+Codable.swift
[129/522] Compiling DequeModule Deque+Collection.swift
[129/522] Compiling ssl_buffer.cc
[131/522] Emitting module DequeModule
[133/523] Compiling HTTPTypes HTTPFieldName.swift
[134/523] Compiling HTTPTypes HTTPFields.swift
[135/524] Compiling ssl_asn1.cc
[136/524] Compiling s3_pkt.cc
[137/524] Compiling s3_lib.cc
[138/524] Compiling ssl_aead_ctx.cc
[139/524] Compiling s3_both.cc
[140/524] Compiling handshake_server.cc
[141/530] Compiling handshake_client.cc
[142/580] Compiling handshake.cc
[143/585] Compiling dtls_record.cc
[144/585] Compiling dtls_method.cc
[145/585] Compiling encrypted_client_hello.cc
[146/585] Compiling handoff.cc
[147/585] Compiling md5-x86_64-linux.S
[148/585] Compiling md5-x86_64-apple.S
[149/585] Compiling md5-586-linux.S
[150/585] Compiling extensions.cc
[151/585] Compiling md5-586-apple.S
[152/585] Compiling err_data.c
[153/585] Compiling chacha20_poly1305_x86_64-apple.S
[154/585] Compiling chacha20_poly1305_x86_64-linux.S
[155/585] Compiling chacha20_poly1305_armv8-win.S
[156/585] Compiling chacha20_poly1305_armv8-linux.S
[157/585] Compiling chacha20_poly1305_armv8-apple.S
[158/585] Compiling chacha-x86_64-linux.S
[159/585] Compiling chacha-x86_64-apple.S
[160/585] Compiling chacha-x86-linux.S
[161/585] Compiling chacha-x86-apple.S
[162/585] Compiling chacha-armv8-win.S
[163/585] Compiling chacha-armv8-linux.S
[164/585] Compiling chacha-armv8-apple.S
[165/585] Compiling chacha-armv4-linux.S
[166/585] Compiling aes128gcmsiv-x86_64-linux.S
[167/585] Compiling aes128gcmsiv-x86_64-apple.S
[168/585] Compiling d1_srtp.cc
[169/585] Compiling x86_64-mont5-apple.S
[170/585] Compiling x86_64-mont5-linux.S
[171/585] Compiling x86_64-mont-apple.S
[172/585] Compiling x86_64-mont-linux.S
[173/585] Compiling x86-mont-linux.S
[174/585] Compiling x86-mont-apple.S
[175/585] Compiling vpaes-x86_64-linux.S
[176/585] Compiling d1_pkt.cc
[177/585] Compiling vpaes-x86_64-apple.S
[178/585] Compiling vpaes-x86-linux.S
[179/585] Compiling vpaes-x86-apple.S
[180/585] Compiling vpaes-armv8-win.S
[181/585] Compiling vpaes-armv8-linux.S
[182/585] Compiling bio_ssl.cc
[183/585] Compiling vpaes-armv8-apple.S
[184/585] Compiling vpaes-armv7-linux.S
[185/585] Compiling sha512-x86_64-apple.S
[186/585] Compiling sha512-armv8-win.S
[187/585] Compiling sha512-x86_64-linux.S
[188/585] Compiling sha512-armv8-linux.S
[189/585] Compiling sha512-armv8-apple.S
[190/585] Compiling sha512-armv4-linux.S
[191/585] Compiling sha512-586-linux.S
[192/585] Compiling sha512-586-apple.S
[193/585] Compiling sha256-x86_64-apple.S
[194/585] Compiling sha256-armv8-win.S
[195/585] Compiling sha256-armv8-linux.S
[196/585] Compiling sha256-x86_64-linux.S
[197/585] Compiling sha256-armv8-apple.S
[198/585] Compiling sha256-armv4-linux.S
[199/585] Compiling sha256-586-linux.S
[200/585] Compiling sha256-586-apple.S
[201/585] Compiling sha1-x86_64-apple.S
[202/585] Compiling sha1-armv8-win.S
[203/585] Compiling sha1-armv8-linux.S
[204/585] Compiling sha1-x86_64-linux.S
[205/585] Compiling sha1-armv8-apple.S
[206/585] Compiling sha1-armv4-large-linux.S
[207/585] Compiling sha1-586-apple.S
[208/585] Compiling sha1-586-linux.S
[209/585] Compiling rsaz-avx2-apple.S
[210/585] Compiling rsaz-avx2-linux.S
[211/585] Compiling rdrand-x86_64-linux.S
[212/585] Compiling d1_lib.cc
[213/585] Compiling rdrand-x86_64-apple.S
[214/585] Compiling p256_beeu-x86_64-asm-linux.S
[215/585] Compiling p256_beeu-x86_64-asm-apple.S
[216/585] Compiling p256_beeu-armv8-asm-win.S
[217/585] Compiling p256_beeu-armv8-asm-linux.S
[218/585] Compiling p256_beeu-armv8-asm-apple.S
[219/585] Compiling p256-x86_64-asm-apple.S
[220/585] Compiling p256-armv8-asm-win.S
[221/585] Compiling p256-armv8-asm-linux.S
[222/585] Compiling p256-armv8-asm-apple.S
[223/585] Compiling p256-x86_64-asm-linux.S
[224/585] Compiling ghashv8-armv8-win.S
[225/585] Compiling d1_both.cc
[226/585] Compiling ghashv8-armv8-apple.S
[227/585] Compiling ghashv8-armv8-linux.S
[228/585] Compiling ghashv8-armv7-linux.S
[229/585] Compiling ghash-x86_64-linux.S
[230/585] Compiling ghash-x86_64-apple.S
[231/585] Compiling ghash-x86-linux.S
[232/585] Compiling ghash-x86-apple.S
[233/585] Compiling ghash-ssse3-x86_64-apple.S
[234/585] Compiling ghash-ssse3-x86_64-linux.S
[235/585] Compiling ghash-ssse3-x86-linux.S
[236/585] Compiling ghash-neon-armv8-win.S
[237/585] Compiling ghash-neon-armv8-linux.S
[238/585] Compiling ghash-ssse3-x86-apple.S
[239/585] Compiling ghash-neon-armv8-apple.S
[240/585] Compiling co-586-linux.S
[241/585] Compiling ghash-armv4-linux.S
[242/585] Compiling co-586-apple.S
[242/585] Compiling bsaes-armv7-linux.S
[244/585] Compiling bn-armv8-linux.S
[245/585] Compiling bn-armv8-win.S
[246/585] Compiling bn-586-linux.S
[247/585] Compiling bn-armv8-apple.S
[248/585] Compiling bn-586-apple.S
[249/585] Compiling armv8-mont-win.S
[250/585] Compiling armv8-mont-linux.S
[251/585] Compiling armv4-mont-linux.S
[252/585] Compiling armv8-mont-apple.S
[253/585] Compiling aesv8-gcm-armv8-win.S
[254/585] Compiling aesv8-gcm-armv8-linux.S
[255/585] Compiling aesv8-gcm-armv8-apple.S
[256/585] Compiling aesv8-armv8-win.S
[257/585] Compiling aesv8-armv8-apple.S
[258/585] Compiling aesv8-armv8-linux.S
[259/585] Compiling aesv8-armv7-linux.S
[260/585] Compiling aesni-x86_64-apple.S
[261/585] Compiling aesni-x86-linux.S
[262/585] Compiling aesni-x86_64-linux.S
[263/585] Compiling aesni-x86-apple.S
[264/585] Compiling aesni-gcm-x86_64-apple.S
[265/585] Compiling aesni-gcm-x86_64-linux.S
[266/585] Compiling x_sig.c
[266/585] Compiling x_x509a.c
[268/585] Compiling x_val.c
[269/585] Compiling x_spki.c
[270/585] Compiling x_req.c
[271/585] Compiling x_pubkey.c
[272/585] Compiling x_x509.c
[273/585] Compiling x_crl.c
[274/585] Compiling x509spki.c
[275/585] Compiling x_attrib.c
[276/585] Compiling x_exten.c
[277/585] Compiling x_algor.c
[278/585] Compiling x_all.c
[279/585] Compiling x_name.c
[280/585] Compiling x509rset.c
[281/585] Compiling x509cset.c
[282/585] Compiling x509name.c
[283/585] Compiling x509_txt.c
[284/585] Compiling x509_vfy.c
[285/585] Compiling x509_vpm.c
[286/585] Compiling x509_v3.c
[287/585] Compiling x509_obj.c
[288/585] Compiling x509_trs.c
[289/585] Compiling x509_lu.c
[290/585] Compiling x509_ext.c
[291/585] Compiling x509_def.c
[292/585] Compiling x509_set.c
[293/585] Compiling x509_req.c
[294/585] Compiling x509_d2.c
[295/585] Compiling x509_cmp.c
[296/585] Compiling x509_att.c
[297/585] Compiling x509.c
[298/585] Compiling v3_purp.c
[299/585] Compiling v3_skey.c
[300/585] Compiling v3_utl.c
[301/585] Compiling v3_prn.c
[302/585] Compiling v3_pmaps.c
[303/585] Compiling v3_pcons.c
[304/585] Compiling v3_ocsp.c
[305/585] Compiling v3_ncons.c
[306/585] Compiling v3_int.c
[307/585] Compiling v3_info.c
[308/585] Compiling v3_lib.c
[309/585] Compiling v3_ia5.c
[310/585] Compiling v3_extku.c
[311/585] Compiling v3_genn.c
[312/585] Compiling v3_enum.c
[313/585] Compiling v3_conf.c
[314/585] Compiling v3_crld.c
[315/585] Compiling v3_cpols.c
[316/585] Compiling v3_bcons.c
[317/585] Compiling v3_bitst.c
[318/585] Compiling v3_alt.c
[319/585] Compiling v3_akeya.c
[320/585] Compiling v3_akey.c
[321/585] Compiling t_x509a.c
[322/585] Compiling t_crl.c
[323/585] Compiling t_x509.c
[324/585] Compiling t_req.c
[325/585] Compiling i2d_pr.c
[326/585] Compiling name_print.c
[327/585] Compiling rsa_pss.c
[328/585] Compiling policy.c
[329/585] Compiling by_dir.c
[330/585] Compiling by_file.c
[331/585] Compiling asn1_gen.c
[332/585] Compiling a_digest.c
[333/585] Compiling algorithm.c
[334/585] Compiling a_verify.c
[335/585] Compiling thread_win.c
[336/585] Compiling a_sign.c
[337/585] Compiling pmbtoken.c
[338/585] Compiling trust_token.c
[339/585] Compiling thread_pthread.c
[340/585] Compiling voprf.c
[341/585] Compiling thread_none.c
[342/585] Compiling thread.c
[343/585] Compiling spx_util.c
[344/585] Compiling spx_thash.c
[344/585] Compiling spx_wots.c
[346/585] Compiling spx_merkle.c
[346/585] Compiling spx_fors.c
[348/585] Compiling stack.c
[349/585] Compiling spx.c
[350/585] Compiling wots.c
[351/585] Compiling spx_address.c
[352/585] Compiling thash.c
[353/585] Compiling siphash.c
[354/585] Compiling sha512.c
[355/585] Compiling fors.c
[356/585] Compiling sha256.c
[356/585] Compiling merkle.c
[356/585] Compiling slhdsa.c
[359/585] Compiling sha1.c
[360/585] Compiling rsa_print.c
[361/585] Compiling rsa_extra.c
[362/585] Compiling rc4.c
[363/585] Compiling urandom.c
[364/585] Compiling trusty.c
[365/585] Compiling windows.c
[366/585] Compiling refcount.c
[366/585] Compiling rsa_asn1.c
[368/585] Compiling rand_extra.c
[369/585] Compiling rsa_crypt.c
[370/585] Compiling getentropy.c
[370/585] Compiling ios.c
[372/585] Compiling passive.c
[373/585] Compiling deterministic.c
[374/585] Compiling fork_detect.c
[375/585] Compiling forkunsafe.c
[376/585] Compiling poly1305_arm_asm.S
[377/585] Compiling pool.c
[378/585] Compiling poly1305_arm.c
[379/585] Compiling poly1305.c
[380/585] Compiling pkcs7.c
[381/585] Compiling poly1305_vec.c
[382/585] Compiling pkcs8.c
[383/585] Compiling p5_pbev2.c
[384/585] Compiling pem_x509.c
[385/585] Compiling pem_xaux.c
[386/585] Compiling pkcs7_x509.c
[387/585] Compiling pkcs8_x509.c
[388/585] Compiling pem_pkey.c
[389/585] Compiling obj_xref.c
[390/585] Compiling pem_pk8.c
[391/585] Compiling pem_oth.c
[392/585] Compiling pem_lib.c
[394/585] Compiling OpenAPIRuntime FoundationExtensions.swift
[395/585] Compiling OpenAPIRuntime ParameterStyles.swift
[396/585] Compiling OpenAPIRuntime ServerVariable.swift
[397/585] Compiling OpenAPIRuntime URLExtensions.swift
[398/585] Compiling OpenAPIRuntime Deprecated.swift
[399/585] Compiling OpenAPIRuntime ClientError.swift
[400/585] Compiling OpenAPIRuntime CodingErrors.swift
[401/585] Compiling OpenAPIRuntime RuntimeError.swift
[402/585] Compiling OpenAPIRuntime ServerError.swift
[402/585] Compiling mem.c
[403/593] Compiling mldsa.c
[404/593] Compiling pem_info.c
[405/593] Compiling pem_all.c
[406/593] Compiling md5.c
[407/593] Compiling obj.c
[409/593] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[410/593] Compiling OpenAPIRuntime CodableExtensions.swift
[411/593] Compiling OpenAPIRuntime Configuration.swift
[412/593] Compiling OpenAPIRuntime Converter+Client.swift
[413/593] Compiling OpenAPIRuntime Converter+Common.swift
[414/593] Compiling OpenAPIRuntime Converter+Server.swift
[415/593] Compiling OpenAPIRuntime Converter.swift
[416/593] Compiling OpenAPIRuntime CurrencyExtensions.swift
[417/593] Compiling OpenAPIRuntime ErrorExtensions.swift
[417/593] Compiling md4.c
[418/593] Compiling lhash.c
[419/593] Compiling keccak.c
[420/593] Compiling fips_shared_support.c
[422/593] Emitting module OpenAPIRuntime
[423/593] Compiling OpenAPIRuntime Acceptable.swift
[424/593] Compiling OpenAPIRuntime Base64EncodedData.swift
[425/593] Compiling OpenAPIRuntime ByteUtilities.swift
[426/593] Compiling OpenAPIRuntime ContentDisposition.swift
[427/593] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[428/593] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[429/593] Compiling OpenAPIRuntime OpenAPIValue.swift
[430/593] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[431/593] Compiling OpenAPIRuntime UndocumentedPayload.swift
[431/593] Compiling kyber.c
[432/593] Compiling poly_rq_mul.S
[433/593] Compiling mlkem.cc
[435/593] Compiling OpenAPIRuntime URICodeCodingKey.swift
[436/593] Compiling OpenAPIRuntime URICoderConfiguration.swift
[437/593] Compiling OpenAPIRuntime URIEncodedNode.swift
[438/593] Compiling OpenAPIRuntime URIParsedTypes.swift
[439/593] Compiling OpenAPIRuntime URIDecoder.swift
[440/593] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[441/593] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[442/593] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[443/593] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[444/593] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[445/593] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[446/593] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[447/593] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[448/593] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[449/593] Compiling OpenAPIRuntime MultipartValidation.swift
[450/593] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[450/593] Compiling hpke.c
[451/593] Compiling sign.c
[452/593] Compiling ex_data.c
[453/593] Compiling print.c
[454/593] Compiling pbkdf.c
[455/593] Compiling scrypt.c
[456/593] Compiling p_x25519_asn1.c
[457/593] Compiling p_x25519.c
[458/593] Compiling hrss.c
[460/593] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[461/593] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[462/593] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[463/593] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[464/593] Compiling OpenAPIRuntime ServerSentEvents.swift
[465/593] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[466/593] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[467/593] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[468/593] Compiling OpenAPIRuntime ClientTransport.swift
[469/593] Compiling OpenAPIRuntime CurrencyTypes.swift
[470/593] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[471/593] Compiling OpenAPIRuntime HTTPBody.swift
[472/593] Compiling OpenAPIRuntime ServerTransport.swift
[473/593] Compiling OpenAPIRuntime UniversalClient.swift
[474/593] Compiling OpenAPIRuntime UniversalServer.swift
[475/593] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[476/593] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[476/593] Compiling p_rsa_asn1.c
[477/593] Compiling p_ed25519.c
[478/593] Compiling p_ed25519_asn1.c
[479/593] Compiling p_rsa.c
[480/593] Compiling p_hkdf.c
[481/593] Compiling p_ec_asn1.c
[482/593] Compiling p_dh.c
[483/593] Compiling p_ec.c
[484/593] Compiling p_dh_asn1.c
[485/593] Compiling p_dsa_asn1.c
[486/593] Compiling evp_ctx.c
[487/593] Compiling evp_asn1.c
[488/593] Compiling engine.c
[489/593] Compiling evp.c
[490/593] Compiling err.c
[491/593] Compiling ecdh_extra.c
[492/593] Compiling ecdsa_asn1.c
[493/593] Compiling hash_to_curve.c
[494/593] Compiling ec_derive.c
[495/593] Compiling dsa_asn1.c
[496/593] Compiling ec_asn1.c
[497/593] Compiling dsa.c
[498/593] Compiling dilithium.c
[499/593] Compiling params.c
[500/593] Compiling dh_asn1.c
[501/593] Compiling digest_extra.c
[502/593] Compiling x25519-asm-arm.S
[503/593] Compiling spake25519.c
[504/593] Compiling des.c
[505/593] Compiling crypto.c
[506/593] Compiling cpu_arm_linux.c
[507/593] Compiling cpu_intel.c
[508/593] Compiling cpu_arm_freebsd.c
[509/593] Compiling cpu_aarch64_openbsd.c
[509/593] Compiling cpu_aarch64_win.c
[511/593] Compiling cpu_aarch64_sysreg.c
[512/593] Compiling cpu_aarch64_linux.c
[513/593] Compiling cpu_aarch64_apple.c
[514/593] Compiling cpu_aarch64_fuchsia.c
[515/593] Compiling curve25519.c
[516/593] Compiling conf.c
[517/593] Compiling tls_cbc.c
[518/593] Compiling e_rc4.c
[519/593] Compiling e_tls.c
[520/593] Compiling e_rc2.c
[521/593] Compiling e_null.c
[522/593] Compiling e_des.c
[523/593] Compiling e_chacha20poly1305.c
[524/593] Compiling curve25519_64_adx.c
[525/593] Compiling derive_key.c
[526/593] Compiling e_aesgcmsiv.c
[527/593] Compiling e_aesctrhmac.c
[528/593] Compiling unicode.c
[528/593] Compiling cipher_extra.c
[530/593] Compiling ber.c
[531/593] Compiling chacha.c
[532/593] Compiling asn1_compat.c
[532/593] Compiling bn_asn1.c
[532/593] Compiling cbb.c
[535/593] Compiling buf.c
[536/593] Compiling cbs.c
[537/593] Compiling convert.c
[538/593] Compiling socket.c
[539/593] Compiling blake2.c
[540/593] Compiling printf.c
[541/593] Compiling socket_helper.c
[542/593] Compiling pair.c
[543/593] Compiling hexdump.c
[544/593] Compiling errno.c
[545/593] Compiling file.c
[546/593] Compiling fd.c
[547/593] Compiling connect.c
[548/593] Compiling bio_mem.c
[549/593] Compiling base64.c
[550/593] Compiling bio.c
[551/593] Compiling tasn_typ.c
[552/593] Compiling tasn_utl.c
[553/593] Compiling tasn_fre.c
[554/593] Compiling tasn_new.c
[555/593] Compiling tasn_enc.c
[556/593] Compiling f_string.c
[557/593] Compiling posix_time.c
[558/593] Compiling f_int.c
[559/593] Compiling asn_pack.c
[560/593] Compiling tasn_dec.c
[561/593] Compiling asn1_par.c
[562/593] Compiling a_utctm.c
[563/593] Compiling asn1_lib.c
[564/593] Compiling a_type.c
[565/593] Compiling a_time.c
[566/593] Compiling a_strnid.c
[567/593] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[568/593] Compiling OpenAPIRuntime URIEncoder.swift
[569/593] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[571/593] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[572/593] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[573/593] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[574/593] Compiling OpenAPIRuntime URIParser.swift
[575/593] Compiling OpenAPIRuntime URISerializer.swift
[575/594] Compiling a_strex.c
[576/594] Compiling a_octet.c
[577/594] Compiling a_mbstr.c
[578/594] Compiling a_i2d_fp.c
[579/594] Compiling bcm.c
[580/594] Compiling a_int.c
[580/594] Compiling a_object.c
[583/594] Compiling a_dup.c
[584/594] Compiling a_gentm.c
[585/594] Write sources
[586/594] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[586/594] Write sources
[589/594] Compiling a_bool.c
[590/594] Compiling a_d2i_fp.c
[591/594] Compiling a_bitstr.c
[593/638] Compiling Algorithms Permutations.swift
[594/638] Compiling Algorithms Product.swift
[595/638] Compiling Algorithms MinMax.swift
[596/638] Compiling Algorithms Partition.swift
[597/640] Compiling Atomics IntegerOperations.swift
[598/640] Compiling Atomics Unmanaged extensions.swift
[599/640] Compiling Algorithms Split.swift
[600/640] Compiling Algorithms Stride.swift
[601/640] Compiling Algorithms Suffix.swift
[604/640] Compiling Algorithms Rotate.swift
[604/643] Compiling c-nioatomics.c
[606/643] Compiling Algorithms Compacted.swift
[607/643] Compiling Algorithms Cycle.swift
[608/643] Compiling Algorithms EitherSequence.swift
[609/643] Compiling Algorithms FirstNonNil.swift
[610/643] Compiling Algorithms FlattenCollection.swift
[611/643] Compiling Algorithms Grouped.swift
[612/643] Compiling Algorithms Indexed.swift
[613/643] Compiling Algorithms Intersperse.swift
[614/643] Compiling Algorithms Joined.swift
[615/643] Compiling Algorithms Keyed.swift
[620/643] Compiling Algorithms Trim.swift
[621/643] Compiling Algorithms Unique.swift
[622/643] Compiling Algorithms Windows.swift
[622/643] Compiling c-atomics.c
[624/649] Compiling Algorithms AdjacentPairs.swift
[625/649] Compiling Algorithms Chain.swift
[626/649] Compiling Algorithms Chunked.swift
[627/649] Compiling Algorithms Combinations.swift
[642/649] Compiling NIOConcurrencyHelpers lock.swift
[643/649] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[644/649] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[645/649] Compiling NIOConcurrencyHelpers NIOLock.swift
[646/649] Compiling NIOConcurrencyHelpers atomics.swift
[647/649] Emitting module NIOConcurrencyHelpers
[649/650] Emitting module Atomics
[651/711] Emitting module Algorithms
[653/712] Compiling NIOCore MulticastChannel.swift
[654/712] Compiling NIOCore NIOAny.swift
[655/712] Compiling NIOCore NIOCloseOnErrorHandler.swift
[656/712] Compiling NIOCore NIOLoopBound.swift
[657/712] Compiling NIOCore NIOScheduledCallback.swift
[658/712] Compiling NIOCore NIOSendable.swift
[659/712] Compiling NIOCore PointerHelpers.swift
[660/712] Compiling NIOCore RecvByteBufferAllocator.swift
[661/720] Compiling NIOCore IO.swift
[662/720] Compiling NIOCore IOData.swift
[663/720] Compiling NIOCore IPProtocol.swift
[664/720] Compiling NIOCore IntegerBitPacking.swift
[665/720] Compiling NIOCore IntegerTypes.swift
[666/720] Compiling NIOCore Interfaces.swift
[667/720] Compiling NIOCore Linux.swift
[668/720] Compiling NIOCore MarkedCircularBuffer.swift
[669/720] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[670/720] Compiling NIOCore EventLoopFuture+Deprecated.swift
[671/720] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[672/720] Compiling NIOCore EventLoopFuture.swift
[673/720] Compiling NIOCore FileDescriptor.swift
[674/720] Compiling NIOCore FileHandle.swift
[675/720] Compiling NIOCore FileRegion.swift
[676/720] Compiling NIOCore GlobalSingletons.swift
[677/720] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[678/720] Compiling NIOCore SocketAddresses.swift
[679/720] Compiling NIOCore SocketOptionProvider.swift
[680/720] Compiling NIOCore SystemCallHelpers.swift
[681/720] Compiling NIOCore TimeAmount+Duration.swift
[682/720] Compiling NIOCore TypeAssistedChannelHandler.swift
[683/720] Compiling NIOCore UniversalBootstrapSupport.swift
[684/720] Compiling NIOCore Utilities.swift
[685/720] Compiling NIOCore CircularBuffer.swift
[686/720] Compiling NIOCore Codec.swift
[687/720] Compiling NIOCore ConvenienceOptionSupport.swift
[688/720] Compiling NIOCore DeadChannel.swift
[689/720] Compiling NIOCore DispatchQueue+WithFuture.swift
[690/720] Compiling NIOCore EventLoop+Deprecated.swift
[691/720] Compiling NIOCore EventLoop+SerialExecutor.swift
[692/720] Compiling NIOCore EventLoop.swift
[693/720] Compiling NIOCore AddressedEnvelope.swift
[694/720] Compiling NIOCore AsyncAwaitSupport.swift
[695/720] Compiling NIOCore AsyncChannel.swift
[696/720] Compiling NIOCore AsyncChannelHandler.swift
[697/720] Compiling NIOCore AsyncChannelInboundStream.swift
[698/720] Compiling NIOCore AsyncChannelOutboundWriter.swift
[699/720] Compiling NIOCore NIOAsyncSequenceProducer.swift
[700/720] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[701/720] Compiling NIOCore NIOAsyncWriter.swift
[702/720] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[703/720] Compiling NIOCore BSDSocketAPI.swift
[704/720] Compiling NIOCore ByteBuffer-aux.swift
[705/720] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[706/720] Compiling NIOCore ByteBuffer-conversions.swift
[707/720] Compiling NIOCore ByteBuffer-core.swift
[708/720] Compiling NIOCore ByteBuffer-hex.swift
[709/720] Compiling NIOCore ByteBuffer-int.swift
[710/720] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[711/720] Compiling NIOCore ByteBuffer-multi-int.swift
[712/720] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[713/720] Compiling NIOCore ByteBuffer-views.swift
[714/720] Compiling NIOCore Channel.swift
[715/720] Compiling NIOCore ChannelHandler.swift
[716/720] Compiling NIOCore ChannelHandlers.swift
[717/720] Compiling NIOCore ChannelInvoker.swift
[718/720] Compiling NIOCore ChannelOption.swift
[719/720] Compiling NIOCore ChannelPipeline.swift
[720/720] Emitting module NIOCore
[722/773] Emitting module NIOEmbedded
[723/773] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[724/773] Compiling NIOEmbedded AsyncTestingChannel.swift
[725/773] Compiling NIOEmbedded Embedded.swift
[727/774] Compiling NIOPosix Pool.swift
[728/774] Compiling NIOPosix PooledRecvBufferAllocator.swift
[729/774] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[730/774] Compiling NIOPosix PosixSingletons.swift
[731/774] Compiling NIOPosix RawSocketBootstrap.swift
[732/774] Compiling NIOPosix Resolver.swift
[733/774] Compiling NIOPosix Selectable.swift
[734/780] Compiling NIOPosix ThreadPosix.swift
[735/780] Compiling NIOPosix ThreadWindows.swift
[736/780] Compiling NIOPosix UnsafeTransfer.swift
[737/780] Compiling NIOPosix Utilities.swift
[738/780] Compiling NIOPosix VsockAddress.swift
[739/780] Compiling NIOPosix VsockChannelEvents.swift
[740/780] Compiling NIOPosix BSDSocketAPICommon.swift
[741/780] Compiling NIOPosix BSDSocketAPIPosix.swift
[742/780] Compiling NIOPosix BSDSocketAPIWindows.swift
[743/780] Compiling NIOPosix BaseSocket.swift
[744/780] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[745/780] Compiling NIOPosix BaseSocketChannel.swift
[746/780] Compiling NIOPosix BaseStreamSocketChannel.swift
[747/780] Emitting module NIOPosix
[748/780] Compiling NIOPosix SelectableChannel.swift
[749/780] Compiling NIOPosix SelectableEventLoop.swift
[750/780] Compiling NIOPosix SelectorEpoll.swift
[751/780] Compiling NIOPosix SelectorGeneric.swift
[752/780] Compiling NIOPosix SelectorKqueue.swift
[753/780] Compiling NIOPosix SelectorUring.swift
[754/780] Compiling NIOPosix NIOThreadPool.swift
[755/780] Compiling NIOPosix NonBlockingFileIO.swift
[756/780] Compiling NIOPosix PendingDatagramWritesManager.swift
[757/780] Compiling NIOPosix PendingWritesManager.swift
[758/780] Compiling NIOPosix PipeChannel.swift
[759/780] Compiling NIOPosix PipePair.swift
[760/780] Compiling NIOPosix PointerHelpers.swift
[761/780] Compiling NIOPosix IO.swift
[762/780] Compiling NIOPosix IntegerBitPacking.swift
[763/780] Compiling NIOPosix IntegerTypes.swift
[764/780] Compiling NIOPosix Linux.swift
[765/780] Compiling NIOPosix LinuxCPUSet.swift
[766/780] Compiling NIOPosix LinuxUring.swift
[767/780] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[768/780] Compiling NIOPosix Bootstrap.swift
[769/780] Compiling NIOPosix ControlMessage.swift
[770/780] Compiling NIOPosix DatagramVectorReadManager.swift
[771/780] Compiling NIOPosix Errors+Any.swift
[772/780] Compiling NIOPosix FileDescriptor.swift
[773/780] Compiling NIOPosix GetaddrinfoResolver.swift
[774/780] Compiling NIOPosix HappyEyeballs.swift
[775/780] Compiling NIOPosix ServerSocket.swift
[776/780] Compiling NIOPosix Socket.swift
[777/780] Compiling NIOPosix SocketChannel.swift
[778/780] Compiling NIOPosix SocketProtocols.swift
[779/780] Compiling NIOPosix System.swift
[780/780] Compiling NIOPosix Thread.swift
[782/783] Compiling NIO Exports.swift
[783/783] Emitting module NIO
[785/823] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[786/823] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[787/823] Compiling NIOTLS TLSEvents.swift
[788/823] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[789/823] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[790/823] Emitting module NIOTLS
[791/823] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[792/823] Compiling NIOSOCKS SOCKSResponse.swift
[793/823] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[794/823] Compiling NIOSOCKS ClientStateMachine.swift
[795/824] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[796/824] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[797/824] Emitting module NIOSOCKS
[798/824] Compiling NIOSOCKS Errors.swift
[799/824] Compiling NIOSOCKS Helpers.swift
[800/824] Compiling NIOSOCKS AuthenticationMethod.swift
[801/824] Compiling NIOSOCKS ClientGreeting.swift
[802/824] Compiling NIOSOCKS Messages.swift
[803/824] Compiling NIOSOCKS SOCKSRequest.swift
[804/824] Compiling NIOSOCKS ServerStateMachine.swift
[805/825] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[806/825] Compiling NIOTLS SNIHandler.swift
[808/826] Emitting module NIOFoundationCompat
[809/826] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[811/827] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[812/827] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[814/829] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[815/829] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[816/879] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[817/879] Compiling NIOTransportServices NIOTSErrors.swift
[818/879] Compiling NIOTransportServices NIOTSEventLoop.swift
[819/879] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[820/879] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[821/879] Compiling NIOTransportServices NIOTSListenerChannel.swift
[822/879] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[823/879] Compiling NIOTransportServices NIOTSSingletons.swift
[824/879] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[825/879] Compiling NIOTransportServices StateManagedChannel.swift
[826/879] Compiling NIOTransportServices StateManagedListenerChannel.swift
[827/879] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[828/879] Compiling NIOTransportServices NIOTSBootstraps.swift
[829/879] Compiling NIOTransportServices NIOTSChannelOptions.swift
[830/879] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[831/881] Emitting module NIOTransportServices
[832/881] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[833/881] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[834/881] Compiling NIOTransportServices NIOTSDatagramListener.swift
[835/881] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[836/881] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[837/881] Compiling NIOTransportServices AcceptHandler.swift
[838/881] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[839/881] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[851/882] Emitting module NIOHTTP1
[863/886] Compiling NIOSSL SSLPrivateKey.swift
[864/904] Emitting module NIOSSL
[865/904] Compiling NIOSSL NIOSSLSecureBytes.swift
[866/904] Compiling NIOSSL RNG.swift
[867/904] Compiling NIOSSL SafeCompare.swift
[868/904] Compiling NIOHPACK IndexedHeaderTable.swift
[869/905] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[870/905] Compiling NIOHPACK DynamicHeaderTable.swift
[871/905] Compiling NIOHPACK HPACKDecoder.swift
[872/905] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[873/905] Compiling NIOHPACK IntegerCoding.swift
[874/905] Compiling NIOHTTPCompression HTTPDecompression.swift
[875/905] Compiling NIOHPACK StaticHeaderTable.swift
[876/905] Emitting module NIOHTTPCompression
[877/905] Compiling NIOHTTPCompression HTTPCompression.swift
[878/905] Compiling NIOHPACK HuffmanTables.swift
[879/905] Emitting module NIOHPACK
[880/905] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[881/905] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[882/906] Compiling NIOHPACK HuffmanCoding.swift
[884/906] Compiling NIOSSL Zeroization.swift
[885/906] Compiling NIOSSL TLSConfiguration.swift
[886/906] Compiling NIOSSL UniversalBootstrapSupport.swift
[887/906] Compiling NIOHPACK HPACKHeader.swift
[888/906] Compiling NIOHPACK HeaderTables.swift
[889/906] Compiling NIOHPACK HPACKEncoder.swift
[890/906] Compiling NIOHPACK HPACKErrors.swift
[909/966] Compiling NIOHTTP2 MaySendFrames.swift
[910/966] Compiling NIOHTTP2 SendingDataState.swift
[911/966] Compiling NIOHTTP2 SendingGoawayState.swift
[912/966] Compiling NIOHTTP2 SendingHeadersState.swift
[913/966] Compiling NIOHTTP2 SendingPushPromiseState.swift
[914/966] Compiling NIOHTTP2 SendingRstStreamState.swift
[915/966] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[916/966] Compiling NIOHTTP2 HTTP2SettingsState.swift
[917/974] Emitting module NIOHTTP2
[918/974] Compiling NIOHTTP2 InboundWindowManager.swift
[919/974] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[920/974] Compiling NIOHTTP2 StreamChannelFlowController.swift
[921/974] Compiling NIOHTTP2 StreamChannelList.swift
[922/974] Compiling NIOHTTP2 StreamMap.swift
[923/974] Compiling NIOHTTP2 StreamStateMachine.swift
[924/974] Compiling NIOHTTP2 UnsafeTransfer.swift
[925/974] Compiling NIOHTTP2 WatermarkedFlowController.swift
[926/974] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[927/974] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[928/974] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[929/974] Compiling NIOHTTP2 HTTP2StreamID.swift
[930/974] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[931/974] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[932/974] Compiling NIOHTTP2 HTTP2UserEvents.swift
[933/974] Compiling NIOHTTP2 InboundEventBuffer.swift
[934/974] Compiling NIOHTTP2 ConnectionStateMachine.swift
[935/974] Compiling NIOHTTP2 ConnectionStreamsState.swift
[936/974] Compiling NIOHTTP2 MayReceiveFrames.swift
[937/974] Compiling NIOHTTP2 ReceivingDataState.swift
[938/974] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[939/974] Compiling NIOHTTP2 ReceivingHeadersState.swift
[940/974] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[941/974] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[942/974] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[943/974] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[944/974] Compiling NIOHTTP2 HTTP2Frame.swift
[945/974] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[946/974] Compiling NIOHTTP2 HTTP2FrameParser.swift
[947/974] Compiling NIOHTTP2 HTTP2PingData.swift
[948/974] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[949/974] Compiling NIOHTTP2 HTTP2Settings.swift
[950/974] Compiling NIOHTTP2 HTTP2Stream.swift
[951/974] Compiling NIOHTTP2 StateMachineResult.swift
[952/974] Compiling NIOHTTP2 ContentLengthVerifier.swift
[953/974] Compiling NIOHTTP2 DOSHeuristics.swift
[954/974] Compiling NIOHTTP2 Error+Any.swift
[955/974] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[956/974] Compiling NIOHTTP2 ControlFrameBuffer.swift
[957/974] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[958/974] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[959/974] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[960/974] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[961/974] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[962/974] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[963/974] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[964/974] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[965/974] Compiling NIOHTTP2 HTTP2Error.swift
[966/974] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[967/974] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[968/974] Compiling NIOHTTP2 HasFlowControlWindows.swift
[969/974] Compiling NIOHTTP2 HasLocalSettings.swift
[970/974] Compiling NIOHTTP2 HasRemoteSettings.swift
[971/974] Compiling NIOHTTP2 LocallyQuiescingState.swift
[972/974] Compiling NIOHTTP2 QuiescingState.swift
[973/974] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[974/974] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[976/1032] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[977/1032] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[978/1032] Compiling AsyncHTTPClient AsyncLazySequence.swift
[979/1032] Compiling AsyncHTTPClient HTTPClient+execute.swift
[980/1032] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[981/1032] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[982/1032] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[983/1032] Compiling AsyncHTTPClient HTTPClientRequest.swift
[984/1040] Emitting module AsyncHTTPClient
[985/1040] Compiling AsyncHTTPClient ConnectionPool.swift
[986/1040] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[987/1040] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[988/1040] Compiling AsyncHTTPClient TLSEventsHandler.swift
[989/1040] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[990/1040] Compiling AsyncHTTPClient HTTP1Connection.swift
[991/1040] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[992/1040] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[993/1040] Compiling AsyncHTTPClient HTTP2Connection.swift
[994/1040] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[995/1040] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[996/1040] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[997/1040] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[998/1040] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[999/1040] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1000/1040] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1001/1040] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1002/1040] Compiling AsyncHTTPClient HTTPClient.swift
[1003/1040] Compiling AsyncHTTPClient HTTPHandler.swift
[1004/1040] Compiling AsyncHTTPClient LRUCache.swift
[1005/1040] Compiling AsyncHTTPClient NWErrorHandler.swift
[1006/1040] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1007/1040] Compiling AsyncHTTPClient TLSConfiguration.swift
[1008/1040] Compiling AsyncHTTPClient RedirectState.swift
[1009/1040] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1010/1040] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1011/1040] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1012/1040] Compiling AsyncHTTPClient Transaction.swift
[1013/1040] Compiling AsyncHTTPClient Base64.swift
[1014/1040] Compiling AsyncHTTPClient BasicAuth.swift
[1015/1040] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1016/1040] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1017/1040] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1018/1040] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1019/1040] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1020/1040] Compiling AsyncHTTPClient ConnectionTarget.swift
[1021/1040] Compiling AsyncHTTPClient DeconstructedURL.swift
[1022/1040] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1023/1040] Compiling AsyncHTTPClient FoundationExtensions.swift
[1024/1040] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1025/1040] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1026/1040] Compiling AsyncHTTPClient RequestBodyLength.swift
[1027/1040] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1028/1040] Compiling AsyncHTTPClient RequestOptions.swift
[1029/1040] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1030/1040] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1031/1040] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1032/1040] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1033/1040] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1034/1040] Compiling AsyncHTTPClient RequestBag.swift
[1035/1040] Compiling AsyncHTTPClient RequestValidation.swift
[1036/1040] Compiling AsyncHTTPClient SSLContextCache.swift
[1037/1040] Compiling AsyncHTTPClient Scheme.swift
[1038/1040] Compiling AsyncHTTPClient Singleton.swift
[1039/1040] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1040/1040] Compiling AsyncHTTPClient Utils.swift
[1042/1043] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1043/1043] Emitting module OpenAPIAsyncHTTPClient
Build complete! (105.05s)
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.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.