The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of elastic-swift, reference v1.0.0-beta.1 (c449ee), with Swift 6.1 for Linux on 26 Apr 2025 06:53:31 UTC.

Swift 6 data race errors: 25

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pksprojects/ElasticSwift.git
Reference: v1.0.0-beta.1
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/pksprojects/ElasticSwift
 * tag               v1.0.0-beta.1 -> FETCH_HEAD
HEAD is now at c449ee3 [chore] bump version
Cloned https://github.com/pksprojects/ElasticSwift.git
Revision (git rev-parse @):
c449ee38551b38663d36a5764737f2b71f1b3a02
SUCCESS checkout https://github.com/pksprojects/ElasticSwift.git at v1.0.0-beta.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pksprojects/ElasticSwift.git
https://github.com/pksprojects/ElasticSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.22.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "elastic-swift",
  "name" : "elastic-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ElasticSwift",
      "targets" : [
        "ElasticSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftQueryDSL",
      "targets" : [
        "ElasticSwiftQueryDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworkingNIO",
      "targets" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworking",
      "targets" : [
        "ElasticSwiftNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCore",
      "targets" : [
        "ElasticSwiftCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCodableUtils",
      "targets" : [
        "ElasticSwiftCodableUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitTestSettings",
      "module_type" : "SwiftTarget",
      "name" : "UnitTestSettings",
      "path" : "Tests/UnitTestSettings",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "UnitTestSettings.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftTests",
      "path" : "Tests/ElasticSwiftTests",
      "sources" : [
        "ElasticSwiftTests.swift",
        "Requests/ClusterRequestsTests.swift",
        "Requests/CountRequestTests.swift",
        "Requests/ExplainRequestTests.swift",
        "Requests/FieldCapabilitiesRequestTests.swift",
        "Requests/IndicesRequestsTests.swift",
        "Requests/RankEvalRequestTests.swift",
        "Requests/SearchRequestTests.swift",
        "Requests/SuggestionTests.swift",
        "Response/ResponseTests.swift",
        "Serialization/SerializationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSLTests",
      "path" : "Tests/ElasticSwiftQueryDSLTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "Builders/CompoundQueryBuilderTests.swift",
        "Builders/FullTextBuilderTests.swift",
        "Builders/GeoQueryBuilderTests.swift",
        "Builders/JoiningQueryBuilderTests.swift",
        "Builders/SpecializedQueryBuilderTests.swift",
        "Builders/TermLevelQueryBuilderTests.swift",
        "CompoundQueriesTests.swift",
        "ElasticSwiftQueryDSLTests.swift",
        "FullTextQueriesTests.swift",
        "GeoQueriesTests.swift",
        "InnertHitsTests.swift",
        "JoiningQueriesTests.swift",
        "MatchAllQueryTests.swift",
        "ScoreFunctionTests.swift",
        "ScriptTests.swift",
        "SpanQueriesTests.swift",
        "SpecializedQuriesTests.swift",
        "TermLevelQueriesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSL",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSL",
      "path" : "Sources/ElasticSwiftQueryDSL",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL"
      ],
      "sources" : [
        "ElasticSwiftDSL.swift",
        "Queries/Builders/CompoundQueryBuilders.swift",
        "Queries/Builders/FullTextBuilders.swift",
        "Queries/Builders/GeoQueryBuilders.swift",
        "Queries/Builders/JoiningQueryBuilders.swift",
        "Queries/Builders/MatchAllBuilders.swift",
        "Queries/Builders/QueryBuilders.swift",
        "Queries/Builders/ScoreFunctionBuilders.swift",
        "Queries/Builders/SpanQueryBuilders.swift",
        "Queries/Builders/SpecializedQueryBuilders.swift",
        "Queries/Builders/TermLevelQueryBuilders.swift",
        "Queries/CompoundQuries.swift",
        "Queries/FullTextQueries.swift",
        "Queries/GeoQueries.swift",
        "Queries/InnerHits.swift",
        "Queries/JoiningQueries.swift",
        "Queries/MatchAllQuery.swift",
        "Queries/ScoreFunctions.swift",
        "Queries/Sort.swift",
        "Queries/SpanQueries.swift",
        "Queries/SpecializedQuries.swift",
        "Queries/TermLevelQueries.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingTests",
      "path" : "Tests/ElasticSwiftNetworkingTests",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "sources" : [
        "ElasticSwiftNetworkingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftNetworking",
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftNetworkingNIO",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingNIO",
      "path" : "Sources/ElasticSwiftNetworkingNIO",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOHTTP1",
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "NIOSSL",
        "NIOTransportServices",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "sources" : [
        "ElasticSwiftNetworkingNIO.swift",
        "HTTPClientAdaptor.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworking",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworking",
      "path" : "Sources/ElasticSwiftNetworking",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworking"
      ],
      "sources" : [
        "ElasticSwiftNetworking.swift",
        "SessionManager.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCoreTests",
      "path" : "Tests/ElasticSwiftCoreTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCore",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCore",
      "path" : "Sources/ElasticSwiftCore",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "ElasticSwiftCore"
      ],
      "sources" : [
        "ElasticSwiftCore.swift",
        "Errors/CoreErrors.swift",
        "Http/HTTPAdaptor.swift",
        "Http/HTTPRequest.swift",
        "Http/HTTPResponse.swift",
        "QueryDSL/QueryDSL.swift",
        "Requests/Request.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCodableUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtilsTests",
      "path" : "Tests/ElasticSwiftCodableUtilsTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCodableUtilsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCodableUtils",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCodableUtils",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtils",
      "path" : "Sources/ElasticSwiftCodableUtils",
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "sources" : [
        "ElasticSwiftCodableUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwift",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwift",
      "path" : "Sources/ElasticSwift",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwift"
      ],
      "sources" : [
        "Clients/Clusters.swift",
        "Clients/Indices.swift",
        "ElasticSwift.swift",
        "Errors/Errors.swift",
        "Networking/Transport.swift",
        "Requests/BlukRequest.swift",
        "Requests/ClusterRequests.swift",
        "Requests/CountRequest.swift",
        "Requests/DeleteByQueryRequest.swift",
        "Requests/DeleteRequest.swift",
        "Requests/ExplainRequest.swift",
        "Requests/FieldCaps.swift",
        "Requests/GetRequest.swift",
        "Requests/IndexRequest.swift",
        "Requests/IndicesRequests.swift",
        "Requests/MultiGetRequest.swift",
        "Requests/MultiTermVectorsRequest.swift",
        "Requests/RankEvalRequest.swift",
        "Requests/ReIndexRequest.swift",
        "Requests/SearchRequest.swift",
        "Requests/StoredScriptRequests.swift",
        "Requests/Suggesters.swift",
        "Requests/TermVectorsRequest.swift",
        "Requests/UpdateByQueryRequest.swift",
        "Requests/UpdateRequest.swift",
        "Responses/IndicesResponse.swift",
        "Responses/Response.swift",
        "Serialization/ResponseConverters.swift",
        "Serialization/Serialization.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/2619] Fetching swift-nio-transport-services
[2097/6455] Fetching swift-nio-transport-services, swift-log
[3656/20242] Fetching swift-nio-transport-services, swift-log, async-http-client
[7559/95673] Fetching swift-nio-transport-services, swift-log, async-http-client, swift-nio
[8388/110466] Fetching swift-nio-transport-services, swift-log, async-http-client, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[9646/107847] Fetching swift-log, async-http-client, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
[5948/104011] Fetching async-http-client, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.91s)
[71115/89218] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (4.79s)
Fetched https://github.com/apple/swift-nio.git from cache (4.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.43s)
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 (0.53s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[45/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.64s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.53s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5662] Fetching swift-nio-extras
[794/11565] Fetching swift-nio-extras, swift-algorithms
[10150/23057] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
[8421/17154] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.06s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.59s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.76s)
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.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.55s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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.25.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.26.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-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-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-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/446] Write sources
[27/446] Compiling _NumericsShims _NumericsShims.c
[28/446] Compiling CNIOWindows shim.c
[29/446] Compiling _AtomicsShims.c
[30/446] Compiling CNIOWASI CNIOWASI.c
[31/446] Compiling CNIOWindows WSAStartup.c
[32/446] Compiling CNIOLinux liburing_shims.c
[32/446] Compiling CNIOExtrasZlib empty.c
[34/446] Compiling CNIOLLHTTP c_nio_http.c
[35/446] Compiling CNIODarwin shim.c
[36/446] Compiling CNIOLinux shim.c
[37/446] Compiling CNIOLLHTTP c_nio_api.c
[38/446] Compiling fiat_p256_adx_mul.S
[39/446] Compiling fiat_p256_adx_sqr.S
[40/446] Compiling fiat_curve25519_adx_square.S
[41/446] Compiling fiat_curve25519_adx_mul.S
[42/446] Write swift-version-24593BA9C3E375BF.txt
[43/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/446] Compiling CNIOBoringSSLShims shims.c
[46/452] Emitting module _NIODataStructures
[46/452] Compiling tls_record.cc
[47/452] Compiling tls_method.cc
[48/467] Compiling tls13_both.cc
[49/474] Compiling tls13_server.cc
[50/484] Compiling tls13_client.cc
[51/486] Compiling tls13_enc.cc
[52/486] Compiling t1_enc.cc
[54/486] Compiling Logging LogHandler.swift
[55/486] Compiling RealModule Float16+Real.swift
[56/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[57/486] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[58/486] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[59/486] Emitting module InternalCollectionsUtilities
[60/486] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/486] Compiling InternalCollectionsUtilities Integer rank.swift
[62/486] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/489] Emitting module RealModule
[64/489] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/489] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/489] Compiling RealModule Real.swift
[67/489] Compiling RealModule Float80+Real.swift
[68/489] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/489] Compiling InternalCollectionsUtilities Specialize.swift
[70/489] Compiling InternalCollectionsUtilities Debugging.swift
[71/489] Compiling InternalCollectionsUtilities Descriptions.swift
[72/489] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/489] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/489] Compiling _NIOBase64 Base64.swift
[77/489] Emitting module _NIOBase64
[78/489] Compiling RealModule ElementaryFunctions.swift
[79/489] Compiling RealModule Float+Real.swift
[84/490] Compiling _NIODataStructures _TinyArray.swift
[85/490] Compiling _NIODataStructures PriorityQueue.swift
[87/490] Compiling RealModule RealFunctions.swift
[89/491] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/491] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/492] Compiling ssl_x509.cc
[93/495] Compiling _NIODataStructures Heap.swift
[94/508] Emitting module Logging
[95/508] Compiling Logging Locks.swift
[96/508] Compiling Logging MetadataProvider.swift
[97/508] Compiling Logging Logging.swift
[100/509] Compiling DequeModule _DequeBuffer.swift
[101/509] Compiling DequeModule _DequeBufferHeader.swift
[101/511] Compiling ssl_stat.cc
[102/511] Compiling ssl_versions.cc
[104/511] Compiling DequeModule Deque+CustomReflectable.swift
[105/511] Compiling DequeModule Deque+Descriptions.swift
[106/511] Compiling DequeModule Deque+Equatable.swift
[107/511] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/513] Compiling DequeModule Deque+Testing.swift
[109/513] Compiling DequeModule Deque._Storage.swift
[110/513] Compiling DequeModule Deque._UnsafeHandle.swift
[111/513] Compiling DequeModule Deque.swift
[112/513] Compiling DequeModule Deque+Extras.swift
[113/513] Compiling DequeModule Deque+Hashable.swift
[114/513] Compiling DequeModule _DequeSlot.swift
[115/513] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/513] Compiling DequeModule Deque+Codable.swift
[117/513] Compiling DequeModule Deque+Collection.swift
[117/513] Compiling ssl_transcript.cc
[119/513] Emitting module UnitTestSettings
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:28:12: warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
 26 | }()
 27 |
 28 | public let logFactory: ((String) -> LogHandler) = { label -> LogHandler in
    |            |- warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'logFactory' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     var handler = StreamLogHandler.standardOutput(label: label)
 30 |     handler.logLevel = loggerLevel
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:35:29: warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 33 |
 34 | public let isLoggingConfigured: Bool = {
 35 |     LoggingSystem.bootstrap(logFactory)
    |                             `- warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 36 |     return true
 37 | }()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:39:12: warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }()
 38 |
 39 | public let esConnection: ESConnection = {
    |            |- warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'esConnection' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |     var url = URL(string: "http://localhost:9200")!
 41 |     let urlString = env["ES_URL"]
    :
 54 | }()
 55 |
 56 | public struct ESConnection {
    |               `- note: consider making struct 'ESConnection' conform to the 'Sendable' protocol
 57 |     public let host: URL
 58 |     public let uname: String
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:95:25: warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
 70 | /// ensures access to the underlying `FILE` is locked to prevent
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
    |                 `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
 73 |     internal let file: UnsafeMutablePointer<FILE>
 74 |     internal let flushMode: FlushMode
    :
 93 |     }
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                         |- warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'stderr' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 97 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:96:25: warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
 70 | /// ensures access to the underlying `FILE` is locked to prevent
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
    |                 `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
 73 |     internal let file: UnsafeMutablePointer<FILE>
 74 |     internal let flushMode: FlushMode
    :
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                         |- warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'stdout' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 97 |
 98 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:9: warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |         |- warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: add '@MainActor' to make let 'systemStderr' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |     let systemStdout = Glibc.stdout!
112 | #endif
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:30: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |                              `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
111 |     let systemStdout = Glibc.stdout!
112 | #endif
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:9: warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |         |- warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: add '@MainActor' to make let 'systemStdout' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 | #endif
113 |
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:30: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |                              `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
112 | #endif
113 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:128:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
126 |     }
127 |
128 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
129 |     private let label: String
130 |
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:117:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
115 | ///
116 | /// [Look here for more details](https://github.com/apple/swift-log/blob/master/Sources/Logging/Logging.swift)
117 | public struct StreamLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
118 |     /// Factory that makes a `StreamLogHandler` to directs its output to `stdout`
119 |     public static func standardOutput(label: String) -> StreamLogHandler {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[120/513] Emitting module DequeModule
[121/514] Compiling ssl_session.cc
[122/514] Compiling ssl_privkey.cc
[124/514] Emitting module ElasticSwiftCodableUtils
[125/514] Compiling ElasticSwiftCodableUtils ElasticSwiftCodableUtils.swift
[126/515] Compiling UnitTestSettings UnitTestSettings.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:28:12: warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
 26 | }()
 27 |
 28 | public let logFactory: ((String) -> LogHandler) = { label -> LogHandler in
    |            |- warning: let 'logFactory' is not concurrency-safe because non-'Sendable' type '(String) -> any LogHandler' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'logFactory' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |     var handler = StreamLogHandler.standardOutput(label: label)
 30 |     handler.logLevel = loggerLevel
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:35:29: warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 33 |
 34 | public let isLoggingConfigured: Bool = {
 35 |     LoggingSystem.bootstrap(logFactory)
    |                             `- warning: converting non-sendable function value to '@Sendable (String) -> any LogHandler' may introduce data races
 36 |     return true
 37 | }()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:39:12: warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }()
 38 |
 39 | public let esConnection: ESConnection = {
    |            |- warning: let 'esConnection' is not concurrency-safe because non-'Sendable' type 'ESConnection' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'esConnection' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |     var url = URL(string: "http://localhost:9200")!
 41 |     let urlString = env["ES_URL"]
    :
 54 | }()
 55 |
 56 | public struct ESConnection {
    |               `- note: consider making struct 'ESConnection' conform to the 'Sendable' protocol
 57 |     public let host: URL
 58 |     public let uname: String
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:95:25: warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
 70 | /// ensures access to the underlying `FILE` is locked to prevent
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
    |                 `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
 73 |     internal let file: UnsafeMutablePointer<FILE>
 74 |     internal let flushMode: FlushMode
    :
 93 |     }
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                         |- warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'stderr' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 97 |
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:96:25: warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
 70 | /// ensures access to the underlying `FILE` is locked to prevent
 71 | /// cross-thread interleaving of output.
 72 | internal struct StdioOutputStream: TextOutputStream {
    |                 `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
 73 |     internal let file: UnsafeMutablePointer<FILE>
 74 |     internal let flushMode: FlushMode
    :
 94 |
 95 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 96 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                         |- warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'stdout' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 97 |
 98 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:9: warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |         |- warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: add '@MainActor' to make let 'systemStderr' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |     let systemStdout = Glibc.stdout!
112 | #endif
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:110:30: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
108 |     let systemStdout = Darwin.stdout
109 | #else
110 |     let systemStderr = Glibc.stderr!
    |                              `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
111 |     let systemStdout = Glibc.stdout!
112 | #endif
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:9: warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |         |- warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: add '@MainActor' to make let 'systemStdout' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 | #endif
113 |
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:111:30: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
109 | #else
110 |     let systemStderr = Glibc.stderr!
111 |     let systemStdout = Glibc.stdout!
    |                              `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
112 | #endif
113 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams.  */
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
    |              `- note: var declared here
145 | extern FILE *stderr;		/* Standard error output stream.  */
146 | /* C89/C99 say they're macros.  Make them happy.  */
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:128:17: warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
126 |     }
127 |
128 |     private let stream: TextOutputStream
    |                 `- warning: stored property 'stream' of 'Sendable'-conforming struct 'StreamLogHandler' has non-sendable type 'any TextOutputStream'; this is an error in the Swift 6 language mode
129 |     private let label: String
130 |
Swift.TextOutputStream:1:17: note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
1 | public protocol TextOutputStream {
  |                 `- note: protocol 'TextOutputStream' does not conform to the 'Sendable' protocol
2 |     mutating func _lock()
3 |     mutating func _unlock()
/host/spi-builder-workspace/Tests/UnitTestSettings/UnitTestSettings.swift:117:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
115 | ///
116 | /// [Look here for more details](https://github.com/apple/swift-log/blob/master/Sources/Logging/Logging.swift)
117 | public struct StreamLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
118 |     /// Factory that makes a `StreamLogHandler` to directs its output to `stdout`
119 |     public static func standardOutput(label: String) -> StreamLogHandler {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[127/516] Compiling ssl_key_share.cc
[129/516] Compiling ssl_lib.cc
[130/516] Compiling ssl_file.cc
[131/516] Compiling ssl_cipher.cc
[132/516] Compiling ssl_credential.cc
[133/516] Compiling ssl_buffer.cc
[134/516] Compiling ssl_asn1.cc
[135/516] Compiling ssl_cert.cc
[136/516] Compiling ssl_aead_ctx.cc
[137/516] Compiling s3_lib.cc
[138/516] Compiling s3_pkt.cc
[139/516] Compiling s3_both.cc
[140/516] Compiling handshake_server.cc
[141/516] Compiling handoff.cc
[142/516] Compiling handshake.cc
[143/516] Compiling handshake_client.cc
[144/516] Compiling encrypted_client_hello.cc
[145/516] Compiling dtls_record.cc
[146/516] Compiling extensions.cc
[147/516] Compiling md5-x86_64-linux.S
[148/516] Compiling md5-x86_64-apple.S
[149/516] Compiling md5-586-linux.S
[150/516] Compiling md5-586-apple.S
[151/516] Compiling dtls_method.cc
[152/516] Compiling chacha20_poly1305_x86_64-apple.S
[153/516] Compiling chacha20_poly1305_x86_64-linux.S
[154/516] Compiling chacha20_poly1305_armv8-win.S
[155/516] Compiling chacha20_poly1305_armv8-linux.S
[156/516] Compiling chacha20_poly1305_armv8-apple.S
[157/516] Compiling bio_ssl.cc
[158/516] Compiling chacha-x86_64-linux.S
[159/516] Compiling d1_srtp.cc
[160/516] Compiling d1_pkt.cc
[161/516] Compiling chacha-x86_64-apple.S
[162/516] Compiling err_data.cc
[163/516] Compiling chacha-x86-linux.S
[164/516] Compiling chacha-x86-apple.S
[165/516] Compiling chacha-armv8-win.S
[166/516] Compiling chacha-armv8-apple.S
[167/516] Compiling chacha-armv8-linux.S
[168/516] Compiling aes128gcmsiv-x86_64-apple.S
[169/516] Compiling chacha-armv4-linux.S
[170/516] Compiling aes128gcmsiv-x86_64-linux.S
[171/516] Compiling x86_64-mont5-linux.S
[172/516] Compiling x86_64-mont-linux.S
[173/516] Compiling x86_64-mont5-apple.S
[174/516] Compiling x86-mont-linux.S
[175/516] Compiling x86_64-mont-apple.S
[176/516] Compiling x86-mont-apple.S
[177/516] Compiling vpaes-x86-linux.S
[178/516] Compiling vpaes-x86_64-linux.S
[179/516] Compiling vpaes-x86_64-apple.S
[180/516] Compiling d1_lib.cc
[181/516] Compiling vpaes-armv8-win.S
[182/516] Compiling vpaes-armv8-linux.S
[183/516] Compiling vpaes-x86-apple.S
[184/516] Compiling vpaes-armv7-linux.S
[185/516] Compiling vpaes-armv8-apple.S
[185/516] Compiling sha512-armv8-linux.S
[187/516] Compiling sha512-armv8-win.S
[188/516] Compiling sha512-x86_64-apple.S
[189/516] Compiling sha512-armv8-apple.S
[190/516] Compiling sha512-x86_64-linux.S
[191/516] Compiling sha512-586-linux.S
[192/516] Compiling sha512-armv4-linux.S
[193/516] Compiling sha512-586-apple.S
[194/516] Compiling sha256-x86_64-apple.S
[195/516] Compiling sha256-armv8-win.S
[196/516] Compiling sha256-x86_64-linux.S
[197/516] Compiling sha256-armv8-linux.S
[198/516] Compiling sha256-armv8-apple.S
[199/516] Compiling sha256-armv4-linux.S
[200/516] Compiling sha256-586-linux.S
[201/516] Compiling sha256-586-apple.S
[202/516] Compiling sha1-x86_64-apple.S
[203/516] Compiling sha1-armv8-win.S
[204/516] Compiling sha1-armv8-linux.S
[205/516] Compiling sha1-586-linux.S
[206/516] Compiling sha1-x86_64-linux.S
[207/516] Compiling sha1-armv8-apple.S
[208/516] Compiling sha1-armv4-large-linux.S
[209/516] Compiling sha1-586-apple.S
[210/516] Compiling d1_both.cc
[211/516] Compiling rsaz-avx2-linux.S
[212/516] Compiling rdrand-x86_64-apple.S
[213/516] Compiling rsaz-avx2-apple.S
[214/516] Compiling rdrand-x86_64-linux.S
[215/516] Compiling p256_beeu-x86_64-asm-apple.S
[216/516] Compiling p256_beeu-x86_64-asm-linux.S
[217/516] Compiling p256_beeu-armv8-asm-win.S
[218/516] Compiling p256_beeu-armv8-asm-linux.S
[219/516] Compiling p256_beeu-armv8-asm-apple.S
[219/516] Compiling p256-x86_64-asm-apple.S
[221/516] Compiling p256-armv8-asm-win.S
[222/516] Compiling p256-x86_64-asm-linux.S
[223/516] Compiling p256-armv8-asm-linux.S
[224/516] Compiling p256-armv8-asm-apple.S
[225/516] Compiling ghashv8-armv8-win.S
[226/516] Compiling ghashv8-armv8-linux.S
[227/516] Compiling ghashv8-armv8-apple.S
[228/516] Compiling ghashv8-armv7-linux.S
[229/516] Compiling ghash-x86_64-apple.S
[230/516] Compiling ghash-x86_64-linux.S
[231/516] Compiling ghash-x86-linux.S
[232/516] Compiling ghash-x86-apple.S
[233/516] Compiling ghash-ssse3-x86_64-linux.S
[234/516] Compiling ghash-ssse3-x86_64-apple.S
[235/516] Compiling ghash-ssse3-x86-linux.S
[236/516] Compiling ghash-ssse3-x86-apple.S
[237/516] Compiling ghash-neon-armv8-apple.S
[238/516] Compiling ghash-neon-armv8-win.S
[239/516] Compiling ghash-armv4-linux.S
[239/516] Compiling ghash-neon-armv8-linux.S
[241/516] Compiling bsaes-armv7-linux.S
[242/516] Compiling co-586-linux.S
[242/516] Compiling bn-armv8-win.S
[244/516] Compiling co-586-apple.S
[245/516] Compiling bn-armv8-linux.S
[246/516] Compiling bn-586-apple.S
[247/516] Compiling bn-armv8-apple.S
[248/516] Compiling bn-586-linux.S
[249/516] Compiling armv8-mont-linux.S
[250/516] Compiling armv8-mont-win.S
[251/516] Compiling armv8-mont-apple.S
[252/516] Compiling armv4-mont-linux.S
[253/516] Compiling aesv8-gcm-armv8-win.S
[254/516] Compiling aesv8-gcm-armv8-linux.S
[255/516] Compiling aesv8-gcm-armv8-apple.S
[255/516] Compiling aesv8-armv8-win.S
[257/516] Compiling aesv8-armv8-apple.S
[258/516] Compiling aesv8-armv8-linux.S
[259/516] Compiling aesv8-armv7-linux.S
[260/516] Compiling aesni-x86_64-linux.S
[261/516] Compiling aesni-x86-apple.S
[262/516] Compiling aesni-x86_64-apple.S
[263/516] Compiling aesni-gcm-x86_64-apple.S
[264/516] Compiling aesni-gcm-x86_64-linux.S
[265/516] Compiling aesni-x86-linux.S
[266/516] Compiling aes-gcm-avx2-x86_64-linux.S
[267/516] Compiling aes-gcm-avx2-x86_64-apple.S
[268/516] Compiling aes-gcm-avx10-x86_64-apple.S
[269/516] Compiling aes-gcm-avx10-x86_64-linux.S
[270/516] Compiling x_sig.cc
[271/516] Compiling x_pubkey.cc
[272/516] Compiling x_x509a.cc
[273/516] Compiling x_spki.cc
[274/516] Compiling x_name.cc
[275/516] Compiling x_x509.cc
[276/516] Compiling x_req.cc
[277/516] Compiling x_val.cc
[278/516] Compiling x_attrib.cc
[279/516] Compiling x_exten.cc
[280/516] Compiling x_all.cc
[281/516] Compiling x_crl.cc
[282/516] Compiling x509spki.cc
[283/516] Compiling x_algor.cc
[284/516] Compiling x509rset.cc
[285/516] Compiling x509name.cc
[286/516] Compiling x509_vpm.cc
[287/516] Compiling x509cset.cc
[288/516] Compiling x509_trs.cc
[289/516] Compiling x509_txt.cc
[290/516] Compiling x509_vfy.cc
[291/516] Compiling x509_req.cc
[292/516] Compiling x509_v3.cc
[292/516] Compiling x509_set.cc
[294/516] Compiling x509_obj.cc
[295/516] Compiling x509_lu.cc
[296/516] Compiling x509_def.cc
[297/516] Compiling x509_d2.cc
[298/516] Compiling x509.cc
[299/516] Compiling x509_ext.cc
[300/516] Compiling x509_att.cc
[301/516] Compiling x509_cmp.cc
[302/516] Compiling v3_utl.cc
[303/516] Compiling v3_pmaps.cc
[304/516] Compiling v3_skey.cc
[305/516] Compiling v3_purp.cc
[306/516] Compiling v3_prn.cc
[307/516] Compiling v3_ocsp.cc
[308/516] Compiling v3_pcons.cc
[309/516] Compiling v3_ncons.cc
[310/516] Compiling v3_lib.cc
[311/516] Compiling v3_int.cc
[312/516] Compiling v3_info.cc
[313/516] Compiling v3_genn.cc
[314/516] Compiling v3_extku.cc
[315/516] Compiling v3_ia5.cc
[316/516] Compiling v3_enum.cc
[317/516] Compiling v3_crld.cc
[318/516] Compiling v3_conf.cc
[319/516] Compiling v3_bitst.cc
[320/516] Compiling v3_cpols.cc
[321/516] Compiling v3_bcons.cc
[322/516] Compiling v3_akeya.cc
[323/516] Compiling v3_alt.cc
[324/516] Compiling t_crl.cc
[325/516] Compiling v3_akey.cc
[326/516] Compiling rsa_pss.cc
[327/516] Compiling t_x509.cc
[328/516] Compiling t_x509a.cc
[329/516] Compiling t_req.cc
[330/516] Compiling policy.cc
[331/516] Compiling i2d_pr.cc
[332/516] Compiling name_print.cc
[333/516] Compiling by_dir.cc
[334/516] Compiling algorithm.cc
[335/516] Compiling by_file.cc
[336/516] Compiling asn1_gen.cc
[337/516] Compiling a_sign.cc
[338/516] Compiling voprf.cc
[338/516] Compiling thread_win.cc
[340/516] Compiling a_digest.cc
[341/516] Compiling thread_pthread.cc
[342/516] Compiling trust_token.cc
[343/516] Compiling a_verify.cc
[344/516] Compiling thread_none.cc
[345/516] Compiling pmbtoken.cc
[346/516] Compiling thread.cc
[347/516] Compiling sha512.cc
[348/516] Compiling siphash.cc
[349/516] Compiling sha1.cc
[350/516] Compiling sha256.cc
[351/516] Compiling stack.cc
[352/516] Compiling slhdsa.cc
[353/516] Compiling rsa_print.cc
[354/516] Compiling rsa_extra.cc
[355/516] Compiling spake2plus.cc
[356/516] Compiling rsa_crypt.cc
[357/516] Compiling rc4.cc
[358/516] Compiling windows.cc
[359/516] Compiling refcount.cc
[360/516] Compiling trusty.cc
[361/516] Compiling rsa_asn1.cc
[362/516] Compiling urandom.cc
[363/516] Compiling rand.cc
[364/516] Compiling getentropy.cc
[365/516] Compiling ios.cc
[366/516] Compiling poly1305_arm_asm.S
[367/516] Compiling passive.cc
[368/516] Compiling fork_detect.cc
[369/516] Compiling deterministic.cc
[370/516] Compiling forkunsafe.cc
[371/516] Compiling poly1305_arm.cc
[372/516] Compiling poly1305.cc
[373/516] Compiling pool.cc
[374/516] Compiling poly1305_vec.cc
[375/516] Compiling pkcs7.cc
[376/516] Compiling pkcs8_x509.cc
[377/516] Compiling pkcs8.cc
[378/516] Compiling p5_pbev2.cc
[379/516] Compiling pem_xaux.cc
[380/516] Compiling pem_pkey.cc
[381/516] Compiling pem_x509.cc
[382/516] Compiling pkcs7_x509.cc
[383/516] Compiling pem_oth.cc
[384/516] Compiling mlkem.cc
[385/516] Compiling obj_xref.cc
[386/516] Compiling pem_lib.cc
[387/516] Compiling mldsa.cc
[388/516] Compiling pem_pk8.cc
[389/516] Compiling pem_info.cc
[390/516] Compiling mem.cc
[391/516] Compiling pem_all.cc
[392/516] Compiling poly_rq_mul.S
[393/516] Compiling obj.cc
[394/516] Compiling fips_shared_support.cc
[395/516] Compiling md5.cc
[396/516] Compiling md4.cc
[397/516] Compiling lhash.cc
[398/516] Compiling ex_data.cc
[399/516] Compiling kyber.cc
[400/516] Compiling scrypt.cc
[401/516] Compiling sign.cc
[402/516] Compiling hrss.cc
[403/516] Compiling print.cc
[404/516] Compiling hpke.cc
[405/516] Compiling pbkdf.cc
[406/516] Compiling p_x25519_asn1.cc
[407/516] Compiling p_x25519.cc
[408/516] Compiling p_rsa_asn1.cc
[409/516] Compiling p_hkdf.cc
[410/516] Compiling p_ed25519.cc
[411/516] Compiling p_rsa.cc
[412/516] Compiling p_ed25519_asn1.cc
[413/516] Compiling p_ec.cc
[414/516] Compiling p_dh_asn1.cc
[415/516] Compiling evp_ctx.cc
[416/516] Compiling p_dh.cc
[417/516] Compiling p_ec_asn1.cc
[418/516] Compiling p_dsa_asn1.cc
[419/516] Compiling evp.cc
[420/516] Compiling err.cc
[421/516] Compiling engine.cc
[422/516] Compiling hash_to_curve.cc
[423/516] Compiling ecdh.cc
[424/516] Compiling ec_derive.cc
[425/516] Compiling evp_asn1.cc
[426/516] Compiling ecdsa_asn1.cc
[427/516] Compiling ec_asn1.cc
[428/516] Compiling dsa.cc
[429/516] Compiling params.cc
[430/516] Compiling dsa_asn1.cc
[431/516] Compiling x25519-asm-arm.S
[432/516] Compiling bcm.cc
[433/516] Compiling dh_asn1.cc
[434/516] Compiling des.cc
[435/516] Compiling digest_extra.cc
[436/516] Compiling cpu_intel.cc
[437/516] Compiling spake25519.cc
[438/516] Compiling crypto.cc
[439/516] Compiling cpu_arm_linux.cc
[440/516] Compiling curve25519.cc
[441/516] Compiling cpu_arm_freebsd.cc
[442/516] Compiling cpu_aarch64_win.cc
[443/516] Compiling cpu_aarch64_openbsd.cc
[444/516] Compiling cpu_aarch64_sysreg.cc
[445/516] Compiling cpu_aarch64_fuchsia.cc
[446/516] Compiling cpu_aarch64_linux.cc
[447/516] Compiling cpu_aarch64_apple.cc
[448/516] Compiling e_tls.cc
[449/516] Compiling curve25519_64_adx.cc
[450/516] Compiling tls_cbc.cc
[451/516] Compiling conf.cc
[452/516] Compiling get_cipher.cc
[453/516] Compiling e_rc2.cc
[454/516] Compiling e_rc4.cc
[455/516] Compiling e_null.cc
[456/516] Compiling e_aesctrhmac.cc
[457/516] Compiling e_aesgcmsiv.cc
[458/516] Compiling e_chacha20poly1305.cc
[459/516] Compiling derive_key.cc
[460/516] Compiling e_des.cc
[461/516] Compiling chacha.cc
[462/516] Compiling unicode.cc
[463/516] Compiling buf.cc
[464/516] Compiling cbb.cc
[465/516] Compiling cbs.cc
[466/516] Compiling bn_asn1.cc
[467/516] Compiling ber.cc
[468/516] Compiling asn1_compat.cc
[469/516] Compiling convert.cc
[470/516] Compiling socket_helper.cc
[471/516] Compiling blake2.cc
[472/516] Compiling socket.cc
[473/516] Compiling pair.cc
[474/516] Compiling printf.cc
[475/516] Compiling file.cc
[476/516] Compiling hexdump.cc
[477/516] Compiling errno.cc
[478/516] Compiling fd.cc
[479/516] Compiling connect.cc
[480/516] Compiling bio_mem.cc
[481/516] Compiling base64.cc
[482/516] Compiling tasn_typ.cc
[483/516] Compiling bio.cc
[484/516] Compiling tasn_utl.cc
[485/516] Compiling tasn_fre.cc
[486/516] Compiling posix_time.cc
[487/516] Compiling tasn_new.cc
[488/516] Compiling tasn_enc.cc
[489/516] Compiling f_string.cc
[490/516] Compiling f_int.cc
[491/516] Compiling tasn_dec.cc
[492/516] Compiling asn_pack.cc
[493/516] Compiling asn1_par.cc
[494/516] Compiling a_utctm.cc
[495/516] Compiling a_octet.cc
[496/516] Compiling a_time.cc
[497/516] Compiling a_type.cc
[498/516] Compiling asn1_lib.cc
[499/516] Compiling a_strnid.cc
[500/516] Compiling a_i2d_fp.cc
[501/516] Compiling a_object.cc
[502/516] Compiling a_strex.cc
[503/516] Compiling a_d2i_fp.cc
[504/516] Compiling a_mbstr.cc
[505/516] Compiling a_dup.cc
[505/516] Write sources
[509/516] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[510/516] Compiling a_gentm.cc
[511/516] Compiling a_int.cc
[512/560] Compiling a_bitstr.cc
[513/560] Compiling a_bool.cc
[515/560] Compiling Atomics UnsafeAtomic.swift
[516/560] Compiling Atomics UnsafeAtomicLazyReference.swift
[517/562] Compiling Atomics AtomicMemoryOrderings.swift
[518/562] Compiling Atomics DoubleWord.swift
[519/562] Compiling Atomics ManagedAtomic.swift
[520/562] Compiling Atomics ManagedAtomicLazyReference.swift
[521/562] Compiling Algorithms EitherSequence.swift
[522/562] Compiling Algorithms FirstNonNil.swift
[523/562] Compiling Algorithms FlattenCollection.swift
[524/562] Compiling Algorithms Grouped.swift
[525/562] Compiling Algorithms Indexed.swift
[526/562] Compiling Algorithms Intersperse.swift
[527/562] Compiling Atomics IntegerOperations.swift
[528/562] Compiling Atomics Unmanaged extensions.swift
[531/562] Compiling Algorithms Rotate.swift
[532/565] Compiling Algorithms Split.swift
[533/565] Compiling Algorithms Stride.swift
[534/565] Compiling Algorithms Suffix.swift
[541/565] Compiling Algorithms AdjacentPairs.swift
[542/565] Compiling Algorithms Chain.swift
[543/565] Compiling Algorithms Chunked.swift
[544/565] Compiling Algorithms Combinations.swift
[545/565] Compiling Algorithms Compacted.swift
[546/565] Compiling Algorithms Cycle.swift
[553/565] Compiling Algorithms Trim.swift
[554/565] Compiling Algorithms Unique.swift
[555/565] Compiling Algorithms Windows.swift
[555/565] Compiling c-nioatomics.c
[557/565] Emitting module Atomics
[565/566] Emitting module Algorithms
[566/567] Compiling c-atomics.c
[568/573] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[569/573] Compiling NIOConcurrencyHelpers lock.swift
[570/573] Compiling NIOConcurrencyHelpers NIOLock.swift
[571/573] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[572/573] Emitting module NIOConcurrencyHelpers
[573/573] Compiling NIOConcurrencyHelpers atomics.swift
[575/633] Compiling NIOCore MarkedCircularBuffer.swift
[576/633] Compiling NIOCore MulticastChannel.swift
[577/633] Compiling NIOCore NIOAny.swift
[578/633] Compiling NIOCore NIOCloseOnErrorHandler.swift
[579/633] Compiling NIOCore NIOLoopBound.swift
[580/633] Compiling NIOCore NIOScheduledCallback.swift
[581/633] Compiling NIOCore NIOSendable.swift
[582/633] Compiling NIOCore RecvByteBufferAllocator.swift
[583/641] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[584/641] Compiling NIOCore BSDSocketAPI.swift
[585/641] Compiling NIOCore ByteBuffer-aux.swift
[586/641] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[587/641] Compiling NIOCore ByteBuffer-conversions.swift
[588/641] Compiling NIOCore ByteBuffer-core.swift
[589/641] Compiling NIOCore ByteBuffer-hex.swift
[590/641] Compiling NIOCore ByteBuffer-int.swift
[591/641] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[592/641] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[593/641] Compiling NIOCore SocketAddresses.swift
[594/641] Compiling NIOCore SocketOptionProvider.swift
[595/641] Compiling NIOCore SystemCallHelpers.swift
[596/641] Compiling NIOCore TimeAmount+Duration.swift
[597/641] Compiling NIOCore TypeAssistedChannelHandler.swift
[598/641] Compiling NIOCore UniversalBootstrapSupport.swift
[599/641] Compiling NIOCore Utilities.swift
[600/641] Compiling NIOCore ByteBuffer-multi-int.swift
[601/641] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[602/641] Compiling NIOCore ByteBuffer-views.swift
[603/641] Compiling NIOCore Channel.swift
[604/641] Compiling NIOCore ChannelHandler.swift
[605/641] Compiling NIOCore ChannelHandlers.swift
[606/641] Compiling NIOCore ChannelInvoker.swift
[607/641] Compiling NIOCore ChannelOption.swift
[608/641] Compiling NIOCore EventLoop.swift
[609/641] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[610/641] Compiling NIOCore EventLoopFuture+Deprecated.swift
[611/641] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[612/641] Compiling NIOCore EventLoopFuture.swift
[613/641] Compiling NIOCore FileDescriptor.swift
[614/641] Compiling NIOCore FileHandle.swift
[615/641] Compiling NIOCore FileRegion.swift
[616/641] Compiling NIOCore GlobalSingletons.swift
[617/641] Compiling NIOCore IO.swift
[618/641] Compiling NIOCore IOData.swift
[619/641] Compiling NIOCore IPProtocol.swift
[620/641] Compiling NIOCore IntegerBitPacking.swift
[621/641] Compiling NIOCore IntegerTypes.swift
[622/641] Compiling NIOCore Interfaces.swift
[623/641] Compiling NIOCore Linux.swift
[624/641] Emitting module NIOCore
[625/641] Compiling NIOCore ChannelPipeline.swift
[626/641] Compiling NIOCore CircularBuffer.swift
[627/641] Compiling NIOCore Codec.swift
[628/641] Compiling NIOCore ConvenienceOptionSupport.swift
[629/641] Compiling NIOCore DeadChannel.swift
[630/641] Compiling NIOCore DispatchQueue+WithFuture.swift
[631/641] Compiling NIOCore EventLoop+Deprecated.swift
[632/641] Compiling NIOCore EventLoop+SerialExecutor.swift
[633/641] Compiling NIOCore AddressedEnvelope.swift
[634/641] Compiling NIOCore AsyncAwaitSupport.swift
[635/641] Compiling NIOCore AsyncChannel.swift
[636/641] Compiling NIOCore AsyncChannelHandler.swift
[637/641] Compiling NIOCore AsyncChannelInboundStream.swift
[638/641] Compiling NIOCore AsyncChannelOutboundWriter.swift
[639/641] Compiling NIOCore NIOAsyncSequenceProducer.swift
[640/641] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[641/641] Compiling NIOCore NIOAsyncWriter.swift
[643/693] Emitting module NIOEmbedded
[644/693] Compiling NIOEmbedded AsyncTestingChannel.swift
[645/693] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[646/693] Compiling NIOEmbedded Embedded.swift
[647/694] Emitting module NIOPosix
[649/700] Compiling NIOPosix BSDSocketAPICommon.swift
[650/700] Compiling NIOPosix BSDSocketAPIPosix.swift
[651/700] Compiling NIOPosix BSDSocketAPIWindows.swift
[652/700] Compiling NIOPosix BaseSocket.swift
[653/700] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[654/700] Compiling NIOPosix BaseSocketChannel.swift
[655/700] Compiling NIOPosix BaseStreamSocketChannel.swift
[656/700] Compiling NIOPosix ThreadPosix.swift
[657/700] Compiling NIOPosix ThreadWindows.swift
[658/700] Compiling NIOPosix UnsafeTransfer.swift
[659/700] Compiling NIOPosix Utilities.swift
[660/700] Compiling NIOPosix VsockAddress.swift
[661/700] Compiling NIOPosix VsockChannelEvents.swift
[662/700] Compiling NIOPosix ServerSocket.swift
[663/700] Compiling NIOPosix Socket.swift
[664/700] Compiling NIOPosix SocketChannel.swift
[665/700] Compiling NIOPosix SocketProtocols.swift
[666/700] Compiling NIOPosix System.swift
[667/700] Compiling NIOPosix Thread.swift
[668/700] Compiling NIOPosix SelectableChannel.swift
[669/700] Compiling NIOPosix SelectableEventLoop.swift
[670/700] Compiling NIOPosix SelectorEpoll.swift
[671/700] Compiling NIOPosix SelectorGeneric.swift
[672/700] Compiling NIOPosix SelectorKqueue.swift
[673/700] Compiling NIOPosix SelectorUring.swift
[674/700] Compiling NIOPosix PooledRecvBufferAllocator.swift
[675/700] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[676/700] Compiling NIOPosix PosixSingletons.swift
[677/700] Compiling NIOPosix RawSocketBootstrap.swift
[678/700] Compiling NIOPosix Resolver.swift
[679/700] Compiling NIOPosix Selectable.swift
[680/700] Compiling NIOPosix NIOThreadPool.swift
[681/700] Compiling NIOPosix NonBlockingFileIO.swift
[682/700] Compiling NIOPosix PendingDatagramWritesManager.swift
[683/700] Compiling NIOPosix PendingWritesManager.swift
[684/700] Compiling NIOPosix PipeChannel.swift
[685/700] Compiling NIOPosix PipePair.swift
[686/700] Compiling NIOPosix Pool.swift
[687/700] Compiling NIOPosix Bootstrap.swift
[688/700] Compiling NIOPosix ControlMessage.swift
[689/700] Compiling NIOPosix DatagramVectorReadManager.swift
[690/700] Compiling NIOPosix Errors+Any.swift
[691/700] Compiling NIOPosix FileDescriptor.swift
[692/700] Compiling NIOPosix GetaddrinfoResolver.swift
[693/700] Compiling NIOPosix HappyEyeballs.swift
[694/700] Compiling NIOPosix IO.swift
[695/700] Compiling NIOPosix IntegerBitPacking.swift
[696/700] Compiling NIOPosix IntegerTypes.swift
[697/700] Compiling NIOPosix Linux.swift
[698/700] Compiling NIOPosix LinuxCPUSet.swift
[699/700] Compiling NIOPosix LinuxUring.swift
[700/700] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[702/703] Compiling NIO Exports.swift
[703/703] Emitting module NIO
[705/743] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[706/743] Compiling NIOTLS TLSEvents.swift
[707/743] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[708/743] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[709/743] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[710/743] Compiling NIOSOCKS ClientStateMachine.swift
[711/744] Compiling NIOSOCKS SOCKSResponse.swift
[712/744] Compiling NIOSOCKS Errors.swift
[713/744] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[714/744] Compiling NIOSOCKS Messages.swift
[715/744] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[716/744] Compiling NIOHTTP1 ByteCollectionUtils.swift
[717/744] Compiling NIOHTTP1 HTTPDecoder.swift
[718/744] Emitting module NIOSOCKS
[719/744] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[720/744] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[721/744] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[722/744] Compiling NIOTLS SNIHandler.swift
[723/744] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[724/744] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[725/744] Emitting module NIOTLS
[726/745] Emitting module NIOHTTP1
[728/747] Compiling NIOSOCKS ServerStateMachine.swift
[730/748] Emitting module NIOFoundationCompat
[731/748] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[733/749] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[734/749] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[735/749] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[736/749] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[737/800] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[738/800] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[739/800] Compiling NIOTransportServices NIOTSListenerChannel.swift
[740/802] Compiling NIOTransportServices StateManagedChannel.swift
[741/802] Compiling NIOTransportServices StateManagedListenerChannel.swift
[742/802] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[743/802] Emitting module NIOTransportServices
[744/802] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[745/802] Compiling NIOTransportServices NIOTSSingletons.swift
[746/802] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[747/802] Compiling NIOTransportServices NIOTSBootstraps.swift
[748/802] Compiling NIOTransportServices NIOTSChannelOptions.swift
[749/802] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[750/802] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[751/802] Compiling NIOTransportServices NIOTSErrors.swift
[752/802] Compiling NIOTransportServices NIOTSEventLoop.swift
[753/802] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[754/802] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[755/802] Compiling NIOTransportServices AcceptHandler.swift
[756/802] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[757/802] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[758/802] Compiling NIOTransportServices NIOTSDatagramListener.swift
[759/802] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[760/802] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[776/821] Emitting module NIOSSL
[777/833] Compiling NIOHPACK IndexedHeaderTable.swift
[778/834] Compiling NIOSSL NIOSSLSecureBytes.swift
[779/834] Compiling NIOSSL RNG.swift
[780/834] Compiling NIOSSL SafeCompare.swift
[781/834] Compiling NIOSSL Zeroization.swift
[782/834] Compiling ElasticSwiftCore Request.swift
[786/834] Compiling NIOSSL SubjectAlternativeName.swift
[787/834] Compiling ElasticSwiftCore QueryDSL.swift
[788/834] Compiling NIOHPACK StaticHeaderTable.swift
[789/834] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[790/834] Emitting module ElasticSwiftCore
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Errors/CoreErrors.swift:17:14: warning: non-final class 'EncodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 |
16 | /// Error returned by Serializer's encode function
17 | public class EncodingError: Error, CustomStringConvertible, CustomDebugStringConvertible {
   |              `- warning: non-final class 'EncodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     public let value: Any
19 |     public let error: Error
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Errors/CoreErrors.swift:18:16: warning: stored property 'value' of 'Sendable'-conforming class 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 | /// Error returned by Serializer's encode function
17 | public class EncodingError: Error, CustomStringConvertible, CustomDebugStringConvertible {
18 |     public let value: Any
   |                `- warning: stored property 'value' of 'Sendable'-conforming class 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 |     public let error: Error
20 |
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Errors/CoreErrors.swift:43:14: warning: non-final class 'DecodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
41 |
42 | /// Error returned by Serializer's encode function
43 | public class DecodingError: Error, CustomStringConvertible, CustomDebugStringConvertible {
   |              `- warning: non-final class 'DecodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
44 |     public let data: Data
45 |     public let error: Error
[791/834] Compiling NIOHPACK IntegerCoding.swift
[792/834] Compiling ElasticSwiftCore CoreErrors.swift
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Errors/CoreErrors.swift:17:14: warning: non-final class 'EncodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
15 |
16 | /// Error returned by Serializer's encode function
17 | public class EncodingError: Error, CustomStringConvertible, CustomDebugStringConvertible {
   |              `- warning: non-final class 'EncodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
18 |     public let value: Any
19 |     public let error: Error
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Errors/CoreErrors.swift:18:16: warning: stored property 'value' of 'Sendable'-conforming class 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 | /// Error returned by Serializer's encode function
17 | public class EncodingError: Error, CustomStringConvertible, CustomDebugStringConvertible {
18 |     public let value: Any
   |                `- warning: stored property 'value' of 'Sendable'-conforming class 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 |     public let error: Error
20 |
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Errors/CoreErrors.swift:43:14: warning: non-final class 'DecodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
41 |
42 | /// Error returned by Serializer's encode function
43 | public class DecodingError: Error, CustomStringConvertible, CustomDebugStringConvertible {
   |              `- warning: non-final class 'DecodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
44 |     public let data: Data
45 |     public let error: Error
[793/834] Compiling ElasticSwiftCore HTTPRequest.swift
[794/834] Compiling ElasticSwiftCore HTTPAdaptor.swift
[795/834] Compiling ElasticSwiftCore HTTPResponse.swift
[796/834] Compiling NIOHPACK HPACKHeader.swift
[797/834] Compiling NIOHPACK HeaderTables.swift
[800/834] Compiling ElasticSwiftCore ElasticSwiftCore.swift
[801/835] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[802/835] Compiling NIOHPACK HuffmanTables.swift
[804/835] Compiling NIOHPACK HuffmanCoding.swift
[805/835] Emitting module NIOHPACK
[806/835] Compiling NIOHTTPCompression HTTPCompression.swift
[807/835] Emitting module NIOHTTPCompression
[808/835] Compiling NIOHTTPCompression HTTPDecompression.swift
[809/835] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[810/835] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[813/836] Compiling NIOHPACK HPACKEncoder.swift
[814/836] Compiling NIOHPACK HPACKErrors.swift
[815/836] Compiling NIOHPACK DynamicHeaderTable.swift
[816/836] Compiling NIOHPACK HPACKDecoder.swift
[819/861] Emitting module ElasticSwiftNetworking
/host/spi-builder-workspace/Sources/ElasticSwiftNetworking/SessionManager.swift:22:7: warning: non-final class 'SessionManager' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 20 |  Class maintaining URLSession for a Host
 21 |  */
 22 | class SessionManager: NSObject, URLSessionDelegate {
    |       `- warning: non-final class 'SessionManager' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 23 |     private let logger = Logger(label: "org.pksprojects.ElasticSwift.Networking.SessionManager")
 24 |
/host/spi-builder-workspace/Sources/ElasticSwiftNetworking/SessionManager.swift:25:17: warning: stored property 'session' of 'Sendable'-conforming class 'SessionManager' is mutable; this is an error in the Swift 6 language mode
 23 |     private let logger = Logger(label: "org.pksprojects.ElasticSwift.Networking.SessionManager")
 24 |
 25 |     private var session: URLSession?
    |                 `- warning: stored property 'session' of 'Sendable'-conforming class 'SessionManager' is mutable; this is an error in the Swift 6 language mode
 26 |     public let url: URL
 27 |
[820/861] Compiling ElasticSwiftNetworking ElasticSwiftNetworking.swift
[821/861] Compiling ElasticSwiftNetworking SessionManager.swift
/host/spi-builder-workspace/Sources/ElasticSwiftNetworking/SessionManager.swift:22:7: warning: non-final class 'SessionManager' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 20 |  Class maintaining URLSession for a Host
 21 |  */
 22 | class SessionManager: NSObject, URLSessionDelegate {
    |       `- warning: non-final class 'SessionManager' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 23 |     private let logger = Logger(label: "org.pksprojects.ElasticSwift.Networking.SessionManager")
 24 |
/host/spi-builder-workspace/Sources/ElasticSwiftNetworking/SessionManager.swift:25:17: warning: stored property 'session' of 'Sendable'-conforming class 'SessionManager' is mutable; this is an error in the Swift 6 language mode
 23 |     private let logger = Logger(label: "org.pksprojects.ElasticSwift.Networking.SessionManager")
 24 |
 25 |     private var session: URLSession?
    |                 `- warning: stored property 'session' of 'Sendable'-conforming class 'SessionManager' is mutable; this is an error in the Swift 6 language mode
 26 |     public let url: URL
 27 |
/host/spi-builder-workspace/Sources/ElasticSwiftNetworking/SessionManager.swift:58:76: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
 55 |     }
 56 |
 57 |     func execute(_ request: URLRequest, onCompletion callback: @escaping (_ data: Data?, _ response: URLResponse?, _ error: Error?) -> Void) {
    |                                                      `- note: parameter 'callback' is implicitly non-sendable
 58 |         let dataTask = session?.dataTask(with: request, completionHandler: callback)
    |                                                                            `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
 59 |         dataTask?.resume()
 60 |     }
[823/920] Compiling NIOHTTP2 HTTP2SettingsState.swift
[824/920] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[825/920] Compiling NIOHTTP2 HasFlowControlWindows.swift
[826/920] Compiling NIOHTTP2 HasLocalSettings.swift
[827/920] Compiling NIOHTTP2 SendingHeadersState.swift
[828/920] Compiling NIOHTTP2 SendingPushPromiseState.swift
[829/920] Compiling NIOHTTP2 SendingRstStreamState.swift
[830/920] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[831/920] Compiling NIOHTTP2 ConnectionStateMachine.swift
[832/920] Compiling NIOHTTP2 ConnectionStreamsState.swift
[833/920] Compiling NIOHTTP2 MayReceiveFrames.swift
[834/920] Compiling NIOHTTP2 ReceivingDataState.swift
[835/920] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[836/920] Compiling NIOHTTP2 MaySendFrames.swift
[837/920] Compiling NIOHTTP2 SendingDataState.swift
[838/920] Compiling NIOHTTP2 SendingGoawayState.swift
[840/920] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[841/920] Compiling NIOHTTP2 ReceivingHeadersState.swift
[842/922] Compiling NIOHTTP2 Error+Any.swift
[843/922] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[844/922] Compiling NIOHTTP2 ControlFrameBuffer.swift
[849/923] Compiling ElasticSwiftQueryDSL SpecializedQuries.swift
[850/923] Compiling ElasticSwiftQueryDSL TermLevelQueries.swift
[851/923] Compiling NIOHTTP2 QuiescingState.swift
[852/923] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[853/923] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[865/931] Emitting module ElasticSwiftQueryDSL
[866/931] Compiling NIOHTTP2 StateMachineResult.swift
[867/931] Compiling NIOHTTP2 ContentLengthVerifier.swift
[868/931] Compiling NIOHTTP2 DOSHeuristics.swift
[872/931] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[873/931] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[879/931] Compiling NIOHTTP2 InboundWindowManager.swift
[880/931] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[881/931] Compiling NIOHTTP2 StreamChannelFlowController.swift
[882/931] Compiling NIOHTTP2 StreamChannelList.swift
[883/931] Compiling NIOHTTP2 StreamMap.swift
[884/931] Compiling NIOHTTP2 StreamStateMachine.swift
[885/931] Compiling NIOHTTP2 UnsafeTransfer.swift
[886/931] Compiling NIOHTTP2 WatermarkedFlowController.swift
[887/931] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[888/931] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[889/931] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[890/931] Compiling NIOHTTP2 HTTP2StreamID.swift
[891/931] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[892/931] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[893/931] Compiling NIOHTTP2 HTTP2UserEvents.swift
[894/931] Compiling NIOHTTP2 InboundEventBuffer.swift
[901/931] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[902/931] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[904/931] Emitting module NIOHTTP2
[905/931] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[906/931] Compiling NIOHTTP2 HTTP2Frame.swift
[907/931] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[908/931] Compiling NIOHTTP2 HTTP2FrameParser.swift
[909/931] Compiling NIOHTTP2 HTTP2PingData.swift
[910/931] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[911/931] Compiling NIOHTTP2 HTTP2Settings.swift
[912/931] Compiling NIOHTTP2 HTTP2Stream.swift
[915/931] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[916/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[917/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[918/931] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[919/931] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[920/931] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[921/931] Compiling NIOHTTP2 HTTP2Error.swift
[922/931] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[924/991] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[925/991] Compiling AsyncHTTPClient AsyncLazySequence.swift
[926/991] Compiling AsyncHTTPClient HTTPClient+execute.swift
[927/991] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[928/991] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[929/991] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[930/991] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[931/991] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[932/991] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[934/1020] Compiling ElasticSwift Clusters.swift
[935/1020] Compiling ElasticSwift Indices.swift
[936/1020] Compiling ElasticSwift ElasticSwift.swift
[937/1020] Compiling ElasticSwift Errors.swift
[938/1020] Compiling ElasticSwift DeleteByQueryRequest.swift
[939/1020] Compiling ElasticSwift DeleteRequest.swift
[940/1020] Compiling ElasticSwift ExplainRequest.swift
[941/1020] Compiling ElasticSwift FieldCaps.swift
[942/1028] Compiling ElasticSwift Response.swift
[943/1028] Compiling AsyncHTTPClient TLSEventsHandler.swift
[944/1028] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[945/1028] Compiling AsyncHTTPClient HTTP1Connection.swift
[946/1028] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[947/1028] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[948/1028] Compiling AsyncHTTPClient HTTP2Connection.swift
[949/1028] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:18:9: warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 16 |
 17 | public struct ElasticsearchError: Error, Codable {
 18 |     var error: ElasticError
    |         `- warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 19 |     var status: Int
 20 | }
 21 |
 22 | public struct ElasticError: Codable, Equatable {
    |               `- note: consider making struct 'ElasticError' conform to the 'Sendable' protocol
 23 |     var type: String?
 24 |     var index: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:45:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 43 |     public let shard: Int?
 44 |     public let node: String?
 45 |     public let reason: ShardSearchFailureReason?
    |                `- warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 46 | }
 47 |
 48 | public struct ShardSearchFailureReason: Codable, Equatable {
    |               `- note: consider making struct 'ShardSearchFailureReason' conform to the 'Sendable' protocol
 49 |     public let type: String?
 50 |     public let reason: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:73:14: warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 71 | }
 72 |
 73 | public class UnsupportedResponseError: Error {
    |              `- warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 74 |     let response: HTTPResponse
 75 |     let msg: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:74:9: warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 72 |
 73 | public class UnsupportedResponseError: Error {
 74 |     let response: HTTPResponse
    |         `- warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 75 |     let msg: String
 76 |
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
  8 |
  9 | import ElasticSwiftCodableUtils
 10 | import ElasticSwiftCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
 11 | import Foundation
 12 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:87:14: warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |              `- warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 88 |     public let error: Error
 89 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:90:16: warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 88 |     public let error: Error
 89 |     public let message: String
 90 |     public let request: T
    |                `- warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 91 |
 92 |     public init(message: String, error: Error, request: T) {
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:99:14: warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 97 | }
 98 |
 99 | public class ResponseConverterError: Error, CustomStringConvertible, CustomDebugStringConvertible {
    |              `- warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:102:16: warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
102 |     public let response: HTTPResponse
    |                `- warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
103 |
104 |     public init(message: String, error: Error, response: HTTPResponse) {
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:123:14: warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
121 | }
122 |
123 | public class RequestCreationError: ESClientError {
    |              `- warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
124 |     let msg: String
125 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:18:9: warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 16 |
 17 | public struct ElasticsearchError: Error, Codable {
 18 |     var error: ElasticError
    |         `- warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 19 |     var status: Int
 20 | }
 21 |
 22 | public struct ElasticError: Codable, Equatable {
    |               `- note: consider making struct 'ElasticError' conform to the 'Sendable' protocol
 23 |     var type: String?
 24 |     var index: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:45:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 43 |     public let shard: Int?
 44 |     public let node: String?
 45 |     public let reason: ShardSearchFailureReason?
    |                `- warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 46 | }
 47 |
 48 | public struct ShardSearchFailureReason: Codable, Equatable {
    |               `- note: consider making struct 'ShardSearchFailureReason' conform to the 'Sendable' protocol
 49 |     public let type: String?
 50 |     public let reason: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:73:14: warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 71 | }
 72 |
 73 | public class UnsupportedResponseError: Error {
    |              `- warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 74 |     let response: HTTPResponse
 75 |     let msg: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:74:9: warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 72 |
 73 | public class UnsupportedResponseError: Error {
 74 |     let response: HTTPResponse
    |         `- warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 75 |     let msg: String
 76 |
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
  8 |
  9 | import ElasticSwiftCodableUtils
 10 | import ElasticSwiftCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
 11 | import Foundation
 12 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:87:14: warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |              `- warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 88 |     public let error: Error
 89 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:90:16: warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 88 |     public let error: Error
 89 |     public let message: String
 90 |     public let request: T
    |                `- warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 91 |
 92 |     public init(message: String, error: Error, request: T) {
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:99:14: warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 97 | }
 98 |
 99 | public class ResponseConverterError: Error, CustomStringConvertible, CustomDebugStringConvertible {
    |              `- warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:102:16: warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
102 |     public let response: HTTPResponse
    |                `- warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
103 |
104 |     public init(message: String, error: Error, response: HTTPResponse) {
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:123:14: warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
121 | }
122 |
123 | public class RequestCreationError: ESClientError {
    |              `- warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
124 |     let msg: String
125 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:18:9: warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 16 |
 17 | public struct ElasticsearchError: Error, Codable {
 18 |     var error: ElasticError
    |         `- warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 19 |     var status: Int
 20 | }
 21 |
 22 | public struct ElasticError: Codable, Equatable {
    |               `- note: consider making struct 'ElasticError' conform to the 'Sendable' protocol
 23 |     var type: String?
 24 |     var index: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:45:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 43 |     public let shard: Int?
 44 |     public let node: String?
 45 |     public let reason: ShardSearchFailureReason?
    |                `- warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 46 | }
 47 |
 48 | public struct ShardSearchFailureReason: Codable, Equatable {
    |               `- note: consider making struct 'ShardSearchFailureReason' conform to the 'Sendable' protocol
 49 |     public let type: String?
 50 |     public let reason: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:73:14: warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 71 | }
 72 |
 73 | public class UnsupportedResponseError: Error {
    |              `- warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 74 |     let response: HTTPResponse
 75 |     let msg: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:74:9: warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 72 |
 73 | public class UnsupportedResponseError: Error {
 74 |     let response: HTTPResponse
    |         `- warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 75 |     let msg: String
 76 |
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
  8 |
  9 | import ElasticSwiftCodableUtils
 10 | import ElasticSwiftCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
 11 | import Foundation
 12 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:87:14: warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |              `- warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 88 |     public let error: Error
 89 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:90:16: warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 88 |     public let error: Error
 89 |     public let message: String
 90 |     public let request: T
    |                `- warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 91 |
 92 |     public init(message: String, error: Error, request: T) {
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:99:14: warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 97 | }
 98 |
 99 | public class ResponseConverterError: Error, CustomStringConvertible, CustomDebugStringConvertible {
    |              `- warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:102:16: warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
102 |     public let response: HTTPResponse
    |                `- warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
103 |
104 |     public init(message: String, error: Error, response: HTTPResponse) {
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:123:14: warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
121 | }
122 |
123 | public class RequestCreationError: ESClientError {
    |              `- warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
124 |     let msg: String
125 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:18:9: warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 16 |
 17 | public struct ElasticsearchError: Error, Codable {
 18 |     var error: ElasticError
    |         `- warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 19 |     var status: Int
 20 | }
 21 |
 22 | public struct ElasticError: Codable, Equatable {
    |               `- note: consider making struct 'ElasticError' conform to the 'Sendable' protocol
 23 |     var type: String?
 24 |     var index: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:45:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 43 |     public let shard: Int?
 44 |     public let node: String?
 45 |     public let reason: ShardSearchFailureReason?
    |                `- warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 46 | }
 47 |
 48 | public struct ShardSearchFailureReason: Codable, Equatable {
    |               `- note: consider making struct 'ShardSearchFailureReason' conform to the 'Sendable' protocol
 49 |     public let type: String?
 50 |     public let reason: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:73:14: warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 71 | }
 72 |
 73 | public class UnsupportedResponseError: Error {
    |              `- warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 74 |     let response: HTTPResponse
 75 |     let msg: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:74:9: warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 72 |
 73 | public class UnsupportedResponseError: Error {
 74 |     let response: HTTPResponse
    |         `- warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 75 |     let msg: String
 76 |
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
  8 |
  9 | import ElasticSwiftCodableUtils
 10 | import ElasticSwiftCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
 11 | import Foundation
 12 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:87:14: warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |              `- warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 88 |     public let error: Error
 89 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:90:16: warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 88 |     public let error: Error
 89 |     public let message: String
 90 |     public let request: T
    |                `- warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 91 |
 92 |     public init(message: String, error: Error, request: T) {
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:99:14: warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 97 | }
 98 |
 99 | public class ResponseConverterError: Error, CustomStringConvertible, CustomDebugStringConvertible {
    |              `- warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:102:16: warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
102 |     public let response: HTTPResponse
    |                `- warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
103 |
104 |     public init(message: String, error: Error, response: HTTPResponse) {
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:123:14: warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
121 | }
122 |
123 | public class RequestCreationError: ESClientError {
    |              `- warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
124 |     let msg: String
125 |
[954/1031] Compiling ElasticSwift BlukRequest.swift
[955/1031] Compiling ElasticSwift ClusterRequests.swift
[956/1031] Compiling ElasticSwift CountRequest.swift
[957/1031] Compiling ElasticSwift StoredScriptRequests.swift
[958/1031] Compiling ElasticSwift Suggesters.swift
[959/1031] Compiling ElasticSwift TermVectorsRequest.swift
[960/1031] Compiling ElasticSwift UpdateByQueryRequest.swift
[961/1031] Compiling ElasticSwift UpdateRequest.swift
[962/1031] Compiling ElasticSwift IndicesResponse.swift
[963/1031] Compiling ElasticSwift GetRequest.swift
[964/1031] Compiling ElasticSwift IndexRequest.swift
[965/1031] Compiling ElasticSwift IndicesRequests.swift
[966/1031] Compiling ElasticSwift MultiGetRequest.swift
[967/1031] Compiling ElasticSwift MultiTermVectorsRequest.swift
[968/1031] Compiling ElasticSwift RankEvalRequest.swift
[969/1031] Compiling ElasticSwift ReIndexRequest.swift
[970/1031] Compiling ElasticSwift SearchRequest.swift
[971/1031] Compiling ElasticSwift Transport.swift
[976/1031] Compiling ElasticSwift ResponseConverters.swift
[977/1031] Compiling ElasticSwift Serialization.swift
[978/1031] Compiling ElasticSwift Utils.swift
[979/1031] Compiling AsyncHTTPClient RequestBag.swift
[980/1031] Compiling AsyncHTTPClient RequestValidation.swift
[981/1031] Compiling AsyncHTTPClient SSLContextCache.swift
[982/1031] Compiling AsyncHTTPClient Scheme.swift
[983/1031] Compiling AsyncHTTPClient Singleton.swift
[984/1031] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[985/1031] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[986/1031] Compiling AsyncHTTPClient Utils.swift
[987/1031] Emitting module ElasticSwift
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:18:9: warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 16 |
 17 | public struct ElasticsearchError: Error, Codable {
 18 |     var error: ElasticError
    |         `- warning: stored property 'error' of 'Sendable'-conforming struct 'ElasticsearchError' has non-sendable type 'ElasticError'; this is an error in the Swift 6 language mode
 19 |     var status: Int
 20 | }
 21 |
 22 | public struct ElasticError: Codable, Equatable {
    |               `- note: consider making struct 'ElasticError' conform to the 'Sendable' protocol
 23 |     var type: String?
 24 |     var index: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:45:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 43 |     public let shard: Int?
 44 |     public let node: String?
 45 |     public let reason: ShardSearchFailureReason?
    |                `- warning: stored property 'reason' of 'Sendable'-conforming struct 'ShardSearchFailure' has non-sendable type 'ShardSearchFailureReason?'; this is an error in the Swift 6 language mode
 46 | }
 47 |
 48 | public struct ShardSearchFailureReason: Codable, Equatable {
    |               `- note: consider making struct 'ShardSearchFailureReason' conform to the 'Sendable' protocol
 49 |     public let type: String?
 50 |     public let reason: String?
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:73:14: warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 71 | }
 72 |
 73 | public class UnsupportedResponseError: Error {
    |              `- warning: non-final class 'UnsupportedResponseError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 74 |     let response: HTTPResponse
 75 |     let msg: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:74:9: warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 72 |
 73 | public class UnsupportedResponseError: Error {
 74 |     let response: HTTPResponse
    |         `- warning: stored property 'response' of 'Sendable'-conforming class 'UnsupportedResponseError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
 75 |     let msg: String
 76 |
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
  8 |
  9 | import ElasticSwiftCodableUtils
 10 | import ElasticSwiftCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
 11 | import Foundation
 12 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:87:14: warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |              `- warning: non-final class 'RequestConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 88 |     public let error: Error
 89 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:90:16: warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 85 | }
 86 |
 87 | public class RequestConverterError<T: Request>: Error {
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 88 |     public let error: Error
 89 |     public let message: String
 90 |     public let request: T
    |                `- warning: stored property 'request' of 'Sendable'-conforming generic class 'RequestConverterError' has non-sendable type 'T'; this is an error in the Swift 6 language mode
 91 |
 92 |     public init(message: String, error: Error, request: T) {
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:99:14: warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 97 | }
 98 |
 99 | public class ResponseConverterError: Error, CustomStringConvertible, CustomDebugStringConvertible {
    |              `- warning: non-final class 'ResponseConverterError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:102:16: warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
100 |     public let error: Error
101 |     public let message: String
102 |     public let response: HTTPResponse
    |                `- warning: stored property 'response' of 'Sendable'-conforming class 'ResponseConverterError' has non-sendable type 'HTTPResponse'; this is an error in the Swift 6 language mode
103 |
104 |     public init(message: String, error: Error, response: HTTPResponse) {
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPResponse.swift:15:15: note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTPResponse returned from Elasticsearch
 15 | public struct HTTPResponse {
    |               `- note: struct 'HTTPResponse' does not conform to the 'Sendable' protocol
 16 |     public let request: HTTPRequest
 17 |
/host/spi-builder-workspace/Sources/ElasticSwift/Errors/Errors.swift:123:14: warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
121 | }
122 |
123 | public class RequestCreationError: ESClientError {
    |              `- warning: non-final class 'RequestCreationError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
124 |     let msg: String
125 |
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:53:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
51 |     private var elements: [T]
52 |
53 |     private var index: NIOAtomic<Int>
   |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
54 |
55 |     private let max: Int
/host/spi-builder-workspace/Sources/ElasticSwift/Requests/SearchRequest.swift:682:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
 664 |
 665 | /// Search type represent the manner at which the search operation is executed.
 666 | public enum SearchType: String, Codable {
     |             `- note: consider making enum 'SearchType' conform to the 'Sendable' protocol
 667 |     /// Same as [queryThenFetch](x-source-tag://queryThenFetch), except for an initial scatter phase which goes and computes the distributed
 668 |     /// term frequencies for more accurate scoring.
     :
 680 |
 681 |     /// The default search type [queryThenFetch](x-source-tag://queryThenFetch)
 682 |     public static let DEFAULT = SearchType.queryThenFetch
     |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 683 | }
 684 |
[988/1031] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[989/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[990/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[991/1031] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[992/1031] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[993/1031] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[994/1031] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[995/1031] Compiling AsyncHTTPClient RequestBodyLength.swift
[996/1031] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[997/1031] Compiling AsyncHTTPClient RequestOptions.swift
[998/1031] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[999/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1000/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1001/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1002/1031] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1003/1031] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1004/1031] Emitting module AsyncHTTPClient
[1005/1031] Compiling AsyncHTTPClient HTTPClient.swift
[1006/1031] Compiling AsyncHTTPClient HTTPHandler.swift
[1007/1031] Compiling AsyncHTTPClient LRUCache.swift
[1008/1031] Compiling AsyncHTTPClient NWErrorHandler.swift
[1009/1031] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1010/1031] Compiling AsyncHTTPClient TLSConfiguration.swift
[1011/1031] Compiling AsyncHTTPClient RedirectState.swift
[1012/1031] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1014/1035] Compiling ElasticSwiftNetworkingNIO ElasticSwiftNetworkingNIO.swift
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/ElasticSwiftNetworkingNIO.swift:17:23: warning: static property 'DEFAULT_TIMEOUTS' is not concurrency-safe because non-'Sendable' type 'Timeouts' may have shared mutable state; this is an error in the Swift 6 language mode
14 | // MARK: - Timeouts
15 |
16 | public struct Timeouts {
   |               `- note: consider making struct 'Timeouts' conform to the 'Sendable' protocol
17 |     public static let DEFAULT_TIMEOUTS = Timeouts(read: TimeAmount.milliseconds(5000), connect: TimeAmount.milliseconds(5000))
   |                       |- warning: static property 'DEFAULT_TIMEOUTS' is not concurrency-safe because non-'Sendable' type 'Timeouts' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT_TIMEOUTS' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public let read: TimeAmount?
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/ElasticSwiftNetworkingNIO.swift:40:143: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
38 |     public let eventLoopProvider: HTTPClient.EventLoopGroupProvider
39 |
40 |     public init(adaptor: ManagedHTTPClientAdaptor.Type = AsyncHTTPClientAdaptor.self, eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew, asyncClientConfig: HTTPClient.Configuration) {
   |                                                                                                                                               |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
   |                                                                                                                                               `- note: use 'singleton' instead
41 |         self.eventLoopProvider = eventLoopProvider
42 |         self.adaptor = adaptor
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/ElasticSwiftNetworkingNIO.swift:46:155: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
44 |     }
45 |
46 |     public convenience init(adaptor: ManagedHTTPClientAdaptor.Type = AsyncHTTPClientAdaptor.self, eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew, timeouts: Timeouts? = Timeouts.DEFAULT_TIMEOUTS) {
   |                                                                                                                                                           |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
   |                                                                                                                                                           `- note: use 'singleton' instead
47 |         var config = HTTPClient.Configuration()
48 |         config.timeout = .init(connect: timeouts?.connect, read: timeouts?.read)
[1015/1035] Compiling ElasticSwiftNetworkingNIO HTTPClientAdaptor.swift
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/HTTPClientAdaptor.swift:43:46: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
41 |                     }
42 |                 }
43 |                 return HTTPResponse(request: request, status: response.status, headers: response.headers, body: responseBody)
   |                                              `- warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
44 |             }.whenComplete { result in
45 |                 switch result {
/host/spi-builder-workspace/Sources/ElasticSwiftCore/Http/HTTPRequest.swift:15:15: note: struct 'HTTPRequest' does not conform to the 'Sendable' protocol
 13 |
 14 | /// Represents a HTTP request for Elasticsearch
 15 | public struct HTTPRequest {
    |               `- note: struct 'HTTPRequest' does not conform to the 'Sendable' protocol
 16 |     public let version: HTTPVersion
 17 |     public let method: HTTPMethod
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/HTTPClientAdaptor.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
 8 |
 9 | import AsyncHTTPClient
10 | import ElasticSwiftCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElasticSwiftCore'
11 | import Foundation
12 | import Logging
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/HTTPClientAdaptor.swift:47:28: warning: capture of 'callback' with non-sendable type '(Result<HTTPResponse, any Error>) -> Void' in a '@Sendable' closure
45 |                 switch result {
46 |                 case let .failure(error):
47 |                     return callback(.failure(error))
   |                            |- warning: capture of 'callback' with non-sendable type '(Result<HTTPResponse, any Error>) -> Void' in a '@Sendable' closure
   |                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 |                 case let .success(response):
49 |                     return callback(.success(response))
[1016/1035] Emitting module ElasticSwiftNetworkingNIO
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/ElasticSwiftNetworkingNIO.swift:17:23: warning: static property 'DEFAULT_TIMEOUTS' is not concurrency-safe because non-'Sendable' type 'Timeouts' may have shared mutable state; this is an error in the Swift 6 language mode
14 | // MARK: - Timeouts
15 |
16 | public struct Timeouts {
   |               `- note: consider making struct 'Timeouts' conform to the 'Sendable' protocol
17 |     public static let DEFAULT_TIMEOUTS = Timeouts(read: TimeAmount.milliseconds(5000), connect: TimeAmount.milliseconds(5000))
   |                       |- warning: static property 'DEFAULT_TIMEOUTS' is not concurrency-safe because non-'Sendable' type 'Timeouts' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT_TIMEOUTS' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     public let read: TimeAmount?
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/ElasticSwiftNetworkingNIO.swift:40:143: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
38 |     public let eventLoopProvider: HTTPClient.EventLoopGroupProvider
39 |
40 |     public init(adaptor: ManagedHTTPClientAdaptor.Type = AsyncHTTPClientAdaptor.self, eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew, asyncClientConfig: HTTPClient.Configuration) {
   |                                                                                                                                               |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
   |                                                                                                                                               `- note: use 'singleton' instead
41 |         self.eventLoopProvider = eventLoopProvider
42 |         self.adaptor = adaptor
/host/spi-builder-workspace/Sources/ElasticSwiftNetworkingNIO/ElasticSwiftNetworkingNIO.swift:46:155: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
44 |     }
45 |
46 |     public convenience init(adaptor: ManagedHTTPClientAdaptor.Type = AsyncHTTPClientAdaptor.self, eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew, timeouts: Timeouts? = Timeouts.DEFAULT_TIMEOUTS) {
   |                                                                                                                                                           |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
   |                                                                                                                                                           `- note: use 'singleton' instead
47 |         var config = HTTPClient.Configuration()
48 |         config.timeout = .init(connect: timeouts?.connect, read: timeouts?.read)
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:53:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
51 |     private var elements: [T]
52 |
53 |     private var index: NIOAtomic<Int>
   |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
54 |
55 |     private let max: Int
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:60:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
58 |         elements = [T]()
59 |         elements.reserveCapacity(capacity)
60 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
61 |         max = capacity
62 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:67:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
65 |         self.elements = elements
66 |         self.elements.reserveCapacity(elements.count)
67 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
68 |         max = self.elements.count
69 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:53:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
51 |     private var elements: [T]
52 |
53 |     private var index: NIOAtomic<Int>
   |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
54 |
55 |     private let max: Int
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:60:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
58 |         elements = [T]()
59 |         elements.reserveCapacity(capacity)
60 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
61 |         max = capacity
62 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:67:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
65 |         self.elements = elements
66 |         self.elements.reserveCapacity(elements.count)
67 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
68 |         max = self.elements.count
69 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:53:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
51 |     private var elements: [T]
52 |
53 |     private var index: NIOAtomic<Int>
   |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
54 |
55 |     private let max: Int
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:60:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
58 |         elements = [T]()
59 |         elements.reserveCapacity(capacity)
60 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
61 |         max = capacity
62 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:67:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
65 |         self.elements = elements
66 |         self.elements.reserveCapacity(elements.count)
67 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
68 |         max = self.elements.count
69 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:53:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
51 |     private var elements: [T]
52 |
53 |     private var index: NIOAtomic<Int>
   |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
54 |
55 |     private let max: Int
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:60:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
58 |         elements = [T]()
59 |         elements.reserveCapacity(capacity)
60 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
61 |         max = capacity
62 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Networking/Transport.swift:67:17: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
65 |         self.elements = elements
66 |         self.elements.reserveCapacity(elements.count)
67 |         index = NIOAtomic.makeAtomic(value: 0)
   |                 `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
68 |         max = self.elements.count
69 |     }
/host/spi-builder-workspace/Sources/ElasticSwift/Requests/SearchRequest.swift:682:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
 664 |
 665 | /// Search type represent the manner at which the search operation is executed.
 666 | public enum SearchType: String, Codable {
     |             `- note: consider making enum 'SearchType' conform to the 'Sendable' protocol
 667 |     /// Same as [queryThenFetch](x-source-tag://queryThenFetch), except for an initial scatter phase which goes and computes the distributed
 668 |     /// term frequencies for more accurate scoring.
     :
 680 |
 681 |     /// The default search type [queryThenFetch](x-source-tag://queryThenFetch)
 682 |     public static let DEFAULT = SearchType.queryThenFetch
     |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 683 | }
 684 |
/host/spi-builder-workspace/Sources/ElasticSwift/Requests/SearchRequest.swift:682:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
 664 |
 665 | /// Search type represent the manner at which the search operation is executed.
 666 | public enum SearchType: String, Codable {
     |             `- note: consider making enum 'SearchType' conform to the 'Sendable' protocol
 667 |     /// Same as [queryThenFetch](x-source-tag://queryThenFetch), except for an initial scatter phase which goes and computes the distributed
 668 |     /// term frequencies for more accurate scoring.
     :
 680 |
 681 |     /// The default search type [queryThenFetch](x-source-tag://queryThenFetch)
 682 |     public static let DEFAULT = SearchType.queryThenFetch
     |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 683 | }
 684 |
/host/spi-builder-workspace/Sources/ElasticSwift/Requests/SearchRequest.swift:682:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
 664 |
 665 | /// Search type represent the manner at which the search operation is executed.
 666 | public enum SearchType: String, Codable {
     |             `- note: consider making enum 'SearchType' conform to the 'Sendable' protocol
 667 |     /// Same as [queryThenFetch](x-source-tag://queryThenFetch), except for an initial scatter phase which goes and computes the distributed
 668 |     /// term frequencies for more accurate scoring.
     :
 680 |
 681 |     /// The default search type [queryThenFetch](x-source-tag://queryThenFetch)
 682 |     public static let DEFAULT = SearchType.queryThenFetch
     |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 683 | }
 684 |
/host/spi-builder-workspace/Sources/ElasticSwift/Requests/SearchRequest.swift:682:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
 664 |
 665 | /// Search type represent the manner at which the search operation is executed.
 666 | public enum SearchType: String, Codable {
     |             `- note: consider making enum 'SearchType' conform to the 'Sendable' protocol
 667 |     /// Same as [queryThenFetch](x-source-tag://queryThenFetch), except for an initial scatter phase which goes and computes the distributed
 668 |     /// term frequencies for more accurate scoring.
     :
 680 |
 681 |     /// The default search type [queryThenFetch](x-source-tag://queryThenFetch)
 682 |     public static let DEFAULT = SearchType.queryThenFetch
     |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'SearchType' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 683 | }
 684 |
Build complete! (186.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.22.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "elastic-swift",
  "name" : "elastic-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ElasticSwift",
      "targets" : [
        "ElasticSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftQueryDSL",
      "targets" : [
        "ElasticSwiftQueryDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworkingNIO",
      "targets" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworking",
      "targets" : [
        "ElasticSwiftNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCore",
      "targets" : [
        "ElasticSwiftCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCodableUtils",
      "targets" : [
        "ElasticSwiftCodableUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitTestSettings",
      "module_type" : "SwiftTarget",
      "name" : "UnitTestSettings",
      "path" : "Tests/UnitTestSettings",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "UnitTestSettings.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftTests",
      "path" : "Tests/ElasticSwiftTests",
      "sources" : [
        "ElasticSwiftTests.swift",
        "Requests/ClusterRequestsTests.swift",
        "Requests/CountRequestTests.swift",
        "Requests/ExplainRequestTests.swift",
        "Requests/FieldCapabilitiesRequestTests.swift",
        "Requests/IndicesRequestsTests.swift",
        "Requests/RankEvalRequestTests.swift",
        "Requests/SearchRequestTests.swift",
        "Requests/SuggestionTests.swift",
        "Response/ResponseTests.swift",
        "Serialization/SerializationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSLTests",
      "path" : "Tests/ElasticSwiftQueryDSLTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "Builders/CompoundQueryBuilderTests.swift",
        "Builders/FullTextBuilderTests.swift",
        "Builders/GeoQueryBuilderTests.swift",
        "Builders/JoiningQueryBuilderTests.swift",
        "Builders/SpecializedQueryBuilderTests.swift",
        "Builders/TermLevelQueryBuilderTests.swift",
        "CompoundQueriesTests.swift",
        "ElasticSwiftQueryDSLTests.swift",
        "FullTextQueriesTests.swift",
        "GeoQueriesTests.swift",
        "InnertHitsTests.swift",
        "JoiningQueriesTests.swift",
        "MatchAllQueryTests.swift",
        "ScoreFunctionTests.swift",
        "ScriptTests.swift",
        "SpanQueriesTests.swift",
        "SpecializedQuriesTests.swift",
        "TermLevelQueriesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSL",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSL",
      "path" : "Sources/ElasticSwiftQueryDSL",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL"
      ],
      "sources" : [
        "ElasticSwiftDSL.swift",
        "Queries/Builders/CompoundQueryBuilders.swift",
        "Queries/Builders/FullTextBuilders.swift",
        "Queries/Builders/GeoQueryBuilders.swift",
        "Queries/Builders/JoiningQueryBuilders.swift",
        "Queries/Builders/MatchAllBuilders.swift",
        "Queries/Builders/QueryBuilders.swift",
        "Queries/Builders/ScoreFunctionBuilders.swift",
        "Queries/Builders/SpanQueryBuilders.swift",
        "Queries/Builders/SpecializedQueryBuilders.swift",
        "Queries/Builders/TermLevelQueryBuilders.swift",
        "Queries/CompoundQuries.swift",
        "Queries/FullTextQueries.swift",
        "Queries/GeoQueries.swift",
        "Queries/InnerHits.swift",
        "Queries/JoiningQueries.swift",
        "Queries/MatchAllQuery.swift",
        "Queries/ScoreFunctions.swift",
        "Queries/Sort.swift",
        "Queries/SpanQueries.swift",
        "Queries/SpecializedQuries.swift",
        "Queries/TermLevelQueries.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingTests",
      "path" : "Tests/ElasticSwiftNetworkingTests",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "sources" : [
        "ElasticSwiftNetworkingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftNetworking",
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftNetworkingNIO",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingNIO",
      "path" : "Sources/ElasticSwiftNetworkingNIO",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOHTTP1",
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "NIOSSL",
        "NIOTransportServices",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "sources" : [
        "ElasticSwiftNetworkingNIO.swift",
        "HTTPClientAdaptor.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworking",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworking",
      "path" : "Sources/ElasticSwiftNetworking",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworking"
      ],
      "sources" : [
        "ElasticSwiftNetworking.swift",
        "SessionManager.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCoreTests",
      "path" : "Tests/ElasticSwiftCoreTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCore",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCore",
      "path" : "Sources/ElasticSwiftCore",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "ElasticSwiftCore"
      ],
      "sources" : [
        "ElasticSwiftCore.swift",
        "Errors/CoreErrors.swift",
        "Http/HTTPAdaptor.swift",
        "Http/HTTPRequest.swift",
        "Http/HTTPResponse.swift",
        "QueryDSL/QueryDSL.swift",
        "Requests/Request.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCodableUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtilsTests",
      "path" : "Tests/ElasticSwiftCodableUtilsTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCodableUtilsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCodableUtils",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCodableUtils",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtils",
      "path" : "Sources/ElasticSwiftCodableUtils",
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "sources" : [
        "ElasticSwiftCodableUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwift",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwift",
      "path" : "Sources/ElasticSwift",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwift"
      ],
      "sources" : [
        "Clients/Clusters.swift",
        "Clients/Indices.swift",
        "ElasticSwift.swift",
        "Errors/Errors.swift",
        "Networking/Transport.swift",
        "Requests/BlukRequest.swift",
        "Requests/ClusterRequests.swift",
        "Requests/CountRequest.swift",
        "Requests/DeleteByQueryRequest.swift",
        "Requests/DeleteRequest.swift",
        "Requests/ExplainRequest.swift",
        "Requests/FieldCaps.swift",
        "Requests/GetRequest.swift",
        "Requests/IndexRequest.swift",
        "Requests/IndicesRequests.swift",
        "Requests/MultiGetRequest.swift",
        "Requests/MultiTermVectorsRequest.swift",
        "Requests/RankEvalRequest.swift",
        "Requests/ReIndexRequest.swift",
        "Requests/SearchRequest.swift",
        "Requests/StoredScriptRequests.swift",
        "Requests/Suggesters.swift",
        "Requests/TermVectorsRequest.swift",
        "Requests/UpdateByQueryRequest.swift",
        "Requests/UpdateRequest.swift",
        "Responses/IndicesResponse.swift",
        "Responses/Response.swift",
        "Serialization/ResponseConverters.swift",
        "Serialization/Serialization.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.