Build Information
Successful build of elastic-swift, reference master (5131a6
), with Swift 6.1 for Linux on 26 Apr 2025 06:52:59 UTC.
Swift 6 data race errors: 25
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5131a6a Merge pull request #97 from msavoaia/fix/ssl-auth-issue
Cloned https://github.com/pksprojects/ElasticSwift.git
Revision (git rev-parse @):
5131a6aa5c256dc57e491c832b8f1f9dc24a331b
SUCCESS checkout https://github.com/pksprojects/ElasticSwift.git at master
========================================
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-4609320-1":/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-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[78/6455] Fetching swift-log, swift-nio-transport-services
[6456/20242] Fetching swift-log, swift-nio-transport-services, async-http-client
[8249/35035] Fetching swift-log, swift-nio-transport-services, async-http-client, swift-nio-ssl
[8250/110466] Fetching swift-log, swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
[11947/107847] Fetching swift-log, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.48s)
[70425/93054] Fetching swift-log, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.05s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.06s)
Fetched https://github.com/apple/swift-nio.git from cache (4.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.56s)
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.43s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.06s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
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.51s)
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.44s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5662] Fetching swift-nio-extras
[511/11565] Fetching swift-nio-extras, swift-algorithms
[11566/23057] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.38s)
[8306/17154] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.87s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.33s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.79s)
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.49s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[119/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
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.67s)
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.42s)
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.44s)
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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-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-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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/446] Write sources
[27/446] Compiling CNIOWindows WSAStartup.c
[28/446] Compiling CNIOWindows shim.c
[29/446] Compiling _NumericsShims _NumericsShims.c
[30/446] Compiling _AtomicsShims.c
[31/446] Compiling CNIOWASI CNIOWASI.c
[31/446] Compiling CNIOLinux liburing_shims.c
[33/446] Compiling CNIOExtrasZlib empty.c
[34/446] Compiling CNIODarwin shim.c
[35/446] Compiling CNIOLLHTTP c_nio_http.c
[36/446] Compiling CNIOLinux shim.c
[37/446] Compiling CNIOLLHTTP c_nio_api.c
[38/446] Compiling fiat_p256_adx_sqr.S
[38/446] Compiling fiat_p256_adx_mul.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/448] Compiling CNIOBoringSSLShims shims.c
[45/452] Compiling tls13_enc.cc
[46/452] Compiling tls13_server.cc
[47/452] Compiling tls_record.cc
[48/462] Compiling tls13_both.cc
[49/484] Compiling tls_method.cc
[50/484] Compiling tls13_client.cc
[52/486] Emitting module RealModule
[52/487] Compiling t1_enc.cc
[53/487] Compiling ssl_x509.cc
[55/487] Compiling Logging LogHandler.swift
[56/487] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/489] Compiling RealModule Real.swift
[59/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/489] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/489] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/489] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/489] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[64/489] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[65/489] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/489] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/489] Compiling _NIODataStructures _TinyArray.swift
[68/489] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[69/489] Compiling InternalCollectionsUtilities Integer rank.swift
[70/489] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/489] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/489] Compiling InternalCollectionsUtilities Specialize.swift
[73/489] Compiling InternalCollectionsUtilities Debugging.swift
[74/489] Compiling InternalCollectionsUtilities Descriptions.swift
[75/489] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[77/489] Compiling _NIOBase64 Base64.swift
[78/489] Emitting module _NIOBase64
[79/489] Compiling RealModule RealFunctions.swift
[80/489] Compiling _NIODataStructures PriorityQueue.swift
[81/489] Emitting module InternalCollectionsUtilities
[85/490] Compiling RealModule Float16+Real.swift
[86/491] Compiling RealModule Float80+Real.swift
[87/491] Compiling RealModule Float+Real.swift
[88/491] Compiling RealModule ElementaryFunctions.swift
[91/492] Compiling ssl_versions.cc
[93/507] Compiling DequeModule _DequeBuffer.swift
[94/507] Compiling DequeModule _DequeBufferHeader.swift
[95/509] Compiling Logging MetadataProvider.swift
[96/509] Emitting module Logging
[97/509] Compiling Logging Locks.swift
[97/509] Compiling ssl_transcript.cc
[99/509] Emitting module _NIODataStructures
[100/509] Compiling _NIODataStructures Heap.swift
[101/510] Compiling DequeModule Deque+Equatable.swift
[102/510] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[103/510] Compiling Logging Logging.swift
[106/511] Compiling DequeModule Deque+Codable.swift
[107/511] Compiling DequeModule Deque+Collection.swift
[107/511] Compiling ssl_stat.cc
[109/511] Compiling DequeModule Deque+Testing.swift
[110/511] Compiling DequeModule Deque._Storage.swift
[111/511] Compiling DequeModule Deque+CustomReflectable.swift
[112/511] Compiling DequeModule Deque+Descriptions.swift
[113/511] Compiling DequeModule Deque._UnsafeHandle.swift
[114/511] Compiling DequeModule Deque.swift
[115/511] Compiling DequeModule Deque+Extras.swift
[116/511] Compiling DequeModule Deque+Hashable.swift
[117/511] Compiling DequeModule _DequeSlot.swift
[118/511] Compiling DequeModule _UnsafeWrappedBuffer.swift
[119/511] Emitting module DequeModule
[120/512] Compiling ssl_privkey.cc
[121/512] Compiling ssl_session.cc
[123/514] Compiling ElasticSwiftCodableUtils ElasticSwiftCodableUtils.swift
[124/514] Emitting module ElasticSwiftCodableUtils
[125/515] Compiling ssl_key_share.cc
[126/515] Compiling ssl_file.cc
[128/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,
[129/515] 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,
[130/516] Compiling ssl_lib.cc
[131/516] Compiling ssl_credential.cc
[132/516] Compiling ssl_cipher.cc
[133/516] Compiling ssl_buffer.cc
[134/516] Compiling ssl_cert.cc
[135/516] Compiling ssl_aead_ctx.cc
[136/516] Compiling ssl_asn1.cc
[137/516] Compiling s3_pkt.cc
[138/516] Compiling s3_lib.cc
[139/516] Compiling s3_both.cc
[140/516] Compiling handshake_client.cc
[141/516] Compiling handshake_server.cc
[142/516] Compiling handshake.cc
[143/516] Compiling handoff.cc
[144/516] Compiling encrypted_client_hello.cc
[145/516] Compiling extensions.cc
[146/516] Compiling md5-x86_64-linux.S
[147/516] Compiling dtls_record.cc
[148/516] Compiling md5-x86_64-apple.S
[149/516] Compiling dtls_method.cc
[150/516] Compiling md5-586-linux.S
[151/516] Compiling md5-586-apple.S
[152/516] Compiling chacha20_poly1305_x86_64-apple.S
[153/516] Compiling chacha20_poly1305_x86_64-linux.S
[154/516] Compiling chacha20_poly1305_armv8-linux.S
[155/516] Compiling chacha20_poly1305_armv8-win.S
[156/516] Compiling chacha20_poly1305_armv8-apple.S
[157/516] Compiling chacha-x86_64-linux.S
[158/516] Compiling err_data.cc
[159/516] Compiling chacha-x86_64-apple.S
[160/516] Compiling d1_pkt.cc
[161/516] Compiling d1_srtp.cc
[162/516] Compiling chacha-x86-linux.S
[163/516] Compiling chacha-armv8-win.S
[164/516] Compiling chacha-x86-apple.S
[165/516] Compiling chacha-armv8-apple.S
[166/516] Compiling aes128gcmsiv-x86_64-apple.S
[167/516] Compiling chacha-armv4-linux.S
[168/516] Compiling chacha-armv8-linux.S
[169/516] Compiling aes128gcmsiv-x86_64-linux.S
[170/516] Compiling x86_64-mont5-linux.S
[171/516] Compiling x86_64-mont5-apple.S
[172/516] Compiling x86-mont-linux.S
[173/516] Compiling x86_64-mont-linux.S
[174/516] Compiling x86_64-mont-apple.S
[175/516] Compiling x86-mont-apple.S
[176/516] Compiling vpaes-x86_64-linux.S
[177/516] Compiling vpaes-x86-linux.S
[178/516] Compiling vpaes-x86_64-apple.S
[179/516] Compiling vpaes-x86-apple.S
[180/516] Compiling vpaes-armv8-win.S
[181/516] Compiling bio_ssl.cc
[182/516] Compiling vpaes-armv8-linux.S
[183/516] Compiling vpaes-armv8-apple.S
[184/516] Compiling vpaes-armv7-linux.S
[185/516] Compiling sha512-x86_64-linux.S
[186/516] Compiling sha512-armv8-win.S
[187/516] Compiling sha512-x86_64-apple.S
[188/516] Compiling sha512-armv8-apple.S
[189/516] Compiling sha512-armv8-linux.S
[190/516] Compiling sha512-armv4-linux.S
[191/516] Compiling sha512-586-linux.S
[192/516] Compiling sha512-586-apple.S
[193/516] Compiling sha256-x86_64-apple.S
[194/516] Compiling sha256-armv8-win.S
[195/516] Compiling sha256-armv8-apple.S
[196/516] Compiling sha256-armv8-linux.S
[197/516] Compiling sha256-x86_64-linux.S
[198/516] Compiling sha256-armv4-linux.S
[199/516] Compiling sha256-586-linux.S
[200/516] Compiling d1_lib.cc
[201/516] Compiling sha1-armv8-win.S
[202/516] Compiling sha1-x86_64-apple.S
[203/516] Compiling sha256-586-apple.S
[204/516] Compiling sha1-armv8-linux.S
[205/516] Compiling sha1-armv8-apple.S
[206/516] Compiling sha1-x86_64-linux.S
[207/516] Compiling sha1-586-apple.S
[208/516] Compiling sha1-armv4-large-linux.S
[209/516] Compiling sha1-586-linux.S
[210/516] Compiling rsaz-avx2-apple.S
[211/516] Compiling rdrand-x86_64-apple.S
[212/516] Compiling rsaz-avx2-linux.S
[213/516] Compiling p256_beeu-x86_64-asm-linux.S
[214/516] Compiling rdrand-x86_64-linux.S
[215/516] Compiling p256_beeu-x86_64-asm-apple.S
[216/516] Compiling p256_beeu-armv8-asm-win.S
[217/516] Compiling p256_beeu-armv8-asm-linux.S
[218/516] Compiling p256-x86_64-asm-apple.S
[219/516] Compiling p256-armv8-asm-linux.S
[220/516] Compiling p256-x86_64-asm-linux.S
[221/516] Compiling p256-armv8-asm-win.S
[221/516] Compiling p256_beeu-armv8-asm-apple.S
[223/516] Compiling p256-armv8-asm-apple.S
[223/516] Compiling ghashv8-armv8-win.S
[225/516] Compiling ghashv8-armv8-apple.S
[226/516] Compiling ghashv8-armv8-linux.S
[227/516] Compiling ghash-x86_64-apple.S
[228/516] Compiling ghashv8-armv7-linux.S
[229/516] Compiling ghash-x86_64-linux.S
[230/516] Compiling ghash-x86-linux.S
[231/516] Compiling ghash-x86-apple.S
[232/516] Compiling ghash-ssse3-x86_64-apple.S
[233/516] Compiling ghash-ssse3-x86_64-linux.S
[234/516] Compiling d1_both.cc
[235/516] Compiling ghash-ssse3-x86-linux.S
[236/516] Compiling ghash-neon-armv8-win.S
[237/516] Compiling ghash-ssse3-x86-apple.S
[238/516] Compiling ghash-neon-armv8-linux.S
[239/516] Compiling ghash-neon-armv8-apple.S
[240/516] Compiling co-586-linux.S
[241/516] Compiling ghash-armv4-linux.S
[242/516] Compiling bsaes-armv7-linux.S
[243/516] Compiling co-586-apple.S
[244/516] Compiling bn-armv8-linux.S
[245/516] Compiling bn-armv8-win.S
[246/516] Compiling bn-armv8-apple.S
[247/516] Compiling bn-586-linux.S
[247/516] Compiling bn-586-apple.S
[249/516] Compiling armv8-mont-win.S
[250/516] Compiling armv8-mont-linux.S
[251/516] Compiling armv8-mont-apple.S
[252/516] Compiling armv4-mont-linux.S
[253/516] Compiling aesv8-gcm-armv8-apple.S
[254/516] Compiling aesv8-gcm-armv8-win.S
[255/516] Compiling aesv8-gcm-armv8-linux.S
[256/516] Compiling aesv8-armv8-win.S
[257/516] Compiling aesv8-armv8-linux.S
[258/516] Compiling aesv8-armv8-apple.S
[259/516] Compiling aesv8-armv7-linux.S
[260/516] Compiling aesni-x86_64-linux.S
[261/516] Compiling aesni-x86-linux.S
[262/516] Compiling aesni-x86-apple.S
[263/516] Compiling aesni-gcm-x86_64-linux.S
[264/516] Compiling aesni-x86_64-apple.S
[265/516] Compiling aesni-gcm-x86_64-apple.S
[266/516] Compiling aes-gcm-avx2-x86_64-apple.S
[267/516] Compiling aes-gcm-avx2-x86_64-linux.S
[268/516] Compiling aes-gcm-avx10-x86_64-linux.S
[269/516] Compiling aes-gcm-avx10-x86_64-apple.S
[270/516] Compiling x_spki.cc
[271/516] Compiling x_sig.cc
[272/516] Compiling x_x509.cc
[273/516] Compiling x_val.cc
[274/516] Compiling x_x509a.cc
[275/516] Compiling x_pubkey.cc
[276/516] Compiling x_req.cc
[277/516] Compiling x_name.cc
[278/516] Compiling x_exten.cc
[279/516] Compiling x_all.cc
[280/516] Compiling x_algor.cc
[281/516] Compiling x_attrib.cc
[282/516] Compiling x_crl.cc
[283/516] Compiling x509spki.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_v3.cc
[290/516] Compiling x509_txt.cc
[291/516] Compiling x509_vfy.cc
[292/516] Compiling x509_obj.cc
[293/516] Compiling x509_req.cc
[294/516] Compiling x509_set.cc
[295/516] Compiling x509_def.cc
[296/516] Compiling x509_ext.cc
[297/516] Compiling x509_cmp.cc
[298/516] Compiling x509_d2.cc
[299/516] Compiling x509_lu.cc
[300/516] Compiling x509.cc
[301/516] Compiling x509_att.cc
[302/516] Compiling v3_utl.cc
[303/516] Compiling v3_ocsp.cc
[304/516] Compiling v3_skey.cc
[305/516] Compiling v3_purp.cc
[306/516] Compiling v3_pcons.cc
[307/516] Compiling v3_prn.cc
[308/516] Compiling v3_pmaps.cc
[309/516] Compiling v3_ncons.cc
[310/516] Compiling v3_lib.cc
[311/516] Compiling v3_ia5.cc
[312/516] Compiling v3_int.cc
[313/516] Compiling v3_info.cc
[314/516] Compiling v3_genn.cc
[315/516] Compiling v3_extku.cc
[316/516] Compiling v3_enum.cc
[317/516] Compiling v3_crld.cc
[318/516] Compiling v3_cpols.cc
[319/516] Compiling v3_conf.cc
[320/516] Compiling v3_bcons.cc
[320/516] Compiling v3_alt.cc
[322/516] Compiling v3_akeya.cc
[323/516] Compiling v3_bitst.cc
[324/516] Compiling v3_akey.cc
[325/516] Compiling t_x509a.cc
[326/516] Compiling t_x509.cc
[327/516] Compiling t_req.cc
[328/516] Compiling i2d_pr.cc
[329/516] Compiling t_crl.cc
[330/516] Compiling name_print.cc
[331/516] Compiling policy.cc
[332/516] Compiling by_file.cc
[333/516] Compiling rsa_pss.cc
[334/516] Compiling a_verify.cc
[335/516] Compiling asn1_gen.cc
[336/516] Compiling trust_token.cc
[337/516] Compiling algorithm.cc
[338/516] Compiling voprf.cc
[339/516] Compiling by_dir.cc
[340/516] Compiling a_sign.cc
[341/516] Compiling thread_win.cc
[342/516] Compiling a_digest.cc
[343/516] Compiling thread.cc
[344/516] Compiling thread_none.cc
[345/516] Compiling thread_pthread.cc
[346/516] Compiling stack.cc
[347/516] Compiling sha512.cc
[348/516] Compiling spake2plus.cc
[349/516] Compiling sha256.cc
[350/516] Compiling sha1.cc
[351/516] Compiling pmbtoken.cc
[352/516] Compiling siphash.cc
[353/516] Compiling rsa_extra.cc
[354/516] Compiling rsa_print.cc
[355/516] Compiling slhdsa.cc
[356/516] Compiling rc4.cc
[357/516] Compiling rsa_crypt.cc
[358/516] Compiling refcount.cc
[359/516] Compiling rsa_asn1.cc
[360/516] Compiling windows.cc
[361/516] Compiling trusty.cc
[362/516] Compiling rand.cc
[363/516] Compiling deterministic.cc
[364/516] Compiling getentropy.cc
[365/516] Compiling urandom.cc
[366/516] Compiling poly1305_arm_asm.S
[367/516] Compiling fork_detect.cc
[368/516] Compiling passive.cc
[369/516] Compiling ios.cc
[370/516] Compiling forkunsafe.cc
[371/516] Compiling poly1305_arm.cc
[372/516] Compiling poly1305.cc
[373/516] Compiling poly1305_vec.cc
[374/516] Compiling pool.cc
[375/516] Compiling p5_pbev2.cc
[376/516] Compiling pkcs8.cc
[377/516] Compiling pkcs7.cc
[378/516] Compiling pem_pkey.cc
[379/516] Compiling pkcs7_x509.cc
[380/516] Compiling pkcs8_x509.cc
[381/516] Compiling pem_xaux.cc
[382/516] Compiling pem_pk8.cc
[383/516] Compiling pem_oth.cc
[384/516] Compiling pem_x509.cc
[385/516] Compiling obj_xref.cc
[386/516] Compiling mlkem.cc
[387/516] Compiling mldsa.cc
[388/516] Compiling pem_info.cc
[389/516] Compiling md5.cc
[390/516] Compiling pem_all.cc
[391/516] Compiling mem.cc
[392/516] Compiling pem_lib.cc
[393/516] Compiling fips_shared_support.cc
[394/516] Compiling poly_rq_mul.S
[395/516] Compiling md4.cc
[396/516] Compiling lhash.cc
[397/516] Compiling obj.cc
[398/516] Compiling scrypt.cc
[399/516] Compiling sign.cc
[400/516] Compiling ex_data.cc
[401/516] Compiling hrss.cc
[402/516] Compiling kyber.cc
[403/516] Compiling hpke.cc
[404/516] Compiling print.cc
[405/516] Compiling pbkdf.cc
[406/516] Compiling p_x25519.cc
[407/516] Compiling p_rsa.cc
[408/516] Compiling p_ed25519.cc
[409/516] Compiling p_x25519_asn1.cc
[410/516] Compiling p_hkdf.cc
[411/516] Compiling p_ed25519_asn1.cc
[412/516] Compiling p_rsa_asn1.cc
[413/516] Compiling p_ec.cc
[414/516] Compiling p_dh_asn1.cc
[415/516] Compiling p_ec_asn1.cc
[416/516] Compiling p_dsa_asn1.cc
[417/516] Compiling p_dh.cc
[418/516] Compiling evp_ctx.cc
[419/516] Compiling evp.cc
[420/516] Compiling err.cc
[421/516] Compiling engine.cc
[422/516] Compiling ecdh.cc
[423/516] Compiling ecdsa_asn1.cc
[424/516] Compiling hash_to_curve.cc
[425/516] Compiling evp_asn1.cc
[426/516] Compiling ec_derive.cc
[427/516] Compiling ec_asn1.cc
[428/516] Compiling dsa_asn1.cc
[429/516] Compiling dsa.cc
[430/516] Compiling params.cc
[431/516] Compiling des.cc
[431/516] Compiling x25519-asm-arm.S
[433/516] Compiling dh_asn1.cc
[434/516] Compiling digest_extra.cc
[435/516] Compiling bcm.cc
[436/516] Compiling spake25519.cc
[437/516] Compiling cpu_intel.cc
[438/516] Compiling crypto.cc
[439/516] Compiling cpu_aarch64_win.cc
[440/516] Compiling curve25519.cc
[441/516] Compiling cpu_aarch64_openbsd.cc
[442/516] Compiling cpu_arm_linux.cc
[443/516] Compiling cpu_aarch64_sysreg.cc
[444/516] Compiling cpu_arm_freebsd.cc
[445/516] Compiling curve25519_64_adx.cc
[446/516] Compiling cpu_aarch64_linux.cc
[447/516] Compiling cpu_aarch64_apple.cc
[448/516] Compiling cpu_aarch64_fuchsia.cc
[449/516] Compiling conf.cc
[450/516] Compiling tls_cbc.cc
[451/516] Compiling e_rc4.cc
[452/516] Compiling get_cipher.cc
[453/516] Compiling e_tls.cc
[454/516] Compiling e_des.cc
[455/516] Compiling e_rc2.cc
[456/516] Compiling e_aesctrhmac.cc
[457/516] Compiling derive_key.cc
[458/516] Compiling e_chacha20poly1305.cc
[459/516] Compiling e_null.cc
[460/516] Compiling e_aesgcmsiv.cc
[461/516] Compiling chacha.cc
[462/516] Compiling buf.cc
[463/516] Compiling unicode.cc
[464/516] Compiling asn1_compat.cc
[465/516] Compiling ber.cc
[466/516] Compiling cbb.cc
[467/516] Compiling cbs.cc
[468/516] Compiling bn_asn1.cc
[469/516] Compiling socket.cc
[470/516] Compiling socket_helper.cc
[471/516] Compiling blake2.cc
[472/516] Compiling printf.cc
[473/516] Compiling convert.cc
[474/516] Compiling pair.cc
[475/516] Compiling hexdump.cc
[476/516] Compiling file.cc
[477/516] Compiling bio_mem.cc
[478/516] Compiling errno.cc
[479/516] Compiling fd.cc
[480/516] Compiling connect.cc
[481/516] Compiling bio.cc
[482/516] Compiling base64.cc
[483/516] Compiling tasn_typ.cc
[484/516] Compiling f_string.cc
[485/516] Compiling tasn_fre.cc
[486/516] Compiling tasn_enc.cc
[487/516] Compiling asn_pack.cc
[488/516] Compiling f_int.cc
[489/516] Compiling posix_time.cc
[490/516] Compiling tasn_dec.cc
[491/516] Compiling tasn_utl.cc
[492/516] Compiling tasn_new.cc
[493/516] Compiling asn1_par.cc
[494/516] Compiling asn1_lib.cc
[495/516] Compiling a_type.cc
[496/516] Compiling a_time.cc
[497/516] Compiling a_utctm.cc
[498/516] Compiling a_octet.cc
[499/516] Compiling a_strex.cc
[500/516] Compiling a_object.cc
[501/516] Compiling a_i2d_fp.cc
[502/516] Compiling a_strnid.cc
[503/516] Compiling a_mbstr.cc
[504/516] Compiling a_d2i_fp.cc
[505/516] Compiling a_dup.cc
[506/516] Write sources
[507/516] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[507/516] Write sources
[510/516] Compiling a_int.cc
[511/516] Compiling a_gentm.cc
[512/560] Compiling a_bitstr.cc
[513/560] Compiling a_bool.cc
[515/560] Compiling Atomics ManagedAtomic.swift
[516/560] Compiling Algorithms Partition.swift
[517/560] Compiling Algorithms Permutations.swift
[518/560] Compiling Algorithms Product.swift
[519/562] Compiling Algorithms FirstNonNil.swift
[520/562] Compiling Algorithms FlattenCollection.swift
[521/562] Compiling Algorithms Grouped.swift
[522/562] Compiling Algorithms Joined.swift
[523/562] Compiling Algorithms Keyed.swift
[524/562] Compiling Algorithms Chain.swift
[525/562] Compiling Algorithms Chunked.swift
[526/562] Compiling Algorithms Combinations.swift
[527/562] Compiling Atomics IntegerOperations.swift
[528/562] Compiling Atomics Unmanaged extensions.swift
[529/562] Compiling Algorithms Split.swift
[530/562] Compiling Algorithms Stride.swift
[531/562] Compiling Algorithms Suffix.swift
[534/565] Compiling Algorithms Rotate.swift
[535/565] Compiling Algorithms Trim.swift
[536/565] Compiling Algorithms Unique.swift
[537/565] Compiling Algorithms Windows.swift
[544/565] Compiling Algorithms Compacted.swift
[545/565] Compiling Algorithms Cycle.swift
[546/565] Compiling Algorithms EitherSequence.swift
[547/565] Compiling c-nioatomics.c
[549/565] Compiling Algorithms Indexed.swift
[550/565] Compiling Algorithms Intersperse.swift
[551/565] Compiling Algorithms AdjacentPairs.swift
[559/565] Emitting module Atomics
[564/566] Compiling c-atomics.c
[566/572] Emitting module Algorithms
[567/573] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[569/573] Compiling NIOConcurrencyHelpers NIOLock.swift
[570/573] Compiling NIOConcurrencyHelpers atomics.swift
[571/573] Compiling NIOConcurrencyHelpers lock.swift
[572/573] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[573/573] Emitting module NIOConcurrencyHelpers
[575/633] Compiling NIOCore EventLoop.swift
[576/633] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[577/633] Compiling NIOCore EventLoopFuture+Deprecated.swift
[578/633] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[579/633] Compiling NIOCore EventLoopFuture.swift
[580/633] Compiling NIOCore FileDescriptor.swift
[581/633] Compiling NIOCore FileHandle.swift
[582/633] Compiling NIOCore FileRegion.swift
[583/641] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[584/641] Compiling NIOCore SocketAddresses.swift
[585/641] Compiling NIOCore SocketOptionProvider.swift
[586/641] Compiling NIOCore SystemCallHelpers.swift
[587/641] Compiling NIOCore TimeAmount+Duration.swift
[588/641] Compiling NIOCore TypeAssistedChannelHandler.swift
[589/641] Compiling NIOCore UniversalBootstrapSupport.swift
[590/641] Compiling NIOCore Utilities.swift
[591/641] Compiling NIOCore GlobalSingletons.swift
[592/641] Compiling NIOCore IO.swift
[593/641] Compiling NIOCore IOData.swift
[594/641] Compiling NIOCore IPProtocol.swift
[595/641] Compiling NIOCore IntegerBitPacking.swift
[596/641] Compiling NIOCore IntegerTypes.swift
[597/641] Compiling NIOCore Interfaces.swift
[598/641] Compiling NIOCore Linux.swift
[599/641] Compiling NIOCore MarkedCircularBuffer.swift
[600/641] Compiling NIOCore MulticastChannel.swift
[601/641] Compiling NIOCore NIOAny.swift
[602/641] Compiling NIOCore NIOCloseOnErrorHandler.swift
[603/641] Compiling NIOCore NIOLoopBound.swift
[604/641] Compiling NIOCore NIOScheduledCallback.swift
[605/641] Compiling NIOCore NIOSendable.swift
[606/641] Compiling NIOCore RecvByteBufferAllocator.swift
[607/641] Compiling NIOCore AddressedEnvelope.swift
[608/641] Compiling NIOCore AsyncAwaitSupport.swift
[609/641] Compiling NIOCore AsyncChannel.swift
[610/641] Compiling NIOCore AsyncChannelHandler.swift
[611/641] Compiling NIOCore AsyncChannelInboundStream.swift
[612/641] Compiling NIOCore AsyncChannelOutboundWriter.swift
[613/641] Compiling NIOCore NIOAsyncSequenceProducer.swift
[614/641] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[615/641] Compiling NIOCore NIOAsyncWriter.swift
[616/641] Compiling NIOCore ChannelPipeline.swift
[617/641] Compiling NIOCore CircularBuffer.swift
[618/641] Compiling NIOCore Codec.swift
[619/641] Compiling NIOCore ConvenienceOptionSupport.swift
[620/641] Compiling NIOCore DeadChannel.swift
[621/641] Compiling NIOCore DispatchQueue+WithFuture.swift
[622/641] Compiling NIOCore EventLoop+Deprecated.swift
[623/641] Compiling NIOCore EventLoop+SerialExecutor.swift
[624/641] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[625/641] Compiling NIOCore BSDSocketAPI.swift
[626/641] Compiling NIOCore ByteBuffer-aux.swift
[627/641] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[628/641] Compiling NIOCore ByteBuffer-conversions.swift
[629/641] Compiling NIOCore ByteBuffer-core.swift
[630/641] Compiling NIOCore ByteBuffer-hex.swift
[631/641] Compiling NIOCore ByteBuffer-int.swift
[632/641] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[633/641] Compiling NIOCore ByteBuffer-multi-int.swift
[634/641] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[635/641] Compiling NIOCore ByteBuffer-views.swift
[636/641] Compiling NIOCore Channel.swift
[637/641] Compiling NIOCore ChannelHandler.swift
[638/641] Compiling NIOCore ChannelHandlers.swift
[639/641] Compiling NIOCore ChannelInvoker.swift
[640/641] Compiling NIOCore ChannelOption.swift
[641/641] Emitting module NIOCore
[643/693] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[644/693] Emitting module NIOEmbedded
[645/693] Compiling NIOEmbedded AsyncTestingChannel.swift
[646/693] Compiling NIOPosix PooledRecvBufferAllocator.swift
[647/693] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[648/693] Compiling NIOPosix PosixSingletons.swift
[649/693] Compiling NIOPosix RawSocketBootstrap.swift
[650/693] Compiling NIOPosix Resolver.swift
[651/693] Compiling NIOPosix Selectable.swift
[652/699] Compiling NIOEmbedded Embedded.swift
[654/700] Compiling NIOPosix IO.swift
[655/700] Compiling NIOPosix IntegerBitPacking.swift
[656/700] Compiling NIOPosix IntegerTypes.swift
[657/700] Compiling NIOPosix Linux.swift
[658/700] Compiling NIOPosix LinuxCPUSet.swift
[659/700] Compiling NIOPosix LinuxUring.swift
[660/700] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[661/700] Compiling NIOPosix ThreadPosix.swift
[662/700] Compiling NIOPosix ThreadWindows.swift
[663/700] Compiling NIOPosix UnsafeTransfer.swift
[664/700] Compiling NIOPosix Utilities.swift
[665/700] Compiling NIOPosix VsockAddress.swift
[666/700] Compiling NIOPosix VsockChannelEvents.swift
[667/700] Compiling NIOPosix SelectableChannel.swift
[668/700] Compiling NIOPosix SelectableEventLoop.swift
[669/700] Compiling NIOPosix SelectorEpoll.swift
[670/700] Compiling NIOPosix SelectorGeneric.swift
[671/700] Compiling NIOPosix SelectorKqueue.swift
[672/700] Compiling NIOPosix SelectorUring.swift
[673/700] Compiling NIOPosix ServerSocket.swift
[674/700] Compiling NIOPosix Socket.swift
[675/700] Compiling NIOPosix SocketChannel.swift
[676/700] Compiling NIOPosix SocketProtocols.swift
[677/700] Compiling NIOPosix System.swift
[678/700] Compiling NIOPosix Thread.swift
[679/700] Compiling NIOPosix Bootstrap.swift
[680/700] Compiling NIOPosix ControlMessage.swift
[681/700] Compiling NIOPosix DatagramVectorReadManager.swift
[682/700] Compiling NIOPosix Errors+Any.swift
[683/700] Compiling NIOPosix FileDescriptor.swift
[684/700] Compiling NIOPosix GetaddrinfoResolver.swift
[685/700] Compiling NIOPosix HappyEyeballs.swift
[686/700] Compiling NIOPosix BSDSocketAPICommon.swift
[687/700] Compiling NIOPosix BSDSocketAPIPosix.swift
[688/700] Compiling NIOPosix BSDSocketAPIWindows.swift
[689/700] Compiling NIOPosix BaseSocket.swift
[690/700] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[691/700] Compiling NIOPosix BaseSocketChannel.swift
[692/700] Compiling NIOPosix BaseStreamSocketChannel.swift
[693/700] Emitting module NIOPosix
[694/700] Compiling NIOPosix NIOThreadPool.swift
[695/700] Compiling NIOPosix NonBlockingFileIO.swift
[696/700] Compiling NIOPosix PendingDatagramWritesManager.swift
[697/700] Compiling NIOPosix PendingWritesManager.swift
[698/700] Compiling NIOPosix PipeChannel.swift
[699/700] Compiling NIOPosix PipePair.swift
[700/700] Compiling NIOPosix Pool.swift
[702/703] Compiling NIO Exports.swift
[703/703] Emitting module NIO
[705/743] Emitting module NIOSOCKS
[706/744] Compiling NIOTLS TLSEvents.swift
[707/744] Compiling NIOSOCKS ClientStateMachine.swift
[708/744] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[709/744] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[710/744] Compiling NIOSOCKS SOCKSResponse.swift
[711/744] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[712/744] Compiling NIOSOCKS SOCKSClientHandler.swift
[713/744] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[714/744] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[715/746] Emitting module NIOTLS
[716/746] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[717/746] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[718/746] Compiling NIOSOCKS AuthenticationMethod.swift
[719/746] Compiling NIOSOCKS ClientGreeting.swift
[720/746] Emitting module NIOFoundationCompat
[721/747] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[723/747] Compiling NIOSOCKS ServerStateMachine.swift
[726/747] Compiling NIOSOCKS SOCKSRequest.swift
[727/747] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[728/747] Compiling NIOSOCKS Messages.swift
[730/747] Compiling NIOSOCKS Errors.swift
[731/747] Compiling NIOSOCKS Helpers.swift
[732/748] Emitting module NIOHTTP1
[733/748] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[734/748] Compiling NIOTLS SNIHandler.swift
[737/749] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[738/749] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[739/749] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[740/749] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[741/749] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[742/749] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[745/800] Compiling NIOSSL SSLPrivateKey.swift
[746/800] Compiling NIOSSL NIOSSLSecureBytes.swift
[747/800] Compiling NIOSSL RNG.swift
[748/800] Compiling NIOSSL SSLErrors.swift
[749/800] Compiling NIOSSL SSLInit.swift
[750/800] Compiling NIOSSL SSLPKCS12Bundle.swift
[751/800] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[752/800] Compiling NIOSSL SubjectAlternativeName.swift
[753/800] Compiling NIOSSL NIOSSLServerHandler.swift
[754/800] Compiling NIOSSL ObjectIdentifier.swift
[755/800] Compiling NIOSSL PosixPort.swift
[756/800] Compiling NIOSSL SSLCallbacks.swift
[757/802] Compiling NIOSSL SafeCompare.swift
[758/802] Compiling NIOSSL Zeroization.swift
[759/802] Compiling NIOSSL LinuxCABundle.swift
[760/802] Emitting module NIOTransportServices
[761/802] Compiling NIOSSL SSLCertificate.swift
[762/802] Compiling NIOSSL SSLCertificateExtensions.swift
[763/802] Compiling NIOSSL SSLConnection.swift
[764/802] Compiling NIOSSL SSLContext.swift
[765/802] Compiling NIOSSL SSLPublicKey.swift
[766/802] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[767/802] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[768/802] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[776/830] Compiling ElasticSwiftCore Request.swift
[777/830] Compiling ElasticSwiftCore QueryDSL.swift
[778/830] 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
[779/830] Compiling NIOHPACK IndexedHeaderTable.swift
[788/831] Compiling NIOHPACK HPACKHeader.swift
[789/831] Compiling NIOHPACK HeaderTables.swift
[792/834] Compiling ElasticSwiftCore HTTPResponse.swift
[793/834] Compiling NIOHPACK IntegerCoding.swift
[794/834] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[795/834] Compiling ElasticSwiftCore HTTPAdaptor.swift
[796/834] Compiling ElasticSwiftCore HTTPRequest.swift
[797/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
[798/834] Compiling ElasticSwiftCore ElasticSwiftCore.swift
[799/835] Emitting module NIOSSL
[800/835] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[801/835] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[803/835] Compiling NIOHPACK StaticHeaderTable.swift
[804/835] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[805/835] Emitting module NIOHPACK
[806/835] Compiling NIOHPACK DynamicHeaderTable.swift
[807/835] Compiling NIOHPACK HPACKDecoder.swift
[808/835] Compiling NIOHTTPCompression HTTPDecompression.swift
[809/835] Emitting module NIOHTTPCompression
[810/835] Compiling NIOHTTPCompression HTTPCompression.swift
[811/835] Compiling NIOHPACK HuffmanTables.swift
[812/836] Compiling NIOHPACK HuffmanCoding.swift
[814/836] Compiling NIOHPACK HPACKEncoder.swift
[815/836] Compiling NIOHPACK HPACKErrors.swift
[819/861] Compiling ElasticSwiftQueryDSL GeoQueryBuilders.swift
[820/861] Compiling ElasticSwiftQueryDSL JoiningQueryBuilders.swift
[821/861] Compiling ElasticSwiftQueryDSL MatchAllBuilders.swift
[822/861] Compiling ElasticSwiftQueryDSL ElasticSwiftDSL.swift
[826/861] Compiling NIOSSL NIOSSLHandler.swift
[827/861] Compiling NIOSSL AndroidCABundle.swift
[828/861] Compiling NIOSSL ByteBufferBIO.swift
[829/861] Compiling NIOSSL CustomPrivateKey.swift
[830/861] Compiling NIOSSL IdentityVerification.swift
[831/861] Compiling ElasticSwiftQueryDSL SpanQueryBuilders.swift
[832/861] Compiling ElasticSwiftQueryDSL SpecializedQueryBuilders.swift
[833/861] Compiling ElasticSwiftQueryDSL TermLevelQueryBuilders.swift
[834/861] Compiling ElasticSwiftQueryDSL CompoundQuries.swift
[835/861] Compiling ElasticSwiftNetworking ElasticSwiftNetworking.swift
[836/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 |
[837/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 | }
[838/862] Compiling NIOSSL TLSConfiguration.swift
[839/862] Compiling NIOSSL UniversalBootstrapSupport.swift
[840/862] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[843/921] Compiling NIOHTTP2 MaySendFrames.swift
[844/921] Compiling NIOHTTP2 SendingDataState.swift
[845/921] Compiling NIOHTTP2 SendingGoawayState.swift
[846/921] Compiling NIOHTTP2 SendingHeadersState.swift
[847/921] Compiling NIOHTTP2 SendingPushPromiseState.swift
[848/921] Compiling NIOHTTP2 SendingRstStreamState.swift
[849/921] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[850/921] Compiling NIOHTTP2 HTTP2SettingsState.swift
[851/929] Compiling NIOHTTP2 ConnectionStateMachine.swift
[852/929] Compiling NIOHTTP2 ConnectionStreamsState.swift
[853/929] Compiling NIOHTTP2 MayReceiveFrames.swift
[854/929] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[855/929] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[856/929] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[860/931] Compiling NIOHTTP2 ReceivingDataState.swift
[861/931] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[862/931] Compiling NIOHTTP2 ReceivingHeadersState.swift
[863/931] Emitting module ElasticSwiftQueryDSL
[864/931] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[865/931] Compiling NIOHTTP2 HasFlowControlWindows.swift
[866/931] Compiling NIOHTTP2 HasLocalSettings.swift
[867/931] Compiling ElasticSwiftQueryDSL SpecializedQuries.swift
[868/931] Compiling ElasticSwiftQueryDSL TermLevelQueries.swift
[869/931] Compiling NIOHTTP2 QuiescingState.swift
[870/931] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[871/931] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[872/931] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[873/931] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[874/931] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[875/931] Compiling NIOHTTP2 HTTP2StreamID.swift
[876/931] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[877/931] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[878/931] Compiling NIOHTTP2 HTTP2UserEvents.swift
[879/931] Compiling NIOHTTP2 InboundEventBuffer.swift
[894/931] Emitting module NIOHTTP2
[895/931] Compiling NIOHTTP2 InboundWindowManager.swift
[896/931] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[897/931] Compiling NIOHTTP2 StreamChannelFlowController.swift
[898/931] Compiling NIOHTTP2 StreamChannelList.swift
[899/931] Compiling NIOHTTP2 StreamMap.swift
[900/931] Compiling NIOHTTP2 StreamStateMachine.swift
[901/931] Compiling NIOHTTP2 UnsafeTransfer.swift
[902/931] Compiling NIOHTTP2 WatermarkedFlowController.swift
[903/931] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[904/931] Compiling NIOHTTP2 HTTP2Frame.swift
[905/931] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[906/931] Compiling NIOHTTP2 HTTP2FrameParser.swift
[907/931] Compiling NIOHTTP2 HTTP2PingData.swift
[908/931] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[909/931] Compiling NIOHTTP2 HTTP2Settings.swift
[910/931] Compiling NIOHTTP2 HTTP2Stream.swift
[911/931] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[912/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[913/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[914/931] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[915/931] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[916/931] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[917/931] Compiling NIOHTTP2 HTTP2Error.swift
[918/931] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[919/931] Compiling NIOHTTP2 StateMachineResult.swift
[920/931] Compiling NIOHTTP2 ContentLengthVerifier.swift
[921/931] Compiling NIOHTTP2 DOSHeuristics.swift
[922/931] Compiling NIOHTTP2 Error+Any.swift
[923/931] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[924/931] Compiling NIOHTTP2 ControlFrameBuffer.swift
[925/931] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[926/931] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[930/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[931/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[932/991] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[933/992] Emitting module AsyncHTTPClient
[935/1028] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[936/1028] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[937/1028] Compiling AsyncHTTPClient Transaction.swift
[938/1028] Compiling AsyncHTTPClient Base64.swift
[939/1028] Compiling AsyncHTTPClient BasicAuth.swift
[940/1028] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[941/1028] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[942/1028] Compiling AsyncHTTPClient ConnectionPool.swift
[943/1028] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[944/1028] Compiling ElasticSwift ReIndexRequest.swift
[945/1028] Compiling ElasticSwift SearchRequest.swift
[946/1028] Compiling AsyncHTTPClient DeconstructedURL.swift
[947/1028] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[948/1028] Compiling AsyncHTTPClient FoundationExtensions.swift
[949/1028] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[950/1028] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[951/1028] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[952/1028] Compiling ElasticSwift DeleteByQueryRequest.swift
[953/1028] Compiling ElasticSwift DeleteRequest.swift
[954/1028] Compiling ElasticSwift ExplainRequest.swift
[955/1028] Compiling ElasticSwift FieldCaps.swift
[956/1028] Compiling ElasticSwift Clusters.swift
[957/1028] Compiling ElasticSwift Indices.swift
[958/1028] Compiling ElasticSwift ElasticSwift.swift
[959/1028] Compiling ElasticSwift Errors.swift
[960/1028] Compiling AsyncHTTPClient RequestBag.swift
[961/1028] Compiling AsyncHTTPClient RequestValidation.swift
[962/1028] Compiling AsyncHTTPClient SSLContextCache.swift
[963/1028] Compiling AsyncHTTPClient Scheme.swift
[964/1028] Compiling AsyncHTTPClient Singleton.swift
[965/1028] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[966/1028] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[967/1028] Compiling AsyncHTTPClient Utils.swift
[968/1028] 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 |
[969/1031] Compiling ElasticSwift UpdateRequest.swift
[970/1031] Compiling ElasticSwift IndicesResponse.swift
[971/1031] Compiling ElasticSwift Response.swift
[972/1031] Compiling ElasticSwift StoredScriptRequests.swift
[973/1031] Compiling ElasticSwift Suggesters.swift
[974/1031] Compiling ElasticSwift TermVectorsRequest.swift
[975/1031] Compiling ElasticSwift UpdateByQueryRequest.swift
[976/1031] Compiling ElasticSwift MultiTermVectorsRequest.swift
[977/1031] Compiling ElasticSwift RankEvalRequest.swift
[978/1031] Compiling ElasticSwift Transport.swift
[979/1031] Compiling ElasticSwift BlukRequest.swift
[980/1031] Compiling ElasticSwift ClusterRequests.swift
[981/1031] Compiling ElasticSwift CountRequest.swift
[982/1031] Compiling ElasticSwift GetRequest.swift
[983/1031] Compiling ElasticSwift IndexRequest.swift
[984/1031] Compiling ElasticSwift IndicesRequests.swift
[985/1031] Compiling ElasticSwift MultiGetRequest.swift
[986/1031] Compiling ElasticSwift ResponseConverters.swift
[987/1031] Compiling ElasticSwift Serialization.swift
[988/1031] Compiling ElasticSwift Utils.swift
[989/1031] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[990/1031] Compiling AsyncHTTPClient TLSEventsHandler.swift
[991/1031] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[992/1031] Compiling AsyncHTTPClient HTTP1Connection.swift
[993/1031] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[994/1031] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[995/1031] Compiling AsyncHTTPClient HTTP2Connection.swift
[996/1031] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[997/1031] Compiling AsyncHTTPClient HTTPClient.swift
[998/1031] Compiling AsyncHTTPClient HTTPHandler.swift
[999/1031] Compiling AsyncHTTPClient LRUCache.swift
[1000/1031] Compiling AsyncHTTPClient NWErrorHandler.swift
[1001/1031] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1002/1031] Compiling AsyncHTTPClient TLSConfiguration.swift
[1003/1031] Compiling AsyncHTTPClient RedirectState.swift
[1004/1031] Compiling AsyncHTTPClient RequestBag+StateMachine.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 |
/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 | }
[1018/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)
[1019/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))
[1020/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)
/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! (162.35s)
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.