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 elasticsearch-nio-client, reference main (0963ff), with Swift 6.1 for Android on 29 May 2025 11:11:11 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/elasticsearch-nio-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/brokenhandsio/elasticsearch-nio-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0963ff3 Merge pull request #27 from leonidas-o/main
Cloned https://github.com/brokenhandsio/elasticsearch-nio-client.git
Revision (git rev-parse @):
0963ff3e35dcb7db1962a5025a31ea679dc7e3aa
SUCCESS checkout https://github.com/brokenhandsio/elasticsearch-nio-client.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brokenhandsio/elasticsearch-nio-client.git
https://github.com/brokenhandsio/elasticsearch-nio-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.33.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "elasticsearch-nio-client",
  "name" : "elasticsearch-nio-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElasticsearchNIOClient",
      "targets" : [
        "ElasticsearchNIOClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElasticsearchNIOClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticsearchNIOClientTests",
      "path" : "Tests/ElasticsearchNIOClientTests",
      "sources" : [
        "ElasticsearchNIOClientTests.swift",
        "SomeItem.swift"
      ],
      "target_dependencies" : [
        "ElasticsearchNIOClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticsearchNIOClient",
      "module_type" : "SwiftTarget",
      "name" : "ElasticsearchNIOClient",
      "path" : "Sources/ElasticsearchNIOClient",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOCore",
        "NIOHTTP1",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "ElasticsearchNIOClient"
      ],
      "sources" : [
        "ElasticsearchClient+Requests.swift",
        "ElasticsearchClient+ValidationError.swift",
        "ElasticsearchClient.swift",
        "ElasticsearchRequester.swift",
        "HTTPClientElasticsearchRequester.swift",
        "Models/BulkOperations/BulkCreate.swift",
        "Models/BulkOperations/BulkDelete.swift",
        "Models/BulkOperations/BulkIndex.swift",
        "Models/BulkOperations/BulkOperationBody.swift",
        "Models/BulkOperations/BulkUpdate.swift",
        "Models/BulkOperations/BulkUpdateScript.swift",
        "Models/ESAcknowledgedResponse.swift",
        "Models/ESBulkOperation.swift",
        "Models/ESBulkResponse.swift",
        "Models/ESCountResponse.swift",
        "Models/ESCreateDocumentResponse.swift",
        "Models/ESDeleteDocumentResponse.swift",
        "Models/ESEmptyResponse.swift",
        "Models/ESMultipleDocumentResponse.swift",
        "Models/ESSearchRequest.swift",
        "Models/ESShardsResponse.swift",
        "Models/ESSingleDocumentResponse.swift",
        "Models/ElasticsearchClientError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/14014] Fetching async-http-client
[422/90107] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.26s)
[50222/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (10.01s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1319/6101] Fetching swift-system, swift-atomics
[2141/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.65s)
Fetched https://github.com/apple/swift-system.git from cache (2.65s)
Fetched https://github.com/apple/swift-collections.git from cache (2.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.18s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.26s)
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.62s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[402/8626] Fetching swift-nio-transport-services, swift-algorithms
[655/12462] Fetching swift-nio-transport-services, swift-algorithms, swift-log
[4255/23989] Fetching swift-nio-transport-services, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.03s)
[17634/21322] Fetching swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.09s)
[8300/11527] Fetching swift-nio-http2
[11528/17441] Fetching swift-nio-http2, swift-nio-extras
[11706/32284] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.16s)
[5654/20757] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.41s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (5.36s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.17s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.76s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[637/2494] Fetching swift-asn1, swift-http-types
[2130/4920] Fetching swift-asn1, swift-http-types, swift-service-lifecycle
[4921/11075] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-certificates
[4983/12216] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
[5025/10626] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-http-structured-headers
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
[4015/8200] Fetching swift-http-types, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
[3140/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.54s)
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.27s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.52s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.14s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.62s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.28s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.94s)
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 (1.15s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/440] Write sources
[20/440] Compiling CNIODarwin shim.c
[21/440] Compiling CNIOWindows shim.c
[22/440] Compiling CNIOWASI CNIOWASI.c
[22/440] Compiling CNIOWindows WSAStartup.c
[24/440] Write sources
[28/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[29/440] Compiling CNIOLinux liburing_shims.c
[30/440] Compiling _NumericsShims _NumericsShims.c
[31/440] Compiling _AtomicsShims.c
[32/440] Compiling CNIOExtrasZlib empty.c
[33/440] Compiling CNIOLLHTTP c_nio_http.c
[34/440] Compiling CNIOLinux shim.c
[35/440] Compiling CNIOLLHTTP c_nio_api.c
[36/440] Compiling fiat_p256_adx_sqr.S
[37/440] Compiling fiat_p256_adx_mul.S
[38/440] Compiling fiat_curve25519_adx_square.S
[39/440] Compiling fiat_curve25519_adx_mul.S
[40/440] Write swift-version-24593BA9C3E375BF.txt
[41/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/440] Compiling CNIOBoringSSLShims shims.c
[43/446] Compiling tls_method.cc
[44/446] Compiling tls13_client.cc
[45/446] Compiling tls13_server.cc
[46/446] Compiling tls13_both.cc
[47/446] Compiling tls13_enc.cc
[48/446] Compiling tls_record.cc
[50/494] Emitting module InternalCollectionsUtilities
[51/495] Emitting module Logging
[51/495] Compiling t1_enc.cc
[52/495] Compiling ssl_x509.cc
[54/495] Emitting module _NIOBase64
[55/495] Compiling _NIOBase64 Base64.swift
[56/495] Emitting module Atomics
[57/498] Compiling Atomics AtomicReference.swift
[58/498] Compiling Atomics AtomicStorage.swift
[59/498] Compiling Atomics AtomicValue.swift
[60/498] Compiling Atomics UnsafeAtomic.swift
[61/498] Compiling Atomics UnsafeAtomicLazyReference.swift
[62/498] Compiling Atomics ManagedAtomic.swift
[63/498] Compiling Atomics ManagedAtomicLazyReference.swift
[64/498] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/498] Compiling Logging LogHandler.swift
[66/498] Compiling Atomics Primitives.native.swift
[67/498] Compiling Atomics OptionalRawRepresentable.swift
[68/498] Compiling Atomics IntegerConformances.swift
[69/498] Compiling Atomics PointerConformances.swift
[70/498] Compiling Atomics Primitives.shims.swift
[71/498] Compiling Atomics AtomicInteger.swift
[72/498] Compiling Atomics AtomicMemoryOrderings.swift
[73/498] Compiling Atomics DoubleWord.swift
[74/498] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/498] Compiling Atomics RawRepresentable.swift
[78/498] Compiling Atomics AtomicBool.swift
[81/498] Compiling Atomics AtomicOptionalWrappable.swift
[82/498] Compiling RealModule Float80+Real.swift
[83/499] Compiling RealModule Float16+Real.swift
[84/499] Compiling RealModule Real.swift
[85/499] Compiling RealModule ElementaryFunctions.swift
[86/499] Emitting module RealModule
[91/499] Compiling _NIODataStructures PriorityQueue.swift
[92/499] Compiling _NIODataStructures _TinyArray.swift
[95/499] Emitting module _NIODataStructures
[96/500] Compiling _NIODataStructures Heap.swift
[98/501] Compiling RealModule Float+Real.swift
[100/501] Compiling RealModule RealFunctions.swift
[102/502] Compiling Atomics IntegerOperations.swift
[103/502] Compiling Atomics Unmanaged extensions.swift
[110/518] Compiling ssl_versions.cc
[111/518] Compiling ssl_transcript.cc
[114/518] Compiling DequeModule _DequeBuffer.swift
[115/518] Compiling DequeModule _DequeBufferHeader.swift
[116/545] Compiling Algorithms FlattenCollection.swift
[117/545] Compiling Algorithms Grouped.swift
[118/545] Compiling Algorithms Chunked.swift
[119/545] Compiling Algorithms Combinations.swift
[120/545] Compiling Algorithms AdjacentPairs.swift
[121/545] Compiling Algorithms Chain.swift
[122/545] Compiling Algorithms EitherSequence.swift
[123/545] Compiling Algorithms FirstNonNil.swift
[124/545] Compiling Algorithms MinMax.swift
[125/545] Compiling Algorithms RandomSample.swift
[126/545] Compiling Algorithms Compacted.swift
[127/545] Compiling Algorithms Cycle.swift
[127/545] Compiling ssl_stat.cc
[129/545] Compiling Algorithms Split.swift
[130/545] Compiling Algorithms Stride.swift
[131/545] Compiling Algorithms Suffix.swift
[132/548] Compiling Algorithms Joined.swift
[133/548] Compiling Algorithms Keyed.swift
[134/548] Emitting module DequeModule
[134/549] Compiling ssl_privkey.cc
[138/549] Compiling Algorithms Reductions.swift
[139/549] Compiling Algorithms Rotate.swift
[139/549] Compiling ssl_key_share.cc
[141/549] Compiling Algorithms Trim.swift
[142/549] Compiling Algorithms Unique.swift
[143/549] Compiling Algorithms Windows.swift
[144/549] Compiling Logging Logging.swift
[145/549] Compiling Logging MetadataProvider.swift
[146/549] Compiling Logging Locks.swift
[151/550] Compiling ssl_session.cc
[152/550] Compiling ssl_lib.cc
[157/550] Compiling Algorithms Partition.swift
[158/550] Compiling Algorithms Permutations.swift
[159/550] Compiling Algorithms Product.swift
[162/550] Compiling Algorithms Indexed.swift
[163/550] Compiling Algorithms Intersperse.swift
[167/550] Compiling ssl_file.cc
[168/550] Compiling ssl_cipher.cc
[169/550] Compiling ssl_credential.cc
[170/550] Compiling ssl_aead_ctx.cc
[172/550] Emitting module Algorithms
[172/551] Compiling ssl_buffer.cc
[174/551] Compiling ssl_asn1.cc
[175/551] Compiling ssl_cert.cc
[176/551] Compiling s3_pkt.cc
[177/551] Compiling s3_both.cc
[178/551] Compiling s3_lib.cc
[179/551] Compiling handshake_client.cc
[180/551] Compiling handshake_server.cc
[181/551] Compiling handshake.cc
[182/551] Compiling handoff.cc
[183/551] Compiling encrypted_client_hello.cc
[184/551] Compiling extensions.cc
[185/551] Compiling md5-x86_64-linux.S
[186/551] Compiling md5-x86_64-apple.S
[187/551] Compiling md5-586-linux.S
[188/551] Compiling md5-586-apple.S
[189/551] Compiling dtls_record.cc
[190/551] Compiling chacha20_poly1305_x86_64-linux.S
[191/551] Compiling chacha20_poly1305_x86_64-apple.S
[192/551] Compiling d1_pkt.cc
[193/551] Compiling chacha20_poly1305_armv8-win.S
[194/551] Compiling d1_lib.cc
[195/551] Compiling chacha20_poly1305_armv8-linux.S
[196/551] Compiling chacha20_poly1305_armv8-apple.S
[197/551] Compiling chacha-x86_64-linux.S
[198/551] Compiling chacha-x86_64-apple.S
[199/551] Compiling chacha-x86-linux.S
[200/551] Compiling bio_ssl.cc
[201/551] Compiling chacha-x86-apple.S
[202/551] Compiling dtls_method.cc
[203/551] Compiling chacha-armv8-win.S
[204/551] Compiling err_data.cc
[205/551] Compiling chacha-armv8-apple.S
[206/551] Compiling chacha-armv4-linux.S
[207/551] Compiling chacha-armv8-linux.S
[208/551] Compiling aes128gcmsiv-x86_64-apple.S
[209/551] Compiling aes128gcmsiv-x86_64-linux.S
[210/551] Compiling d1_both.cc
[211/551] Compiling x86_64-mont5-linux.S
[212/551] Compiling x86_64-mont5-apple.S
[213/551] Compiling x86_64-mont-apple.S
[214/551] Compiling x86_64-mont-linux.S
[215/551] Compiling x86-mont-linux.S
[216/551] Compiling x86-mont-apple.S
[217/551] Compiling vpaes-x86_64-apple.S
[218/551] Compiling vpaes-x86_64-linux.S
[219/551] Compiling vpaes-x86-linux.S
[220/551] Compiling vpaes-armv8-win.S
[221/551] Compiling vpaes-x86-apple.S
[222/551] Compiling d1_srtp.cc
[223/551] Compiling vpaes-armv8-linux.S
[224/551] Compiling vpaes-armv7-linux.S
[225/551] Compiling sha512-x86_64-linux.S
[226/551] Compiling sha512-x86_64-apple.S
[227/551] Compiling sha512-armv8-win.S
[228/551] Compiling sha512-armv8-apple.S
[229/551] Compiling vpaes-armv8-apple.S
[230/551] Compiling sha512-armv4-linux.S
[231/551] Compiling sha512-586-linux.S
[231/551] Compiling sha512-armv8-linux.S
[233/551] Compiling sha512-586-apple.S
[234/551] Compiling sha256-armv8-win.S
[235/551] Compiling sha256-x86_64-apple.S
[236/551] Compiling sha256-x86_64-linux.S
[237/551] Compiling sha256-armv8-apple.S
[238/551] Compiling sha256-586-apple.S
[238/551] Compiling sha256-armv4-linux.S
[240/551] Compiling sha256-586-linux.S
[241/551] Compiling sha256-armv8-linux.S
[242/551] Compiling sha1-armv8-win.S
[243/551] Compiling sha1-x86_64-linux.S
[244/551] Compiling sha1-x86_64-apple.S
[245/551] Compiling sha1-armv8-apple.S
[246/551] Compiling sha1-armv4-large-linux.S
[247/551] Compiling sha1-586-apple.S
[248/551] Compiling sha1-586-linux.S
[249/551] Compiling rsaz-avx2-linux.S
[250/551] Compiling rsaz-avx2-apple.S
[251/551] Compiling sha1-armv8-linux.S
[252/551] Compiling rdrand-x86_64-linux.S
[253/551] Compiling p256_beeu-x86_64-asm-linux.S
[254/551] Compiling p256_beeu-x86_64-asm-apple.S
[255/551] Compiling rdrand-x86_64-apple.S
[256/551] Compiling p256_beeu-armv8-asm-linux.S
[257/551] Compiling p256_beeu-armv8-asm-win.S
[258/551] Compiling p256_beeu-armv8-asm-apple.S
[259/551] Compiling p256-x86_64-asm-linux.S
[260/551] Compiling p256-x86_64-asm-apple.S
[261/551] Compiling p256-armv8-asm-apple.S
[262/551] Compiling p256-armv8-asm-win.S
[263/551] Compiling p256-armv8-asm-linux.S
[264/551] Compiling ghashv8-armv8-win.S
[265/551] Compiling ghashv8-armv8-linux.S
[265/551] Compiling ghashv8-armv8-apple.S
[267/551] Compiling ghashv8-armv7-linux.S
[268/551] Compiling ghash-x86_64-linux.S
[269/551] Compiling ghash-x86_64-apple.S
[270/551] Compiling ghash-x86-linux.S
[271/551] Compiling ghash-x86-apple.S
[272/551] Compiling ghash-ssse3-x86_64-linux.S
[272/551] Compiling ghash-ssse3-x86-apple.S
[274/551] Compiling ghash-ssse3-x86_64-apple.S
[275/551] Compiling ghash-ssse3-x86-linux.S
[276/551] Compiling ghash-neon-armv8-win.S
[277/551] Compiling ghash-neon-armv8-apple.S
[278/551] Compiling ghash-neon-armv8-linux.S
[279/551] Compiling co-586-linux.S
[280/551] Compiling co-586-apple.S
[281/551] Compiling ghash-armv4-linux.S
[281/551] Compiling bn-armv8-win.S
[283/551] Compiling bsaes-armv7-linux.S
[284/551] Compiling bn-armv8-apple.S
[285/551] Compiling bn-586-linux.S
[286/551] Compiling bn-armv8-linux.S
[287/551] Compiling bn-586-apple.S
[288/551] Compiling armv8-mont-win.S
[289/551] Compiling armv8-mont-apple.S
[290/551] Compiling armv4-mont-linux.S
[291/551] Compiling armv8-mont-linux.S
[292/551] Compiling aesv8-gcm-armv8-win.S
[293/551] Compiling aesv8-gcm-armv8-linux.S
[294/551] Compiling aesv8-gcm-armv8-apple.S
[295/551] Compiling aesv8-armv8-win.S
[296/551] Compiling aesv8-armv8-apple.S
[297/551] Compiling aesv8-armv8-linux.S
[298/551] Compiling aesni-x86-linux.S
[299/551] Compiling aesv8-armv7-linux.S
[300/551] Compiling aesni-x86_64-apple.S
[301/551] Compiling aesni-x86-apple.S
[302/551] Compiling aesni-gcm-x86_64-linux.S
[303/551] Compiling aesni-x86_64-linux.S
[304/551] Compiling aes-gcm-avx2-x86_64-linux.S
[305/551] Compiling aesni-gcm-x86_64-apple.S
[306/551] Compiling aes-gcm-avx10-x86_64-linux.S
[307/551] Compiling aes-gcm-avx2-x86_64-apple.S
[308/551] Compiling aes-gcm-avx10-x86_64-apple.S
[309/551] Compiling x_val.cc
[310/551] Compiling x_x509.cc
[311/551] Compiling x_req.cc
[312/551] Compiling x_spki.cc
[313/551] Compiling x_sig.cc
[314/551] Compiling x_pubkey.cc
[315/551] Compiling x_x509a.cc
[316/551] Compiling x_name.cc
[317/551] Compiling x_exten.cc
[318/551] Compiling x_crl.cc
[319/551] Compiling x_all.cc
[320/551] Compiling x_attrib.cc
[321/551] Compiling x509rset.cc
[322/551] Compiling x509spki.cc
[323/551] Compiling x509name.cc
[324/551] Compiling x_algor.cc
[325/551] Compiling x509cset.cc
[326/551] Compiling x509_vpm.cc
[327/551] Compiling x509_vfy.cc
[328/551] Compiling x509_v3.cc
[329/551] Compiling x509_set.cc
[330/551] Compiling x509_req.cc
[331/551] Compiling x509_txt.cc
[332/551] Compiling x509_trs.cc
[333/551] Compiling x509_obj.cc
[334/551] Compiling x509_lu.cc
[335/551] Compiling x509_def.cc
[336/551] Compiling x509_cmp.cc
[337/551] Compiling x509_ext.cc
[338/551] Compiling x509_d2.cc
[339/551] Compiling x509_att.cc
[340/551] Compiling x509.cc
[341/551] Compiling v3_skey.cc
[342/551] Compiling v3_utl.cc
[343/551] Compiling v3_pmaps.cc
[344/551] Compiling v3_prn.cc
[345/551] Compiling v3_ocsp.cc
[346/551] Compiling v3_pcons.cc
[347/551] Compiling v3_purp.cc
[348/551] Compiling v3_ncons.cc
[349/551] Compiling v3_int.cc
[350/551] Compiling v3_lib.cc
[351/551] Compiling v3_ia5.cc
[352/551] Compiling v3_info.cc
[353/551] Compiling v3_enum.cc
[354/551] Compiling v3_extku.cc
[355/551] Compiling v3_genn.cc
[356/551] Compiling v3_crld.cc
[357/551] Compiling v3_alt.cc
[358/551] Compiling v3_cpols.cc
[359/551] Compiling v3_bitst.cc
[360/551] Compiling v3_bcons.cc
[361/551] Compiling v3_conf.cc
[362/551] Compiling t_x509a.cc
[363/551] Compiling v3_akeya.cc
[364/551] Compiling v3_akey.cc
[365/551] Compiling t_x509.cc
[366/551] Compiling t_crl.cc
[367/551] Compiling i2d_pr.cc
[368/551] Compiling rsa_pss.cc
[369/551] Compiling t_req.cc
[370/551] Compiling policy.cc
[371/551] Compiling name_print.cc
[372/551] Compiling a_verify.cc
[373/551] Compiling by_dir.cc
[374/551] Compiling a_sign.cc
[375/551] Compiling by_file.cc
[376/551] Compiling algorithm.cc
[377/551] Compiling a_digest.cc
[378/551] Compiling asn1_gen.cc
[379/551] Compiling thread_win.cc
[380/551] Compiling trust_token.cc
[381/551] Compiling thread_pthread.cc
[382/551] Compiling voprf.cc
[383/551] Compiling thread.cc
[384/551] Compiling pmbtoken.cc
[385/551] Compiling stack.cc
[386/551] Compiling thread_none.cc
[387/551] Compiling siphash.cc
[388/551] Compiling spake2plus.cc
[389/551] Compiling sha1.cc
[390/551] Compiling sha256.cc
[391/551] Compiling sha512.cc
[392/551] Compiling rsa_print.cc
[393/551] Compiling rsa_extra.cc
[394/551] Compiling slhdsa.cc
[395/551] Compiling rsa_crypt.cc
[396/551] Compiling rsa_asn1.cc
[397/551] Compiling trusty.cc
[398/551] Compiling windows.cc
[399/551] Compiling refcount.cc
[400/551] Compiling urandom.cc
[401/551] Compiling rc4.cc
[402/551] Compiling rand.cc
[403/551] Compiling passive.cc
[404/551] Compiling poly1305_arm_asm.S
[405/551] Compiling deterministic.cc
[406/551] Compiling getentropy.cc
[407/551] Compiling ios.cc
[408/551] Compiling forkunsafe.cc
[409/551] Compiling poly1305_vec.cc
[410/551] Compiling fork_detect.cc
[411/551] Compiling pool.cc
[412/551] Compiling poly1305.cc
[413/551] Compiling poly1305_arm.cc
[414/551] Compiling pkcs7.cc
[415/551] Compiling pkcs8.cc
[416/551] Compiling p5_pbev2.cc
[417/551] Compiling pkcs8_x509.cc
[418/551] Compiling pkcs7_x509.cc
[419/551] Compiling pem_xaux.cc
[420/551] Compiling pem_x509.cc
[421/551] Compiling pem_pkey.cc
[422/551] Compiling pem_pk8.cc
[423/551] Compiling pem_oth.cc
[424/551] Compiling pem_info.cc
[425/551] Compiling obj_xref.cc
[426/551] Compiling pem_lib.cc
[427/551] Compiling mldsa.cc
[428/551] Compiling mem.cc
[429/551] Compiling obj.cc
[430/551] Compiling pem_all.cc
[431/551] Compiling mlkem.cc
[432/551] Compiling poly_rq_mul.S
[433/551] Compiling fips_shared_support.cc
[434/551] Compiling md4.cc
[435/551] Compiling lhash.cc
[436/551] Compiling kyber.cc
[437/551] Compiling md5.cc
[438/551] Compiling hrss.cc
[439/551] Compiling ex_data.cc
[440/551] Compiling hpke.cc
[441/551] Compiling sign.cc
[442/551] Compiling scrypt.cc
[443/551] Compiling pbkdf.cc
[444/551] Compiling print.cc
[445/551] Compiling p_x25519.cc
[446/551] Compiling p_x25519_asn1.cc
[447/551] Compiling p_ed25519.cc
[448/551] Compiling p_rsa_asn1.cc
[449/551] Compiling p_rsa.cc
[450/551] Compiling p_hkdf.cc
[451/551] Compiling p_ed25519_asn1.cc
[452/551] Compiling p_ec.cc
[453/551] Compiling p_ec_asn1.cc
[454/551] Compiling p_dh_asn1.cc
[455/551] Compiling p_dh.cc
[456/551] Compiling evp_ctx.cc
[457/551] Compiling p_dsa_asn1.cc
[458/551] Compiling err.cc
[459/551] Compiling evp.cc
[460/551] Compiling evp_asn1.cc
[461/551] Compiling engine.cc
[462/551] Compiling hash_to_curve.cc
[463/551] Compiling ec_derive.cc
[464/551] Compiling bcm.cc
[465/551] Compiling ecdh.cc
[466/551] Compiling ecdsa_asn1.cc
[467/551] Compiling dsa.cc
[468/551] Compiling ec_asn1.cc
[469/551] Compiling dsa_asn1.cc
[470/551] Compiling x25519-asm-arm.S
[471/551] Compiling params.cc
[472/551] Compiling des.cc
[473/551] Compiling curve25519_64_adx.cc
[474/551] Compiling digest_extra.cc
[475/551] Compiling spake25519.cc
[476/551] Compiling dh_asn1.cc
[477/551] Compiling curve25519.cc
[478/551] Compiling cpu_intel.cc
[479/551] Compiling crypto.cc
[480/551] Compiling cpu_arm_freebsd.cc
[481/551] Compiling cpu_arm_linux.cc
[482/551] Compiling cpu_aarch64_win.cc
[483/551] Compiling cpu_aarch64_sysreg.cc
[484/551] Compiling cpu_aarch64_openbsd.cc
[485/551] Compiling cpu_aarch64_linux.cc
[486/551] Compiling cpu_aarch64_apple.cc
[487/551] Compiling cpu_aarch64_fuchsia.cc
[488/551] Compiling tls_cbc.cc
[489/551] Compiling conf.cc
[490/551] Compiling get_cipher.cc
[491/551] Compiling e_rc4.cc
[492/551] Compiling e_tls.cc
[493/551] Compiling e_rc2.cc
[494/551] Compiling e_des.cc
[494/551] Compiling e_null.cc
[496/551] Compiling e_chacha20poly1305.cc
[496/551] Compiling e_aesgcmsiv.cc
[498/551] Compiling e_aesctrhmac.cc
[499/551] Compiling derive_key.cc
[500/551] Compiling chacha.cc
[501/551] Compiling unicode.cc
[502/551] Compiling buf.cc
[503/551] Compiling cbb.cc
[504/551] Compiling asn1_compat.cc
[505/551] Compiling cbs.cc
[506/551] Compiling ber.cc
[507/551] Compiling bn_asn1.cc
[508/551] Compiling blake2.cc
[509/551] Compiling convert.cc
[510/551] Compiling socket_helper.cc
[511/551] Compiling printf.cc
[512/551] Compiling socket.cc
[513/551] Compiling pair.cc
[514/551] Compiling file.cc
[515/551] Compiling fd.cc
[516/551] Compiling hexdump.cc
[517/551] Compiling errno.cc
[518/551] Compiling connect.cc
[519/551] Compiling base64.cc
[520/551] Compiling bio_mem.cc
[521/551] Compiling tasn_fre.cc
[522/551] Compiling tasn_typ.cc
[523/551] Compiling bio.cc
[524/551] Compiling posix_time.cc
[525/551] Compiling tasn_new.cc
[526/551] Compiling tasn_utl.cc
[527/551] Compiling tasn_enc.cc
[528/551] Compiling f_string.cc
[529/551] Compiling f_int.cc
[530/551] Compiling asn_pack.cc
[531/551] Compiling tasn_dec.cc
[532/551] Compiling asn1_par.cc
[533/551] Compiling asn1_lib.cc
[534/551] Compiling a_utctm.cc
[535/551] Compiling a_octet.cc
[536/551] Compiling a_type.cc
[537/551] Compiling a_time.cc
[538/551] Compiling a_object.cc
[539/551] Compiling a_strex.cc
[540/551] Compiling a_i2d_fp.cc
[541/551] Compiling a_strnid.cc
[542/551] Compiling a_gentm.cc
[543/551] Compiling a_mbstr.cc
[544/551] Compiling a_d2i_fp.cc
[545/551] Compiling a_dup.cc
[546/551] Compiling a_int.cc
[547/551] Compiling a_bitstr.cc
[548/551] Compiling a_bool.cc
[549/551] Compiling c-nioatomics.c
[550/551] Compiling c-atomics.c
[552/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[553/557] Compiling NIOConcurrencyHelpers lock.swift
[554/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[555/557] Emitting module NIOConcurrencyHelpers
[556/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[557/557] Compiling NIOConcurrencyHelpers atomics.swift
[559/618] Compiling NIOCore IO.swift
[560/618] Compiling NIOCore IOData.swift
[561/618] Compiling NIOCore IPProtocol.swift
[562/618] Compiling NIOCore IntegerBitPacking.swift
[563/618] Compiling NIOCore IntegerTypes.swift
[564/618] Compiling NIOCore Interfaces.swift
[565/618] Compiling NIOCore Linux.swift
[566/618] Compiling NIOCore MarkedCircularBuffer.swift
[567/626] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[568/626] Compiling NIOCore EventLoopFuture+Deprecated.swift
[569/626] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[570/626] Compiling NIOCore EventLoopFuture.swift
[571/626] Compiling NIOCore FileDescriptor.swift
[572/626] Compiling NIOCore FileHandle.swift
[573/626] Compiling NIOCore FileRegion.swift
[574/626] Compiling NIOCore GlobalSingletons.swift
[575/626] Compiling NIOCore AddressedEnvelope.swift
[576/626] Compiling NIOCore AsyncAwaitSupport.swift
[577/626] Compiling NIOCore AsyncChannel.swift
[578/626] Compiling NIOCore AsyncChannelHandler.swift
[579/626] Compiling NIOCore AsyncChannelInboundStream.swift
[580/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[581/626] Compiling NIOCore NIOAsyncSequenceProducer.swift
[582/626] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[583/626] Compiling NIOCore NIOAsyncWriter.swift
[584/626] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[585/626] Compiling NIOCore BSDSocketAPI.swift
[586/626] Compiling NIOCore ByteBuffer-aux.swift
[587/626] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[588/626] Compiling NIOCore ByteBuffer-conversions.swift
[589/626] Compiling NIOCore ByteBuffer-core.swift
[590/626] Compiling NIOCore ByteBuffer-hex.swift
[591/626] Compiling NIOCore ByteBuffer-int.swift
[592/626] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[593/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[594/626] Compiling NIOCore SocketAddresses.swift
[595/626] Compiling NIOCore SocketOptionProvider.swift
[596/626] Compiling NIOCore SystemCallHelpers.swift
[597/626] Compiling NIOCore TimeAmount+Duration.swift
[598/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[599/626] Compiling NIOCore UniversalBootstrapSupport.swift
[600/626] Compiling NIOCore Utilities.swift
[601/626] Emitting module NIOCore
[602/626] Compiling NIOCore MulticastChannel.swift
[603/626] Compiling NIOCore NIOAny.swift
[604/626] Compiling NIOCore NIOCloseOnErrorHandler.swift
[605/626] Compiling NIOCore NIOLoopBound.swift
[606/626] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[607/626] Compiling NIOCore NIOScheduledCallback.swift
[608/626] Compiling NIOCore NIOSendable.swift
[609/626] Compiling NIOCore RecvByteBufferAllocator.swift
[610/626] Compiling NIOCore ByteBuffer-multi-int.swift
[611/626] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[612/626] Compiling NIOCore ByteBuffer-views.swift
[613/626] Compiling NIOCore Channel.swift
[614/626] Compiling NIOCore ChannelHandler.swift
[615/626] Compiling NIOCore ChannelHandlers.swift
[616/626] Compiling NIOCore ChannelInvoker.swift
[617/626] Compiling NIOCore ChannelOption.swift
[618/626] Compiling NIOCore ChannelPipeline.swift
[619/626] Compiling NIOCore CircularBuffer.swift
[620/626] Compiling NIOCore Codec.swift
[621/626] Compiling NIOCore ConvenienceOptionSupport.swift
[622/626] Compiling NIOCore DeadChannel.swift
[623/626] Compiling NIOCore DispatchQueue+WithFuture.swift
[624/626] Compiling NIOCore EventLoop+Deprecated.swift
[625/626] Compiling NIOCore EventLoop+SerialExecutor.swift
[626/626] Compiling NIOCore EventLoop.swift
[628/677] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[629/677] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/677] Emitting module NIOEmbedded
[631/677] Compiling NIOEmbedded Embedded.swift
[632/678] Compiling NIOPosix Pool.swift
[633/678] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[634/678] Compiling NIOPosix PosixSingletons.swift
[635/678] Compiling NIOPosix RawSocketBootstrap.swift
[636/678] Compiling NIOPosix Resolver.swift
[637/678] Compiling NIOPosix Selectable.swift
[639/684] Emitting module NIOPosix
[640/684] Compiling NIOPosix ThreadPosix.swift
[641/684] Compiling NIOPosix ThreadWindows.swift
[642/684] Compiling NIOPosix UnsafeTransfer.swift
[643/684] Compiling NIOPosix Utilities.swift
[644/684] Compiling NIOPosix VsockAddress.swift
[645/684] Compiling NIOPosix VsockChannelEvents.swift
[646/684] Compiling NIOPosix BSDSocketAPICommon.swift
[647/684] Compiling NIOPosix BSDSocketAPIPosix.swift
[648/684] Compiling NIOPosix BSDSocketAPIWindows.swift
[649/684] Compiling NIOPosix BaseSocket.swift
[650/684] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[651/684] Compiling NIOPosix BaseSocketChannel.swift
[652/684] Compiling NIOPosix BaseStreamSocketChannel.swift
[653/684] Compiling NIOPosix IO.swift
[654/684] Compiling NIOPosix IntegerBitPacking.swift
[655/684] Compiling NIOPosix IntegerTypes.swift
[656/684] Compiling NIOPosix Linux.swift
[657/684] Compiling NIOPosix LinuxCPUSet.swift
[658/684] Compiling NIOPosix LinuxUring.swift
[659/684] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[660/684] Compiling NIOPosix ServerSocket.swift
[661/684] Compiling NIOPosix Socket.swift
[662/684] Compiling NIOPosix SocketChannel.swift
[663/684] Compiling NIOPosix SocketProtocols.swift
[664/684] Compiling NIOPosix System.swift
[665/684] Compiling NIOPosix Thread.swift
[666/684] Compiling NIOPosix NIOThreadPool.swift
[667/684] Compiling NIOPosix NonBlockingFileIO.swift
[668/684] Compiling NIOPosix PendingDatagramWritesManager.swift
[669/684] Compiling NIOPosix PendingWritesManager.swift
[670/684] Compiling NIOPosix PipeChannel.swift
[671/684] Compiling NIOPosix PipePair.swift
[672/684] Compiling NIOPosix Bootstrap.swift
[673/684] Compiling NIOPosix ControlMessage.swift
[674/684] Compiling NIOPosix DatagramVectorReadManager.swift
[675/684] Compiling NIOPosix Errors+Any.swift
[676/684] Compiling NIOPosix FileDescriptor.swift
[677/684] Compiling NIOPosix GetaddrinfoResolver.swift
[678/684] Compiling NIOPosix HappyEyeballs.swift
[679/684] Compiling NIOPosix SelectableChannel.swift
[680/684] Compiling NIOPosix SelectableEventLoop.swift
[681/684] Compiling NIOPosix SelectorEpoll.swift
[682/684] Compiling NIOPosix SelectorGeneric.swift
[683/684] Compiling NIOPosix SelectorKqueue.swift
[684/684] Compiling NIOPosix SelectorUring.swift
[686/687] Emitting module NIO
[687/687] Compiling NIO Exports.swift
[689/727] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[690/727] Compiling NIOTLS TLSEvents.swift
[691/727] Compiling NIOSOCKS ClientStateMachine.swift
[692/727] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[693/728] Emitting module NIOTLS
[694/728] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[695/728] Compiling NIOHTTP1 HTTPEncoder.swift
[696/728] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[697/728] Compiling NIOSOCKS SOCKSResponse.swift
[698/728] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[699/728] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[700/728] Compiling NIOHTTP1 ByteCollectionUtils.swift
[701/728] Compiling NIOHTTP1 HTTPDecoder.swift
[702/728] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[703/728] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[704/728] Emitting module NIOSOCKS
[705/728] Emitting module NIOHTTP1
[707/730] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[708/730] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[709/730] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[710/730] Compiling NIOSOCKS ServerStateMachine.swift
[711/730] Compiling NIOTLS SNIHandler.swift
[712/731] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[715/732] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[716/732] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[717/732] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[718/732] Compiling NIOHTTP1 HTTPTypes.swift
[721/753] Compiling NIOSSL CustomPrivateKey.swift
[722/753] Compiling NIOSSL IdentityVerification.swift
[723/753] Compiling NIOSSL NIOSSLServerHandler.swift
[724/753] Compiling NIOSSL ObjectIdentifier.swift
[725/753] Compiling NIOSSL PosixPort.swift
[726/761] Compiling NIOSSL SSLPKCS12Bundle.swift
[727/761] Compiling NIOSSL SubjectAlternativeName.swift
[729/762] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[730/762] Emitting module NIOFoundationCompat
[731/762] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[732/762] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[733/762] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[735/803] Compiling NIOTransportServices StateManagedChannel.swift
[736/803] Compiling NIOTransportServices StateManagedListenerChannel.swift
[737/803] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[738/805] Compiling NIOTransportServices NIOTSBootstraps.swift
[739/805] Compiling NIOTransportServices NIOTSChannelOptions.swift
[740/805] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[741/805] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[742/805] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[743/805] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[744/805] Compiling NIOTransportServices NIOTSSingletons.swift
[745/805] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[746/805] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[747/805] Compiling NIOTransportServices NIOTSErrors.swift
[748/805] Compiling NIOTransportServices NIOTSEventLoop.swift
[749/805] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[750/805] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[751/805] Compiling NIOTransportServices NIOTSListenerChannel.swift
[752/805] Compiling NIOHPACK IntegerCoding.swift
[753/806] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[754/806] Emitting module NIOTransportServices
[755/806] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[756/806] Compiling NIOHPACK IndexedHeaderTable.swift
[757/806] Compiling NIOTransportServices NIOTSDatagramListener.swift
[758/806] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[759/806] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[760/806] Compiling NIOTransportServices AcceptHandler.swift
[761/806] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[762/806] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[763/806] Emitting module NIOHTTPCompression
[764/807] Compiling NIOHTTPCompression HTTPCompression.swift
[767/807] Compiling NIOHTTPCompression HTTPDecompression.swift
[768/807] Emitting module NIOSSL
[773/811] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[774/811] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[776/812] Compiling NIOHPACK HuffmanCoding.swift
[777/812] Compiling NIOHPACK HuffmanTables.swift
[778/812] Emitting module NIOHPACK
[779/812] Compiling NIOHPACK StaticHeaderTable.swift
[788/812] Compiling NIOSSL NIOSSLHandler.swift
[797/812] Compiling NIOSSL SSLCertificate.swift
[798/812] Compiling NIOSSL SSLCertificateExtensions.swift
[799/812] Compiling NIOSSL SSLCertificateName.swift
[800/812] Compiling NIOSSL SSLConnection.swift
[810/871] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[811/871] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[812/871] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[813/871] Compiling NIOHTTP2 HTTP2Error.swift
[815/872] Emitting module NIOHTTP2
[816/880] Compiling NIOHTTP2 StateMachineResult.swift
[817/880] Compiling NIOHTTP2 ContentLengthVerifier.swift
[818/880] Compiling NIOHTTP2 DOSHeuristics.swift
[819/880] Compiling NIOHTTP2 Error+Any.swift
[820/880] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[821/880] Compiling NIOHTTP2 ControlFrameBuffer.swift
[822/880] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[823/880] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[824/880] Compiling NIOHTTP2 MaySendFrames.swift
[825/880] Compiling NIOHTTP2 SendingDataState.swift
[826/880] Compiling NIOHTTP2 SendingGoawayState.swift
[827/880] Compiling NIOHTTP2 SendingHeadersState.swift
[828/880] Compiling NIOHTTP2 SendingPushPromiseState.swift
[829/880] Compiling NIOHTTP2 SendingRstStreamState.swift
[830/880] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[831/880] Compiling NIOHTTP2 HTTP2SettingsState.swift
[832/880] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[833/880] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[834/880] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[835/880] Compiling NIOHTTP2 HTTP2StreamID.swift
[836/880] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[837/880] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[838/880] Compiling NIOHTTP2 HTTP2UserEvents.swift
[839/880] Compiling NIOHTTP2 InboundEventBuffer.swift
[840/880] Compiling NIOHTTP2 ConnectionStateMachine.swift
[841/880] Compiling NIOHTTP2 ConnectionStreamsState.swift
[842/880] Compiling NIOHTTP2 MayReceiveFrames.swift
[843/880] Compiling NIOHTTP2 ReceivingDataState.swift
[844/880] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[845/880] Compiling NIOHTTP2 ReceivingHeadersState.swift
[846/880] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[847/880] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[848/880] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[849/880] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[850/880] Compiling NIOHTTP2 HasFlowControlWindows.swift
[851/880] Compiling NIOHTTP2 HasLocalSettings.swift
[852/880] Compiling NIOHTTP2 HasRemoteSettings.swift
[853/880] Compiling NIOHTTP2 LocallyQuiescingState.swift
[854/880] Compiling NIOHTTP2 QuiescingState.swift
[855/880] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[856/880] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[857/880] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[858/880] Compiling NIOHTTP2 HTTP2Frame.swift
[859/880] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[860/880] Compiling NIOHTTP2 HTTP2FrameParser.swift
[861/880] Compiling NIOHTTP2 HTTP2PingData.swift
[862/880] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[863/880] Compiling NIOHTTP2 HTTP2Settings.swift
[864/880] Compiling NIOHTTP2 HTTP2Stream.swift
[865/880] Compiling NIOHTTP2 InboundWindowManager.swift
[866/880] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[867/880] Compiling NIOHTTP2 StreamChannelFlowController.swift
[868/880] Compiling NIOHTTP2 StreamChannelList.swift
[869/880] Compiling NIOHTTP2 StreamMap.swift
[870/880] Compiling NIOHTTP2 StreamStateMachine.swift
[871/880] Compiling NIOHTTP2 UnsafeTransfer.swift
[872/880] Compiling NIOHTTP2 WatermarkedFlowController.swift
[873/880] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[874/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[875/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[880/880] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[882/941] Emitting module AsyncHTTPClient
[883/949] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[884/949] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[885/949] Compiling AsyncHTTPClient Transaction.swift
[886/949] Compiling AsyncHTTPClient Base64.swift
[887/949] Compiling AsyncHTTPClient BasicAuth.swift
[888/949] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[889/949] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[890/949] Compiling AsyncHTTPClient ConnectionPool.swift
[891/949] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[892/949] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[893/949] Compiling AsyncHTTPClient TLSEventsHandler.swift
[894/949] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[895/949] Compiling AsyncHTTPClient HTTP1Connection.swift
[896/949] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[897/949] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[898/949] Compiling AsyncHTTPClient HTTP2Connection.swift
[899/949] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[900/949] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[901/949] Compiling AsyncHTTPClient RequestBag.swift
[902/949] Compiling AsyncHTTPClient RequestValidation.swift
[903/949] Compiling AsyncHTTPClient SSLContextCache.swift
[904/949] Compiling AsyncHTTPClient Scheme.swift
[905/949] Compiling AsyncHTTPClient Singleton.swift
[906/949] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[907/949] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[908/949] Compiling AsyncHTTPClient Utils.swift
[909/949] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[910/949] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[911/949] Compiling AsyncHTTPClient AsyncLazySequence.swift
[912/949] Compiling AsyncHTTPClient HTTPClient+execute.swift
[913/949] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[914/949] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[915/949] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[916/949] Compiling AsyncHTTPClient HTTPClientRequest.swift
[917/949] Compiling AsyncHTTPClient HTTPClientResponse.swift
[918/949] Compiling AsyncHTTPClient RequestOptions.swift
[919/949] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[920/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[921/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[922/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[923/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[924/949] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[925/949] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[926/949] Compiling AsyncHTTPClient ConnectionTarget.swift
[927/949] Compiling AsyncHTTPClient DeconstructedURL.swift
[928/949] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[929/949] Compiling AsyncHTTPClient FoundationExtensions.swift
[930/949] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[931/949] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[932/949] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[933/949] Compiling AsyncHTTPClient HTTPClient.swift
[934/949] Compiling AsyncHTTPClient HTTPHandler.swift
[935/949] Compiling AsyncHTTPClient LRUCache.swift
[936/949] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[937/949] Compiling AsyncHTTPClient NWErrorHandler.swift
[938/949] Compiling AsyncHTTPClient NWWaitingHandler.swift
[939/949] Compiling AsyncHTTPClient TLSConfiguration.swift
[940/949] Compiling AsyncHTTPClient RedirectState.swift
[941/949] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[942/949] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[943/949] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[944/949] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[945/949] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[946/949] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[947/949] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[948/949] Compiling AsyncHTTPClient RequestBodyLength.swift
[949/949] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[951/972] Emitting module ElasticsearchNIOClient
[952/974] Compiling ElasticsearchNIOClient ElasticsearchRequester.swift
[953/974] Compiling ElasticsearchNIOClient HTTPClientElasticsearchRequester.swift
[954/974] Compiling ElasticsearchNIOClient BulkCreate.swift
[955/974] Compiling ElasticsearchNIOClient BulkUpdate.swift
[956/974] Compiling ElasticsearchNIOClient BulkUpdateScript.swift
[957/974] Compiling ElasticsearchNIOClient ESAcknowledgedResponse.swift
[958/974] Compiling ElasticsearchNIOClient ESBulkOperation.swift
[959/974] Compiling ElasticsearchNIOClient ESBulkResponse.swift
[960/974] Compiling ElasticsearchNIOClient ESCountResponse.swift
[961/974] Compiling ElasticsearchNIOClient ESCreateDocumentResponse.swift
[962/974] Compiling ElasticsearchNIOClient ESDeleteDocumentResponse.swift
[963/974] Compiling ElasticsearchNIOClient ESEmptyResponse.swift
[964/974] Compiling ElasticsearchNIOClient BulkDelete.swift
[965/974] Compiling ElasticsearchNIOClient BulkIndex.swift
[966/974] Compiling ElasticsearchNIOClient BulkOperationBody.swift
[967/974] Compiling ElasticsearchNIOClient ESMultipleDocumentResponse.swift
[968/974] Compiling ElasticsearchNIOClient ESSearchRequest.swift
[969/974] Compiling ElasticsearchNIOClient ESShardsResponse.swift
[970/974] Compiling ElasticsearchNIOClient ESSingleDocumentResponse.swift
[971/974] Compiling ElasticsearchNIOClient ElasticsearchClientError.swift
[972/974] Compiling ElasticsearchNIOClient ElasticsearchClient+Requests.swift
/host/spi-builder-workspace/Sources/ElasticsearchNIOClient/ElasticsearchClient.swift:95:13: warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
  6 | import NIOHTTP1
  7 |
  8 | public struct ElasticsearchClient {
    |               `- note: consider making struct 'ElasticsearchClient' conform to the 'Sendable' protocol
  9 |
 10 |     public static let defaultPort = 9200
    :
 93 |     func sendRequest(url: String, method: HTTPMethod, headers: HTTPHeaders, body: ByteBuffer?) -> EventLoopFuture<ByteBuffer> {
 94 |         requester.executeRequest(url: url, method: method, headers: headers, body: body).flatMapThrowing { clientResponse in
 95 |             self.logger.trace("Response: \(clientResponse)")
    |             `- warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
 96 |             if let responseBody = clientResponse.body {
 97 |                 self.logger.trace("Response body: \(String(decoding: responseBody.readableBytesView, as: UTF8.self))")
/host/spi-builder-workspace/Sources/ElasticsearchNIOClient/ElasticsearchClient.swift:128:78: warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
  6 | import NIOHTTP1
  7 |
  8 | public struct ElasticsearchClient {
    |               `- note: consider making struct 'ElasticsearchClient' conform to the 'Sendable' protocol
  9 |
 10 |     public static let defaultPort = 9200
    :
126 |         sendRequest(url: url, method: method, headers: headers, body: body).flatMapThrowing { body in
127 |             var body = body
128 |             guard let response = try body.readJSONDecodable(D.self, decoder: jsonDecoder, length: body.readableBytes) else {
    |                                                                              `- warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
129 |                 self.logger.debug("Failed to convert \(D.self)")
130 |                 throw ElasticSearchClientError(message: "Failed to convert \(D.self)", status: nil)
[973/974] Compiling ElasticsearchNIOClient ElasticsearchClient+ValidationError.swift
/host/spi-builder-workspace/Sources/ElasticsearchNIOClient/ElasticsearchClient.swift:95:13: warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
  6 | import NIOHTTP1
  7 |
  8 | public struct ElasticsearchClient {
    |               `- note: consider making struct 'ElasticsearchClient' conform to the 'Sendable' protocol
  9 |
 10 |     public static let defaultPort = 9200
    :
 93 |     func sendRequest(url: String, method: HTTPMethod, headers: HTTPHeaders, body: ByteBuffer?) -> EventLoopFuture<ByteBuffer> {
 94 |         requester.executeRequest(url: url, method: method, headers: headers, body: body).flatMapThrowing { clientResponse in
 95 |             self.logger.trace("Response: \(clientResponse)")
    |             `- warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
 96 |             if let responseBody = clientResponse.body {
 97 |                 self.logger.trace("Response body: \(String(decoding: responseBody.readableBytesView, as: UTF8.self))")
/host/spi-builder-workspace/Sources/ElasticsearchNIOClient/ElasticsearchClient.swift:128:78: warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
  6 | import NIOHTTP1
  7 |
  8 | public struct ElasticsearchClient {
    |               `- note: consider making struct 'ElasticsearchClient' conform to the 'Sendable' protocol
  9 |
 10 |     public static let defaultPort = 9200
    :
126 |         sendRequest(url: url, method: method, headers: headers, body: body).flatMapThrowing { body in
127 |             var body = body
128 |             guard let response = try body.readJSONDecodable(D.self, decoder: jsonDecoder, length: body.readableBytes) else {
    |                                                                              `- warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
129 |                 self.logger.debug("Failed to convert \(D.self)")
130 |                 throw ElasticSearchClientError(message: "Failed to convert \(D.self)", status: nil)
[974/974] Compiling ElasticsearchNIOClient ElasticsearchClient.swift
/host/spi-builder-workspace/Sources/ElasticsearchNIOClient/ElasticsearchClient.swift:95:13: warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
  6 | import NIOHTTP1
  7 |
  8 | public struct ElasticsearchClient {
    |               `- note: consider making struct 'ElasticsearchClient' conform to the 'Sendable' protocol
  9 |
 10 |     public static let defaultPort = 9200
    :
 93 |     func sendRequest(url: String, method: HTTPMethod, headers: HTTPHeaders, body: ByteBuffer?) -> EventLoopFuture<ByteBuffer> {
 94 |         requester.executeRequest(url: url, method: method, headers: headers, body: body).flatMapThrowing { clientResponse in
 95 |             self.logger.trace("Response: \(clientResponse)")
    |             `- warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
 96 |             if let responseBody = clientResponse.body {
 97 |                 self.logger.trace("Response body: \(String(decoding: responseBody.readableBytesView, as: UTF8.self))")
/host/spi-builder-workspace/Sources/ElasticsearchNIOClient/ElasticsearchClient.swift:128:78: warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
  6 | import NIOHTTP1
  7 |
  8 | public struct ElasticsearchClient {
    |               `- note: consider making struct 'ElasticsearchClient' conform to the 'Sendable' protocol
  9 |
 10 |     public static let defaultPort = 9200
    :
126 |         sendRequest(url: url, method: method, headers: headers, body: body).flatMapThrowing { body in
127 |             var body = body
128 |             guard let response = try body.readJSONDecodable(D.self, decoder: jsonDecoder, length: body.readableBytes) else {
    |                                                                              `- warning: capture of 'self' with non-sendable type 'ElasticsearchClient' in a '@Sendable' closure
129 |                 self.logger.debug("Failed to convert \(D.self)")
130 |                 throw ElasticSearchClientError(message: "Failed to convert \(D.self)", status: nil)
Build complete! (213.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.33.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "elasticsearch-nio-client",
  "name" : "elasticsearch-nio-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElasticsearchNIOClient",
      "targets" : [
        "ElasticsearchNIOClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElasticsearchNIOClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticsearchNIOClientTests",
      "path" : "Tests/ElasticsearchNIOClientTests",
      "sources" : [
        "ElasticsearchNIOClientTests.swift",
        "SomeItem.swift"
      ],
      "target_dependencies" : [
        "ElasticsearchNIOClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticsearchNIOClient",
      "module_type" : "SwiftTarget",
      "name" : "ElasticsearchNIOClient",
      "path" : "Sources/ElasticsearchNIOClient",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOCore",
        "NIOHTTP1",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "ElasticsearchNIOClient"
      ],
      "sources" : [
        "ElasticsearchClient+Requests.swift",
        "ElasticsearchClient+ValidationError.swift",
        "ElasticsearchClient.swift",
        "ElasticsearchRequester.swift",
        "HTTPClientElasticsearchRequester.swift",
        "Models/BulkOperations/BulkCreate.swift",
        "Models/BulkOperations/BulkDelete.swift",
        "Models/BulkOperations/BulkIndex.swift",
        "Models/BulkOperations/BulkOperationBody.swift",
        "Models/BulkOperations/BulkUpdate.swift",
        "Models/BulkOperations/BulkUpdateScript.swift",
        "Models/ESAcknowledgedResponse.swift",
        "Models/ESBulkOperation.swift",
        "Models/ESBulkResponse.swift",
        "Models/ESCountResponse.swift",
        "Models/ESCreateDocumentResponse.swift",
        "Models/ESDeleteDocumentResponse.swift",
        "Models/ESEmptyResponse.swift",
        "Models/ESMultipleDocumentResponse.swift",
        "Models/ESSearchRequest.swift",
        "Models/ESShardsResponse.swift",
        "Models/ESSingleDocumentResponse.swift",
        "Models/ElasticsearchClientError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.