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 (766216), with Swift 6.1 for Linux on 12 Aug 2025 17:15:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
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 766216f Merge pull request #29 from brokenhandsio/dependabot/github_actions/actions/checkout-5
Cloned https://github.com/brokenhandsio/elasticsearch-nio-client.git
Revision (git rev-parse @):
766216f58d7f14af95846e5cea9018baa43f3899
SUCCESS checkout https://github.com/brokenhandsio/elasticsearch-nio-client.git at main
========================================
Build
========================================
Selected platform:         linux
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
[1/14087] Fetching async-http-client
[14088/91477] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (5.51s)
Fetched https://github.com/apple/swift-nio.git from cache (5.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (6.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[707/6655] Fetching swift-atomics, swift-system
[4391/23608] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
[8069/21800] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.05s)
Fetched https://github.com/apple/swift-collections.git from cache (2.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.07s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.92s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/3886] Fetching swift-log
[2/10013] Fetching swift-log, swift-nio-extras
[3/12714] Fetching swift-log, swift-nio-extras, swift-nio-transport-services
[7445/18682] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms
[11057/30343] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2
[17225/45346] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
[18687/41460] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.14s)
[13612/35492] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.57s)
[22781/23831] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.61s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.61s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.65s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (4.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.84s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.93s)
Fetching https://github.com/apple/swift-numerics.git
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.97s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.10s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/5010] Fetching swift-async-algorithms
[553/6186] Fetching swift-async-algorithms, swift-http-structured-headers
[554/8619] Fetching swift-async-algorithms, swift-http-structured-headers, swift-service-lifecycle
[5379/10248] Fetching swift-async-algorithms, swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[6002/16708] Fetching swift-async-algorithms, swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates
[6557/17625] Fetching swift-async-algorithms, swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.80s)
[13865/16449] Fetching swift-async-algorithms, swift-service-lifecycle, swift-asn1, swift-certificates, swift-http-types
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.82s)
[11755/14016] Fetching swift-async-algorithms, swift-asn1, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-asn1.git from cache (0.84s)
[10643/12387] Fetching swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.85s)
[9855/11470] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.12s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.13s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.07s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (3.86s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (3.20s)
Fetching https://github.com/apple/swift-crypto.git
[1/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.72s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.67s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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.29.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/441] Write sources
[19/441] Compiling CNIOWASI CNIOWASI.c
[20/441] Compiling CNIOWindows shim.c
[21/441] Compiling CNIOWindows WSAStartup.c
[21/441] Write sources
[24/441] Compiling CNIOPosix event_loop_id.c
[25/441] Compiling CNIOLinux liburing_shims.c
[26/441] Compiling _AtomicsShims.c
[27/441] Compiling CNIOLLHTTP c_nio_http.c
[28/441] Compiling _NumericsShims _NumericsShims.c
[29/441] Compiling CNIOExtrasZlib empty.c
[30/441] Compiling CNIODarwin shim.c
[31/441] Compiling CNIOLinux shim.c
[32/441] Compiling fiat_p256_adx_sqr.S
[33/441] Compiling CNIOLLHTTP c_nio_api.c
[34/441] Compiling fiat_p256_adx_mul.S
[35/441] Compiling fiat_curve25519_adx_mul.S
[36/441] Compiling fiat_curve25519_adx_square.S
[37/441] Write swift-version-24593BA9C3E375BF.txt
[38/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/445] Compiling CNIOBoringSSLShims shims.c
[41/447] Emitting module _NIOBase64
[42/447] Emitting module _NIODataStructures
[42/447] Compiling tls_method.cc
[43/447] Compiling tls_record.cc
[44/447] Compiling tls13_both.cc
[45/447] Compiling tls13_enc.cc
[46/447] Compiling tls13_server.cc
[47/476] Compiling tls13_client.cc
[49/476] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[50/476] Compiling InternalCollectionsUtilities Integer rank.swift
[51/476] Emitting module InternalCollectionsUtilities
[52/477] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/477] Compiling RealModule Real.swift
[54/477] Emitting module RealModule
[57/478] Compiling _NIOBase64 Base64.swift
[58/478] Compiling RealModule ElementaryFunctions.swift
[59/479] Compiling RealModule Float80+Real.swift
[60/479] Compiling InternalCollectionsUtilities Descriptions.swift
[61/479] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/479] Compiling RealModule Float16+Real.swift
[63/479] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/479] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/479] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/479] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/479] Compiling InternalCollectionsUtilities Debugging.swift
[69/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/479] Compiling _NIODataStructures _TinyArray.swift
[74/479] Compiling RealModule RealFunctions.swift
[75/479] Compiling RealModule Float+Real.swift
[75/479] Compiling t1_enc.cc
[77/479] Compiling Logging LogHandler.swift
[78/480] Compiling _NIODataStructures PriorityQueue.swift
[81/480] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/481] Compiling ssl_versions.cc
[82/481] Compiling ssl_x509.cc
[85/481] Compiling Logging MetadataProvider.swift
[86/481] Compiling Logging Locks.swift
[87/481] Emitting module Logging
[88/481] Compiling _NIODataStructures Heap.swift
[89/482] Compiling Logging Logging.swift
[91/498] Compiling ssl_transcript.cc
[93/498] Compiling DequeModule _DequeBuffer.swift
[94/498] Compiling DequeModule _DequeBufferHeader.swift
[95/500] Compiling DequeModule Deque+CustomReflectable.swift
[96/500] Compiling DequeModule Deque+Descriptions.swift
[96/500] Compiling ssl_stat.cc
[98/500] Compiling DequeModule Deque+Testing.swift
[99/500] Compiling DequeModule Deque._Storage.swift
[100/500] Compiling DequeModule Deque+Extras.swift
[101/500] Compiling DequeModule Deque+Hashable.swift
[101/500] Compiling ssl_privkey.cc
[103/500] Compiling DequeModule Deque._UnsafeHandle.swift
[104/500] Compiling DequeModule Deque.swift
[105/500] Compiling DequeModule Deque+Equatable.swift
[106/500] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/500] Compiling ssl_key_share.cc
[107/500] Compiling ssl_session.cc
[109/500] Compiling DequeModule _DequeSlot.swift
[110/500] Compiling DequeModule _UnsafeWrappedBuffer.swift
[111/500] Compiling DequeModule Deque+Codable.swift
[112/500] Compiling DequeModule Deque+Collection.swift
[113/500] Emitting module DequeModule
[113/501] Compiling ssl_lib.cc
[115/501] Compiling ssl_file.cc
[116/501] Compiling ssl_credential.cc
[117/501] Compiling ssl_cert.cc
[118/501] Compiling ssl_cipher.cc
[119/501] Compiling ssl_buffer.cc
[120/501] Compiling s3_pkt.cc
[121/501] Compiling ssl_asn1.cc
[122/501] Compiling s3_lib.cc
[123/501] Compiling ssl_aead_ctx.cc
[124/501] Compiling s3_both.cc
[125/501] Compiling encrypted_client_hello.cc
[126/501] Compiling handshake_server.cc
[127/501] Compiling handshake.cc
[128/501] Compiling handshake_client.cc
[129/501] Compiling extensions.cc
[130/501] Compiling handoff.cc
[131/501] Compiling md5-x86_64-linux.S
[132/501] Compiling md5-x86_64-apple.S
[133/501] Compiling md5-586-linux.S
[134/501] Compiling dtls_record.cc
[135/501] Compiling md5-586-apple.S
[136/501] Compiling chacha20_poly1305_x86_64-linux.S
[137/501] Compiling bio_ssl.cc
[138/501] Compiling chacha20_poly1305_x86_64-apple.S
[139/501] Compiling chacha20_poly1305_armv8-win.S
[140/501] Compiling chacha20_poly1305_armv8-linux.S
[141/501] Compiling chacha20_poly1305_armv8-apple.S
[142/501] Compiling err_data.cc
[143/501] Compiling chacha-x86_64-linux.S
[144/501] Compiling chacha-x86_64-apple.S
[145/501] Compiling chacha-x86-apple.S
[146/501] Compiling chacha-x86-linux.S
[147/501] Compiling dtls_method.cc
[148/501] Compiling chacha-armv8-linux.S
[149/501] Compiling chacha-armv8-apple.S
[150/501] Compiling chacha-armv8-win.S
[151/501] Compiling aes128gcmsiv-x86_64-apple.S
[152/501] Compiling chacha-armv4-linux.S
[153/501] Compiling aes128gcmsiv-x86_64-linux.S
[154/501] Compiling x86_64-mont-linux.S
[155/501] Compiling x86_64-mont5-linux.S
[156/501] Compiling x86_64-mont5-apple.S
[157/501] Compiling x86_64-mont-apple.S
[158/501] Compiling x86-mont-apple.S
[159/501] Compiling x86-mont-linux.S
[160/501] Compiling vpaes-x86_64-apple.S
[161/501] Compiling vpaes-x86_64-linux.S
[162/501] Compiling vpaes-x86-linux.S
[163/501] Compiling d1_pkt.cc
[164/501] Compiling vpaes-x86-apple.S
[165/501] Compiling vpaes-armv8-apple.S
[166/501] Compiling vpaes-armv8-win.S
[167/501] Compiling vpaes-armv8-linux.S
[168/501] Compiling vpaes-armv7-linux.S
[169/501] Compiling sha512-x86_64-linux.S
[170/501] Compiling sha512-x86_64-apple.S
[171/501] Compiling sha512-armv8-apple.S
[172/501] Compiling sha512-armv8-win.S
[173/501] Compiling sha512-armv8-linux.S
[174/501] Compiling sha512-armv4-linux.S
[175/501] Compiling sha512-586-apple.S
[176/501] Compiling sha512-586-linux.S
[177/501] Compiling sha256-armv8-win.S
[178/501] Compiling sha256-x86_64-apple.S
[179/501] Compiling sha256-x86_64-linux.S
[180/501] Compiling sha256-armv8-linux.S
[181/501] Compiling d1_srtp.cc
[182/501] Compiling sha256-586-linux.S
[183/501] Compiling sha256-armv4-linux.S
[184/501] Compiling sha256-armv8-apple.S
[185/501] Compiling sha1-x86_64-apple.S
[186/501] Compiling sha256-586-apple.S
[187/501] Compiling sha1-armv8-win.S
[188/501] Compiling sha1-x86_64-linux.S
[189/501] Compiling sha1-armv8-linux.S
[190/501] Compiling sha1-armv4-large-linux.S
[191/501] Compiling sha1-586-linux.S
[192/501] Compiling sha1-armv8-apple.S
[193/501] Compiling sha1-586-apple.S
[194/501] Compiling rdrand-x86_64-apple.S
[195/501] Compiling rsaz-avx2-linux.S
[196/501] Compiling rsaz-avx2-apple.S
[197/501] Compiling p256_beeu-x86_64-asm-linux.S
[198/501] Compiling rdrand-x86_64-linux.S
[199/501] Compiling p256_beeu-x86_64-asm-apple.S
[200/501] Compiling p256_beeu-armv8-asm-win.S
[201/501] Compiling p256_beeu-armv8-asm-apple.S
[202/501] Compiling p256-armv8-asm-win.S
[203/501] Compiling p256_beeu-armv8-asm-linux.S
[204/501] Compiling p256-x86_64-asm-apple.S
[205/501] Compiling ghashv8-armv8-linux.S
[206/501] Compiling p256-x86_64-asm-linux.S
[207/501] Compiling p256-armv8-asm-linux.S
[208/501] Compiling p256-armv8-asm-apple.S
[209/501] Compiling ghashv8-armv8-win.S
[210/501] Compiling ghashv8-armv7-linux.S
[210/501] Compiling ghashv8-armv8-apple.S
[212/501] Compiling ghash-x86-linux.S
[213/501] Compiling ghash-x86_64-apple.S
[214/501] Compiling ghash-x86_64-linux.S
[215/501] Compiling ghash-x86-apple.S
[216/501] Compiling d1_lib.cc
[217/501] Compiling d1_both.cc
[218/501] Compiling ghash-ssse3-x86-linux.S
[219/501] Compiling ghash-neon-armv8-linux.S
[220/501] Compiling ghash-ssse3-x86-apple.S
[221/501] Compiling ghash-neon-armv8-win.S
[222/501] Compiling ghash-ssse3-x86_64-linux.S
[223/501] Compiling ghash-ssse3-x86_64-apple.S
[223/501] Compiling ghash-neon-armv8-apple.S
[225/501] Compiling ghash-armv4-linux.S
[226/501] Compiling bsaes-armv7-linux.S
[227/501] Compiling co-586-linux.S
[228/501] Compiling co-586-apple.S
[229/501] Compiling bn-armv8-apple.S
[230/501] Compiling bn-armv8-win.S
[231/501] Compiling armv8-mont-win.S
[232/501] Compiling bn-586-linux.S
[233/501] Compiling bn-armv8-linux.S
[234/501] Compiling bn-586-apple.S
[235/501] Compiling armv8-mont-apple.S
[236/501] Compiling armv8-mont-linux.S
[237/501] Compiling aesv8-gcm-armv8-win.S
[238/501] Compiling armv4-mont-linux.S
[239/501] Compiling aesv8-gcm-armv8-apple.S
[240/501] Compiling aesv8-gcm-armv8-linux.S
[241/501] Compiling aesv8-armv8-linux.S
[242/501] Compiling aesv8-armv8-win.S
[243/501] Compiling aesv8-armv7-linux.S
[244/501] Compiling aesv8-armv8-apple.S
[245/501] Compiling aesni-x86_64-apple.S
[246/501] Compiling aesni-x86_64-linux.S
[247/501] Compiling aesni-gcm-x86_64-apple.S
[248/501] Compiling aesni-x86-linux.S
[249/501] Compiling aesni-x86-apple.S
[250/501] Compiling aesni-gcm-x86_64-linux.S
[251/501] Compiling aes-gcm-avx10-x86_64-linux.S
[252/501] Compiling aes-gcm-avx2-x86_64-linux.S
[253/501] Compiling aes-gcm-avx10-x86_64-apple.S
[254/501] Compiling aes-gcm-avx2-x86_64-apple.S
[255/501] Compiling x_val.cc
[256/501] Compiling x_x509a.cc
[257/501] Compiling x_req.cc
[258/501] Compiling x_sig.cc
[259/501] Compiling x_spki.cc
[260/501] Compiling x_name.cc
[261/501] Compiling x_x509.cc
[262/501] Compiling x_pubkey.cc
[263/501] Compiling x_exten.cc
[264/501] Compiling x509cset.cc
[265/501] Compiling x_crl.cc
[266/501] Compiling x_algor.cc
[267/501] Compiling x_attrib.cc
[268/501] Compiling x509spki.cc
[269/501] Compiling x_all.cc
[270/501] Compiling x509rset.cc
[271/501] Compiling x509name.cc
[272/501] Compiling x509_vpm.cc
[273/501] Compiling x509_set.cc
[274/501] Compiling x509_txt.cc
[275/501] Compiling x509_trs.cc
[276/501] Compiling x509_vfy.cc
[277/501] Compiling x509_v3.cc
[278/501] Compiling x509_obj.cc
[279/501] Compiling x509_req.cc
[280/501] Compiling x509_def.cc
[281/501] Compiling x509_lu.cc
[282/501] Compiling x509_ext.cc
[283/501] Compiling x509_att.cc
[284/501] Compiling x509_cmp.cc
[285/501] Compiling x509_d2.cc
[286/501] Compiling x509.cc
[287/501] Compiling v3_utl.cc
[288/501] Compiling v3_skey.cc
[289/501] Compiling v3_prn.cc
[290/501] Compiling v3_ocsp.cc
[291/501] Compiling v3_purp.cc
[292/501] Compiling v3_pcons.cc
[293/501] Compiling v3_pmaps.cc
[294/501] Compiling v3_ncons.cc
[295/501] Compiling v3_lib.cc
[296/501] Compiling v3_info.cc
[297/501] Compiling v3_int.cc
[298/501] Compiling v3_ia5.cc
[299/501] Compiling v3_extku.cc
[300/501] Compiling v3_genn.cc
[301/501] Compiling v3_enum.cc
[302/501] Compiling v3_crld.cc
[303/501] Compiling v3_cpols.cc
[304/501] Compiling v3_conf.cc
[305/501] Compiling v3_bitst.cc
[306/501] Compiling v3_bcons.cc
[307/501] Compiling v3_alt.cc
[308/501] Compiling v3_akeya.cc
[309/501] Compiling v3_akey.cc
[310/501] Compiling t_x509a.cc
[311/501] Compiling t_x509.cc
[312/501] Compiling t_req.cc
[313/501] Compiling i2d_pr.cc
[314/501] Compiling rsa_pss.cc
[315/501] Compiling t_crl.cc
[316/501] Compiling policy.cc
[317/501] Compiling name_print.cc
[318/501] Compiling by_file.cc
[319/501] Compiling by_dir.cc
[320/501] Compiling algorithm.cc
[321/501] Compiling voprf.cc
[322/501] Compiling a_verify.cc
[323/501] Compiling asn1_gen.cc
[324/501] Compiling a_digest.cc
[325/501] Compiling trust_token.cc
[326/501] Compiling a_sign.cc
[327/501] Compiling thread.cc
[328/501] Compiling thread_win.cc
[329/501] Compiling thread_none.cc
[330/501] Compiling thread_pthread.cc
[331/501] Compiling stack.cc
[332/501] Compiling pmbtoken.cc
[333/501] Compiling sha512.cc
[334/501] Compiling sha256.cc
[335/501] Compiling siphash.cc
[336/501] Compiling rsa_extra.cc
[337/501] Compiling slhdsa.cc
[338/501] Compiling sha1.cc
[339/501] Compiling spake2plus.cc
[340/501] Compiling rsa_print.cc
[341/501] Compiling rsa_crypt.cc
[342/501] Compiling rc4.cc
[343/501] Compiling urandom.cc
[344/501] Compiling refcount.cc
[345/501] Compiling trusty.cc
[345/501] Compiling windows.cc
[347/501] Compiling rsa_asn1.cc
[348/501] Compiling rand.cc
[349/501] Compiling ios.cc
[350/501] Compiling poly1305_arm_asm.S
[351/501] Compiling passive.cc
[352/501] Compiling fork_detect.cc
[353/501] Compiling getentropy.cc
[354/501] Compiling deterministic.cc
[355/501] Compiling forkunsafe.cc
[356/501] Compiling poly1305_arm.cc
[357/501] Compiling poly1305.cc
[358/501] Compiling pool.cc
[359/501] Compiling poly1305_vec.cc
[360/501] Compiling pkcs7.cc
[361/501] Compiling pkcs8.cc
[362/501] Compiling p5_pbev2.cc
[363/501] Compiling pem_pkey.cc
[364/501] Compiling pem_xaux.cc
[365/501] Compiling pem_x509.cc
[366/501] Compiling pkcs8_x509.cc
[367/501] Compiling pkcs7_x509.cc
[368/501] Compiling pem_oth.cc
[369/501] Compiling mlkem.cc
[370/501] Compiling mldsa.cc
[371/501] Compiling pem_pk8.cc
[372/501] Compiling obj.cc
[373/501] Compiling obj_xref.cc
[374/501] Compiling pem_info.cc
[375/501] Compiling mem.cc
[376/501] Compiling pem_all.cc
[377/501] Compiling md4.cc
[378/501] Compiling pem_lib.cc
[379/501] Compiling fips_shared_support.cc
[380/501] Compiling poly_rq_mul.S
[381/501] Compiling md5.cc
[382/501] Compiling lhash.cc
[383/501] Compiling ex_data.cc
[384/501] Compiling hrss.cc
[385/501] Compiling sign.cc
[386/501] Compiling scrypt.cc
[387/501] Compiling kyber.cc
[388/501] Compiling hpke.cc
[389/501] Compiling p_x25519.cc
[390/501] Compiling print.cc
[391/501] Compiling pbkdf.cc
[392/501] Compiling p_ed25519.cc
[393/501] Compiling p_rsa_asn1.cc
[394/501] Compiling p_x25519_asn1.cc
[395/501] Compiling p_rsa.cc
[396/501] Compiling p_ed25519_asn1.cc
[397/501] Compiling p_hkdf.cc
[398/501] Compiling p_dh_asn1.cc
[399/501] Compiling p_dh.cc
[400/501] Compiling p_ec.cc
[401/501] Compiling p_ec_asn1.cc
[402/501] Compiling evp_ctx.cc
[403/501] Compiling engine.cc
[404/501] Compiling err.cc
[405/501] Compiling evp.cc
[406/501] Compiling ecdh.cc
[406/501] Compiling p_dsa_asn1.cc
[408/501] Compiling evp_asn1.cc
[409/501] Compiling ecdsa_asn1.cc
[410/501] Compiling ec_derive.cc
[411/501] Compiling dsa_asn1.cc
[412/501] Compiling params.cc
[413/501] Compiling hash_to_curve.cc
[414/501] Compiling dsa.cc
[415/501] Compiling ec_asn1.cc
[416/501] Compiling x25519-asm-arm.S
[417/501] Compiling des.cc
[418/501] Compiling digest_extra.cc
[419/501] Compiling spake25519.cc
[420/501] Compiling curve25519.cc
[421/501] Compiling dh_asn1.cc
[422/501] Compiling crypto.cc
[423/501] Compiling cpu_arm_linux.cc
[424/501] Compiling cpu_intel.cc
[425/501] Compiling cpu_arm_freebsd.cc
[426/501] Compiling cpu_aarch64_win.cc
[427/501] Compiling cpu_aarch64_openbsd.cc
[428/501] Compiling cpu_aarch64_sysreg.cc
[429/501] Compiling cpu_aarch64_fuchsia.cc
[430/501] Compiling cpu_aarch64_linux.cc
[431/501] Compiling curve25519_64_adx.cc
[432/501] Compiling bcm.cc
[433/501] Compiling cpu_aarch64_apple.cc
[434/501] Compiling tls_cbc.cc
[435/501] Compiling conf.cc
[435/501] Compiling get_cipher.cc
[435/501] Compiling e_rc4.cc
[435/501] Compiling e_tls.cc
[435/501] Compiling e_rc2.cc
[435/501] Compiling e_null.cc
[435/501] Compiling e_des.cc
[435/501] Compiling e_chacha20poly1305.cc
[435/501] Compiling e_aesctrhmac.cc
[435/501] Compiling e_aesgcmsiv.cc
[435/501] Compiling derive_key.cc
[435/501] Compiling chacha.cc
[435/501] Compiling unicode.cc
[435/501] Compiling buf.cc
[435/501] Compiling ber.cc
[435/501] Compiling cbb.cc
[435/501] Compiling cbs.cc
[435/501] Compiling asn1_compat.cc
[435/501] Compiling bn_asn1.cc
[435/501] Compiling blake2.cc
[435/501] Compiling convert.cc
[435/501] Compiling socket_helper.cc
[435/501] Compiling printf.cc
[435/501] Compiling socket.cc
[435/501] Compiling pair.cc
[435/501] Compiling hexdump.cc
[461/501] Compiling bio_mem.cc
[461/501] Compiling errno.cc
[463/501] Compiling fd.cc
[464/501] Compiling file.cc
[464/501] Compiling connect.cc
[464/501] Compiling bio.cc
[467/501] Compiling base64.cc
[468/501] Compiling tasn_utl.cc
[469/501] Compiling f_string.cc
[470/501] Compiling posix_time.cc
[470/501] Compiling tasn_typ.cc
[472/501] Compiling tasn_fre.cc
[473/501] Compiling tasn_enc.cc
[474/501] Compiling f_int.cc
[475/501] Compiling tasn_dec.cc
[476/501] Compiling tasn_new.cc
[477/501] Compiling asn1_par.cc
[478/501] Compiling asn_pack.cc
[479/501] Compiling a_utctm.cc
[480/501] Compiling a_type.cc
[481/501] Compiling a_time.cc
[482/501] Compiling a_strex.cc
[483/501] Compiling a_strnid.cc
[484/501] Compiling asn1_lib.cc
[485/501] Compiling a_octet.cc
[486/501] Compiling a_i2d_fp.cc
[487/501] Compiling a_dup.cc
[488/501] Compiling a_d2i_fp.cc
[489/501] Compiling a_gentm.cc
[489/501] Compiling a_object.cc
[490/501] Compiling a_mbstr.cc
[490/501] Compiling a_bitstr.cc
[490/501] Write sources
[495/501] Compiling a_int.cc
[497/501] Compiling a_bool.cc
[498/501] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[500/544] Compiling Algorithms Reductions.swift
[501/544] Compiling Algorithms Rotate.swift
[502/544] Compiling Algorithms Split.swift
[503/544] Compiling Algorithms Stride.swift
[504/544] Compiling Atomics AtomicMemoryOrderings.swift
[505/544] Compiling Algorithms AdjacentPairs.swift
[506/546] Compiling Algorithms Compacted.swift
[507/546] Compiling Algorithms Cycle.swift
[508/546] Compiling Algorithms EitherSequence.swift
[509/546] Compiling Atomics IntegerOperations.swift
[510/546] Compiling Atomics Unmanaged extensions.swift
[511/546] Compiling Algorithms Joined.swift
[512/546] Compiling Algorithms Keyed.swift
[513/546] Compiling Algorithms MinMax.swift
[515/546] Compiling Algorithms Permutations.swift
[516/546] Compiling Algorithms Product.swift
[517/549] Emitting module Atomics
[521/549] Compiling Algorithms FirstNonNil.swift
[525/549] Compiling Algorithms RandomSample.swift
[529/549] Compiling Algorithms Chain.swift
[530/549] Compiling Algorithms Chunked.swift
[531/549] Compiling Algorithms Combinations.swift
[532/549] Compiling Atomics IntegerConformances.swift
[533/549] Compiling Atomics PointerConformances.swift
[534/549] Compiling Atomics Primitives.native.swift
[536/549] Compiling Algorithms Trim.swift
[537/549] Compiling Algorithms Unique.swift
[538/549] Compiling Algorithms Windows.swift
[546/550] Compiling c-nioatomics.c
[548/550] Compiling c-atomics.c
[550/556] Emitting module Algorithms
[552/557] Compiling NIOConcurrencyHelpers lock.swift
[553/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[554/557] Compiling NIOConcurrencyHelpers atomics.swift
[555/557] Emitting module NIOConcurrencyHelpers
[556/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[557/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[559/619] Compiling NIOCore EventLoopFuture+Deprecated.swift
[560/619] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[561/619] Compiling NIOCore EventLoopFuture.swift
[562/619] Compiling NIOCore FileDescriptor.swift
[563/619] Compiling NIOCore FileHandle.swift
[564/619] Compiling NIOCore FileRegion.swift
[565/619] Compiling NIOCore GlobalSingletons.swift
[566/619] Compiling NIOCore IO.swift
[567/619] Compiling NIOCore IOData.swift
[568/619] Compiling NIOCore IPProtocol.swift
[569/619] Compiling NIOCore IntegerBitPacking.swift
[570/619] Compiling NIOCore IntegerTypes.swift
[571/619] Compiling NIOCore Interfaces.swift
[572/619] Compiling NIOCore Linux.swift
[573/619] Compiling NIOCore MarkedCircularBuffer.swift
[574/619] Compiling NIOCore MulticastChannel.swift
[575/619] Compiling NIOCore NIOAny.swift
[576/619] Compiling NIOCore NIOCloseOnErrorHandler.swift
[577/619] Compiling NIOCore NIOCoreSendableMetatype.swift
[578/619] Compiling NIOCore NIOLoopBound.swift
[579/619] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[580/619] Compiling NIOCore NIOScheduledCallback.swift
[581/619] Compiling NIOCore NIOSendable.swift
[582/619] Compiling NIOCore RecvByteBufferAllocator.swift
[583/627] Compiling NIOCore AddressedEnvelope.swift
[584/627] Compiling NIOCore AsyncAwaitSupport.swift
[585/627] Compiling NIOCore AsyncChannel.swift
[586/627] Compiling NIOCore AsyncChannelHandler.swift
[587/627] Compiling NIOCore AsyncChannelInboundStream.swift
[588/627] Compiling NIOCore AsyncChannelOutboundWriter.swift
[589/627] Compiling NIOCore NIOAsyncSequenceProducer.swift
[590/627] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[591/627] Compiling NIOCore NIOAsyncWriter.swift
[592/627] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[593/627] Compiling NIOCore BSDSocketAPI.swift
[594/627] Compiling NIOCore ByteBuffer-aux.swift
[595/627] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[596/627] Compiling NIOCore ByteBuffer-conversions.swift
[597/627] Compiling NIOCore ByteBuffer-core.swift
[598/627] Compiling NIOCore ByteBuffer-hex.swift
[599/627] Compiling NIOCore ByteBuffer-int.swift
[600/627] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[601/627] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[602/627] Compiling NIOCore SocketAddresses.swift
[603/627] Compiling NIOCore SocketOptionProvider.swift
[604/627] Compiling NIOCore SystemCallHelpers.swift
[605/627] Compiling NIOCore TimeAmount+Duration.swift
[606/627] Compiling NIOCore TypeAssistedChannelHandler.swift
[607/627] Compiling NIOCore UniversalBootstrapSupport.swift
[608/627] Compiling NIOCore Utilities.swift
[609/627] Emitting module NIOCore
[610/627] Compiling NIOCore CircularBuffer.swift
[611/627] Compiling NIOCore Codec.swift
[612/627] Compiling NIOCore ConvenienceOptionSupport.swift
[613/627] Compiling NIOCore DeadChannel.swift
[614/627] Compiling NIOCore DispatchQueue+WithFuture.swift
[615/627] Compiling NIOCore EventLoop+Deprecated.swift
[616/627] Compiling NIOCore EventLoop+SerialExecutor.swift
[617/627] Compiling NIOCore EventLoop.swift
[618/627] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[619/627] Compiling NIOCore ByteBuffer-multi-int.swift
[620/627] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[621/627] Compiling NIOCore ByteBuffer-views.swift
[622/627] Compiling NIOCore Channel.swift
[623/627] Compiling NIOCore ChannelHandler.swift
[624/627] Compiling NIOCore ChannelHandlers.swift
[625/627] Compiling NIOCore ChannelInvoker.swift
[626/627] Compiling NIOCore ChannelOption.swift
[627/627] Compiling NIOCore ChannelPipeline.swift
[629/680] Compiling NIOPosix Pool.swift
[630/680] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[631/680] Compiling NIOPosix PosixSingletons.swift
[632/680] Compiling NIOPosix RawSocketBootstrap.swift
[633/680] Compiling NIOPosix Resolver.swift
[634/680] Compiling NIOPosix Selectable.swift
[635/680] Compiling NIOPosix SelectableChannel.swift
[636/680] Compiling NIOEmbedded Embedded.swift
[637/680] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[638/680] Compiling NIOEmbedded AsyncTestingChannel.swift
[639/680] Emitting module NIOEmbedded
[641/687] Compiling NIOPosix IO.swift
[642/687] Compiling NIOPosix IntegerBitPacking.swift
[643/687] Compiling NIOPosix IntegerTypes.swift
[644/687] Compiling NIOPosix Linux.swift
[645/687] Compiling NIOPosix LinuxCPUSet.swift
[646/687] Compiling NIOPosix LinuxUring.swift
[647/687] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[648/687] Compiling NIOPosix ThreadPosix.swift
[649/687] Compiling NIOPosix ThreadWindows.swift
[650/687] Compiling NIOPosix UnsafeTransfer.swift
[651/687] Compiling NIOPosix Utilities.swift
[652/687] Compiling NIOPosix VsockAddress.swift
[653/687] Compiling NIOPosix VsockChannelEvents.swift
[654/687] Emitting module NIOPosix
[655/687] Compiling NIOPosix Socket.swift
[656/687] Compiling NIOPosix SocketChannel.swift
[657/687] Compiling NIOPosix SocketProtocols.swift
[658/687] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[659/687] Compiling NIOPosix System.swift
[660/687] Compiling NIOPosix Thread.swift
[661/687] Compiling NIOPosix SelectableEventLoop.swift
[662/687] Compiling NIOPosix SelectorEpoll.swift
[663/687] Compiling NIOPosix SelectorGeneric.swift
[664/687] Compiling NIOPosix SelectorKqueue.swift
[665/687] Compiling NIOPosix SelectorUring.swift
[666/687] Compiling NIOPosix ServerSocket.swift
[667/687] Compiling NIOPosix NIOPosixSendableMetatype.swift
[668/687] Compiling NIOPosix NIOThreadPool.swift
[669/687] Compiling NIOPosix NonBlockingFileIO.swift
[670/687] Compiling NIOPosix PendingDatagramWritesManager.swift
[671/687] Compiling NIOPosix PendingWritesManager.swift
[672/687] Compiling NIOPosix PipeChannel.swift
[673/687] Compiling NIOPosix PipePair.swift
[674/687] Compiling NIOPosix BSDSocketAPICommon.swift
[675/687] Compiling NIOPosix BSDSocketAPIPosix.swift
[676/687] Compiling NIOPosix BSDSocketAPIWindows.swift
[677/687] Compiling NIOPosix BaseSocket.swift
[678/687] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[679/687] Compiling NIOPosix BaseSocketChannel.swift
[680/687] Compiling NIOPosix BaseStreamSocketChannel.swift
[681/687] Compiling NIOPosix Bootstrap.swift
[682/687] Compiling NIOPosix ControlMessage.swift
[683/687] Compiling NIOPosix DatagramVectorReadManager.swift
[684/687] Compiling NIOPosix Errors+Any.swift
[685/687] Compiling NIOPosix FileDescriptor.swift
[686/687] Compiling NIOPosix GetaddrinfoResolver.swift
[687/687] Compiling NIOPosix HappyEyeballs.swift
[689/690] Compiling NIO Exports.swift
[690/690] Emitting module NIO
[692/730] Compiling NIOTLS TLSEvents.swift
[693/730] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[694/730] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[695/731] Compiling NIOSOCKS SOCKSResponse.swift
[696/731] Compiling NIOSOCKS ClientStateMachine.swift
[697/731] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[698/731] Compiling NIOSOCKS SOCKSClientHandler.swift
[699/731] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[700/731] Emitting module NIOSOCKS
[701/731] Compiling NIOSOCKS AuthenticationMethod.swift
[702/731] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[703/731] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[704/731] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[705/731] Emitting module NIOTLS
[706/731] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[707/731] Compiling NIOTLS SNIHandler.swift
[708/732] Compiling NIOSOCKS ServerStateMachine.swift
[710/732] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[711/732] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[712/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[713/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[715/735] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[716/735] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[717/764] Compiling NIOSSL IdentityVerification.swift
[718/764] Compiling NIOSSL LinuxCABundle.swift
[719/764] Compiling NIOSSL ObjectIdentifier.swift
[720/764] Compiling NIOSSL PosixPort.swift
[721/764] Compiling NIOSSL NIOSSLHandler.swift
[722/764] Compiling NIOSSL NIOSSLServerHandler.swift
[723/764] Compiling NIOSSL NIOSSLClientHandler.swift
[724/764] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[725/764] Compiling NIOSSL SSLConnection.swift
[726/764] Compiling NIOSSL SSLContext.swift
[727/764] Emitting module NIOHTTP1
[728/764] Compiling NIOSSL AndroidCABundle.swift
[729/764] Compiling NIOSSL ByteBufferBIO.swift
[730/764] Compiling NIOSSL CustomPrivateKey.swift
[732/783] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[733/783] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[734/783] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[735/783] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[736/783] Emitting module NIOFoundationCompat
[737/783] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[738/784] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[739/784] Compiling NIOHPACK IndexedHeaderTable.swift
[740/784] Compiling NIOHPACK IntegerCoding.swift
[741/784] Compiling NIOHPACK HuffmanTables.swift
[743/785] Compiling NIOHPACK DynamicHeaderTable.swift
[744/785] Compiling NIOHPACK HPACKDecoder.swift
[745/785] Compiling NIOHPACK HPACKEncoder.swift
[746/785] Compiling NIOHPACK HPACKErrors.swift
[747/785] Emitting module NIOSSL
[748/785] Compiling NIOHPACK HPACKHeader.swift
[749/785] Compiling NIOHPACK HeaderTables.swift
[752/789] Compiling NIOHPACK HuffmanCoding.swift
[753/789] Compiling NIOHPACK StaticHeaderTable.swift
[758/789] Emitting module NIOHTTPCompression
[759/789] Compiling NIOHTTPCompression HTTPCompression.swift
[760/789] Compiling NIOHTTPCompression HTTPDecompression.swift
[761/789] Emitting module NIOHPACK
[762/789] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[763/789] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[764/790] Compiling NIOSSL SSLPrivateKey.swift
[765/790] Compiling NIOSSL SSLPublicKey.swift
[766/790] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[767/790] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[768/790] Compiling NIOSSL SubjectAlternativeName.swift
[769/790] Compiling NIOSSL NIOSSLSecureBytes.swift
[770/790] Compiling NIOSSL RNG.swift
[771/790] Compiling NIOSSL SafeCompare.swift
[775/790] Compiling NIOSSL SSLCallbacks.swift
[776/790] Compiling NIOSSL SSLCertificate.swift
[777/790] Compiling NIOSSL SSLCertificateExtensions.swift
[778/790] Compiling NIOSSL SSLCertificateName.swift
[785/791] Compiling NIOSSL SSLErrors.swift
[786/791] Compiling NIOSSL SSLInit.swift
[787/791] Compiling NIOSSL SSLPKCS12Bundle.swift
[788/791] Compiling NIOSSL Zeroization.swift
[789/791] Compiling NIOSSL TLSConfiguration.swift
[790/791] Compiling NIOSSL UniversalBootstrapSupport.swift
[791/791] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[793/874] Compiling NIOHTTP2 ReceivingDataState.swift
[794/874] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[795/874] Compiling NIOHTTP2 ReceivingHeadersState.swift
[796/874] Emitting module NIOTransportServices
[797/876] Compiling NIOHTTP2 ConnectionStateMachine.swift
[798/876] Compiling NIOHTTP2 ConnectionStreamsState.swift
[799/876] Compiling NIOHTTP2 MayReceiveFrames.swift
[800/876] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[801/876] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[802/876] Compiling NIOHTTP2 DOSHeuristics.swift
[803/876] Compiling NIOHTTP2 Error+Any.swift
[804/876] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[805/876] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[806/876] Compiling NIOHTTP2 HTTP2SettingsState.swift
[807/876] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[808/876] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[809/876] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[810/876] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[811/876] Compiling NIOHTTP2 MaySendFrames.swift
[812/876] Compiling NIOHTTP2 SendingDataState.swift
[813/876] Compiling NIOHTTP2 SendingGoawayState.swift
[814/876] Compiling NIOHTTP2 SendingHeadersState.swift
[815/876] Compiling NIOHTTP2 SendingPushPromiseState.swift
[816/876] Compiling NIOHTTP2 SendingRstStreamState.swift
[818/877] Compiling NIOHTTP2 HasFlowControlWindows.swift
[819/877] Compiling NIOHTTP2 HasLocalSettings.swift
[820/877] Compiling NIOHTTP2 HasRemoteSettings.swift
[821/877] Compiling NIOHTTP2 LocallyQuiescingState.swift
[822/877] Compiling NIOHTTP2 QuiescingState.swift
[823/877] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[824/877] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[825/877] Compiling NIOHTTP2 StateMachineResult.swift
[826/877] Compiling NIOHTTP2 ContentLengthVerifier.swift
[827/885] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[828/885] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[829/885] Compiling NIOHTTP2 StreamChannelFlowController.swift
[830/885] Compiling NIOHTTP2 StreamChannelList.swift
[831/885] Compiling NIOHTTP2 StreamMap.swift
[832/885] Compiling NIOHTTP2 StreamStateMachine.swift
[833/885] Compiling NIOHTTP2 UnsafeTransfer.swift
[834/885] Compiling NIOHTTP2 WatermarkedFlowController.swift
[835/885] Emitting module NIOHTTP2
[850/885] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[851/885] Compiling NIOHTTP2 GlitchesMonitor.swift
[852/885] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[853/885] Compiling NIOHTTP2 HTTP2Frame.swift
[854/885] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[855/885] Compiling NIOHTTP2 HTTP2FrameParser.swift
[856/885] Compiling NIOHTTP2 HTTP2PingData.swift
[857/885] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[858/885] Compiling NIOHTTP2 HTTP2Settings.swift
[859/885] Compiling NIOHTTP2 HTTP2Stream.swift
[860/885] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[870/885] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[871/885] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[872/885] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[873/885] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[874/885] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[875/885] Compiling NIOHTTP2 HTTP2Error.swift
[876/885] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[877/885] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[878/885] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[879/885] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[880/885] Compiling NIOHTTP2 HTTP2StreamID.swift
[881/885] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[882/885] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[883/885] Compiling NIOHTTP2 HTTP2UserEvents.swift
[884/885] Compiling NIOHTTP2 InboundEventBuffer.swift
[885/885] Compiling NIOHTTP2 InboundWindowManager.swift
[887/946] Emitting module AsyncHTTPClient
[888/954] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[889/954] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[890/954] Compiling AsyncHTTPClient AsyncLazySequence.swift
[891/954] Compiling AsyncHTTPClient HTTPClient+execute.swift
[892/954] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[893/954] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[894/954] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[895/954] Compiling AsyncHTTPClient HTTPClientRequest.swift
[896/954] Compiling AsyncHTTPClient HTTPClientResponse.swift
[897/954] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[898/954] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[899/954] Compiling AsyncHTTPClient Transaction.swift
[900/954] Compiling AsyncHTTPClient Base64.swift
[901/954] Compiling AsyncHTTPClient BasicAuth.swift
[902/954] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[903/954] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[904/954] Compiling AsyncHTTPClient ConnectionPool.swift
[905/954] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[906/954] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[907/954] Compiling AsyncHTTPClient TLSEventsHandler.swift
[908/954] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[909/954] Compiling AsyncHTTPClient HTTP1Connection.swift
[910/954] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[911/954] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[912/954] Compiling AsyncHTTPClient HTTP2Connection.swift
[913/954] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[914/954] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[915/954] Compiling AsyncHTTPClient HTTPHandler.swift
[916/954] Compiling AsyncHTTPClient LRUCache.swift
[917/954] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[918/954] Compiling AsyncHTTPClient NWErrorHandler.swift
[919/954] Compiling AsyncHTTPClient NWWaitingHandler.swift
[920/954] Compiling AsyncHTTPClient TLSConfiguration.swift
[921/954] Compiling AsyncHTTPClient RedirectState.swift
[922/954] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[923/954] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[924/954] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[925/954] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[926/954] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[927/954] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[928/954] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[929/954] Compiling AsyncHTTPClient RequestBodyLength.swift
[930/954] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[931/954] Compiling AsyncHTTPClient ConnectionTarget.swift
[932/954] Compiling AsyncHTTPClient DeconstructedURL.swift
[933/954] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[934/954] Compiling AsyncHTTPClient FoundationExtensions.swift
[935/954] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[936/954] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[937/954] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[938/954] Compiling AsyncHTTPClient HTTPClient.swift
[939/954] Compiling AsyncHTTPClient RequestBag.swift
[940/954] Compiling AsyncHTTPClient RequestValidation.swift
[941/954] Compiling AsyncHTTPClient SSLContextCache.swift
[942/954] Compiling AsyncHTTPClient Scheme.swift
[943/954] Compiling AsyncHTTPClient Singleton.swift
[944/954] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[945/954] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[946/954] Compiling AsyncHTTPClient Utils.swift
[947/954] Compiling AsyncHTTPClient RequestOptions.swift
[948/954] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[949/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[950/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[951/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[952/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[953/954] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[954/954] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[956/977] Emitting module ElasticsearchNIOClient
[957/977] Compiling ElasticsearchNIOClient ElasticsearchRequester.swift
[958/977] Compiling ElasticsearchNIOClient HTTPClientElasticsearchRequester.swift
[959/977] Compiling ElasticsearchNIOClient BulkCreate.swift
[960/979] Compiling ElasticsearchNIOClient BulkUpdate.swift
[961/979] Compiling ElasticsearchNIOClient BulkUpdateScript.swift
[962/979] Compiling ElasticsearchNIOClient ESAcknowledgedResponse.swift
[963/979] Compiling ElasticsearchNIOClient ESCreateDocumentResponse.swift
[964/979] Compiling ElasticsearchNIOClient ESDeleteDocumentResponse.swift
[965/979] Compiling ElasticsearchNIOClient ESEmptyResponse.swift
[966/979] Compiling ElasticsearchNIOClient ESBulkOperation.swift
[967/979] Compiling ElasticsearchNIOClient ESBulkResponse.swift
[968/979] Compiling ElasticsearchNIOClient ESCountResponse.swift
[969/979] Compiling ElasticsearchNIOClient ESSingleDocumentResponse.swift
[970/979] Compiling ElasticsearchNIOClient ElasticsearchClientError.swift
[971/979] Compiling ElasticsearchNIOClient BulkDelete.swift
[972/979] Compiling ElasticsearchNIOClient BulkIndex.swift
[973/979] Compiling ElasticsearchNIOClient BulkOperationBody.swift
[974/979] Compiling ElasticsearchNIOClient ESMultipleDocumentResponse.swift
[975/979] Compiling ElasticsearchNIOClient ESSearchRequest.swift
[976/979] Compiling ElasticsearchNIOClient ESShardsResponse.swift
[977/979] 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)
[978/979] 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)
[979/979] 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! (239.70s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.