Build Information
Successful build of async-http-client, reference 1.1.1 (037b70
), with Swift 6.1 for Android on 29 May 2025 02:11:39 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iainsmith/async-http-client.git
Reference: 1.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/iainsmith/async-http-client
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 037b702 fix location header lookup
Cloned https://github.com/iainsmith/async-http-client.git
Revision (git rev-parse @):
037b70291941fe43de668066eb6fb802c5e181d2
SUCCESS checkout https://github.com/iainsmith/async-http-client.git at 1.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/iainsmith/async-http-client.git
https://github.com/iainsmith/async-http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.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.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
}
],
"manifest_display_name" : "async-http-client",
"name" : "async-http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncHTTPClient",
"targets" : [
"AsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClientTests",
"path" : "Tests/AsyncHTTPClientTests",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOSSL",
"NIOFoundationCompat",
"NIOTestUtils"
],
"sources" : [
"HTTPClientCookieTests+XCTest.swift",
"HTTPClientCookieTests.swift",
"HTTPClientInternalTests+XCTest.swift",
"HTTPClientInternalTests.swift",
"HTTPClientTestUtils.swift",
"HTTPClientTests+XCTest.swift",
"HTTPClientTests.swift"
],
"target_dependencies" : [
"AsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "AsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClient",
"path" : "Sources/AsyncHTTPClient",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"NIOSSL",
"NIOConcurrencyHelpers",
"NIOHTTPCompression",
"NIOFoundationCompat"
],
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"HTTPClient+HTTPCookie.swift",
"HTTPClient.swift",
"HTTPClientProxyHandler.swift",
"HTTPHandler.swift",
"RequestValidation.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5914] Fetching swift-nio-extras
[5915/20757] Fetching swift-nio-extras, swift-nio-ssl
[7548/96850] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.77s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.80s)
Fetched https://github.com/apple/swift-nio.git from cache (5.91s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (7.72s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/5959] Fetching swift-algorithms
[5960/8385] Fetching swift-algorithms, swift-service-lifecycle
[6252/9975] Fetching swift-algorithms, swift-service-lifecycle, swift-asn1
[6253/14960] Fetching swift-algorithms, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[7842/21115] Fetching swift-algorithms, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
[8267/24951] Fetching swift-algorithms, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.03s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.25s)
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.25s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-certificates.git from cache (1.28s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.28s)
[1/1710] Fetching swift-atomics
[1711/2614] Fetching swift-atomics, swift-http-types
[2615/3755] Fetching swift-atomics, swift-http-types, swift-http-structured-headers
[2673/15282] Fetching swift-atomics, swift-http-types, swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
[2329/14378] Fetching swift-atomics, swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
[3332/12668] Fetching swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
[2536/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.56s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.05s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.46s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.16s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.84s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.70s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.76s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.26s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.75s)
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.66s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/430] Write sources
[14/430] Compiling _AtomicsShims.c
[15/430] Compiling CNIOLLHTTP c_nio_http.c
[16/430] Compiling CNIOWindows shim.c
[17/430] Compiling CNIOWASI CNIOWASI.c
[18/430] Compiling CNIOWindows WSAStartup.c
[19/430] Compiling CNIOLinux liburing_shims.c
[20/430] Compiling CNIOExtrasZlib empty.c
[21/430] Compiling CNIOLLHTTP c_nio_api.c
[22/430] Compiling CNIODarwin shim.c
[23/430] Compiling fiat_p256_adx_sqr.S
[24/430] Compiling CNIOLinux shim.c
[25/430] Compiling fiat_p256_adx_mul.S
[26/430] Write swift-version-24593BA9C3E375BF.txt
[27/430] Compiling fiat_curve25519_adx_square.S
[28/430] Compiling fiat_curve25519_adx_mul.S
[29/430] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/437] Compiling CNIOBoringSSLShims shims.c
[31/450] Compiling x_sig.cc
[32/450] Compiling a_sign.cc
[34/450] Emitting module InternalCollectionsUtilities
[34/451] Compiling tls_record.cc
[35/451] Compiling tls_method.cc
[36/451] Compiling tls13_client.cc
[37/451] Compiling tls13_server.cc
[38/451] Compiling tls13_enc.cc
[40/451] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/451] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/451] Compiling InternalCollectionsUtilities _SortedCollection.swift
[43/451] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[44/451] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[45/451] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[46/451] Compiling InternalCollectionsUtilities Debugging.swift
[47/451] Compiling InternalCollectionsUtilities Descriptions.swift
[48/451] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/451] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/451] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[51/451] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/451] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/451] Compiling InternalCollectionsUtilities Integer rank.swift
[54/451] Compiling _NIODataStructures PriorityQueue.swift
[55/451] Compiling _NIODataStructures _TinyArray.swift
[56/451] Emitting module _NIOBase64
[57/451] Compiling _NIOBase64 Base64.swift
[58/453] Compiling t1_enc.cc
[59/453] Compiling tls13_both.cc
[61/453] Emitting module _NIODataStructures
[62/453] Compiling _NIODataStructures Heap.swift
[62/454] Compiling ssl_versions.cc
[64/454] Compiling ssl_x509.cc
[66/454] Compiling ssl_transcript.cc
[68/469] Compiling DequeModule _DequeBuffer.swift
[69/469] Compiling DequeModule _DequeBufferHeader.swift
[70/471] Compiling DequeModule Deque+CustomReflectable.swift
[71/471] Compiling DequeModule Deque+Descriptions.swift
[72/471] Compiling DequeModule Deque+Equatable.swift
[73/471] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/471] Compiling DequeModule _DequeSlot.swift
[75/471] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/471] Compiling DequeModule Deque+Extras.swift
[77/471] Compiling DequeModule Deque+Hashable.swift
[78/471] Compiling DequeModule Deque._UnsafeHandle.swift
[79/471] Compiling DequeModule Deque.swift
[80/471] Compiling DequeModule Deque+Testing.swift
[81/471] Compiling DequeModule Deque._Storage.swift
[81/471] Compiling ssl_session.cc
[82/471] Compiling ssl_key_share.cc
[83/471] Compiling ssl_stat.cc
[85/471] Emitting module DequeModule
[86/471] Compiling DequeModule Deque+Codable.swift
[87/471] Compiling DequeModule Deque+Collection.swift
[88/472] Compiling ssl_privkey.cc
[89/472] Compiling ssl_lib.cc
[90/472] Compiling ssl_credential.cc
[91/472] Compiling ssl_file.cc
[92/472] Compiling ssl_buffer.cc
[93/472] Compiling ssl_asn1.cc
[94/472] Compiling ssl_cipher.cc
[95/472] Compiling ssl_cert.cc
[96/472] Compiling s3_pkt.cc
[97/472] Compiling s3_lib.cc
[98/472] Compiling ssl_aead_ctx.cc
[99/472] Compiling s3_both.cc
[100/472] Compiling handshake.cc
[101/472] Compiling handoff.cc
[102/472] Compiling handshake_client.cc
[103/472] Compiling dtls_record.cc
[104/472] Compiling encrypted_client_hello.cc
[105/472] Compiling handshake_server.cc
[106/472] Compiling md5-x86_64-linux.S
[107/472] Compiling md5-x86_64-apple.S
[108/472] Compiling dtls_method.cc
[109/472] Compiling md5-586-linux.S
[110/472] Compiling md5-586-apple.S
[111/472] Compiling extensions.cc
[112/472] Compiling chacha20_poly1305_x86_64-linux.S
[113/472] Compiling chacha20_poly1305_x86_64-apple.S
[114/472] Compiling chacha20_poly1305_armv8-win.S
[115/472] Compiling chacha20_poly1305_armv8-linux.S
[116/472] Compiling chacha20_poly1305_armv8-apple.S
[117/472] Compiling chacha-x86_64-linux.S
[118/472] Compiling chacha-x86_64-apple.S
[119/472] Compiling chacha-x86-apple.S
[120/472] Compiling chacha-x86-linux.S
[121/472] Compiling d1_pkt.cc
[122/472] Compiling d1_srtp.cc
[123/472] Compiling chacha-armv8-apple.S
[124/472] Compiling chacha-armv8-win.S
[125/472] Compiling chacha-armv8-linux.S
[126/472] Compiling err_data.cc
[127/472] Compiling aes128gcmsiv-x86_64-linux.S
[127/472] Compiling chacha-armv4-linux.S
[129/472] Compiling aes128gcmsiv-x86_64-apple.S
[130/472] Compiling x86_64-mont5-linux.S
[131/472] Compiling x86_64-mont5-apple.S
[132/472] Compiling d1_lib.cc
[133/472] Compiling x86_64-mont-apple.S
[134/472] Compiling x86_64-mont-linux.S
[135/472] Compiling x86-mont-linux.S
[136/472] Compiling bio_ssl.cc
[137/472] Compiling x86-mont-apple.S
[138/472] Compiling vpaes-x86_64-linux.S
[139/472] Compiling vpaes-x86_64-apple.S
[140/472] Compiling vpaes-x86-linux.S
[141/472] Compiling vpaes-x86-apple.S
[142/472] Compiling vpaes-armv8-linux.S
[143/472] Compiling vpaes-armv7-linux.S
[144/472] Compiling vpaes-armv8-win.S
[145/472] Compiling vpaes-armv8-apple.S
[146/472] Compiling sha512-x86_64-linux.S
[147/472] Compiling sha512-x86_64-apple.S
[148/472] Compiling sha512-armv8-win.S
[149/472] Compiling sha512-armv8-apple.S
[150/472] Compiling sha512-586-apple.S
[151/472] Compiling sha512-586-linux.S
[152/472] Compiling sha512-armv4-linux.S
[153/472] Compiling sha512-armv8-linux.S
[154/472] Compiling sha256-x86_64-linux.S
[155/472] Compiling sha256-armv8-win.S
[156/472] Compiling sha256-x86_64-apple.S
[157/472] Compiling sha256-armv4-linux.S
[158/472] Compiling sha256-armv8-apple.S
[159/472] Compiling sha256-586-linux.S
[160/472] Compiling sha256-armv8-linux.S
[161/472] Compiling sha256-586-apple.S
[162/472] Compiling sha1-x86_64-apple.S
[163/472] Compiling sha1-armv8-win.S
[164/472] Compiling sha1-x86_64-linux.S
[165/472] Compiling sha1-armv8-apple.S
[166/472] Compiling sha1-armv4-large-linux.S
[167/472] Compiling sha1-586-linux.S
[168/472] Compiling sha1-armv8-linux.S
[169/472] Compiling sha1-586-apple.S
[170/472] Compiling rsaz-avx2-linux.S
[171/472] Compiling rsaz-avx2-apple.S
[172/472] Compiling rdrand-x86_64-linux.S
[173/472] Compiling rdrand-x86_64-apple.S
[174/472] Compiling p256_beeu-x86_64-asm-linux.S
[175/472] Compiling p256_beeu-armv8-asm-linux.S
[176/472] Compiling p256_beeu-armv8-asm-win.S
[177/472] Compiling p256_beeu-x86_64-asm-apple.S
[178/472] Compiling p256_beeu-armv8-asm-apple.S
[179/472] Compiling p256-x86_64-asm-linux.S
[180/472] Compiling p256-x86_64-asm-apple.S
[181/472] Compiling p256-armv8-asm-win.S
[182/472] Compiling p256-armv8-asm-apple.S
[183/472] Compiling ghashv8-armv8-win.S
[184/472] Compiling ghashv8-armv8-linux.S
[185/472] Compiling ghashv8-armv8-apple.S
[186/472] Compiling p256-armv8-asm-linux.S
[187/472] Compiling ghashv8-armv7-linux.S
[188/472] Compiling ghash-x86_64-linux.S
[188/472] Compiling ghash-x86_64-apple.S
[190/472] Compiling ghash-x86-linux.S
[191/472] Compiling ghash-x86-apple.S
[192/472] Compiling ghash-ssse3-x86_64-apple.S
[193/472] Compiling ghash-ssse3-x86_64-linux.S
[194/472] Compiling ghash-ssse3-x86-linux.S
[195/472] Compiling ghash-ssse3-x86-apple.S
[196/472] Compiling ghash-neon-armv8-win.S
[197/472] Compiling ghash-neon-armv8-linux.S
[198/472] Compiling ghash-neon-armv8-apple.S
[199/472] Compiling ghash-armv4-linux.S
[200/472] Compiling d1_both.cc
[201/472] Compiling co-586-apple.S
[202/472] Compiling co-586-linux.S
[203/472] Compiling bsaes-armv7-linux.S
[204/472] Compiling bn-armv8-win.S
[205/472] Compiling bn-armv8-linux.S
[206/472] Compiling bn-armv8-apple.S
[207/472] Compiling bn-586-linux.S
[208/472] Compiling bn-586-apple.S
[209/472] Compiling armv8-mont-win.S
[210/472] Compiling armv8-mont-apple.S
[211/472] Compiling armv8-mont-linux.S
[212/472] Compiling armv4-mont-linux.S
[213/472] Compiling aesv8-gcm-armv8-win.S
[214/472] Compiling aesv8-armv8-win.S
[215/472] Compiling aesv8-gcm-armv8-apple.S
[216/472] Compiling aesv8-gcm-armv8-linux.S
[217/472] Compiling aesv8-armv8-linux.S
[218/472] Compiling aesv8-armv7-linux.S
[219/472] Compiling aesv8-armv8-apple.S
[220/472] Compiling aesni-x86_64-linux.S
[221/472] Compiling aesni-x86-linux.S
[222/472] Compiling aesni-x86_64-apple.S
[223/472] Compiling aesni-gcm-x86_64-linux.S
[224/472] Compiling aesni-x86-apple.S
[225/472] Compiling aes-gcm-avx2-x86_64-linux.S
[226/472] Compiling aesni-gcm-x86_64-apple.S
[227/472] Compiling aes-gcm-avx2-x86_64-apple.S
[228/472] Compiling aes-gcm-avx10-x86_64-apple.S
[229/472] Compiling aes-gcm-avx10-x86_64-linux.S
[230/472] Compiling x_spki.cc
[231/472] Compiling x_name.cc
[232/472] Compiling x_x509a.cc
[233/472] Compiling x_req.cc
[233/472] Compiling x_x509.cc
[235/472] Compiling x_exten.cc
[236/472] Compiling x_val.cc
[237/472] Compiling x_pubkey.cc
[238/472] Compiling x_algor.cc
[239/472] Compiling x_attrib.cc
[240/472] Compiling x_all.cc
[241/472] Compiling x_crl.cc
[242/472] Compiling x509spki.cc
[243/472] Compiling x509rset.cc
[244/472] Compiling x509cset.cc
[245/472] Compiling x509name.cc
[246/472] Compiling x509_vfy.cc
[247/472] Compiling x509_vpm.cc
[248/472] Compiling x509_txt.cc
[249/472] Compiling x509_v3.cc
[250/472] Compiling x509_req.cc
[251/472] Compiling x509_obj.cc
[252/472] Compiling x509_trs.cc
[253/472] Compiling x509_set.cc
[254/472] Compiling x509_ext.cc
[255/472] Compiling x509_lu.cc
[256/472] Compiling x509_def.cc
[257/472] Compiling x509_cmp.cc
[258/472] Compiling x509.cc
[259/472] Compiling x509_d2.cc
[260/472] Compiling x509_att.cc
[261/472] Compiling v3_utl.cc
[262/472] Compiling v3_purp.cc
[263/472] Compiling v3_skey.cc
[264/472] Compiling v3_pmaps.cc
[265/472] Compiling v3_prn.cc
[266/472] Compiling v3_pcons.cc
[267/472] Compiling v3_ncons.cc
[268/472] Compiling v3_ocsp.cc
[269/472] Compiling v3_int.cc
[270/472] Compiling v3_lib.cc
[271/472] Compiling v3_info.cc
[272/472] Compiling v3_enum.cc
[273/472] Compiling v3_ia5.cc
[274/472] Compiling v3_extku.cc
[275/472] Compiling v3_crld.cc
[276/472] Compiling v3_genn.cc
[277/472] Compiling v3_bcons.cc
[278/472] Compiling v3_cpols.cc
[279/472] Compiling v3_alt.cc
[280/472] Compiling v3_conf.cc
[281/472] Compiling v3_bitst.cc
[282/472] Compiling v3_akeya.cc
[283/472] Compiling v3_akey.cc
[284/472] Compiling t_x509a.cc
[284/472] Compiling t_x509.cc
[286/472] Compiling t_crl.cc
[287/472] Compiling i2d_pr.cc
[288/472] Compiling t_req.cc
[289/472] Compiling rsa_pss.cc
[290/472] Compiling policy.cc
[291/472] Compiling name_print.cc
[292/472] Compiling by_file.cc
[293/472] Compiling by_dir.cc
[294/472] Compiling asn1_gen.cc
[295/472] Compiling a_verify.cc
[296/472] Compiling voprf.cc
[297/472] Compiling algorithm.cc
[298/472] Compiling a_digest.cc
[299/472] Compiling trust_token.cc
[300/472] Compiling thread_win.cc
[301/472] Compiling thread.cc
[302/472] Compiling thread_pthread.cc
[303/472] Compiling thread_none.cc
[304/472] Compiling stack.cc
[305/472] Compiling pmbtoken.cc
[306/472] Compiling slhdsa.cc
[307/472] Compiling sha256.cc
[308/472] Compiling sha512.cc
[309/472] Compiling siphash.cc
[310/472] Compiling spake2plus.cc
[311/472] Compiling sha1.cc
[312/472] Compiling rsa_print.cc
[313/472] Compiling rsa_crypt.cc
[314/472] Compiling rsa_extra.cc
[315/472] Compiling rc4.cc
[315/472] Compiling refcount.cc
[317/472] Compiling urandom.cc
[318/472] Compiling windows.cc
[319/472] Compiling rsa_asn1.cc
[320/472] Compiling rand.cc
[321/472] Compiling trusty.cc
[322/472] Compiling ios.cc
[323/472] Compiling getentropy.cc
[324/472] Compiling poly1305_arm_asm.S
[325/472] Compiling fork_detect.cc
[326/472] Compiling forkunsafe.cc
[327/472] Compiling passive.cc
[328/472] Compiling deterministic.cc
[329/472] Compiling poly1305_vec.cc
[330/472] Compiling poly1305_arm.cc
[331/472] Compiling poly1305.cc
[332/472] Compiling pool.cc
[333/472] Compiling p5_pbev2.cc
[334/472] Compiling pkcs7.cc
[335/472] Compiling pkcs8_x509.cc
[336/472] Compiling pkcs7_x509.cc
[337/472] Compiling pkcs8.cc
[338/472] Compiling pem_x509.cc
[339/472] Compiling pem_xaux.cc
[340/472] Compiling pem_pkey.cc
[341/472] Compiling pem_pk8.cc
[342/472] Compiling pem_oth.cc
[343/472] Compiling obj_xref.cc
[344/472] Compiling pem_info.cc
[345/472] Compiling pem_lib.cc
[346/472] Compiling mlkem.cc
[347/472] Compiling pem_all.cc
[348/472] Compiling mldsa.cc
[349/472] Compiling mem.cc
[350/472] Compiling poly_rq_mul.S
[351/472] Compiling fips_shared_support.cc
[352/472] Compiling obj.cc
[353/472] Compiling md5.cc
[354/472] Compiling md4.cc
[355/472] Compiling lhash.cc
[356/472] Compiling scrypt.cc
[357/472] Compiling ex_data.cc
[358/472] Compiling hpke.cc
[359/472] Compiling sign.cc
[360/472] Compiling kyber.cc
[361/472] Compiling print.cc
[362/472] Compiling hrss.cc
[363/472] Compiling p_x25519.cc
[364/472] Compiling pbkdf.cc
[365/472] Compiling p_rsa_asn1.cc
[366/472] Compiling p_x25519_asn1.cc
[367/472] Compiling p_rsa.cc
[368/472] Compiling p_hkdf.cc
[369/472] Compiling p_ed25519.cc
[370/472] Compiling p_ed25519_asn1.cc
[371/472] Compiling p_ec.cc
[372/472] Compiling p_ec_asn1.cc
[373/472] Compiling p_dh.cc
[374/472] Compiling p_dh_asn1.cc
[375/472] Compiling p_dsa_asn1.cc
[376/472] Compiling evp_ctx.cc
[377/472] Compiling engine.cc
[378/472] Compiling evp.cc
[379/472] Compiling err.cc
[380/472] Compiling evp_asn1.cc
[381/472] Compiling ec_derive.cc
[382/472] Compiling ecdsa_asn1.cc
[383/472] Compiling hash_to_curve.cc
[384/472] Compiling ecdh.cc
[385/472] Compiling dsa_asn1.cc
[386/472] Compiling dsa.cc
[387/472] Compiling des.cc
[388/472] Compiling ec_asn1.cc
[389/472] Compiling params.cc
[390/472] Compiling x25519-asm-arm.S
[391/472] Compiling bcm.cc
[392/472] Compiling dh_asn1.cc
[393/472] Compiling digest_extra.cc
[394/472] Compiling curve25519_64_adx.cc
[395/472] Compiling spake25519.cc
[396/472] Compiling cpu_arm_freebsd.cc
[397/472] Compiling cpu_intel.cc
[398/472] Compiling crypto.cc
[398/472] Compiling cpu_arm_linux.cc
[400/472] Compiling cpu_aarch64_win.cc
[401/472] Compiling curve25519.cc
[402/472] Compiling cpu_aarch64_sysreg.cc
[403/472] Compiling cpu_aarch64_openbsd.cc
[404/472] Compiling cpu_aarch64_fuchsia.cc
[405/472] Compiling cpu_aarch64_linux.cc
[406/472] Compiling get_cipher.cc
[407/472] Compiling tls_cbc.cc
[408/472] Compiling cpu_aarch64_apple.cc
[409/472] Compiling conf.cc
[410/472] Compiling e_tls.cc
[411/472] Compiling e_rc4.cc
[412/472] Compiling e_rc2.cc
[413/472] Compiling e_des.cc
[414/472] Compiling e_null.cc
[415/472] Compiling e_aesgcmsiv.cc
[416/472] Compiling e_chacha20poly1305.cc
[417/472] Compiling derive_key.cc
[418/472] Compiling e_aesctrhmac.cc
[419/472] Compiling unicode.cc
[420/472] Compiling buf.cc
[421/472] Compiling asn1_compat.cc
[422/472] Compiling ber.cc
[423/472] Compiling chacha.cc
[424/472] Compiling cbb.cc
[425/472] Compiling cbs.cc
[426/472] Compiling blake2.cc
[427/472] Compiling printf.cc
[428/472] Compiling socket.cc
[429/472] Compiling bn_asn1.cc
[430/472] Compiling socket_helper.cc
[431/472] Compiling hexdump.cc
[432/472] Compiling fd.cc
[433/472] Compiling convert.cc
[434/472] Compiling errno.cc
[435/472] Compiling pair.cc
[436/472] Compiling connect.cc
[437/472] Compiling bio.cc
[438/472] Compiling file.cc
[439/472] Compiling base64.cc
[440/472] Compiling bio_mem.cc
[441/472] Compiling tasn_new.cc
[442/472] Compiling tasn_utl.cc
[443/472] Compiling tasn_typ.cc
[444/472] Compiling tasn_fre.cc
[444/472] Compiling posix_time.cc
[446/472] Compiling tasn_enc.cc
[447/472] Compiling f_string.cc
[448/472] Compiling f_int.cc
[449/472] Compiling tasn_dec.cc
[450/472] Compiling a_type.cc
[451/472] Compiling asn1_par.cc
[452/472] Compiling asn_pack.cc
[453/472] Compiling a_utctm.cc
[454/472] Compiling asn1_lib.cc
[455/472] Compiling a_time.cc
[456/472] Compiling a_strnid.cc
[457/472] Compiling a_strex.cc
[458/472] Compiling a_octet.cc
[459/472] Compiling a_i2d_fp.cc
[460/472] Compiling a_object.cc
[461/472] Compiling a_mbstr.cc
[462/472] Compiling a_bool.cc
[462/472] Write sources
[465/472] Compiling a_dup.cc
[466/472] Compiling a_d2i_fp.cc
[467/472] Compiling a_int.cc
[468/472] Compiling a_gentm.cc
[469/472] Compiling a_bitstr.cc
[471/491] Compiling Atomics ManagedAtomic.swift
[472/491] Compiling Atomics ManagedAtomicLazyReference.swift
[473/493] Compiling Atomics UnsafeAtomic.swift
[474/493] Compiling Atomics UnsafeAtomicLazyReference.swift
[475/493] Compiling Atomics OptionalRawRepresentable.swift
[476/493] Compiling Atomics RawRepresentable.swift
[477/493] Compiling Atomics AtomicBool.swift
[478/493] Compiling Atomics AtomicMemoryOrderings.swift
[479/493] Compiling Atomics DoubleWord.swift
[480/493] Compiling Atomics Primitives.shims.swift
[481/493] Compiling Atomics AtomicInteger.swift
[482/493] Compiling Atomics AtomicOptionalWrappable.swift
[483/493] Compiling Atomics AtomicReference.swift
[484/493] Compiling Atomics AtomicStorage.swift
[485/493] Compiling Atomics AtomicValue.swift
[486/493] Compiling Atomics IntegerOperations.swift
[487/493] Compiling Atomics Unmanaged extensions.swift
[488/493] Emitting module Atomics
[488/493] Compiling c-atomics.c
[490/493] Compiling Atomics IntegerConformances.swift
[491/493] Compiling Atomics PointerConformances.swift
[492/493] Compiling Atomics Primitives.native.swift
[493/494] Compiling c-nioatomics.c
[495/500] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[496/500] Compiling NIOConcurrencyHelpers NIOLock.swift
[497/500] Compiling NIOConcurrencyHelpers lock.swift
[498/500] Emitting module NIOConcurrencyHelpers
[499/500] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[500/500] Compiling NIOConcurrencyHelpers atomics.swift
[502/561] Compiling NIOCore AddressedEnvelope.swift
[503/561] Compiling NIOCore AsyncAwaitSupport.swift
[504/561] Compiling NIOCore AsyncChannel.swift
[505/561] Compiling NIOCore AsyncChannelHandler.swift
[506/561] Compiling NIOCore AsyncChannelInboundStream.swift
[507/561] Compiling NIOCore AsyncChannelOutboundWriter.swift
[508/561] Compiling NIOCore NIOAsyncSequenceProducer.swift
[509/561] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[510/561] Compiling NIOCore NIOAsyncWriter.swift
[511/569] Compiling NIOCore MulticastChannel.swift
[512/569] Compiling NIOCore NIOAny.swift
[513/569] Compiling NIOCore NIOCloseOnErrorHandler.swift
[514/569] Compiling NIOCore NIOLoopBound.swift
[515/569] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[516/569] Compiling NIOCore NIOScheduledCallback.swift
[517/569] Compiling NIOCore NIOSendable.swift
[518/569] Compiling NIOCore RecvByteBufferAllocator.swift
[519/569] Compiling NIOCore CircularBuffer.swift
[520/569] Compiling NIOCore Codec.swift
[521/569] Compiling NIOCore ConvenienceOptionSupport.swift
[522/569] Compiling NIOCore DeadChannel.swift
[523/569] Compiling NIOCore DispatchQueue+WithFuture.swift
[524/569] Compiling NIOCore EventLoop+Deprecated.swift
[525/569] Compiling NIOCore EventLoop+SerialExecutor.swift
[526/569] Compiling NIOCore EventLoop.swift
[527/569] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[528/569] Compiling NIOCore SocketAddresses.swift
[529/569] Compiling NIOCore SocketOptionProvider.swift
[530/569] Compiling NIOCore SystemCallHelpers.swift
[531/569] Compiling NIOCore TimeAmount+Duration.swift
[532/569] Compiling NIOCore TypeAssistedChannelHandler.swift
[533/569] Compiling NIOCore UniversalBootstrapSupport.swift
[534/569] Compiling NIOCore Utilities.swift
[535/569] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[536/569] Compiling NIOCore EventLoopFuture+Deprecated.swift
[537/569] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[538/569] Compiling NIOCore EventLoopFuture.swift
[539/569] Compiling NIOCore FileDescriptor.swift
[540/569] Compiling NIOCore FileHandle.swift
[541/569] Compiling NIOCore FileRegion.swift
[542/569] Compiling NIOCore GlobalSingletons.swift
[543/569] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[544/569] Compiling NIOCore BSDSocketAPI.swift
[545/569] Compiling NIOCore ByteBuffer-aux.swift
[546/569] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[547/569] Compiling NIOCore ByteBuffer-conversions.swift
[548/569] Compiling NIOCore ByteBuffer-core.swift
[549/569] Compiling NIOCore ByteBuffer-hex.swift
[550/569] Compiling NIOCore ByteBuffer-int.swift
[551/569] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[552/569] Compiling NIOCore IO.swift
[553/569] Compiling NIOCore IOData.swift
[554/569] Compiling NIOCore IPProtocol.swift
[555/569] Compiling NIOCore IntegerBitPacking.swift
[556/569] Compiling NIOCore IntegerTypes.swift
[557/569] Compiling NIOCore Interfaces.swift
[558/569] Compiling NIOCore Linux.swift
[559/569] Compiling NIOCore MarkedCircularBuffer.swift
[560/569] Compiling NIOCore ByteBuffer-multi-int.swift
[561/569] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[562/569] Compiling NIOCore ByteBuffer-views.swift
[563/569] Compiling NIOCore Channel.swift
[564/569] Compiling NIOCore ChannelHandler.swift
[565/569] Compiling NIOCore ChannelHandlers.swift
[566/569] Compiling NIOCore ChannelInvoker.swift
[567/569] Compiling NIOCore ChannelOption.swift
[568/569] Compiling NIOCore ChannelPipeline.swift
[569/569] Emitting module NIOCore
[571/620] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[572/620] Emitting module NIOEmbedded
[573/620] Compiling NIOEmbedded AsyncTestingChannel.swift
[574/620] Compiling NIOEmbedded Embedded.swift
[576/621] Emitting module NIOPosix
[577/627] Compiling NIOPosix BSDSocketAPICommon.swift
[578/627] Compiling NIOPosix BSDSocketAPIPosix.swift
[579/627] Compiling NIOPosix BSDSocketAPIWindows.swift
[580/627] Compiling NIOPosix BaseSocket.swift
[581/627] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[582/627] Compiling NIOPosix BaseSocketChannel.swift
[583/627] Compiling NIOPosix BaseStreamSocketChannel.swift
[584/627] Compiling NIOPosix ThreadPosix.swift
[585/627] Compiling NIOPosix ThreadWindows.swift
[586/627] Compiling NIOPosix UnsafeTransfer.swift
[587/627] Compiling NIOPosix Utilities.swift
[588/627] Compiling NIOPosix VsockAddress.swift
[589/627] Compiling NIOPosix VsockChannelEvents.swift
[590/627] Compiling NIOPosix NIOThreadPool.swift
[591/627] Compiling NIOPosix NonBlockingFileIO.swift
[592/627] Compiling NIOPosix PendingDatagramWritesManager.swift
[593/627] Compiling NIOPosix PendingWritesManager.swift
[594/627] Compiling NIOPosix PipeChannel.swift
[595/627] Compiling NIOPosix PipePair.swift
[596/627] Compiling NIOPosix ServerSocket.swift
[597/627] Compiling NIOPosix Socket.swift
[598/627] Compiling NIOPosix SocketChannel.swift
[599/627] Compiling NIOPosix SocketProtocols.swift
[600/627] Compiling NIOPosix System.swift
[601/627] Compiling NIOPosix Thread.swift
[602/627] Compiling NIOPosix Pool.swift
[603/627] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[604/627] Compiling NIOPosix PosixSingletons.swift
[605/627] Compiling NIOPosix RawSocketBootstrap.swift
[606/627] Compiling NIOPosix Resolver.swift
[607/627] Compiling NIOPosix Selectable.swift
[608/627] Compiling NIOPosix IO.swift
[609/627] Compiling NIOPosix IntegerBitPacking.swift
[610/627] Compiling NIOPosix IntegerTypes.swift
[611/627] Compiling NIOPosix Linux.swift
[612/627] Compiling NIOPosix LinuxCPUSet.swift
[613/627] Compiling NIOPosix LinuxUring.swift
[614/627] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[615/627] Compiling NIOPosix SelectableChannel.swift
[616/627] Compiling NIOPosix SelectableEventLoop.swift
[617/627] Compiling NIOPosix SelectorEpoll.swift
[618/627] Compiling NIOPosix SelectorGeneric.swift
[619/627] Compiling NIOPosix SelectorKqueue.swift
[620/627] Compiling NIOPosix SelectorUring.swift
[621/627] Compiling NIOPosix Bootstrap.swift
[622/627] Compiling NIOPosix ControlMessage.swift
[623/627] Compiling NIOPosix DatagramVectorReadManager.swift
[624/627] Compiling NIOPosix Errors+Any.swift
[625/627] Compiling NIOPosix FileDescriptor.swift
[626/627] Compiling NIOPosix GetaddrinfoResolver.swift
[627/627] Compiling NIOPosix HappyEyeballs.swift
[629/630] Emitting module NIO
[630/630] Compiling NIO Exports.swift
[632/658] Compiling NIOTLS TLSEvents.swift
[633/658] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[634/658] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[635/658] Emitting module NIOTLS
[636/658] Compiling NIOTLS SNIHandler.swift
[637/658] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[639/659] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[640/659] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[641/661] Emitting module NIOHTTP1
[642/661] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[643/661] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[644/661] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[645/661] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[646/690] Compiling NIOSSL NIOSSLHandler.swift
[647/690] Compiling NIOSSL SSLCertificate.swift
[648/690] Compiling NIOSSL SSLCertificateExtensions.swift
[649/690] Compiling NIOSSL SSLCertificateName.swift
[650/690] Compiling NIOSSL ByteBufferBIO.swift
[651/690] Compiling NIOSSL CustomPrivateKey.swift
[652/690] Compiling NIOSSL SSLCallbacks.swift
[653/690] Compiling NIOSSL SSLContext.swift
[654/690] Compiling NIOSSL LinuxCABundle.swift
[655/690] Compiling NIOSSL NIOSSLClientHandler.swift
[656/690] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[658/698] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[659/698] Compiling NIOSSL SSLPrivateKey.swift
[660/698] Compiling NIOSSL SSLPublicKey.swift
[661/698] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[662/698] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[663/698] Compiling NIOSSL SubjectAlternativeName.swift
[664/698] Compiling NIOSSL NIOSSLSecureBytes.swift
[665/698] Compiling NIOSSL RNG.swift
[666/698] Compiling NIOSSL SafeCompare.swift
[667/702] Compiling NIOHTTPCompression HTTPDecompression.swift
[668/702] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[669/702] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[670/702] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[671/702] Emitting module NIOHTTPCompression
[672/702] Compiling NIOHTTPCompression HTTPCompression.swift
[674/703] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[675/703] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[676/703] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[677/703] Emitting module NIOSSL
[682/703] Emitting module NIOFoundationCompat
[683/703] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[685/704] Compiling NIOSSL NIOSSLServerHandler.swift
[686/704] Compiling NIOSSL ObjectIdentifier.swift
[687/704] Compiling NIOSSL PosixPort.swift
[692/704] Compiling NIOSSL SSLConnection.swift
[693/704] Compiling NIOSSL AndroidCABundle.swift
[696/704] Compiling NIOSSL IdentityVerification.swift
[698/704] Compiling NIOSSL SSLErrors.swift
[699/704] Compiling NIOSSL SSLInit.swift
[700/704] Compiling NIOSSL SSLPKCS12Bundle.swift
[701/704] Compiling NIOSSL Zeroization.swift
[702/704] Compiling NIOSSL TLSConfiguration.swift
[703/704] Compiling NIOSSL UniversalBootstrapSupport.swift
[704/704] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[706/712] Compiling AsyncHTTPClient Utils.swift
[707/712] Compiling AsyncHTTPClient RequestValidation.swift
[708/712] Emitting module AsyncHTTPClient
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:51:22: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
49 | let eventLoopGroupProvider: EventLoopGroupProvider
50 | let configuration: Configuration
51 | let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
| `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
52 |
53 | /// Create an `HTTPClient` with specified `EventLoopGroup` provider and configuration.
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:406:27: warning: static property 'indifferent' is not concurrency-safe because non-'Sendable' type 'HTTPClient.EventLoopPreference' may have shared mutable state; this is an error in the Swift 6 language mode
385 |
386 | /// Specifies how the library will treat event loop passed by the user.
387 | public struct EventLoopPreference {
| `- note: consider making struct 'EventLoopPreference' conform to the 'Sendable' protocol
388 | enum Preference {
389 | /// Event Loop will be selected by the library.
:
404 |
405 | /// Event Loop will be selected by the library.
406 | public static let indifferent = EventLoopPreference(.indifferent)
| |- warning: static property 'indifferent' is not concurrency-safe because non-'Sendable' type 'HTTPClient.EventLoopPreference' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'indifferent' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 |
408 | /// The delegate will be run on the specified EventLoop (and the Channel if possible).
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:474:27: warning: static property 'disallow' is not concurrency-safe because non-'Sendable' type 'HTTPClient.Configuration.RedirectConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
453 |
454 | /// Specifies redirect processing settings.
455 | public struct RedirectConfiguration {
| `- note: consider making struct 'RedirectConfiguration' conform to the 'Sendable' protocol
456 | enum Configuration {
457 | /// Redirects are not followed.
:
472 |
473 | /// Redirects are not followed.
474 | public static let disallow = RedirectConfiguration(configuration: .disallow)
| |- warning: static property 'disallow' is not concurrency-safe because non-'Sendable' type 'HTTPClient.Configuration.RedirectConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'disallow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
475 |
476 | /// Redirects are followed with a specified limit.
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:106:32: warning: static property 'hostSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
104 | case unixSocket
105 |
106 | private static var hostSchemes = ["http", "https"]
| |- warning: static property 'hostSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'hostSchemes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'hostSchemes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | private static var unixSchemes = ["unix"]
108 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:107:32: warning: static property 'unixSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
105 |
106 | private static var hostSchemes = ["http", "https"]
107 | private static var unixSchemes = ["unix"]
| |- warning: static property 'unixSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'unixSchemes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'unixSchemes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |
109 | init(forScheme scheme: String) throws {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:496:27: warning: 'Lock' is deprecated: renamed to 'NIOLock'
494 | var channel: Channel?
495 | private var cancelled: Bool
496 | private let lock: Lock
| |- warning: 'Lock' is deprecated: renamed to 'NIOLock'
| `- note: use 'NIOLock' instead
497 |
498 | init(eventLoop: EventLoop) {
[709/712] Compiling AsyncHTTPClient HTTPClient.swift
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:51:22: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
49 | let eventLoopGroupProvider: EventLoopGroupProvider
50 | let configuration: Configuration
51 | let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
| `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
52 |
53 | /// Create an `HTTPClient` with specified `EventLoopGroup` provider and configuration.
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:406:27: warning: static property 'indifferent' is not concurrency-safe because non-'Sendable' type 'HTTPClient.EventLoopPreference' may have shared mutable state; this is an error in the Swift 6 language mode
385 |
386 | /// Specifies how the library will treat event loop passed by the user.
387 | public struct EventLoopPreference {
| `- note: consider making struct 'EventLoopPreference' conform to the 'Sendable' protocol
388 | enum Preference {
389 | /// Event Loop will be selected by the library.
:
404 |
405 | /// Event Loop will be selected by the library.
406 | public static let indifferent = EventLoopPreference(.indifferent)
| |- warning: static property 'indifferent' is not concurrency-safe because non-'Sendable' type 'HTTPClient.EventLoopPreference' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'indifferent' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 |
408 | /// The delegate will be run on the specified EventLoop (and the Channel if possible).
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:474:27: warning: static property 'disallow' is not concurrency-safe because non-'Sendable' type 'HTTPClient.Configuration.RedirectConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
453 |
454 | /// Specifies redirect processing settings.
455 | public struct RedirectConfiguration {
| `- note: consider making struct 'RedirectConfiguration' conform to the 'Sendable' protocol
456 | enum Configuration {
457 | /// Redirects are not followed.
:
472 |
473 | /// Redirects are not followed.
474 | public static let disallow = RedirectConfiguration(configuration: .disallow)
| |- warning: static property 'disallow' is not concurrency-safe because non-'Sendable' type 'HTTPClient.Configuration.RedirectConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'disallow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
475 |
476 | /// Redirects are followed with a specified limit.
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:254:54: warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
252 | let encoder = HTTPRequestEncoder()
253 | let decoder = ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes))
254 | return channel.pipeline.addHandlers([encoder, decoder], position: .first).flatMap {
| `- warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
255 | switch self.configuration.proxy {
256 | case .none:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPEncoder.swift:253:1: note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
251 |
252 | @available(*, unavailable)
253 | extension HTTPRequestEncoder: Sendable {}
| `- note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
254 |
255 | /// A `ChannelOutboundHandler` that can serialize HTTP responses.
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:254:63: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
252 | let encoder = HTTPRequestEncoder()
253 | let decoder = ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes))
254 | return channel.pipeline.addHandlers([encoder, decoder], position: .first).flatMap {
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
255 | switch self.configuration.proxy {
256 | case .none:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:266:60: warning: conformance of 'NIOHTTPResponseDecompressor' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
264 | return channel.eventLoop.makeSucceededFuture(())
265 | case .enabled(let limit):
266 | return channel.pipeline.addHandler(NIOHTTPResponseDecompressor(limit: limit))
| `- warning: conformance of 'NIOHTTPResponseDecompressor' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
267 | }
268 | }.flatMap {
/host/spi-builder-workspace/.build/checkouts/swift-nio-extras/Sources/NIOHTTPCompression/HTTPResponseDecompressor.swift:129:1: note: conformance of 'NIOHTTPResponseDecompressor' to 'Sendable' has been explicitly marked unavailable here
127 |
128 | @available(*, unavailable)
129 | extension NIOHTTPResponseDecompressor: Sendable {}
| `- note: conformance of 'NIOHTTPResponseDecompressor' to 'Sendable' has been explicitly marked unavailable here
130 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:270:60: warning: conformance of 'IdleStateHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
268 | }.flatMap {
269 | if let timeout = self.resolve(timeout: self.configuration.timeout.read, deadline: deadline) {
270 | return channel.pipeline.addHandler(IdleStateHandler(readTimeout: timeout))
| `- warning: conformance of 'IdleStateHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
271 | } else {
272 | return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandlers.swift:397:1: note: conformance of 'IdleStateHandler' to 'Sendable' has been explicitly marked unavailable here
395 |
396 | @available(*, unavailable)
397 | extension IdleStateHandler: Sendable {}
| `- note: conformance of 'IdleStateHandler' to 'Sendable' has been explicitly marked unavailable here
398 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:276:56: warning: type 'TaskHandler<Delegate>' does not conform to the 'Sendable' protocol
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
276 | return channel.pipeline.addHandler(taskHandler)
| `- warning: type 'TaskHandler<Delegate>' does not conform to the 'Sendable' protocol
277 | }
278 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:544:16: note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:296:21: warning: type 'HTTPClient.Request' does not conform to the 'Sendable' protocol
294 | }
295 | .flatMap { channel in
296 | channel.writeAndFlush(request)
| `- warning: type 'HTTPClient.Request' does not conform to the 'Sendable' protocol
297 | }
298 | .cascadeFailure(to: task.promise)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:98:19: note: consider making struct 'Request' conform to the 'Sendable' protocol
96 |
97 | /// Represent HTTP request.
98 | public struct Request {
| `- note: consider making struct 'Request' conform to the 'Sendable' protocol
99 | /// Represent kind of Request
100 | enum Kind {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:255:28: warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
45 | /// try client.syncShutdown()
46 | /// ```
47 | public class HTTPClient {
| `- note: class 'HTTPClient' does not conform to the 'Sendable' protocol
48 | public let eventLoopGroup: EventLoopGroup
49 | let eventLoopGroupProvider: EventLoopGroupProvider
:
253 | let decoder = ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes))
254 | return channel.pipeline.addHandlers([encoder, decoder], position: .first).flatMap {
255 | switch self.configuration.proxy {
| `- warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
256 | case .none:
257 | return channel.pipeline.addSSLHandlerIfNeeded(for: request, tlsConfiguration: self.configuration.tlsConfiguration)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:257:76: warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
255 | switch self.configuration.proxy {
256 | case .none:
257 | return channel.pipeline.addSSLHandlerIfNeeded(for: request, tlsConfiguration: self.configuration.tlsConfiguration)
| `- warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
258 | case .some(let proxy):
259 | return channel.pipeline.addProxyHandler(for: request, decoder: decoder, encoder: encoder, tlsConfiguration: self.configuration.tlsConfiguration, proxy: proxy)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:98:19: note: consider making struct 'Request' conform to the 'Sendable' protocol
96 |
97 | /// Represent HTTP request.
98 | public struct Request {
| `- note: consider making struct 'Request' conform to the 'Sendable' protocol
99 | /// Represent kind of Request
100 | enum Kind {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:275:57: warning: capture of 'task' with non-sendable type 'HTTPClient.Task<Delegate.Response>' in a '@Sendable' closure
273 | }
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
| `- warning: capture of 'task' with non-sendable type 'HTTPClient.Task<Delegate.Response>' in a '@Sendable' closure
276 | return channel.pipeline.addHandler(taskHandler)
277 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:489:24: note: generic class 'Task' does not conform to the 'Sendable' protocol
487 | /// Response execution context. Will be created by the library and could be used for obtaining
488 | /// `EventLoopFuture<Response>` of the execution or cancellation of the execution.
489 | public final class Task<Response> {
| `- note: generic class 'Task' does not conform to the 'Sendable' protocol
490 | /// The `EventLoop` the delegate will be executed on.
491 | public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:275:73: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
222 | }
223 |
224 | private func execute<Delegate: HTTPClientResponseDelegate>(request: Request,
| `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
225 | delegate: Delegate,
226 | eventLoop delegateEL: EventLoop,
:
273 | }
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
| `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
276 | return channel.pipeline.addHandler(taskHandler)
277 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:275:100: warning: capture of 'redirectHandler' with non-sendable type 'RedirectHandler<Delegate.Response>?' in a '@Sendable' closure
273 | }
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
| `- warning: capture of 'redirectHandler' with non-sendable type 'RedirectHandler<Delegate.Response>?' in a '@Sendable' closure
276 | return channel.pipeline.addHandler(taskHandler)
277 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:834:17: note: consider making generic struct 'RedirectHandler' conform to the 'Sendable' protocol
832 | // MARK: - RedirectHandler
833 |
834 | internal struct RedirectHandler<ResponseType> {
| `- note: consider making generic struct 'RedirectHandler' conform to the 'Sendable' protocol
835 | let request: HTTPClient.Request
836 | let execute: (HTTPClient.Request) -> HTTPClient.Task<ResponseType>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:255:28: warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
45 | /// try client.syncShutdown()
46 | /// ```
47 | public class HTTPClient {
| `- note: class 'HTTPClient' does not conform to the 'Sendable' protocol
48 | public let eventLoopGroup: EventLoopGroup
49 | let eventLoopGroupProvider: EventLoopGroupProvider
:
253 | let decoder = ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes))
254 | return channel.pipeline.addHandlers([encoder, decoder], position: .first).flatMap {
255 | switch self.configuration.proxy {
| `- warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
256 | case .none:
257 | return channel.pipeline.addSSLHandlerIfNeeded(for: request, tlsConfiguration: self.configuration.tlsConfiguration)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:257:76: warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
255 | switch self.configuration.proxy {
256 | case .none:
257 | return channel.pipeline.addSSLHandlerIfNeeded(for: request, tlsConfiguration: self.configuration.tlsConfiguration)
| `- warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
258 | case .some(let proxy):
259 | return channel.pipeline.addProxyHandler(for: request, decoder: decoder, encoder: encoder, tlsConfiguration: self.configuration.tlsConfiguration, proxy: proxy)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:98:19: note: consider making struct 'Request' conform to the 'Sendable' protocol
96 |
97 | /// Represent HTTP request.
98 | public struct Request {
| `- note: consider making struct 'Request' conform to the 'Sendable' protocol
99 | /// Represent kind of Request
100 | enum Kind {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:259:88: warning: capture of 'decoder' with non-sendable type 'ByteToMessageHandler<HTTPResponseDecoder>' (aka 'ByteToMessageHandler<HTTPDecoder<HTTPPart<HTTPResponseHead, ByteBuffer>, HTTPPart<HTTPRequestHead, IOData>>>') in a '@Sendable' closure
257 | return channel.pipeline.addSSLHandlerIfNeeded(for: request, tlsConfiguration: self.configuration.tlsConfiguration)
258 | case .some(let proxy):
259 | return channel.pipeline.addProxyHandler(for: request, decoder: decoder, encoder: encoder, tlsConfiguration: self.configuration.tlsConfiguration, proxy: proxy)
| `- warning: capture of 'decoder' with non-sendable type 'ByteToMessageHandler<HTTPResponseDecoder>' (aka 'ByteToMessageHandler<HTTPDecoder<HTTPPart<HTTPResponseHead, ByteBuffer>, HTTPPart<HTTPRequestHead, IOData>>>') in a '@Sendable' closure
260 | }
261 | }.flatMap {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:388:20: note: generic class 'ByteToMessageHandler' does not conform to the 'Sendable' protocol
386 | /// Most importantly, `ByteToMessageHandler` handles the tricky buffer management for you and flattens out all
387 | /// re-entrancy on `channelRead` that may happen in the `ChannelPipeline`.
388 | public final class ByteToMessageHandler<Decoder: ByteToMessageDecoder> {
| `- note: generic class 'ByteToMessageHandler' does not conform to the 'Sendable' protocol
389 | public typealias InboundIn = ByteBuffer
390 | public typealias InboundOut = Decoder.InboundOut
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:259:106: warning: capture of 'encoder' with non-sendable type 'HTTPRequestEncoder' in a '@Sendable' closure
257 | return channel.pipeline.addSSLHandlerIfNeeded(for: request, tlsConfiguration: self.configuration.tlsConfiguration)
258 | case .some(let proxy):
259 | return channel.pipeline.addProxyHandler(for: request, decoder: decoder, encoder: encoder, tlsConfiguration: self.configuration.tlsConfiguration, proxy: proxy)
| `- warning: capture of 'encoder' with non-sendable type 'HTTPRequestEncoder' in a '@Sendable' closure
260 | }
261 | }.flatMap {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPEncoder.swift:169:20: note: class 'HTTPRequestEncoder' does not conform to the 'Sendable' protocol
167 | /// This channel handler is used to translate messages from a series of
168 | /// `HTTPClientRequestPart` into the HTTP/1.1 wire format.
169 | public final class HTTPRequestEncoder: ChannelOutboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPRequestEncoder' does not conform to the 'Sendable' protocol
170 | public typealias OutboundIn = HTTPClientRequestPart
171 | public typealias OutboundOut = IOData
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:262:28: warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
45 | /// try client.syncShutdown()
46 | /// ```
47 | public class HTTPClient {
| `- note: class 'HTTPClient' does not conform to the 'Sendable' protocol
48 | public let eventLoopGroup: EventLoopGroup
49 | let eventLoopGroupProvider: EventLoopGroupProvider
:
260 | }
261 | }.flatMap {
262 | switch self.configuration.decompression {
| `- warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
263 | case .disabled:
264 | return channel.eventLoop.makeSucceededFuture(())
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:269:38: warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
45 | /// try client.syncShutdown()
46 | /// ```
47 | public class HTTPClient {
| `- note: class 'HTTPClient' does not conform to the 'Sendable' protocol
48 | public let eventLoopGroup: EventLoopGroup
49 | let eventLoopGroupProvider: EventLoopGroupProvider
:
267 | }
268 | }.flatMap {
269 | if let timeout = self.resolve(timeout: self.configuration.timeout.read, deadline: deadline) {
| `- warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
270 | return channel.pipeline.addHandler(IdleStateHandler(readTimeout: timeout))
271 | } else {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:275:57: warning: capture of 'task' with non-sendable type 'HTTPClient.Task<Delegate.Response>' in a '@Sendable' closure
273 | }
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
| `- warning: capture of 'task' with non-sendable type 'HTTPClient.Task<Delegate.Response>' in a '@Sendable' closure
276 | return channel.pipeline.addHandler(taskHandler)
277 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:489:24: note: generic class 'Task' does not conform to the 'Sendable' protocol
487 | /// Response execution context. Will be created by the library and could be used for obtaining
488 | /// `EventLoopFuture<Response>` of the execution or cancellation of the execution.
489 | public final class Task<Response> {
| `- note: generic class 'Task' does not conform to the 'Sendable' protocol
490 | /// The `EventLoop` the delegate will be executed on.
491 | public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:275:73: warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
222 | }
223 |
224 | private func execute<Delegate: HTTPClientResponseDelegate>(request: Request,
| `- note: consider making generic parameter 'Delegate' conform to the 'Sendable' protocol
225 | delegate: Delegate,
226 | eventLoop delegateEL: EventLoop,
:
273 | }
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
| `- warning: capture of 'delegate' with non-sendable type 'Delegate' in a '@Sendable' closure
276 | return channel.pipeline.addHandler(taskHandler)
277 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:275:100: warning: capture of 'redirectHandler' with non-sendable type 'RedirectHandler<Delegate.Response>?' in a '@Sendable' closure
273 | }
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
| `- warning: capture of 'redirectHandler' with non-sendable type 'RedirectHandler<Delegate.Response>?' in a '@Sendable' closure
276 | return channel.pipeline.addHandler(taskHandler)
277 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:834:17: note: consider making generic struct 'RedirectHandler' conform to the 'Sendable' protocol
832 | // MARK: - RedirectHandler
833 |
834 | internal struct RedirectHandler<ResponseType> {
| `- note: consider making generic struct 'RedirectHandler' conform to the 'Sendable' protocol
835 | let request: HTTPClient.Request
836 | let execute: (HTTPClient.Request) -> HTTPClient.Task<ResponseType>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:275:143: warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
45 | /// try client.syncShutdown()
46 | /// ```
47 | public class HTTPClient {
| `- note: class 'HTTPClient' does not conform to the 'Sendable' protocol
48 | public let eventLoopGroup: EventLoopGroup
49 | let eventLoopGroupProvider: EventLoopGroupProvider
:
273 | }
274 | }.flatMap {
275 | let taskHandler = TaskHandler(task: task, delegate: delegate, redirectHandler: redirectHandler, ignoreUncleanSSLShutdown: self.configuration.ignoreUncleanSSLShutdown)
| `- warning: capture of 'self' with non-sendable type 'HTTPClient' in a '@Sendable' closure
276 | return channel.pipeline.addHandler(taskHandler)
277 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:293:13: warning: capture of 'task' with non-sendable type 'HTTPClient.Task<Delegate.Response>' in a '@Sendable' closure
291 |
292 | eventLoopChannel.map { channel in
293 | task.setChannel(channel)
| `- warning: capture of 'task' with non-sendable type 'HTTPClient.Task<Delegate.Response>' in a '@Sendable' closure
294 | }
295 | .flatMap { channel in
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:489:24: note: generic class 'Task' does not conform to the 'Sendable' protocol
487 | /// Response execution context. Will be created by the library and could be used for obtaining
488 | /// `EventLoopFuture<Response>` of the execution or cancellation of the execution.
489 | public final class Task<Response> {
| `- note: generic class 'Task' does not conform to the 'Sendable' protocol
490 | /// The `EventLoop` the delegate will be executed on.
491 | public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:296:35: warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
294 | }
295 | .flatMap { channel in
296 | channel.writeAndFlush(request)
| `- warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
297 | }
298 | .cascadeFailure(to: task.promise)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:98:19: note: consider making struct 'Request' conform to the 'Sendable' protocol
96 |
97 | /// Represent HTTP request.
98 | public struct Request {
| `- note: consider making struct 'Request' conform to the 'Sendable' protocol
99 | /// Represent kind of Request
100 | enum Kind {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:369:54: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
367 | ignoreUncleanSSLShutdown: Bool = false,
368 | decompression: Decompression = .disabled) {
369 | self.tlsConfiguration = TLSConfiguration.forClient(certificateVerification: certificateVerification)
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
370 | self.redirectConfiguration = redirectConfiguration ?? RedirectConfiguration()
371 | self.timeout = timeout
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:490:44: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
488 | func addProxyHandler(for request: HTTPClient.Request, decoder: ByteToMessageHandler<HTTPResponseDecoder>, encoder: HTTPRequestEncoder, tlsConfiguration: TLSConfiguration?, proxy: HTTPClient.Configuration.Proxy?) -> EventLoopFuture<Void> {
489 | let handler = HTTPClientProxyHandler(host: request.host, port: request.port, authorization: proxy?.authorization, onConnect: { channel in
490 | channel.pipeline.removeHandler(decoder).flatMap {
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
491 | channel.pipeline.addHandler(
492 | ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes)),
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:492:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
490 | channel.pipeline.removeHandler(decoder).flatMap {
491 | channel.pipeline.addHandler(
492 | ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes)),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
493 | position: .after(encoder)
494 | )
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:493:38: warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
491 | channel.pipeline.addHandler(
492 | ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes)),
493 | position: .after(encoder)
| `- warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
494 | )
495 | }.flatMap {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPEncoder.swift:253:1: note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
251 |
252 | @available(*, unavailable)
253 | extension HTTPRequestEncoder: Sendable {}
| `- note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
254 |
255 | /// A `ChannelOutboundHandler` that can serialize HTTP responses.
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:499:32: warning: type 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
497 | }
498 | })
499 | return self.addHandler(handler)
| `- warning: type 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
500 | }
501 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClientProxyHandler.swift:58:22: note: class 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
56 | }
57 |
58 | internal final class HTTPClientProxyHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
59 | typealias InboundIn = HTTPClientResponsePart
60 | typealias OutboundIn = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:493:38: warning: capture of 'encoder' with non-sendable type 'HTTPRequestEncoder' in a '@Sendable' closure
491 | channel.pipeline.addHandler(
492 | ByteToMessageHandler(HTTPResponseDecoder(leftOverBytesStrategy: .forwardBytes)),
493 | position: .after(encoder)
| `- warning: capture of 'encoder' with non-sendable type 'HTTPRequestEncoder' in a '@Sendable' closure
494 | )
495 | }.flatMap {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPEncoder.swift:169:20: note: class 'HTTPRequestEncoder' does not conform to the 'Sendable' protocol
167 | /// This channel handler is used to translate messages from a series of
168 | /// `HTTPClientRequestPart` into the HTTP/1.1 wire format.
169 | public final class HTTPRequestEncoder: ChannelOutboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPRequestEncoder' does not conform to the 'Sendable' protocol
170 | public typealias OutboundIn = HTTPClientRequestPart
171 | public typealias OutboundOut = IOData
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:496:61: warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
494 | )
495 | }.flatMap {
496 | channel.pipeline.addSSLHandlerIfNeeded(for: request, tlsConfiguration: tlsConfiguration)
| `- warning: capture of 'request' with non-sendable type 'HTTPClient.Request' in a '@Sendable' closure
497 | }
498 | })
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:98:19: note: consider making struct 'Request' conform to the 'Sendable' protocol
96 |
97 | /// Represent HTTP request.
98 | public struct Request {
| `- note: consider making struct 'Request' conform to the 'Sendable' protocol
99 | /// Represent kind of Request
100 | enum Kind {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:508:73: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
506 |
507 | do {
508 | let tlsConfiguration = tlsConfiguration ?? TLSConfiguration.forClient()
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
509 | let context = try NIOSSLContext(configuration: tlsConfiguration)
510 | return self.addHandler(try NIOSSLClientHandler(context: context, serverHostname: request.host.isIPAddress ? nil : request.host),
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:510:40: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
508 | let tlsConfiguration = tlsConfiguration ?? TLSConfiguration.forClient()
509 | let context = try NIOSSLContext(configuration: tlsConfiguration)
510 | return self.addHandler(try NIOSSLClientHandler(context: context, serverHostname: request.host.isIPAddress ? nil : request.host),
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
511 | position: .first)
512 | } catch {
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClient.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
18 | import NIOHTTP1
19 | import NIOHTTPCompression
20 | import NIOSSL
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
21 |
22 | /// HTTPClient class provides API for request execution.
[710/712] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[711/712] Compiling AsyncHTTPClient HTTPClientProxyHandler.swift
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClientProxyHandler.swift:158:51: warning: type 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
56 | }
57 |
58 | internal final class HTTPClientProxyHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
59 | typealias InboundIn = HTTPClientResponsePart
60 | typealias OutboundIn = HTTPClientRequestPart
:
156 | }
157 | }
158 | return context.pipeline.removeHandler(self)
| `- warning: type 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
159 | }
160 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClientProxyHandler.swift:142:13: warning: capture of 'self' with non-sendable type 'HTTPClientProxyHandler' in a '@Sendable' closure
56 | }
57 |
58 | internal final class HTTPClientProxyHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HTTPClientProxyHandler' does not conform to the 'Sendable' protocol
59 | typealias InboundIn = HTTPClientResponsePart
60 | typealias OutboundIn = HTTPClientRequestPart
:
140 | private func handleConnect(context: ChannelHandlerContext) -> EventLoopFuture<Void> {
141 | return self.onConnect(context.channel).flatMap {
142 | self.readState = .connected
| `- warning: capture of 'self' with non-sendable type 'HTTPClientProxyHandler' in a '@Sendable' closure
143 |
144 | // forward any buffered reads
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPClientProxyHandler.swift:146:17: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
144 | // forward any buffered reads
145 | while !self.readBuffer.isEmpty {
146 | context.fireChannelRead(self.readBuffer.removeFirst())
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
147 | }
148 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
[712/712] Compiling AsyncHTTPClient HTTPHandler.swift
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:106:32: warning: static property 'hostSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
104 | case unixSocket
105 |
106 | private static var hostSchemes = ["http", "https"]
| |- warning: static property 'hostSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'hostSchemes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'hostSchemes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | private static var unixSchemes = ["unix"]
108 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:107:32: warning: static property 'unixSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
105 |
106 | private static var hostSchemes = ["http", "https"]
107 | private static var unixSchemes = ["unix"]
| |- warning: static property 'unixSchemes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'unixSchemes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'unixSchemes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |
109 | init(forScheme scheme: String) throws {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:496:27: warning: 'Lock' is deprecated: renamed to 'NIOLock'
494 | var channel: Channel?
495 | private var cancelled: Bool
496 | private let lock: Lock
| |- warning: 'Lock' is deprecated: renamed to 'NIOLock'
| `- note: use 'NIOLock' instead
497 |
498 | init(eventLoop: EventLoop) {
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:502:25: warning: 'Lock' is deprecated: renamed to 'NIOLock'
500 | self.promise = eventLoop.makePromise()
501 | self.cancelled = false
502 | self.lock = Lock()
| |- warning: 'Lock' is deprecated: renamed to 'NIOLock'
| `- note: use 'NIOLock' instead
503 | }
504 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:515:50: warning: type 'Response' does not conform to the 'Sendable' protocol
487 | /// Response execution context. Will be created by the library and could be used for obtaining
488 | /// `EventLoopFuture<Response>` of the execution or cancellation of the execution.
489 | public final class Task<Response> {
| `- note: consider making generic parameter 'Response' conform to the 'Sendable' protocol
490 | /// The `EventLoop` the delegate will be executed on.
491 | public let eventLoop: EventLoop
:
513 | /// - throws: The error value of the `EventLoopFuture` if it errors.
514 | public func wait() throws -> Response {
515 | return try self.promise.futureResult.wait()
| `- warning: type 'Response' does not conform to the 'Sendable' protocol
516 | }
517 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:585:17: warning: capture of 'doIt()' with non-sendable type '<Delegate, Err where Delegate : HTTPClientResponseDelegate, Err : Error> () -> ()' in a '@Sendable' closure
583 | } else {
584 | self.task.eventLoop.execute {
585 | doIt()
| `- warning: capture of 'doIt()' with non-sendable type '<Delegate, Err where Delegate : HTTPClientResponseDelegate, Err : Error> () -> ()' in a '@Sendable' closure
586 | }
587 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:576:14: warning: concurrently-executed local function 'doIt()' must be marked as '@Sendable'
574 | func failTaskAndNotifyDelegate<Err: Error>(error: Err,
575 | _ body: @escaping (HTTPClient.Task<Delegate.Response>, Err) -> Void) {
576 | func doIt() {
| `- warning: concurrently-executed local function 'doIt()' must be marked as '@Sendable'
577 | body(self.task, error)
578 | self.task.promise.fail(error)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:600:17: warning: capture of 'body' with non-sendable type '(HTTPClient.Task<Delegate.Response>, Value) -> Void' in a '@Sendable' closure
598 | } else {
599 | self.task.eventLoop.execute {
600 | body(self.task, value)
| |- warning: capture of 'body' with non-sendable type '(HTTPClient.Task<Delegate.Response>, Value) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
601 | }
602 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:600:22: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
598 | } else {
599 | self.task.eventLoop.execute {
600 | body(self.task, value)
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
601 | }
602 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:600:33: warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure
592 | }
593 |
594 | func callOutToDelegateFireAndForget<Value>(value: Value,
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
595 | _ body: @escaping (HTTPClient.Task<Delegate.Response>, Value) -> Void) {
596 | if self.task.eventLoop.inEventLoop {
:
598 | } else {
599 | self.task.eventLoop.execute {
600 | body(self.task, value)
| `- warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure
601 | }
602 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:612:17: warning: capture of 'body' with non-sendable type '(HTTPClient.Task<Delegate.Response>, Value) -> EventLoopFuture<Void>' in a '@Sendable' closure
610 | } else {
611 | return self.task.eventLoop.submit {
612 | body(self.task, value)
| |- warning: capture of 'body' with non-sendable type '(HTTPClient.Task<Delegate.Response>, Value) -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
613 | }.flatMap { $0 }.hop(to: channelEventLoop)
614 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:612:22: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
610 | } else {
611 | return self.task.eventLoop.submit {
612 | body(self.task, value)
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
613 | }.flatMap { $0 }.hop(to: channelEventLoop)
614 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:612:33: warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure
603 | }
604 |
605 | func callOutToDelegate<Value>(value: Value,
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
606 | channelEventLoop: EventLoop,
607 | _ body: @escaping (HTTPClient.Task<Delegate.Response>, Value) -> EventLoopFuture<Void>) -> EventLoopFuture<Void> {
:
610 | } else {
611 | return self.task.eventLoop.submit {
612 | body(self.task, value)
| `- warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure
613 | }.flatMap { $0 }.hop(to: channelEventLoop)
614 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:622:26: warning: type 'Response' does not conform to the 'Sendable' protocol
615 | }
616 |
617 | func callOutToDelegate<Response>(promise: EventLoopPromise<Response>? = nil,
| `- note: consider making generic parameter 'Response' conform to the 'Sendable' protocol
618 | _ body: @escaping (HTTPClient.Task<Delegate.Response>) throws -> Response) {
619 | func doIt() {
620 | do {
621 | let result = try body(self.task)
622 | promise?.succeed(result)
| `- warning: type 'Response' does not conform to the 'Sendable' protocol
623 | } catch {
624 | promise?.fail(error)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:632:17: warning: capture of 'doIt()' with non-sendable type '<Delegate, Response where Delegate : HTTPClientResponseDelegate> () -> ()' in a '@Sendable' closure
630 | } else {
631 | self.task.eventLoop.submit {
632 | doIt()
| `- warning: capture of 'doIt()' with non-sendable type '<Delegate, Response where Delegate : HTTPClientResponseDelegate> () -> ()' in a '@Sendable' closure
633 | }.cascadeFailure(to: promise)
634 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:619:14: warning: concurrently-executed local function 'doIt()' must be marked as '@Sendable'
617 | func callOutToDelegate<Response>(promise: EventLoopPromise<Response>? = nil,
618 | _ body: @escaping (HTTPClient.Task<Delegate.Response>) throws -> Response) {
619 | func doIt() {
| `- warning: concurrently-executed local function 'doIt()' must be marked as '@Sendable'
620 | do {
621 | let result = try body(self.task)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:677:13: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
675 |
676 | context.write(wrapOutboundOut(.head(head))).map {
677 | self.callOutToDelegateFireAndForget(value: head, self.delegate.didSendRequestHead)
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
678 | }.flatMap {
679 | self.writeBody(request: request, context: context)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:677:56: warning: reference to captured var 'head' in concurrently-executing code
675 |
676 | context.write(wrapOutboundOut(.head(head))).map {
677 | self.callOutToDelegateFireAndForget(value: head, self.delegate.didSendRequestHead)
| `- warning: reference to captured var 'head' in concurrently-executing code
678 | }.flatMap {
679 | self.writeBody(request: request, context: context)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:679:13: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
677 | self.callOutToDelegateFireAndForget(value: head, self.delegate.didSendRequestHead)
678 | }.flatMap {
679 | self.writeBody(request: request, context: context)
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
680 | }.flatMap {
681 | context.eventLoop.assertInEventLoop()
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:679:37: warning: capture of 'request' with non-sendable type 'TaskHandler<Delegate>.OutboundIn' (aka 'HTTPClient.Request') in a '@Sendable' closure
96 |
97 | /// Represent HTTP request.
98 | public struct Request {
| `- note: consider making struct 'Request' conform to the 'Sendable' protocol
99 | /// Represent kind of Request
100 | enum Kind {
:
677 | self.callOutToDelegateFireAndForget(value: head, self.delegate.didSendRequestHead)
678 | }.flatMap {
679 | self.writeBody(request: request, context: context)
| `- warning: capture of 'request' with non-sendable type 'TaskHandler<Delegate>.OutboundIn' (aka 'HTTPClient.Request') in a '@Sendable' closure
680 | }.flatMap {
681 | context.eventLoop.assertInEventLoop()
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:679:55: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
677 | self.callOutToDelegateFireAndForget(value: head, self.delegate.didSendRequestHead)
678 | }.flatMap {
679 | self.writeBody(request: request, context: context)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
680 | }.flatMap {
681 | context.eventLoop.assertInEventLoop()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:681:13: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
679 | self.writeBody(request: request, context: context)
680 | }.flatMap {
681 | context.eventLoop.assertInEventLoop()
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
682 | return context.writeAndFlush(self.wrapOutboundOut(.end(nil)))
683 | }.map {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:682:42: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
680 | }.flatMap {
681 | context.eventLoop.assertInEventLoop()
682 | return context.writeAndFlush(self.wrapOutboundOut(.end(nil)))
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
683 | }.map {
684 | context.eventLoop.assertInEventLoop()
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:684:13: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
682 | return context.writeAndFlush(self.wrapOutboundOut(.end(nil)))
683 | }.map {
684 | context.eventLoop.assertInEventLoop()
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
685 | self.state = .sent
686 | self.callOutToDelegateFireAndForget(self.delegate.didSendRequest)
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:685:13: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
683 | }.map {
684 | context.eventLoop.assertInEventLoop()
685 | self.state = .sent
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
686 | self.callOutToDelegateFireAndForget(self.delegate.didSendRequest)
687 |
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:693:13: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
691 | }
692 | }.flatMapErrorThrowing { error in
693 | context.eventLoop.assertInEventLoop()
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
694 | self.state = .end
695 | self.failTaskAndNotifyDelegate(error: error, self.delegate.didReceiveError)
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:694:13: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
692 | }.flatMapErrorThrowing { error in
693 | context.eventLoop.assertInEventLoop()
694 | self.state = .end
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
695 | self.failTaskAndNotifyDelegate(error: error, self.delegate.didReceiveError)
696 | context.close(promise: nil)
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:709:17: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
707 | context.eventLoop.assertInEventLoop()
708 | return context.writeAndFlush(self.wrapOutboundOut(.body(part))).map {
709 | self.callOutToDelegateFireAndForget(value: part, self.delegate.didSendRequestPart)
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
710 | }
711 | })
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:734:25: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
732 | self.callOutToDelegate(value: head, channelEventLoop: context.eventLoop, self.delegate.didReceiveHead)
733 | .whenComplete { result in
734 | self.handleBackpressureResult(context: context, result: result)
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
735 | }
736 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:734:64: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
732 | self.callOutToDelegate(value: head, channelEventLoop: context.eventLoop, self.delegate.didReceiveHead)
733 | .whenComplete { result in
734 | self.handleBackpressureResult(context: context, result: result)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
735 | }
736 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:746:25: warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
542 | // MARK: - TaskHandler
543 |
544 | internal class TaskHandler<Delegate: HTTPClientResponseDelegate> {
| `- note: generic class 'TaskHandler' does not conform to the 'Sendable' protocol
545 | enum State {
546 | case idle
:
744 | self.callOutToDelegate(value: body, channelEventLoop: context.eventLoop, self.delegate.didReceiveBodyPart)
745 | .whenComplete { result in
746 | self.handleBackpressureResult(context: context, result: result)
| `- warning: capture of 'self' with non-sendable type 'TaskHandler<Delegate>' in a '@Sendable' closure
747 | }
748 | }
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:746:64: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
744 | self.callOutToDelegate(value: body, channelEventLoop: context.eventLoop, self.delegate.didReceiveBodyPart)
745 | .whenComplete { result in
746 | self.handleBackpressureResult(context: context, result: result)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
747 | }
748 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/AsyncHTTPClient/HTTPHandler.swift:916:58: warning: type 'ResponseType' does not conform to the 'Sendable' protocol
832 | // MARK: - RedirectHandler
833 |
834 | internal struct RedirectHandler<ResponseType> {
| `- note: consider making generic parameter 'ResponseType' conform to the 'Sendable' protocol
835 | let request: HTTPClient.Request
836 | let execute: (HTTPClient.Request) -> HTTPClient.Task<ResponseType>
:
914 | var newRequest = try HTTPClient.Request(url: redirectURL, method: method, headers: headers, body: body)
915 | newRequest.redirectState = nextState
916 | return self.execute(newRequest).futureResult.cascade(to: promise)
| `- warning: type 'ResponseType' does not conform to the 'Sendable' protocol
917 | } catch {
918 | return promise.fail(error)
Build complete! (171.94s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.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.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
}
],
"manifest_display_name" : "async-http-client",
"name" : "async-http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncHTTPClient",
"targets" : [
"AsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClientTests",
"path" : "Tests/AsyncHTTPClientTests",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOSSL",
"NIOFoundationCompat",
"NIOTestUtils"
],
"sources" : [
"HTTPClientCookieTests+XCTest.swift",
"HTTPClientCookieTests.swift",
"HTTPClientInternalTests+XCTest.swift",
"HTTPClientInternalTests.swift",
"HTTPClientTestUtils.swift",
"HTTPClientTests+XCTest.swift",
"HTTPClientTests.swift"
],
"target_dependencies" : [
"AsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "AsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClient",
"path" : "Sources/AsyncHTTPClient",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"NIOSSL",
"NIOConcurrencyHelpers",
"NIOHTTPCompression",
"NIOFoundationCompat"
],
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"HTTPClient+HTTPCookie.swift",
"HTTPClient.swift",
"HTTPClientProxyHandler.swift",
"HTTPHandler.swift",
"RequestValidation.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.