Build Information
Successful build of async-http-client, reference 1.1.1 (037b70
), with Swift 6.1 for Linux on 28 Apr 2025 05:02:13 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: linux
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5662] Fetching swift-nio-extras
[5663/81098] Fetching swift-nio-extras, swift-nio
[7172/95891] Fetching swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.42s)
[71370/90229] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.44s)
[57332/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.60s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (4.09s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[47/2832] Fetching swift-http-structured-headers, swift-atomics
[1964/3736] Fetching swift-http-structured-headers, swift-atomics, swift-http-types
[3087/9639] Fetching swift-http-structured-headers, swift-atomics, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
[4331/8512] Fetching swift-atomics, swift-http-types, swift-algorithms
[5444/20004] Fetching swift-atomics, swift-http-types, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.34s)
[8531/18299] Fetching swift-http-types, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
[2644/11492] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.89s)
Fetched https://github.com/apple/swift-collections.git from cache (0.91s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.37s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.06s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/430] Write sources
[14/430] Compiling CNIOWindows WSAStartup.c
[15/430] Compiling CNIOWindows shim.c
[16/430] Compiling CNIOWASI CNIOWASI.c
[17/430] Compiling _AtomicsShims.c
[18/430] Compiling CNIOLinux liburing_shims.c
[19/430] Compiling CNIOLLHTTP c_nio_http.c
[20/430] Compiling CNIOExtrasZlib empty.c
[21/430] Compiling CNIODarwin shim.c
[22/430] Compiling fiat_p256_adx_sqr.S
[23/430] Compiling fiat_p256_adx_mul.S
[24/430] Compiling fiat_curve25519_adx_square.S
[25/430] Compiling CNIOLinux shim.c
[26/430] Compiling CNIOLLHTTP c_nio_api.c
[27/430] Compiling fiat_curve25519_adx_mul.S
[28/430] Write swift-version-24593BA9C3E375BF.txt
[28/430] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/430] Compiling CNIOBoringSSLShims shims.c
[31/434] Compiling tls_record.cc
[32/434] Compiling tls_method.cc
[33/434] Compiling t1_enc.cc
[34/434] Compiling tls13_enc.cc
[35/434] Compiling tls13_server.cc
[36/434] Compiling tls13_client.cc
[37/447] Compiling tls13_both.cc
[38/453] Compiling ssl_stat.cc
[39/453] Compiling ssl_versions.cc
[40/453] Compiling ssl_session.cc
[41/453] Compiling ssl_transcript.cc
[42/453] Compiling ssl_x509.cc
[44/453] Compiling _NIODataStructures PriorityQueue.swift
[45/453] Compiling _NIODataStructures _TinyArray.swift
[46/453] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/453] Compiling InternalCollectionsUtilities Integer rank.swift
[48/453] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/455] Compiling InternalCollectionsUtilities Debugging.swift
[50/455] Compiling InternalCollectionsUtilities Descriptions.swift
[51/455] Compiling InternalCollectionsUtilities _SortedCollection.swift
[52/455] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/455] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[54/455] Compiling InternalCollectionsUtilities Specialize.swift
[55/455] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[56/455] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[57/455] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[58/455] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/455] Emitting module InternalCollectionsUtilities
[61/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/455] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/455] Emitting module _NIOBase64
[64/455] Compiling _NIOBase64 Base64.swift
[65/456] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/456] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/457] Compiling ssl_privkey.cc
[70/472] Compiling DequeModule Deque+Equatable.swift
[71/472] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/472] Emitting module _NIODataStructures
[73/472] Compiling _NIODataStructures Heap.swift
[75/475] Compiling DequeModule _DequeBuffer.swift
[76/475] Compiling DequeModule _DequeBufferHeader.swift
[76/475] Compiling ssl_file.cc
[77/475] Compiling ssl_key_share.cc
[79/475] Compiling DequeModule Deque+Extras.swift
[80/475] Compiling DequeModule Deque+Hashable.swift
[81/475] Compiling DequeModule Deque+CustomReflectable.swift
[82/475] Compiling DequeModule Deque+Descriptions.swift
[82/475] Compiling ssl_credential.cc
[84/475] Compiling DequeModule _DequeSlot.swift
[85/475] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/475] Compiling DequeModule Deque+Testing.swift
[87/475] Compiling DequeModule Deque._Storage.swift
[88/475] Compiling DequeModule Deque._UnsafeHandle.swift
[89/475] Compiling DequeModule Deque.swift
[89/475] Compiling ssl_lib.cc
[91/475] Compiling DequeModule Deque+Codable.swift
[92/475] Compiling DequeModule Deque+Collection.swift
[93/475] Emitting module DequeModule
[94/476] Compiling ssl_cert.cc
[95/476] Compiling ssl_cipher.cc
[96/476] Compiling ssl_buffer.cc
[97/476] Compiling ssl_aead_ctx.cc
[98/476] Compiling ssl_asn1.cc
[99/476] Compiling s3_pkt.cc
[100/476] Compiling s3_lib.cc
[101/476] Compiling s3_both.cc
[102/476] Compiling handshake_server.cc
[103/476] Compiling handshake_client.cc
[104/476] Compiling handshake.cc
[105/476] Compiling handoff.cc
[106/476] Compiling encrypted_client_hello.cc
[107/476] Compiling extensions.cc
[108/476] Compiling dtls_record.cc
[109/476] Compiling md5-x86_64-linux.S
[110/476] Compiling md5-x86_64-apple.S
[111/476] Compiling md5-586-linux.S
[112/476] Compiling md5-586-apple.S
[113/476] Compiling chacha20_poly1305_x86_64-linux.S
[114/476] Compiling chacha20_poly1305_x86_64-apple.S
[115/476] Compiling chacha20_poly1305_armv8-win.S
[116/476] Compiling chacha20_poly1305_armv8-linux.S
[117/476] Compiling dtls_method.cc
[118/476] Compiling chacha20_poly1305_armv8-apple.S
[119/476] Compiling err_data.cc
[120/476] Compiling chacha-x86_64-linux.S
[121/476] Compiling chacha-x86_64-apple.S
[122/476] Compiling chacha-x86-linux.S
[123/476] Compiling chacha-x86-apple.S
[124/476] Compiling chacha-armv8-win.S
[125/476] Compiling chacha-armv8-linux.S
[126/476] Compiling chacha-armv8-apple.S
[127/476] Compiling chacha-armv4-linux.S
[128/476] Compiling aes128gcmsiv-x86_64-apple.S
[129/476] Compiling aes128gcmsiv-x86_64-linux.S
[130/476] Compiling x86_64-mont5-apple.S
[131/476] Compiling x86_64-mont5-linux.S
[132/476] Compiling x86_64-mont-linux.S
[133/476] Compiling x86_64-mont-apple.S
[134/476] Compiling x86-mont-linux.S
[135/476] Compiling x86-mont-apple.S
[136/476] Compiling d1_srtp.cc
[137/476] Compiling vpaes-x86_64-linux.S
[138/476] Compiling vpaes-x86_64-apple.S
[139/476] Compiling vpaes-x86-linux.S
[140/476] Compiling vpaes-x86-apple.S
[141/476] Compiling d1_pkt.cc
[142/476] Compiling vpaes-armv8-win.S
[143/476] Compiling vpaes-armv8-apple.S
[144/476] Compiling vpaes-armv8-linux.S
[145/476] Compiling vpaes-armv7-linux.S
[146/476] Compiling sha512-armv8-win.S
[147/476] Compiling sha512-x86_64-apple.S
[148/476] Compiling sha512-armv8-linux.S
[149/476] Compiling sha512-x86_64-linux.S
[150/476] Compiling sha512-armv8-apple.S
[151/476] Compiling sha512-armv4-linux.S
[152/476] Compiling sha512-586-linux.S
[153/476] Compiling sha512-586-apple.S
[154/476] Compiling sha256-x86_64-linux.S
[155/476] Compiling sha256-x86_64-apple.S
[156/476] Compiling sha256-armv8-win.S
[157/476] Compiling sha256-armv8-apple.S
[157/476] Compiling sha256-armv8-linux.S
[159/476] Compiling sha256-586-linux.S
[160/476] Compiling sha256-armv4-linux.S
[161/476] Compiling sha256-586-apple.S
[162/476] Compiling sha1-x86_64-apple.S
[163/476] Compiling sha1-armv8-win.S
[164/476] Compiling sha1-armv8-linux.S
[165/476] Compiling bio_ssl.cc
[166/476] Compiling sha1-x86_64-linux.S
[167/476] Compiling sha1-armv8-apple.S
[168/476] Compiling sha1-armv4-large-linux.S
[169/476] Compiling sha1-586-linux.S
[170/476] Compiling sha1-586-apple.S
[171/476] Compiling rsaz-avx2-linux.S
[172/476] Compiling rsaz-avx2-apple.S
[173/476] Compiling rdrand-x86_64-linux.S
[174/476] Compiling rdrand-x86_64-apple.S
[175/476] Compiling p256_beeu-x86_64-asm-linux.S
[176/476] Compiling d1_lib.cc
[177/476] Compiling p256_beeu-x86_64-asm-apple.S
[178/476] Compiling p256_beeu-armv8-asm-win.S
[179/476] Compiling p256_beeu-armv8-asm-linux.S
[180/476] Compiling p256_beeu-armv8-asm-apple.S
[181/476] Compiling p256-x86_64-asm-apple.S
[182/476] Compiling p256-armv8-asm-win.S
[183/476] Compiling p256-armv8-asm-linux.S
[184/476] Compiling p256-x86_64-asm-linux.S
[185/476] Compiling ghashv8-armv8-win.S
[186/476] Compiling p256-armv8-asm-apple.S
[187/476] Compiling ghashv8-armv8-linux.S
[188/476] Compiling ghashv8-armv7-linux.S
[189/476] Compiling ghashv8-armv8-apple.S
[190/476] Compiling ghash-x86_64-apple.S
[191/476] Compiling ghash-x86_64-linux.S
[192/476] Compiling ghash-x86-linux.S
[193/476] Compiling ghash-x86-apple.S
[194/476] Compiling ghash-ssse3-x86_64-linux.S
[195/476] Compiling ghash-ssse3-x86_64-apple.S
[196/476] Compiling ghash-ssse3-x86-apple.S
[197/476] Compiling ghash-neon-armv8-win.S
[198/476] Compiling ghash-ssse3-x86-linux.S
[199/476] Compiling ghash-neon-armv8-linux.S
[200/476] Compiling ghash-neon-armv8-apple.S
[201/476] Compiling d1_both.cc
[202/476] Compiling co-586-linux.S
[203/476] Compiling ghash-armv4-linux.S
[204/476] Compiling co-586-apple.S
[205/476] Compiling bsaes-armv7-linux.S
[206/476] Compiling bn-armv8-win.S
[207/476] Compiling bn-armv8-linux.S
[208/476] Compiling bn-armv8-apple.S
[209/476] Compiling bn-586-apple.S
[210/476] Compiling bn-586-linux.S
[211/476] Compiling armv8-mont-win.S
[212/476] Compiling armv8-mont-linux.S
[213/476] Compiling armv4-mont-linux.S
[214/476] Compiling armv8-mont-apple.S
[215/476] Compiling aesv8-gcm-armv8-win.S
[216/476] Compiling aesv8-gcm-armv8-linux.S
[217/476] Compiling aesv8-gcm-armv8-apple.S
[218/476] Compiling aesv8-armv8-win.S
[219/476] Compiling aesv8-armv8-linux.S
[220/476] Compiling aesv8-armv7-linux.S
[221/476] Compiling aesv8-armv8-apple.S
[222/476] Compiling aesni-x86_64-apple.S
[223/476] Compiling aesni-x86_64-linux.S
[224/476] Compiling aesni-x86-linux.S
[225/476] Compiling aesni-x86-apple.S
[226/476] Compiling aesni-gcm-x86_64-apple.S
[226/476] Compiling aesni-gcm-x86_64-linux.S
[228/476] Compiling aes-gcm-avx2-x86_64-apple.S
[229/476] Compiling aes-gcm-avx2-x86_64-linux.S
[230/476] Compiling aes-gcm-avx10-x86_64-linux.S
[231/476] Compiling aes-gcm-avx10-x86_64-apple.S
[232/476] Compiling x_sig.cc
[233/476] Compiling x_val.cc
[233/476] Compiling x_spki.cc
[235/476] Compiling x_x509.cc
[236/476] Compiling x_req.cc
[237/476] Compiling x_x509a.cc
[238/476] Compiling x_pubkey.cc
[239/476] Compiling x_name.cc
[240/476] Compiling x_exten.cc
[241/476] Compiling x_algor.cc
[242/476] Compiling x509spki.cc
[243/476] Compiling x_attrib.cc
[244/476] Compiling x_crl.cc
[245/476] Compiling x509rset.cc
[246/476] Compiling x_all.cc
[247/476] Compiling x509name.cc
[248/476] Compiling x509cset.cc
[249/476] Compiling x509_txt.cc
[250/476] Compiling x509_vpm.cc
[251/476] Compiling x509_v3.cc
[252/476] Compiling x509_trs.cc
[253/476] Compiling x509_set.cc
[254/476] Compiling x509_vfy.cc
[255/476] Compiling x509_req.cc
[256/476] Compiling x509_obj.cc
[257/476] Compiling x509_def.cc
[258/476] Compiling x509_ext.cc
[258/476] Compiling x509_d2.cc
[260/476] Compiling x509_lu.cc
[261/476] Compiling x509_cmp.cc
[261/476] Compiling x509.cc
[262/476] Compiling x509_att.cc
[264/476] Compiling v3_prn.cc
[265/476] Compiling v3_skey.cc
[266/476] Compiling v3_ocsp.cc
[267/476] Compiling v3_purp.cc
[268/476] Compiling v3_utl.cc
[269/476] Compiling v3_pmaps.cc
[270/476] Compiling v3_pcons.cc
[271/476] Compiling v3_ncons.cc
[272/476] Compiling v3_int.cc
[273/476] Compiling v3_lib.cc
[274/476] Compiling v3_info.cc
[275/476] Compiling v3_ia5.cc
[276/476] Compiling v3_genn.cc
[277/476] Compiling v3_extku.cc
[278/476] Compiling v3_enum.cc
[279/476] Compiling v3_crld.cc
[280/476] Compiling v3_conf.cc
[281/476] Compiling v3_cpols.cc
[282/476] Compiling v3_bitst.cc
[283/476] Compiling v3_bcons.cc
[284/476] Compiling v3_akeya.cc
[285/476] Compiling v3_alt.cc
[286/476] Compiling v3_akey.cc
[287/476] Compiling t_x509a.cc
[288/476] Compiling i2d_pr.cc
[289/476] Compiling t_crl.cc
[290/476] Compiling t_x509.cc
[291/476] Compiling t_req.cc
[292/476] Compiling name_print.cc
[293/476] Compiling rsa_pss.cc
[294/476] Compiling policy.cc
[295/476] Compiling by_file.cc
[296/476] Compiling by_dir.cc
[297/476] Compiling voprf.cc
[298/476] Compiling asn1_gen.cc
[299/476] Compiling algorithm.cc
[300/476] Compiling trust_token.cc
[301/476] Compiling a_verify.cc
[302/476] Compiling a_digest.cc
[303/476] Compiling a_sign.cc
[304/476] Compiling thread_win.cc
[305/476] Compiling thread.cc
[306/476] Compiling thread_none.cc
[307/476] Compiling thread_pthread.cc
[308/476] Compiling stack.cc
[309/476] Compiling pmbtoken.cc
[310/476] Compiling slhdsa.cc
[311/476] Compiling sha512.cc
[312/476] Compiling siphash.cc
[313/476] Compiling sha1.cc
[314/476] Compiling sha256.cc
[315/476] Compiling spake2plus.cc
[316/476] Compiling rsa_print.cc
[317/476] Compiling rsa_extra.cc
[318/476] Compiling rc4.cc
[319/476] Compiling refcount.cc
[320/476] Compiling windows.cc
[321/476] Compiling rsa_crypt.cc
[322/476] Compiling trusty.cc
[323/476] Compiling rand.cc
[324/476] Compiling urandom.cc
[325/476] Compiling rsa_asn1.cc
[326/476] Compiling ios.cc
[327/476] Compiling getentropy.cc
[328/476] Compiling forkunsafe.cc
[329/476] Compiling passive.cc
[330/476] Compiling deterministic.cc
[331/476] Compiling fork_detect.cc
[332/476] Compiling poly1305_arm_asm.S
[333/476] Compiling poly1305_arm.cc
[334/476] Compiling poly1305.cc
[335/476] Compiling poly1305_vec.cc
[336/476] Compiling pool.cc
[337/476] Compiling pkcs7.cc
[338/476] Compiling pkcs8.cc
[339/476] Compiling p5_pbev2.cc
[340/476] Compiling pkcs7_x509.cc
[341/476] Compiling pkcs8_x509.cc
[342/476] Compiling pem_xaux.cc
[343/476] Compiling pem_x509.cc
[344/476] Compiling pem_pkey.cc
[345/476] Compiling mlkem.cc
[346/476] Compiling pem_pk8.cc
[347/476] Compiling obj_xref.cc
[348/476] Compiling pem_oth.cc
[349/476] Compiling pem_info.cc
[350/476] Compiling mldsa.cc
[351/476] Compiling pem_all.cc
[352/476] Compiling pem_lib.cc
[353/476] Compiling obj.cc
[354/476] Compiling poly_rq_mul.S
[355/476] Compiling fips_shared_support.cc
[356/476] Compiling md5.cc
[357/476] Compiling mem.cc
[358/476] Compiling md4.cc
[359/476] Compiling lhash.cc
[360/476] Compiling hrss.cc
[361/476] Compiling kyber.cc
[362/476] Compiling sign.cc
[362/476] Compiling ex_data.cc
[364/476] Compiling scrypt.cc
[365/476] Compiling hpke.cc
[366/476] Compiling print.cc
[367/476] Compiling pbkdf.cc
[368/476] Compiling p_x25519.cc
[369/476] Compiling p_x25519_asn1.cc
[370/476] Compiling p_rsa_asn1.cc
[371/476] Compiling p_ed25519.cc
[372/476] Compiling p_rsa.cc
[373/476] Compiling p_hkdf.cc
[374/476] Compiling p_ed25519_asn1.cc
[375/476] Compiling p_ec_asn1.cc
[376/476] Compiling p_ec.cc
[377/476] Compiling p_dh.cc
[378/476] Compiling p_dh_asn1.cc
[379/476] Compiling evp_ctx.cc
[380/476] Compiling p_dsa_asn1.cc
[381/476] Compiling evp.cc
[382/476] Compiling err.cc
[383/476] Compiling engine.cc
[384/476] Compiling ecdh.cc
[385/476] Compiling evp_asn1.cc
[386/476] Compiling ecdsa_asn1.cc
[387/476] Compiling hash_to_curve.cc
[388/476] Compiling ec_derive.cc
[389/476] Compiling dsa.cc
[390/476] Compiling dsa_asn1.cc
[390/476] Compiling ec_asn1.cc
[392/476] Compiling params.cc
[393/476] Compiling x25519-asm-arm.S
[394/476] Compiling digest_extra.cc
[395/476] Compiling des.cc
[396/476] Compiling dh_asn1.cc
[397/476] Compiling crypto.cc
[398/476] Compiling cpu_arm_linux.cc
[399/476] Compiling cpu_intel.cc
[400/476] Compiling spake25519.cc
[401/476] Compiling curve25519.cc
[402/476] Compiling cpu_arm_freebsd.cc
[403/476] Compiling cpu_aarch64_openbsd.cc
[404/476] Compiling cpu_aarch64_win.cc
[405/476] Compiling bcm.cc
[406/476] Compiling cpu_aarch64_sysreg.cc
[407/476] Compiling cpu_aarch64_linux.cc
[408/476] Compiling cpu_aarch64_fuchsia.cc
[408/476] Compiling cpu_aarch64_apple.cc
[410/476] Compiling curve25519_64_adx.cc
[411/476] Compiling tls_cbc.cc
[412/476] Compiling conf.cc
[413/476] Compiling get_cipher.cc
[414/476] Compiling e_rc4.cc
[415/476] Compiling e_tls.cc
[416/476] Compiling e_null.cc
[417/476] Compiling e_rc2.cc
[418/476] Compiling e_des.cc
[419/476] Compiling derive_key.cc
[420/476] Compiling e_chacha20poly1305.cc
[421/476] Compiling e_aesctrhmac.cc
[421/476] Compiling e_aesgcmsiv.cc
[423/476] Compiling chacha.cc
[424/476] Compiling unicode.cc
[425/476] Compiling buf.cc
[426/476] Compiling cbb.cc
[427/476] Compiling cbs.cc
[428/476] Compiling ber.cc
[429/476] Compiling asn1_compat.cc
[430/476] Compiling bn_asn1.cc
[431/476] Compiling convert.cc
[432/476] Compiling blake2.cc
[433/476] Compiling socket_helper.cc
[434/476] Compiling socket.cc
[435/476] Compiling printf.cc
[436/476] Compiling pair.cc
[437/476] Compiling hexdump.cc
[438/476] Compiling file.cc
[439/476] Compiling errno.cc
[440/476] Compiling fd.cc
[441/476] Compiling bio_mem.cc
[441/476] Compiling connect.cc
[443/476] Compiling bio.cc
[444/476] Compiling base64.cc
[445/476] Compiling tasn_typ.cc
[446/476] Compiling tasn_fre.cc
[447/476] Compiling tasn_utl.cc
[448/476] Compiling f_string.cc
[449/476] Compiling tasn_enc.cc
[449/476] Compiling posix_time.cc
[449/476] Compiling tasn_new.cc
[449/476] Compiling f_int.cc
[453/476] Compiling asn_pack.cc
[454/476] Compiling tasn_dec.cc
[455/476] Compiling asn1_par.cc
[456/476] Compiling a_utctm.cc
[457/476] Compiling a_time.cc
[458/476] Compiling a_octet.cc
[459/476] Compiling a_type.cc
[460/476] Compiling asn1_lib.cc
[461/476] Compiling a_strnid.cc
[462/476] Compiling a_strex.cc
[463/476] Compiling a_object.cc
[464/476] Compiling a_dup.cc
[464/476] Compiling a_i2d_fp.cc
[466/476] Compiling a_d2i_fp.cc
[467/476] Write sources
[468/476] Compiling a_gentm.cc
[468/476] Compiling a_mbstr.cc
[468/476] Write sources
[471/476] Compiling a_int.cc
[472/495] Compiling a_bool.cc
[473/495] Compiling a_bitstr.cc
[475/495] Compiling Atomics Primitives.shims.swift
[476/495] Compiling Atomics AtomicInteger.swift
[477/495] Compiling Atomics AtomicOptionalWrappable.swift
[478/495] Compiling Atomics AtomicMemoryOrderings.swift
[479/495] Compiling Atomics DoubleWord.swift
[480/497] Compiling Atomics ManagedAtomic.swift
[481/497] Compiling Atomics ManagedAtomicLazyReference.swift
[482/497] Compiling Atomics UnsafeAtomic.swift
[483/497] Compiling Atomics UnsafeAtomicLazyReference.swift
[484/497] Compiling Atomics IntegerOperations.swift
[485/497] Compiling Atomics Unmanaged extensions.swift
[486/497] Compiling Atomics OptionalRawRepresentable.swift
[487/497] Compiling Atomics RawRepresentable.swift
[488/497] Compiling Atomics AtomicBool.swift
[489/497] Emitting module Atomics
[490/497] Compiling Atomics IntegerConformances.swift
[491/497] Compiling Atomics PointerConformances.swift
[492/497] Compiling Atomics Primitives.native.swift
[493/497] Compiling Atomics AtomicReference.swift
[494/497] Compiling Atomics AtomicStorage.swift
[495/497] Compiling Atomics AtomicValue.swift
[495/498] Compiling c-nioatomics.c
[497/498] Compiling c-atomics.c
[499/504] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[500/504] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[501/504] Emitting module NIOConcurrencyHelpers
[502/504] Compiling NIOConcurrencyHelpers lock.swift
[503/504] Compiling NIOConcurrencyHelpers atomics.swift
[504/504] Compiling NIOConcurrencyHelpers NIOLock.swift
[506/564] Compiling NIOCore GlobalSingletons.swift
[507/564] Compiling NIOCore IO.swift
[508/564] Compiling NIOCore IOData.swift
[509/564] Compiling NIOCore IPProtocol.swift
[510/564] Compiling NIOCore IntegerBitPacking.swift
[511/564] Compiling NIOCore IntegerTypes.swift
[512/564] Compiling NIOCore Interfaces.swift
[513/564] Compiling NIOCore Linux.swift
[514/572] Compiling NIOCore EventLoop.swift
[515/572] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[516/572] Compiling NIOCore EventLoopFuture+Deprecated.swift
[517/572] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[518/572] Compiling NIOCore EventLoopFuture.swift
[519/572] Compiling NIOCore FileDescriptor.swift
[520/572] Compiling NIOCore FileHandle.swift
[521/572] Compiling NIOCore FileRegion.swift
[522/572] Compiling NIOCore MarkedCircularBuffer.swift
[523/572] Compiling NIOCore MulticastChannel.swift
[524/572] Compiling NIOCore NIOAny.swift
[525/572] Compiling NIOCore NIOCloseOnErrorHandler.swift
[526/572] Compiling NIOCore NIOLoopBound.swift
[527/572] Compiling NIOCore NIOScheduledCallback.swift
[528/572] Compiling NIOCore NIOSendable.swift
[529/572] Compiling NIOCore RecvByteBufferAllocator.swift
[530/572] Compiling NIOCore AddressedEnvelope.swift
[531/572] Compiling NIOCore AsyncAwaitSupport.swift
[532/572] Compiling NIOCore AsyncChannel.swift
[533/572] Compiling NIOCore AsyncChannelHandler.swift
[534/572] Compiling NIOCore AsyncChannelInboundStream.swift
[535/572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[536/572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[537/572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[538/572] Compiling NIOCore NIOAsyncWriter.swift
[539/572] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[540/572] Compiling NIOCore SocketAddresses.swift
[541/572] Compiling NIOCore SocketOptionProvider.swift
[542/572] Compiling NIOCore SystemCallHelpers.swift
[543/572] Compiling NIOCore TimeAmount+Duration.swift
[544/572] Compiling NIOCore TypeAssistedChannelHandler.swift
[545/572] Compiling NIOCore UniversalBootstrapSupport.swift
[546/572] Compiling NIOCore Utilities.swift
[547/572] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[548/572] Compiling NIOCore BSDSocketAPI.swift
[549/572] Compiling NIOCore ByteBuffer-aux.swift
[550/572] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[551/572] Compiling NIOCore ByteBuffer-conversions.swift
[552/572] Compiling NIOCore ByteBuffer-core.swift
[553/572] Compiling NIOCore ByteBuffer-hex.swift
[554/572] Compiling NIOCore ByteBuffer-int.swift
[555/572] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[556/572] Compiling NIOCore ByteBuffer-multi-int.swift
[557/572] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[558/572] Compiling NIOCore ByteBuffer-views.swift
[559/572] Compiling NIOCore Channel.swift
[560/572] Compiling NIOCore ChannelHandler.swift
[561/572] Compiling NIOCore ChannelHandlers.swift
[562/572] Compiling NIOCore ChannelInvoker.swift
[563/572] Compiling NIOCore ChannelOption.swift
[564/572] Compiling NIOCore ChannelPipeline.swift
[565/572] Compiling NIOCore CircularBuffer.swift
[566/572] Compiling NIOCore Codec.swift
[567/572] Compiling NIOCore ConvenienceOptionSupport.swift
[568/572] Compiling NIOCore DeadChannel.swift
[569/572] Compiling NIOCore DispatchQueue+WithFuture.swift
[570/572] Compiling NIOCore EventLoop+Deprecated.swift
[571/572] Compiling NIOCore EventLoop+SerialExecutor.swift
[572/572] Emitting module NIOCore
[574/624] Compiling NIOEmbedded Embedded.swift
[575/624] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[576/624] Emitting module NIOEmbedded
[577/624] Compiling NIOEmbedded AsyncTestingChannel.swift
[579/625] Compiling NIOPosix ServerSocket.swift
[580/625] Compiling NIOPosix Socket.swift
[581/625] Compiling NIOPosix SocketChannel.swift
[582/625] Compiling NIOPosix SocketProtocols.swift
[583/625] Compiling NIOPosix System.swift
[584/625] Compiling NIOPosix Thread.swift
[585/631] Emitting module NIOPosix
[586/631] Compiling NIOPosix BSDSocketAPICommon.swift
[587/631] Compiling NIOPosix BSDSocketAPIPosix.swift
[588/631] Compiling NIOPosix BSDSocketAPIWindows.swift
[589/631] Compiling NIOPosix BaseSocket.swift
[590/631] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[591/631] Compiling NIOPosix BaseSocketChannel.swift
[592/631] Compiling NIOPosix BaseStreamSocketChannel.swift
[593/631] Compiling NIOPosix Bootstrap.swift
[594/631] Compiling NIOPosix ControlMessage.swift
[595/631] Compiling NIOPosix DatagramVectorReadManager.swift
[596/631] Compiling NIOPosix Errors+Any.swift
[597/631] Compiling NIOPosix FileDescriptor.swift
[598/631] Compiling NIOPosix GetaddrinfoResolver.swift
[599/631] Compiling NIOPosix HappyEyeballs.swift
[600/631] Compiling NIOPosix SelectableChannel.swift
[601/631] Compiling NIOPosix SelectableEventLoop.swift
[602/631] Compiling NIOPosix SelectorEpoll.swift
[603/631] Compiling NIOPosix SelectorGeneric.swift
[604/631] Compiling NIOPosix SelectorKqueue.swift
[605/631] Compiling NIOPosix SelectorUring.swift
[606/631] Compiling NIOPosix PooledRecvBufferAllocator.swift
[607/631] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[608/631] Compiling NIOPosix PosixSingletons.swift
[609/631] Compiling NIOPosix RawSocketBootstrap.swift
[610/631] Compiling NIOPosix Resolver.swift
[611/631] Compiling NIOPosix Selectable.swift
[612/631] Compiling NIOPosix IO.swift
[613/631] Compiling NIOPosix IntegerBitPacking.swift
[614/631] Compiling NIOPosix IntegerTypes.swift
[615/631] Compiling NIOPosix Linux.swift
[616/631] Compiling NIOPosix LinuxCPUSet.swift
[617/631] Compiling NIOPosix LinuxUring.swift
[618/631] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[619/631] Compiling NIOPosix NIOThreadPool.swift
[620/631] Compiling NIOPosix NonBlockingFileIO.swift
[621/631] Compiling NIOPosix PendingDatagramWritesManager.swift
[622/631] Compiling NIOPosix PendingWritesManager.swift
[623/631] Compiling NIOPosix PipeChannel.swift
[624/631] Compiling NIOPosix PipePair.swift
[625/631] Compiling NIOPosix Pool.swift
[626/631] Compiling NIOPosix ThreadPosix.swift
[627/631] Compiling NIOPosix ThreadWindows.swift
[628/631] Compiling NIOPosix UnsafeTransfer.swift
[629/631] Compiling NIOPosix Utilities.swift
[630/631] Compiling NIOPosix VsockAddress.swift
[631/631] Compiling NIOPosix VsockChannelEvents.swift
[633/634] Emitting module NIO
[634/634] Compiling NIO Exports.swift
[636/662] Compiling NIOTLS TLSEvents.swift
[637/662] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[638/662] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[639/664] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[640/664] Emitting module NIOTLS
[641/664] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[642/664] Compiling NIOTLS SNIHandler.swift
[643/664] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[645/665] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[646/665] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[647/665] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[648/665] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[649/665] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[650/665] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[651/694] Compiling NIOSSL Zeroization.swift
[652/694] Compiling NIOSSL AndroidCABundle.swift
[653/694] Compiling NIOSSL SSLPKCS12Bundle.swift
[654/694] Compiling NIOSSL SSLPrivateKey.swift
[655/694] Compiling NIOSSL SSLErrors.swift
[656/694] Compiling NIOSSL SSLInit.swift
[657/694] Emitting module NIOHTTP1
[658/694] Compiling NIOSSL SSLPublicKey.swift
[659/694] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[660/694] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[662/695] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[663/695] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[664/695] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[665/702] Emitting module NIOFoundationCompat
[666/702] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[668/703] Emitting module NIOSSL
[669/706] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[670/706] Compiling NIOSSL LinuxCABundle.swift
[671/706] Compiling NIOSSL NIOSSLClientHandler.swift
[672/706] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[673/706] Compiling NIOSSL NIOSSLHandler.swift
[674/706] Compiling NIOHTTPCompression HTTPDecompression.swift
[675/706] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[676/706] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[677/706] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[678/706] Emitting module NIOHTTPCompression
[679/706] Compiling NIOHTTPCompression HTTPCompression.swift
[682/707] Compiling NIOSSL ByteBufferBIO.swift
[683/707] Compiling NIOSSL CustomPrivateKey.swift
[684/707] Compiling NIOSSL IdentityVerification.swift
[685/707] Compiling NIOSSL NIOSSLServerHandler.swift
[686/707] Compiling NIOSSL ObjectIdentifier.swift
[687/707] Compiling NIOSSL PosixPort.swift
[688/707] Compiling NIOSSL SSLCallbacks.swift
[692/707] Compiling NIOSSL SubjectAlternativeName.swift
[693/707] Compiling NIOSSL NIOSSLSecureBytes.swift
[694/707] Compiling NIOSSL RNG.swift
[695/707] Compiling NIOSSL SafeCompare.swift
[701/707] Compiling NIOSSL SSLCertificate.swift
[702/707] Compiling NIOSSL SSLCertificateExtensions.swift
[703/707] Compiling NIOSSL SSLConnection.swift
[704/707] Compiling NIOSSL SSLContext.swift
[705/707] Compiling NIOSSL TLSConfiguration.swift
[706/707] Compiling NIOSSL UniversalBootstrapSupport.swift
[707/707] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[709/715] Compiling AsyncHTTPClient Utils.swift
[710/715] Compiling AsyncHTTPClient RequestValidation.swift
[711/715] 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) {
[712/715] 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.
[713/715] 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>
[714/715] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[715/715] 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! (79.78s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.