Build Information
Successful build of hummingbird-core, reference 1.6.1 (2a16f0
), with Swift 6.1 for Linux on 28 Apr 2025 16:28:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-core.git
Reference: 1.6.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/hummingbird-project/hummingbird-core
* tag 1.6.1 -> FETCH_HEAD
HEAD is now at 2a16f07 Wait on end being sent before closing connection (#68)
Cloned https://github.com/hummingbird-project/hummingbird-core.git
Revision (git rev-parse @):
2a16f079f78b2a746ad57b3931c366cd14961927
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-core.git at 1.6.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-core.git
https://github.com/hummingbird-project/hummingbird-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.49.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "hummingbird-core",
"name" : "hummingbird-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "HummingbirdCore",
"targets" : [
"HummingbirdCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdHTTP2",
"targets" : [
"HummingbirdHTTP2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdTLS",
"targets" : [
"HummingbirdTLS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdCoreXCT",
"targets" : [
"HummingbirdCoreXCT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdTLSTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdTLSTests",
"path" : "Tests/HummingbirdTLSTests",
"sources" : [
"Certificates.swift",
"HummingBirdTLSTests.swift"
],
"target_dependencies" : [
"HummingbirdTLS",
"HummingbirdCoreXCT"
],
"type" : "test"
},
{
"c99name" : "HummingbirdTLS",
"module_type" : "SwiftTarget",
"name" : "HummingbirdTLS",
"path" : "Sources/HummingbirdTLS",
"product_dependencies" : [
"NIOCore",
"NIOSSL"
],
"product_memberships" : [
"HummingbirdTLS"
],
"sources" : [
"Exports.swift",
"HTTPServer+TLS.swift"
],
"target_dependencies" : [
"HummingbirdCore"
],
"type" : "library"
},
{
"c99name" : "HummingbirdHTTP2",
"module_type" : "SwiftTarget",
"name" : "HummingbirdHTTP2",
"path" : "Sources/HummingbirdHTTP2",
"product_dependencies" : [
"NIOCore",
"NIOHTTP2",
"NIOSSL"
],
"product_memberships" : [
"HummingbirdHTTP2"
],
"sources" : [
"ChannelInitializer.swift",
"Exports.swift",
"HTTP2UserEventHandler.swift",
"HTTPServer+HTTP2.swift"
],
"target_dependencies" : [
"HummingbirdCore"
],
"type" : "library"
},
{
"c99name" : "HummingbirdCoreXCT",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCoreXCT",
"path" : "Sources/HummingbirdCoreXCT",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOHTTP1",
"NIOPosix",
"NIOSSL"
],
"product_memberships" : [
"HummingbirdCoreXCT"
],
"sources" : [
"TimeoutPromise.swift",
"XCTClient+types.swift",
"XCTClient.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdCoreTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCoreTests",
"path" : "Tests/HummingbirdCoreTests",
"product_dependencies" : [
"NIOEmbedded"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdCoreTests/Certificates/server.p12",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Certificates.swift",
"CoreTests+async.swift",
"CoreTests.swift",
"StreamerTests.swift",
"TSTests.swift"
],
"target_dependencies" : [
"HummingbirdCore",
"HummingbirdCoreXCT"
],
"type" : "test"
},
{
"c99name" : "HummingbirdCore",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCore",
"path" : "Sources/HummingbirdCore",
"product_dependencies" : [
"Logging",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOExtras",
"NIOHTTP1",
"NIOPosix",
"NIOTransportServices"
],
"product_memberships" : [
"HummingbirdCore",
"HummingbirdHTTP2",
"HummingbirdTLS"
],
"sources" : [
"AsyncAwaitSupport/RequestBodyStreamer+async.swift",
"AsyncAwaitSupport/Sendable.swift",
"Error/HTTPError.swift",
"Error/HTTPErrorResponse.swift",
"HTTPResponder.swift",
"Request/ByteBufferStreamer.swift",
"Request/Request.swift",
"Request/RequestBody.swift",
"Response/Response.swift",
"Response/ResponseBody.swift",
"Server/BindAddress.swift",
"Server/ChannelInitializer.swift",
"Server/HTTPChannelHandlers.swift",
"Server/HTTPServer+Configuration.swift",
"Server/HTTPServer.swift",
"Server/HTTPServerHandler.swift",
"Server/TSTLSOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/3836] Fetching swift-log
[308/9498] Fetching swift-log, swift-nio-extras
[4189/12117] Fetching swift-log, swift-nio-extras, swift-nio-transport-services
[4341/23609] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[13351/38402] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
[16423/113924] Fetching swift-log, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
[13847/108262] Fetching swift-log, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.28s)
[72741/105643] Fetching swift-log, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.29s)
[61693/94151] Fetching swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.96s)
[69169/90315] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.99s)
[55132/75522] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.64s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (5.23s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.29s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.59s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1127] Fetching swift-http-structured-headers
[948/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/7934] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.49s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
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.02s)
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.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.68s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-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-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/436] Write sources
[19/436] Compiling CNIOWindows WSAStartup.c
[20/436] Compiling CNIOWindows shim.c
[21/436] Write sources
[24/436] Compiling CNIOWASI CNIOWASI.c
[25/436] Compiling CNIOLinux liburing_shims.c
[26/436] Compiling CNIOLLHTTP c_nio_http.c
[27/436] Compiling CNIODarwin shim.c
[28/436] Compiling _AtomicsShims.c
[29/436] Compiling CNIOLinux shim.c
[30/436] Compiling CNIOLLHTTP c_nio_api.c
[31/436] Compiling fiat_curve25519_adx_square.S
[32/436] Compiling fiat_p256_adx_mul.S
[33/436] Compiling fiat_p256_adx_sqr.S
[34/436] Compiling fiat_curve25519_adx_mul.S
[35/436] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/436] Write swift-version-24593BA9C3E375BF.txt
[37/436] Compiling CNIOBoringSSLShims shims.c
[39/440] Emitting module _NIODataStructures
[39/440] Compiling tls_method.cc
[40/440] Compiling tls13_enc.cc
[41/440] Compiling tls_record.cc
[42/440] Compiling tls13_server.cc
[43/440] Compiling tls13_both.cc
[44/440] Compiling t1_enc.cc
[45/445] Compiling tls13_client.cc
[46/464] Compiling ssl_transcript.cc
[47/464] Compiling ssl_versions.cc
[48/464] Compiling ssl_stat.cc
[50/464] Compiling _NIODataStructures PriorityQueue.swift
[51/464] Compiling _NIODataStructures _TinyArray.swift
[52/464] Emitting module InternalCollectionsUtilities
[53/466] Compiling Logging LogHandler.swift
[54/466] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/466] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/466] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[57/466] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/466] Compiling InternalCollectionsUtilities Integer rank.swift
[59/466] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/466] Emitting module _NIOBase64
[61/466] Compiling _NIOBase64 Base64.swift
[62/467] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/467] Compiling InternalCollectionsUtilities Specialize.swift
[64/467] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/467] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/467] Compiling InternalCollectionsUtilities Debugging.swift
[67/467] Compiling InternalCollectionsUtilities Descriptions.swift
[68/467] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/467] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/467] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/467] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/467] Compiling ssl_x509.cc
[74/467] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/467] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/483] Compiling Logging MetadataProvider.swift
[78/483] Compiling DequeModule _DequeBuffer.swift
[79/483] Compiling DequeModule _DequeBufferHeader.swift
[80/483] Emitting module Logging
[81/483] Compiling Logging Locks.swift
[82/483] Compiling DequeModule Deque+Extras.swift
[83/483] Compiling DequeModule Deque+Hashable.swift
[84/483] Compiling DequeModule Deque+CustomReflectable.swift
[85/483] Compiling DequeModule Deque+Descriptions.swift
[86/483] Compiling DequeModule Deque+Equatable.swift
[87/483] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/485] Compiling Logging Logging.swift
[89/486] Compiling _NIODataStructures Heap.swift
[89/487] Compiling ssl_session.cc
[91/487] Compiling DequeModule Deque+Testing.swift
[92/487] Compiling DequeModule Deque._Storage.swift
[95/487] Compiling DequeModule _DequeSlot.swift
[96/487] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/487] Compiling DequeModule Deque+Codable.swift
[98/487] Compiling DequeModule Deque+Collection.swift
[98/487] Compiling ssl_privkey.cc
[100/487] Compiling DequeModule Deque._UnsafeHandle.swift
[101/487] Compiling DequeModule Deque.swift
[101/487] Compiling ssl_key_share.cc
[103/487] Emitting module DequeModule
[104/488] Compiling ssl_file.cc
[105/488] Compiling ssl_lib.cc
[106/488] Compiling ssl_credential.cc
[107/488] Compiling ssl_buffer.cc
[108/488] Compiling ssl_cert.cc
[109/488] Compiling ssl_cipher.cc
[110/488] Compiling ssl_asn1.cc
[111/488] Compiling ssl_aead_ctx.cc
[112/488] Compiling s3_pkt.cc
[113/488] Compiling s3_lib.cc
[114/488] Compiling s3_both.cc
[115/488] Compiling handshake.cc
[116/488] Compiling handshake_server.cc
[117/488] Compiling handshake_client.cc
[118/488] Compiling handoff.cc
[119/488] Compiling encrypted_client_hello.cc
[120/488] Compiling dtls_record.cc
[121/488] Compiling md5-x86_64-linux.S
[122/488] Compiling md5-x86_64-apple.S
[123/488] Compiling md5-586-linux.S
[124/488] Compiling md5-586-apple.S
[125/488] Compiling extensions.cc
[126/488] Compiling chacha20_poly1305_x86_64-linux.S
[127/488] Compiling chacha20_poly1305_x86_64-apple.S
[128/488] Compiling err_data.cc
[129/488] Compiling chacha20_poly1305_armv8-win.S
[130/488] Compiling chacha20_poly1305_armv8-linux.S
[131/488] Compiling chacha20_poly1305_armv8-apple.S
[132/488] Compiling chacha-x86_64-linux.S
[133/488] Compiling chacha-x86_64-apple.S
[134/488] Compiling chacha-x86-linux.S
[135/488] Compiling chacha-x86-apple.S
[136/488] Compiling dtls_method.cc
[137/488] Compiling chacha-armv8-win.S
[138/488] Compiling chacha-armv8-linux.S
[139/488] Compiling chacha-armv8-apple.S
[140/488] Compiling chacha-armv4-linux.S
[141/488] Compiling aes128gcmsiv-x86_64-linux.S
[142/488] Compiling bio_ssl.cc
[143/488] Compiling d1_srtp.cc
[144/488] Compiling aes128gcmsiv-x86_64-apple.S
[145/488] Compiling x86_64-mont5-apple.S
[146/488] Compiling x86_64-mont5-linux.S
[147/488] Compiling x86_64-mont-linux.S
[148/488] Compiling x86_64-mont-apple.S
[149/488] Compiling x86-mont-linux.S
[150/488] Compiling x86-mont-apple.S
[151/488] Compiling vpaes-x86_64-linux.S
[152/488] Compiling vpaes-x86_64-apple.S
[153/488] Compiling vpaes-x86-apple.S
[154/488] Compiling vpaes-x86-linux.S
[155/488] Compiling vpaes-armv8-linux.S
[156/488] Compiling vpaes-armv8-win.S
[157/488] Compiling vpaes-armv8-apple.S
[158/488] Compiling vpaes-armv7-linux.S
[159/488] Compiling sha512-x86_64-linux.S
[160/488] Compiling sha512-armv8-linux.S
[161/488] Compiling d1_pkt.cc
[162/488] Compiling sha512-x86_64-apple.S
[163/488] Compiling sha512-armv8-win.S
[164/488] Compiling sha512-armv8-apple.S
[165/488] Compiling sha512-armv4-linux.S
[166/488] Compiling sha512-586-linux.S
[167/488] Compiling sha256-x86_64-apple.S
[168/488] Compiling sha512-586-apple.S
[169/488] Compiling sha256-x86_64-linux.S
[170/488] Compiling sha256-armv8-win.S
[171/488] Compiling sha256-armv8-apple.S
[172/488] Compiling sha256-armv8-linux.S
[173/488] Compiling sha256-armv4-linux.S
[174/488] Compiling sha256-586-linux.S
[175/488] Compiling sha1-armv8-win.S
[176/488] Compiling sha256-586-apple.S
[177/488] Compiling d1_lib.cc
[178/488] Compiling sha1-x86_64-linux.S
[179/488] Compiling sha1-armv8-apple.S
[180/488] Compiling sha1-x86_64-apple.S
[181/488] Compiling sha1-armv8-linux.S
[182/488] Compiling sha1-586-apple.S
[183/488] Compiling sha1-armv4-large-linux.S
[184/488] Compiling sha1-586-linux.S
[185/488] Compiling rsaz-avx2-linux.S
[186/488] Compiling rdrand-x86_64-apple.S
[186/488] Compiling rsaz-avx2-apple.S
[188/488] Compiling rdrand-x86_64-linux.S
[189/488] Compiling p256_beeu-x86_64-asm-apple.S
[190/488] Compiling p256_beeu-x86_64-asm-linux.S
[191/488] Compiling p256_beeu-armv8-asm-win.S
[192/488] Compiling p256_beeu-armv8-asm-linux.S
[193/488] Compiling p256-armv8-asm-win.S
[194/488] Compiling p256_beeu-armv8-asm-apple.S
[195/488] Compiling ghashv8-armv8-win.S
[196/488] Compiling p256-x86_64-asm-apple.S
[197/488] Compiling p256-armv8-asm-apple.S
[198/488] Compiling p256-x86_64-asm-linux.S
[199/488] Compiling p256-armv8-asm-linux.S
[200/488] Compiling ghashv8-armv8-apple.S
[201/488] Compiling ghashv8-armv8-linux.S
[202/488] Compiling ghash-x86_64-linux.S
[203/488] Compiling ghashv8-armv7-linux.S
[204/488] Compiling ghash-x86-apple.S
[205/488] Compiling ghash-x86-linux.S
[206/488] Compiling ghash-ssse3-x86_64-apple.S
[207/488] Compiling ghash-x86_64-apple.S
[208/488] Compiling ghash-ssse3-x86-linux.S
[209/488] Compiling ghash-ssse3-x86_64-linux.S
[209/488] Compiling ghash-ssse3-x86-apple.S
[211/488] Compiling ghash-neon-armv8-win.S
[212/488] Compiling ghash-neon-armv8-linux.S
[213/488] Compiling ghash-neon-armv8-apple.S
[214/488] Compiling co-586-apple.S
[215/488] Compiling ghash-armv4-linux.S
[216/488] Compiling co-586-linux.S
[217/488] Compiling bsaes-armv7-linux.S
[218/488] Compiling bn-armv8-win.S
[219/488] Compiling bn-armv8-linux.S
[220/488] Compiling bn-armv8-apple.S
[221/488] Compiling armv8-mont-win.S
[222/488] Compiling bn-586-linux.S
[223/488] Compiling d1_both.cc
[224/488] Compiling armv8-mont-linux.S
[225/488] Compiling bn-586-apple.S
[226/488] Compiling armv8-mont-apple.S
[227/488] Compiling aesv8-gcm-armv8-win.S
[228/488] Compiling armv4-mont-linux.S
[229/488] Compiling aesv8-gcm-armv8-linux.S
[230/488] Compiling aesv8-gcm-armv8-apple.S
[231/488] Compiling aesv8-armv8-win.S
[232/488] Compiling aesv8-armv7-linux.S
[233/488] Compiling aesni-x86_64-apple.S
[234/488] Compiling aesni-x86-apple.S
[235/488] Compiling aesv8-armv8-linux.S
[236/488] Compiling aesv8-armv8-apple.S
[237/488] Compiling aesni-x86-linux.S
[238/488] Compiling aesni-gcm-x86_64-linux.S
[238/488] Compiling aes-gcm-avx2-x86_64-linux.S
[238/488] Compiling aesni-x86_64-linux.S
[241/488] Compiling aes-gcm-avx10-x86_64-apple.S
[242/488] Compiling aesni-gcm-x86_64-apple.S
[243/488] Compiling aes-gcm-avx10-x86_64-linux.S
[244/488] Compiling aes-gcm-avx2-x86_64-apple.S
[245/488] Compiling x_x509a.cc
[246/488] Compiling x_val.cc
[247/488] Compiling x_sig.cc
[248/488] Compiling x_pubkey.cc
[249/488] Compiling x_x509.cc
[250/488] Compiling x_spki.cc
[251/488] Compiling x_name.cc
[252/488] Compiling x_req.cc
[253/488] Compiling x509rset.cc
[254/488] Compiling x_exten.cc
[255/488] Compiling x_algor.cc
[256/488] Compiling x509spki.cc
[257/488] Compiling x_attrib.cc
[258/488] Compiling x_all.cc
[259/488] Compiling x_crl.cc
[260/488] Compiling x509name.cc
[261/488] Compiling x509cset.cc
[262/488] Compiling x509_vfy.cc
[263/488] Compiling x509_set.cc
[264/488] Compiling x509_vpm.cc
[265/488] Compiling x509_v3.cc
[266/488] Compiling x509_req.cc
[267/488] Compiling x509_txt.cc
[268/488] Compiling x509_trs.cc
[269/488] Compiling x509_ext.cc
[270/488] Compiling x509_obj.cc
[271/488] Compiling x509_def.cc
[272/488] Compiling x509_lu.cc
[273/488] Compiling x509_d2.cc
[274/488] Compiling x509_att.cc
[275/488] Compiling x509_cmp.cc
[276/488] Compiling x509.cc
[277/488] Compiling v3_skey.cc
[278/488] Compiling v3_utl.cc
[279/488] Compiling v3_prn.cc
[280/488] Compiling v3_purp.cc
[281/488] Compiling v3_pmaps.cc
[282/488] Compiling v3_ocsp.cc
[283/488] Compiling v3_pcons.cc
[284/488] Compiling v3_ncons.cc
[285/488] Compiling v3_int.cc
[286/488] Compiling v3_lib.cc
[287/488] Compiling v3_info.cc
[288/488] Compiling v3_ia5.cc
[289/488] Compiling v3_genn.cc
[290/488] Compiling v3_extku.cc
[291/488] Compiling v3_enum.cc
[292/488] Compiling v3_crld.cc
[293/488] Compiling v3_cpols.cc
[294/488] Compiling v3_conf.cc
[295/488] Compiling v3_bcons.cc
[296/488] Compiling v3_bitst.cc
[297/488] Compiling v3_alt.cc
[298/488] Compiling v3_akeya.cc
[299/488] Compiling v3_akey.cc
[300/488] Compiling t_x509a.cc
[301/488] Compiling i2d_pr.cc
[302/488] Compiling policy.cc
[303/488] Compiling t_req.cc
[304/488] Compiling rsa_pss.cc
[305/488] Compiling name_print.cc
[306/488] Compiling t_x509.cc
[307/488] Compiling by_file.cc
[308/488] Compiling t_crl.cc
[309/488] Compiling by_dir.cc
[310/488] Compiling asn1_gen.cc
[311/488] Compiling voprf.cc
[312/488] Compiling a_digest.cc
[313/488] Compiling a_sign.cc
[314/488] Compiling algorithm.cc
[315/488] Compiling trust_token.cc
[316/488] Compiling a_verify.cc
[317/488] Compiling thread_win.cc
[318/488] Compiling thread_pthread.cc
[319/488] Compiling thread_none.cc
[320/488] Compiling thread.cc
[321/488] Compiling stack.cc
[322/488] Compiling sha512.cc
[323/488] Compiling pmbtoken.cc
[324/488] Compiling siphash.cc
[325/488] Compiling sha256.cc
[326/488] Compiling sha1.cc
[327/488] Compiling slhdsa.cc
[328/488] Compiling rsa_print.cc
[329/488] Compiling rsa_extra.cc
[330/488] Compiling spake2plus.cc
[331/488] Compiling rc4.cc
[332/488] Compiling refcount.cc
[333/488] Compiling windows.cc
[334/488] Compiling rsa_crypt.cc
[335/488] Compiling trusty.cc
[336/488] Compiling rsa_asn1.cc
[337/488] Compiling ios.cc
[338/488] Compiling urandom.cc
[339/488] Compiling rand.cc
[340/488] Compiling poly1305_arm_asm.S
[341/488] Compiling getentropy.cc
[342/488] Compiling passive.cc
[343/488] Compiling forkunsafe.cc
[344/488] Compiling fork_detect.cc
[345/488] Compiling deterministic.cc
[346/488] Compiling poly1305.cc
[347/488] Compiling poly1305_vec.cc
[348/488] Compiling poly1305_arm.cc
[349/488] Compiling pool.cc
[350/488] Compiling pem_xaux.cc
[351/488] Compiling pkcs7.cc
[352/488] Compiling pkcs8.cc
[353/488] Compiling pkcs8_x509.cc
[354/488] Compiling p5_pbev2.cc
[355/488] Compiling pkcs7_x509.cc
[356/488] Compiling pem_x509.cc
[357/488] Compiling pem_pk8.cc
[358/488] Compiling pem_pkey.cc
[359/488] Compiling pem_all.cc
[360/488] Compiling obj_xref.cc
[361/488] Compiling pem_oth.cc
[362/488] Compiling mlkem.cc
[363/488] Compiling mldsa.cc
[364/488] Compiling pem_lib.cc
[365/488] Compiling pem_info.cc
[366/488] Compiling md5.cc
[367/488] Compiling mem.cc
[368/488] Compiling fips_shared_support.cc
[369/488] Compiling poly_rq_mul.S
[370/488] Compiling obj.cc
[371/488] Compiling lhash.cc
[372/488] Compiling md4.cc
[373/488] Compiling hrss.cc
[374/488] Compiling kyber.cc
[375/488] Compiling ex_data.cc
[376/488] Compiling sign.cc
[377/488] Compiling scrypt.cc
[378/488] Compiling print.cc
[379/488] Compiling hpke.cc
[380/488] Compiling pbkdf.cc
[381/488] Compiling p_x25519.cc
[382/488] Compiling p_x25519_asn1.cc
[383/488] Compiling p_rsa_asn1.cc
[384/488] Compiling p_ed25519.cc
[385/488] Compiling p_rsa.cc
[386/488] Compiling p_hkdf.cc
[387/488] Compiling p_ed25519_asn1.cc
[388/488] Compiling p_ec_asn1.cc
[389/488] Compiling p_ec.cc
[390/488] Compiling p_dh_asn1.cc
[391/488] Compiling p_dh.cc
[392/488] Compiling evp_ctx.cc
[393/488] Compiling p_dsa_asn1.cc
[394/488] Compiling err.cc
[395/488] Compiling evp.cc
[396/488] Compiling engine.cc
[397/488] Compiling evp_asn1.cc
[398/488] Compiling ecdh.cc
[399/488] Compiling ec_derive.cc
[400/488] Compiling ecdsa_asn1.cc
[401/488] Compiling hash_to_curve.cc
[402/488] Compiling dsa.cc
[403/488] Compiling dsa_asn1.cc
[404/488] Compiling ec_asn1.cc
[405/488] Compiling params.cc
[406/488] Compiling x25519-asm-arm.S
[407/488] Compiling des.cc
[408/488] Compiling digest_extra.cc
[409/488] Compiling dh_asn1.cc
[410/488] Compiling spake25519.cc
[411/488] Compiling crypto.cc
[412/488] Compiling cpu_intel.cc
[413/488] Compiling cpu_arm_linux.cc
[414/488] Compiling curve25519.cc
[415/488] Compiling cpu_arm_freebsd.cc
[416/488] Compiling cpu_aarch64_openbsd.cc
[417/488] Compiling cpu_aarch64_win.cc
[418/488] Compiling cpu_aarch64_sysreg.cc
[419/488] Compiling bcm.cc
[420/488] Compiling cpu_aarch64_fuchsia.cc
[421/488] Compiling cpu_aarch64_linux.cc
[422/488] Compiling cpu_aarch64_apple.cc
[423/488] Compiling curve25519_64_adx.cc
[424/488] Compiling e_tls.cc
[425/488] Compiling tls_cbc.cc
[426/488] Compiling get_cipher.cc
[427/488] Compiling conf.cc
[428/488] Compiling e_rc4.cc
[429/488] Compiling e_rc2.cc
[430/488] Compiling e_null.cc
[431/488] Compiling e_des.cc
[432/488] Compiling e_aesctrhmac.cc
[433/488] Compiling chacha.cc
[434/488] Compiling e_aesgcmsiv.cc
[435/488] Compiling e_chacha20poly1305.cc
[436/488] Compiling derive_key.cc
[437/488] Compiling unicode.cc
[438/488] Compiling bn_asn1.cc
[439/488] Compiling buf.cc
[440/488] Compiling cbs.cc
[441/488] Compiling asn1_compat.cc
[442/488] Compiling ber.cc
[443/488] Compiling blake2.cc
[444/488] Compiling convert.cc
[445/488] Compiling cbb.cc
[446/488] Compiling socket.cc
[447/488] Compiling hexdump.cc
[448/488] Compiling printf.cc
[449/488] Compiling socket_helper.cc
[450/488] Compiling pair.cc
[451/488] Compiling errno.cc
[452/488] Compiling file.cc
[453/488] Compiling fd.cc
[454/488] Compiling base64.cc
[455/488] Compiling connect.cc
[456/488] Compiling tasn_typ.cc
[457/488] Compiling bio_mem.cc
[458/488] Compiling bio.cc
[459/488] Compiling tasn_fre.cc
[460/488] Compiling tasn_new.cc
[461/488] Compiling tasn_enc.cc
[462/488] Compiling f_string.cc
[463/488] Compiling f_int.cc
[464/488] Compiling posix_time.cc
[465/488] Compiling tasn_utl.cc
[466/488] Compiling asn_pack.cc
[467/488] Compiling asn1_par.cc
[468/488] Compiling tasn_dec.cc
[469/488] Compiling asn1_lib.cc
[470/488] Compiling a_type.cc
[471/488] Compiling a_utctm.cc
[472/488] Compiling a_octet.cc
[473/488] Compiling a_time.cc
[474/488] Compiling a_strnid.cc
[475/488] Compiling a_strex.cc
[476/488] Compiling a_i2d_fp.cc
[477/488] Compiling a_dup.cc
[478/488] Compiling a_mbstr.cc
[479/488] Compiling a_d2i_fp.cc
[480/488] Write sources
[481/488] Compiling a_object.cc
[482/488] Compiling a_int.cc
[483/488] Compiling a_gentm.cc
[484/507] Compiling a_bitstr.cc
[486/507] Compiling Atomics Primitives.shims.swift
[487/507] Compiling Atomics AtomicInteger.swift
[488/507] Compiling Atomics AtomicOptionalWrappable.swift
[488/509] Compiling a_bool.cc
[490/509] Compiling Atomics UnsafeAtomic.swift
[491/509] Compiling Atomics UnsafeAtomicLazyReference.swift
[492/509] Compiling Atomics ManagedAtomic.swift
[493/509] Compiling Atomics ManagedAtomicLazyReference.swift
[494/509] Compiling Atomics AtomicMemoryOrderings.swift
[495/509] Compiling Atomics DoubleWord.swift
[496/509] Compiling Atomics IntegerOperations.swift
[497/509] Compiling Atomics Unmanaged extensions.swift
[498/509] Compiling Atomics OptionalRawRepresentable.swift
[499/509] Compiling Atomics RawRepresentable.swift
[500/509] Compiling Atomics AtomicBool.swift
[501/509] Compiling Atomics AtomicReference.swift
[502/509] Compiling Atomics AtomicStorage.swift
[503/509] Compiling Atomics AtomicValue.swift
[503/509] Compiling c-nioatomics.c
[505/509] Emitting module Atomics
[506/509] Compiling Atomics IntegerConformances.swift
[507/509] Compiling Atomics PointerConformances.swift
[508/509] Compiling Atomics Primitives.native.swift
[509/510] Compiling c-atomics.c
[511/516] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[512/516] Emitting module NIOConcurrencyHelpers
[513/516] Compiling NIOConcurrencyHelpers NIOLock.swift
[514/516] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[515/516] Compiling NIOConcurrencyHelpers lock.swift
[516/516] Compiling NIOConcurrencyHelpers atomics.swift
[518/576] Compiling NIOCore MarkedCircularBuffer.swift
[519/576] Compiling NIOCore MulticastChannel.swift
[520/576] Compiling NIOCore NIOAny.swift
[521/576] Compiling NIOCore NIOCloseOnErrorHandler.swift
[522/576] Compiling NIOCore NIOLoopBound.swift
[523/576] Compiling NIOCore NIOScheduledCallback.swift
[524/576] Compiling NIOCore NIOSendable.swift
[525/576] Compiling NIOCore RecvByteBufferAllocator.swift
[526/584] Compiling NIOCore GlobalSingletons.swift
[527/584] Compiling NIOCore IO.swift
[528/584] Compiling NIOCore IOData.swift
[529/584] Compiling NIOCore IPProtocol.swift
[530/584] Compiling NIOCore IntegerBitPacking.swift
[531/584] Compiling NIOCore IntegerTypes.swift
[532/584] Compiling NIOCore Interfaces.swift
[533/584] Compiling NIOCore Linux.swift
[534/584] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[535/584] Compiling NIOCore SocketAddresses.swift
[536/584] Compiling NIOCore SocketOptionProvider.swift
[537/584] Compiling NIOCore SystemCallHelpers.swift
[538/584] Compiling NIOCore TimeAmount+Duration.swift
[539/584] Compiling NIOCore TypeAssistedChannelHandler.swift
[540/584] Compiling NIOCore UniversalBootstrapSupport.swift
[541/584] Compiling NIOCore Utilities.swift
[542/584] Compiling NIOCore EventLoop.swift
[543/584] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[544/584] Compiling NIOCore EventLoopFuture+Deprecated.swift
[545/584] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[546/584] Compiling NIOCore EventLoopFuture.swift
[547/584] Compiling NIOCore FileDescriptor.swift
[548/584] Compiling NIOCore FileHandle.swift
[549/584] Compiling NIOCore FileRegion.swift
[550/584] Compiling NIOCore AddressedEnvelope.swift
[551/584] Compiling NIOCore AsyncAwaitSupport.swift
[552/584] Compiling NIOCore AsyncChannel.swift
[553/584] Compiling NIOCore AsyncChannelHandler.swift
[554/584] Compiling NIOCore AsyncChannelInboundStream.swift
[555/584] Compiling NIOCore AsyncChannelOutboundWriter.swift
[556/584] Compiling NIOCore NIOAsyncSequenceProducer.swift
[557/584] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[558/584] Compiling NIOCore NIOAsyncWriter.swift
[559/584] Compiling NIOCore ChannelPipeline.swift
[560/584] Compiling NIOCore CircularBuffer.swift
[561/584] Compiling NIOCore Codec.swift
[562/584] Compiling NIOCore ConvenienceOptionSupport.swift
[563/584] Compiling NIOCore DeadChannel.swift
[564/584] Compiling NIOCore DispatchQueue+WithFuture.swift
[565/584] Compiling NIOCore EventLoop+Deprecated.swift
[566/584] Compiling NIOCore EventLoop+SerialExecutor.swift
[567/584] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[568/584] Compiling NIOCore BSDSocketAPI.swift
[569/584] Compiling NIOCore ByteBuffer-aux.swift
[570/584] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[571/584] Compiling NIOCore ByteBuffer-conversions.swift
[572/584] Compiling NIOCore ByteBuffer-core.swift
[573/584] Compiling NIOCore ByteBuffer-hex.swift
[574/584] Compiling NIOCore ByteBuffer-int.swift
[575/584] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[576/584] Compiling NIOCore ByteBuffer-multi-int.swift
[577/584] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[578/584] Compiling NIOCore ByteBuffer-views.swift
[579/584] Compiling NIOCore Channel.swift
[580/584] Compiling NIOCore ChannelHandler.swift
[581/584] Compiling NIOCore ChannelHandlers.swift
[582/584] Compiling NIOCore ChannelInvoker.swift
[583/584] Compiling NIOCore ChannelOption.swift
[584/584] Emitting module NIOCore
[586/636] Emitting module NIOEmbedded
[587/636] Compiling NIOEmbedded AsyncTestingChannel.swift
[588/636] Compiling NIOPosix PooledRecvBufferAllocator.swift
[589/636] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[590/636] Compiling NIOPosix PosixSingletons.swift
[591/636] Compiling NIOPosix RawSocketBootstrap.swift
[592/636] Compiling NIOPosix Resolver.swift
[593/636] Compiling NIOPosix Selectable.swift
[594/642] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[595/642] Compiling NIOEmbedded Embedded.swift
[597/643] Emitting module NIOPosix
[598/643] Compiling NIOPosix ThreadPosix.swift
[599/643] Compiling NIOPosix ThreadWindows.swift
[600/643] Compiling NIOPosix UnsafeTransfer.swift
[601/643] Compiling NIOPosix Utilities.swift
[602/643] Compiling NIOPosix VsockAddress.swift
[603/643] Compiling NIOPosix VsockChannelEvents.swift
[604/643] Compiling NIOPosix SelectableChannel.swift
[605/643] Compiling NIOPosix SelectableEventLoop.swift
[606/643] Compiling NIOPosix SelectorEpoll.swift
[607/643] Compiling NIOPosix SelectorGeneric.swift
[608/643] Compiling NIOPosix SelectorKqueue.swift
[609/643] Compiling NIOPosix SelectorUring.swift
[610/643] Compiling NIOPosix ServerSocket.swift
[611/643] Compiling NIOPosix Socket.swift
[612/643] Compiling NIOPosix SocketChannel.swift
[613/643] Compiling NIOPosix SocketProtocols.swift
[614/643] Compiling NIOPosix System.swift
[615/643] Compiling NIOPosix Thread.swift
[616/643] Compiling NIOPosix IO.swift
[617/643] Compiling NIOPosix IntegerBitPacking.swift
[618/643] Compiling NIOPosix IntegerTypes.swift
[619/643] Compiling NIOPosix Linux.swift
[620/643] Compiling NIOPosix LinuxCPUSet.swift
[621/643] Compiling NIOPosix LinuxUring.swift
[622/643] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[623/643] Compiling NIOPosix BSDSocketAPICommon.swift
[624/643] Compiling NIOPosix BSDSocketAPIPosix.swift
[625/643] Compiling NIOPosix BSDSocketAPIWindows.swift
[626/643] Compiling NIOPosix BaseSocket.swift
[627/643] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[628/643] Compiling NIOPosix BaseSocketChannel.swift
[629/643] Compiling NIOPosix BaseStreamSocketChannel.swift
[630/643] Compiling NIOPosix Bootstrap.swift
[631/643] Compiling NIOPosix ControlMessage.swift
[632/643] Compiling NIOPosix DatagramVectorReadManager.swift
[633/643] Compiling NIOPosix Errors+Any.swift
[634/643] Compiling NIOPosix FileDescriptor.swift
[635/643] Compiling NIOPosix GetaddrinfoResolver.swift
[636/643] Compiling NIOPosix HappyEyeballs.swift
[637/643] Compiling NIOPosix NIOThreadPool.swift
[638/643] Compiling NIOPosix NonBlockingFileIO.swift
[639/643] Compiling NIOPosix PendingDatagramWritesManager.swift
[640/643] Compiling NIOPosix PendingWritesManager.swift
[641/643] Compiling NIOPosix PipeChannel.swift
[642/643] Compiling NIOPosix PipePair.swift
[643/643] Compiling NIOPosix Pool.swift
[645/646] Compiling NIO Exports.swift
[646/646] Emitting module NIO
[648/674] Compiling NIOTLS TLSEvents.swift
[649/674] Emitting module NIOTLS
[650/674] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[651/674] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[652/674] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[653/676] Compiling NIOTLS SNIHandler.swift
[654/676] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[655/676] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[656/677] Emitting module NIOHTTP1
[658/677] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[659/677] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[660/706] Compiling NIOSSL SSLCallbacks.swift
[661/706] Compiling NIOSSL SSLCertificate.swift
[662/706] Compiling NIOSSL AndroidCABundle.swift
[663/706] Compiling NIOSSL ByteBufferBIO.swift
[664/706] Compiling NIOSSL LinuxCABundle.swift
[665/706] Compiling NIOSSL NIOSSLClientHandler.swift
[666/706] Compiling NIOSSL SSLContext.swift
[667/706] Compiling NIOSSL SSLErrors.swift
[668/706] Compiling NIOSSL ObjectIdentifier.swift
[669/706] Compiling NIOSSL PosixPort.swift
[670/706] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[671/706] Compiling NIOSSL NIOSSLHandler.swift
[672/706] Compiling NIOSSL NIOSSLServerHandler.swift
[674/736] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[675/736] Compiling NIOExtras NIOExtrasError.swift
[676/736] Compiling NIOExtras NIOLengthFieldBitLength.swift
[677/736] Compiling NIOExtras NIORequestIdentifiable.swift
[678/736] Compiling NIOExtras PCAPRingBuffer.swift
[679/736] Compiling NIOExtras QuiescingHelper.swift
[680/738] Compiling NIOExtras DebugInboundEventsHandler.swift
[681/738] Compiling NIOExtras DebugOutboundEventsHandler.swift
[682/738] Compiling NIOExtras FixedLengthFrameDecoder.swift
[683/738] Compiling NIOExtras RequestResponseHandler.swift
[684/738] Compiling NIOExtras RequestResponseWithIDHandler.swift
[685/738] Compiling NIOSSL SSLPublicKey.swift
[686/738] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[687/738] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[688/738] Compiling NIOSSL SubjectAlternativeName.swift
[689/741] Compiling NIOHPACK IndexedHeaderTable.swift
[690/741] Compiling NIOHPACK IntegerCoding.swift
[691/742] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[692/742] Compiling NIOHPACK HuffmanTables.swift
[693/742] Compiling NIOHPACK StaticHeaderTable.swift
[694/742] Compiling NIOHPACK HPACKEncoder.swift
[695/742] Compiling NIOHPACK HPACKErrors.swift
[696/742] Compiling NIOHPACK DynamicHeaderTable.swift
[697/742] Compiling NIOHPACK HPACKDecoder.swift
[698/742] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[699/742] Compiling NIOHPACK HuffmanCoding.swift
[700/742] Emitting module NIOSSL
[705/742] Compiling NIOSSL NIOSSLSecureBytes.swift
[706/742] Compiling NIOSSL RNG.swift
[707/742] Compiling NIOSSL SafeCompare.swift
[708/742] Compiling NIOSSL Zeroization.swift
[709/742] Compiling NIOHPACK HPACKHeader.swift
[710/742] Compiling NIOHPACK HeaderTables.swift
[713/742] Emitting module NIOExtras
[714/742] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[715/742] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[716/742] Emitting module NIOHPACK
[717/742] Emitting module NIOFoundationCompat
[719/743] Compiling NIOExtras UnsafeTransfer.swift
[720/743] Compiling NIOExtras WritePCAPHandler.swift
[721/743] Compiling NIOSSL SSLPrivateKey.swift
[732/820] Compiling NIOHTTP2 HasLocalSettings.swift
[733/820] Compiling NIOHTTP2 HasRemoteSettings.swift
[734/820] Compiling NIOHTTP2 LocallyQuiescingState.swift
[735/826] Compiling NIOHTTP2 ContentLengthVerifier.swift
[736/826] Compiling NIOHTTP2 DOSHeuristics.swift
[737/826] Compiling NIOHTTP2 Error+Any.swift
[738/826] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[739/826] Compiling NIOHTTP2 HTTP2SettingsState.swift
[740/826] Compiling NIOHTTP2 StateMachineResult.swift
[741/826] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[742/826] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[743/826] Compiling NIOHTTP2 HasFlowControlWindows.swift
[744/826] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[745/826] Compiling NIOHTTP2 ControlFrameBuffer.swift
[746/826] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[747/826] Emitting module NIOTransportServices
[748/826] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[749/826] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[750/826] Compiling NIOHTTP2 MaySendFrames.swift
[751/826] Compiling NIOHTTP2 SendingDataState.swift
[752/826] Compiling NIOHTTP2 SendingGoawayState.swift
[753/826] Compiling NIOHTTP2 SendingHeadersState.swift
[754/826] Compiling NIOHTTP2 SendingPushPromiseState.swift
[755/826] Compiling NIOHTTP2 SendingRstStreamState.swift
[768/828] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[769/828] Compiling NIOHTTP2 ReceivingHeadersState.swift
[770/828] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[772/849] Compiling HummingbirdCore ResponseBody.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Response/ResponseBody.swift:91:21: warning: capture of 'writeCallback' with non-sendable type '(ByteBuffer) -> Void' in a '@Sendable' closure
89 | switch result {
90 | case .success(.byteBuffer(let buffer)):
91 | writeCallback(buffer)
| |- warning: capture of 'writeCallback' with non-sendable type '(ByteBuffer) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
92 | _stream()
93 | case .success(.end):
/host/spi-builder-workspace/Sources/HummingbirdCore/Response/ResponseBody.swift:92:21: warning: capture of '_stream()' with non-sendable type '<Self where Self : HBResponseBodyStreamer> () -> ()' in a '@Sendable' closure
90 | case .success(.byteBuffer(let buffer)):
91 | writeCallback(buffer)
92 | _stream()
| `- warning: capture of '_stream()' with non-sendable type '<Self where Self : HBResponseBodyStreamer> () -> ()' in a '@Sendable' closure
93 | case .success(.end):
94 | promise.succeed(())
/host/spi-builder-workspace/Sources/HummingbirdCore/Response/ResponseBody.swift:87:14: warning: concurrently-executed local function '_stream()' must be marked as '@Sendable'
85 | func write(on eventLoop: EventLoop, _ writeCallback: @escaping (ByteBuffer) -> Void) -> EventLoopFuture<Void> {
86 | let promise = eventLoop.makePromise(of: Void.self)
87 | func _stream() {
| `- warning: concurrently-executed local function '_stream()' must be marked as '@Sendable'
88 | self.read(on: eventLoop).whenComplete { result in
89 | switch result {
[773/849] Compiling HummingbirdCore BindAddress.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Response/ResponseBody.swift:91:21: warning: capture of 'writeCallback' with non-sendable type '(ByteBuffer) -> Void' in a '@Sendable' closure
89 | switch result {
90 | case .success(.byteBuffer(let buffer)):
91 | writeCallback(buffer)
| |- warning: capture of 'writeCallback' with non-sendable type '(ByteBuffer) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
92 | _stream()
93 | case .success(.end):
/host/spi-builder-workspace/Sources/HummingbirdCore/Response/ResponseBody.swift:92:21: warning: capture of '_stream()' with non-sendable type '<Self where Self : HBResponseBodyStreamer> () -> ()' in a '@Sendable' closure
90 | case .success(.byteBuffer(let buffer)):
91 | writeCallback(buffer)
92 | _stream()
| `- warning: capture of '_stream()' with non-sendable type '<Self where Self : HBResponseBodyStreamer> () -> ()' in a '@Sendable' closure
93 | case .success(.end):
94 | promise.succeed(())
/host/spi-builder-workspace/Sources/HummingbirdCore/Response/ResponseBody.swift:87:14: warning: concurrently-executed local function '_stream()' must be marked as '@Sendable'
85 | func write(on eventLoop: EventLoop, _ writeCallback: @escaping (ByteBuffer) -> Void) -> EventLoopFuture<Void> {
86 | let promise = eventLoop.makePromise(of: Void.self)
87 | func _stream() {
| `- warning: concurrently-executed local function '_stream()' must be marked as '@Sendable'
88 | self.read(on: eventLoop).whenComplete { result in
89 | switch result {
[774/851] Compiling HummingbirdCoreXCT TimeoutPromise.swift
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/TimeoutPromise.swift:34:22: warning: type 'Value' does not conform to the 'Sendable' protocol
15 | import NIOCore
16 |
17 | struct TimeoutPromise<Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
18 | let task: Scheduled<Void>
19 | let promise: EventLoopPromise<Value>
:
32 | @inlinable
33 | func succeed(_ value: Value) {
34 | self.promise.succeed(value)
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
35 | }
36 |
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/TimeoutPromise.swift:55:22: warning: type 'Value' does not conform to the 'Sendable' protocol
15 | import NIOCore
16 |
17 | struct TimeoutPromise<Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
18 | let task: Scheduled<Void>
19 | let promise: EventLoopPromise<Value>
:
53 | @inlinable
54 | func completeWith(_ future: EventLoopFuture<Value>) {
55 | self.promise.completeWith(future)
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
56 | }
57 |
[775/851] Emitting module NIOHTTP2
[776/851] Compiling HummingbirdCore RequestBody.swift
[777/851] Compiling HummingbirdCore Response.swift
[778/859] Compiling HummingbirdCore ChannelInitializer.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/ChannelInitializer.swift:53:56: warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
51 | // remove HTTP handlers after upgrade
52 | childHandlers.forEach {
53 | _ = channel.pipeline.removeHandler($0)
| `- warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
54 | }
55 | })
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/ChannelInitializer.swift:52:17: warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
50 | serverUpgrade = (self.upgraders, { channel in
51 | // remove HTTP handlers after upgrade
52 | childHandlers.forEach {
| `- warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
53 | _ = channel.pipeline.removeHandler($0)
54 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandler.swift:320:17: note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
318 | /// removed from the `ChannelPipeline`. Those removals however happen synchronously and are not going through
319 | /// the methods of this protocol.
320 | public protocol RemovableChannelHandler: ChannelHandler {
| `- note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
321 | /// Ask the receiving `RemovableChannelHandler` to remove itself from the `ChannelPipeline` as soon as possible.
322 | /// The receiving `RemovableChannelHandler` may elect to remove itself sometime after this method call, rather than
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/ChannelInitializer.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import NIOCore
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
16 | import NIOHTTP1
17 |
[779/859] Compiling HummingbirdCore HTTPChannelHandlers.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/ChannelInitializer.swift:53:56: warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
51 | // remove HTTP handlers after upgrade
52 | childHandlers.forEach {
53 | _ = channel.pipeline.removeHandler($0)
| `- warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
54 | }
55 | })
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/ChannelInitializer.swift:52:17: warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
50 | serverUpgrade = (self.upgraders, { channel in
51 | // remove HTTP handlers after upgrade
52 | childHandlers.forEach {
| `- warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
53 | _ = channel.pipeline.removeHandler($0)
54 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandler.swift:320:17: note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
318 | /// removed from the `ChannelPipeline`. Those removals however happen synchronously and are not going through
319 | /// the methods of this protocol.
320 | public protocol RemovableChannelHandler: ChannelHandler {
| `- note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
321 | /// Ask the receiving `RemovableChannelHandler` to remove itself from the `ChannelPipeline` as soon as possible.
322 | /// The receiving `RemovableChannelHandler` may elect to remove itself sometime after this method call, rather than
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/ChannelInitializer.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import NIOCore
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
16 | import NIOHTTP1
17 |
[780/859] Compiling HummingbirdCore HTTPServer+Configuration.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:93:53: warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
91 | func childChannelInitializer(channel: Channel) -> EventLoopFuture<Void> {
92 | if let tlsChannelHandler = self.tlsChannelHandler?() {
93 | return channel.pipeline.addHandlers(tlsChannelHandler).flatMap {
| `- warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
94 | let childHandlers = self.getChildChannelHandlers(responder: responder)
95 | return self.httpChannelInitializer.initialize(channel: channel, childHandlers: childHandlers, configuration: self.configuration)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:94:41: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
92 | if let tlsChannelHandler = self.tlsChannelHandler?() {
93 | return channel.pipeline.addHandlers(tlsChannelHandler).flatMap {
94 | let childHandlers = self.getChildChannelHandlers(responder: responder)
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
95 | return self.httpChannelInitializer.initialize(channel: channel, childHandlers: childHandlers, configuration: self.configuration)
96 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:94:81: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
92 | if let tlsChannelHandler = self.tlsChannelHandler?() {
93 | return channel.pipeline.addHandlers(tlsChannelHandler).flatMap {
94 | let childHandlers = self.getChildChannelHandlers(responder: responder)
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
95 | return self.httpChannelInitializer.initialize(channel: channel, childHandlers: childHandlers, configuration: self.configuration)
96 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:127:21: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
125 | bindFuture = bootstrap.bind(host: host, port: port)
126 | .map { channel in
127 | self.channel = channel
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
128 | responder.logger.info("Server started and listening on \(host):\(port)")
129 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:128:21: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
126 | .map { channel in
127 | self.channel = channel
128 | responder.logger.info("Server started and listening on \(host):\(port)")
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
129 | }
130 | case .unixDomainSocket(let path):
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:133:21: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
131 | bindFuture = bootstrap.bind(unixDomainSocketPath: path)
132 | .map { channel in
133 | self.channel = channel
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
134 | responder.logger.info("Server started and listening on socket path \(path)")
135 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:134:21: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
132 | .map { channel in
133 | self.channel = channel
134 | responder.logger.info("Server started and listening on socket path \(path)")
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
135 | }
136 | case .custom(let bindFunction):
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:139:21: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
137 | bindFuture = bindFunction(bootstrap)
138 | .map { channel in
139 | self.channel = channel
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
140 | responder.logger.info("Server started and listening using custom binding function")
141 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:140:21: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
138 | .map { channel in
139 | self.channel = channel
140 | responder.logger.info("Server started and listening using custom binding function")
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
141 | }
142 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:147:17: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
145 | .flatMapErrorThrowing { error in
146 | quiesce.initiateShutdown(promise: nil)
147 | self.quiesce = nil
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
148 | throw error
149 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:162:48: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
160 | promise.succeed(())
161 | }
162 | return promise.futureResult.map { _ in self.channel = nil }
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
163 | }
164 |
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:200:38: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
188 |
189 | /// create a BSD sockets based bootstrap
190 | private func createSocketsBootstrap(quiesce: ServerQuiescingHelper, childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>) -> HTTPServerBootstrap {
| `- note: parameter 'childChannelInitializer' is implicitly non-sendable
191 | return ServerBootstrap(group: self.eventLoopGroup)
192 | // Specify backlog and enable SO_REUSEADDR for the server itself
:
198 | }
199 | // Set the handlers that are applied to the accepted Channels
200 | .childChannelInitializer(childChannelInitializer)
| `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
201 |
202 | .childChannelOption(ChannelOptions.socketOption(.so_reuseaddr), value: self.configuration.reuseAddress ? 1 : 0)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:197:45: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
195 | .serverChannelOption(ChannelOptions.tcpOption(.tcp_nodelay), value: self.configuration.tcpNoDelay ? 1 : 0)
196 | .serverChannelInitializer { channel in
197 | channel.pipeline.addHandler(quiesce.makeServerChannelHandler(channel: channel))
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
198 | }
199 | // Set the handlers that are applied to the accepted Channels
[781/859] Compiling HummingbirdCore HTTPServer.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:93:53: warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
91 | func childChannelInitializer(channel: Channel) -> EventLoopFuture<Void> {
92 | if let tlsChannelHandler = self.tlsChannelHandler?() {
93 | return channel.pipeline.addHandlers(tlsChannelHandler).flatMap {
| `- warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
94 | let childHandlers = self.getChildChannelHandlers(responder: responder)
95 | return self.httpChannelInitializer.initialize(channel: channel, childHandlers: childHandlers, configuration: self.configuration)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:94:41: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
92 | if let tlsChannelHandler = self.tlsChannelHandler?() {
93 | return channel.pipeline.addHandlers(tlsChannelHandler).flatMap {
94 | let childHandlers = self.getChildChannelHandlers(responder: responder)
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
95 | return self.httpChannelInitializer.initialize(channel: channel, childHandlers: childHandlers, configuration: self.configuration)
96 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:94:81: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
92 | if let tlsChannelHandler = self.tlsChannelHandler?() {
93 | return channel.pipeline.addHandlers(tlsChannelHandler).flatMap {
94 | let childHandlers = self.getChildChannelHandlers(responder: responder)
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
95 | return self.httpChannelInitializer.initialize(channel: channel, childHandlers: childHandlers, configuration: self.configuration)
96 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:127:21: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
125 | bindFuture = bootstrap.bind(host: host, port: port)
126 | .map { channel in
127 | self.channel = channel
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
128 | responder.logger.info("Server started and listening on \(host):\(port)")
129 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:128:21: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
126 | .map { channel in
127 | self.channel = channel
128 | responder.logger.info("Server started and listening on \(host):\(port)")
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
129 | }
130 | case .unixDomainSocket(let path):
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:133:21: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
131 | bindFuture = bootstrap.bind(unixDomainSocketPath: path)
132 | .map { channel in
133 | self.channel = channel
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
134 | responder.logger.info("Server started and listening on socket path \(path)")
135 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:134:21: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
132 | .map { channel in
133 | self.channel = channel
134 | responder.logger.info("Server started and listening on socket path \(path)")
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
135 | }
136 | case .custom(let bindFunction):
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:139:21: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
137 | bindFuture = bindFunction(bootstrap)
138 | .map { channel in
139 | self.channel = channel
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
140 | responder.logger.info("Server started and listening using custom binding function")
141 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:140:21: warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
138 | .map { channel in
139 | self.channel = channel
140 | responder.logger.info("Server started and listening using custom binding function")
| `- warning: capture of 'responder' with non-sendable type 'any HBHTTPResponder' in a '@Sendable' closure
141 | }
142 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/HTTPResponder.swift:48:17: note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
46 | /// try server.start(responder: HelloResponder()).wait()
47 | /// ```
48 | public protocol HBHTTPResponder {
| `- note: protocol 'HBHTTPResponder' does not conform to the 'Sendable' protocol
49 | /// Called when HTTP server handler is added to channel
50 | func handlerAdded(context: ChannelHandlerContext)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:147:17: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
145 | .flatMapErrorThrowing { error in
146 | quiesce.initiateShutdown(promise: nil)
147 | self.quiesce = nil
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
148 | throw error
149 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:162:48: warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
23 |
24 | /// HTTP server class
25 | public final class HBHTTPServer {
| `- note: class 'HBHTTPServer' does not conform to the 'Sendable' protocol
26 | /// EventLoopGroup used by server
27 | public let eventLoopGroup: EventLoopGroup
:
160 | promise.succeed(())
161 | }
162 | return promise.futureResult.map { _ in self.channel = nil }
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServer' in a '@Sendable' closure
163 | }
164 |
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:200:38: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
188 |
189 | /// create a BSD sockets based bootstrap
190 | private func createSocketsBootstrap(quiesce: ServerQuiescingHelper, childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>) -> HTTPServerBootstrap {
| `- note: parameter 'childChannelInitializer' is implicitly non-sendable
191 | return ServerBootstrap(group: self.eventLoopGroup)
192 | // Specify backlog and enable SO_REUSEADDR for the server itself
:
198 | }
199 | // Set the handlers that are applied to the accepted Channels
200 | .childChannelInitializer(childChannelInitializer)
| `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
201 |
202 | .childChannelOption(ChannelOptions.socketOption(.so_reuseaddr), value: self.configuration.reuseAddress ? 1 : 0)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer.swift:197:45: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
195 | .serverChannelOption(ChannelOptions.tcpOption(.tcp_nodelay), value: self.configuration.tcpNoDelay ? 1 : 0)
196 | .serverChannelInitializer { channel in
197 | channel.pipeline.addHandler(quiesce.makeServerChannelHandler(channel: channel))
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
198 | }
199 | // Set the handlers that are applied to the accepted Channels
[782/859] Emitting module HummingbirdCoreXCT
[783/859] Compiling HummingbirdCoreXCT XCTClient+types.swift
[784/859] Compiling HummingbirdCore HTTPErrorResponse.swift
[785/859] Compiling HummingbirdCore HTTPResponder.swift
[786/859] Compiling HummingbirdCore RequestBodyStreamer+async.swift
[787/859] Compiling HummingbirdCore Sendable.swift
[788/859] Compiling HummingbirdCore HTTPError.swift
[789/859] Emitting module HummingbirdCore
[790/859] Compiling HummingbirdCore ByteBufferStreamer.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:176:21: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
174 | switch input {
175 | case .byteBuffer(let buffer):
176 | self.currentSize -= buffer.readableBytes
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
177 | if self.currentSize < self.maxStreamingBufferSize {
178 | self.backPressurePromise?.succeed(())
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:211:17: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
209 | let promise = eventLoop.makePromise(of: Void.self)
210 | @Sendable func _consumeAll(_ count: Int) {
211 | self.consume(eventLoop: eventLoop).whenComplete { result in
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
212 | switch result {
213 | case .success(.byteBuffer(let buffer)):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:214:25: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
212 | switch result {
213 | case .success(.byteBuffer(let buffer)):
214 | process(buffer).whenComplete { result in
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
215 | switch result {
216 | case .failure(let error):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:214:25: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
212 | switch result {
213 | case .success(.byteBuffer(let buffer)):
214 | process(buffer).whenComplete { result in
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
215 | switch result {
216 | case .failure(let error):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:252:17: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
250 | let promise = eventLoop.makePromise(of: Void.self)
251 | @Sendable func _dropAll() {
252 | self.consume(eventLoop: eventLoop).map { output in
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
253 | switch output {
254 | case .byteBuffer:
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:278:17: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
276 | let completeBuffer: NIOLoopBoundBox<ByteBuffer?> = .init(nil, eventLoop: eventLoop)
277 | @Sendable func _consumeAll(size: Int) {
278 | self.consume(eventLoop: eventLoop).whenComplete { result in
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
279 | switch result {
280 | case .success(.byteBuffer(var buffer)):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:383:45: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
381 | public func consumeAll(_ process: @escaping (ByteBuffer) -> EventLoopFuture<Void>) -> EventLoopFuture<Void> {
382 | self.state.runOnLoop { state, eventLoop in
383 | state.consumeAll(on: eventLoop, process)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
384 | }
385 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:394:50: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
392 | public func consumeAll(on eventLoop: EventLoop, _ process: @escaping (ByteBuffer) -> EventLoopFuture<Void>) -> EventLoopFuture<Void> {
393 | self.state.runOnLoop { state, stateEventLoop in
394 | state.consumeAll(on: stateEventLoop, process)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
395 | }.hop(to: eventLoop)
396 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:459:24: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
457 | return eventLoop.makeSucceededVoidFuture()
458 | }
459 | return process(output)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
460 | }
461 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:459:24: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in an isolated closure; this is an error in the Swift 6 language mode
457 | return eventLoop.makeSucceededVoidFuture()
458 | }
459 | return process(output)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in an isolated closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
460 | }
461 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:468:17: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
466 | /// Run callback on event loop attached to NIOLoopBoundBox
467 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
468 | if self._eventLoop.inEventLoop {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
469 | return callback(self.value, self._eventLoop)
470 | } else {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:469:46: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
467 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
468 | if self._eventLoop.inEventLoop {
469 | return callback(self.value, self._eventLoop)
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
470 | } else {
471 | return self._eventLoop.flatSubmit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:471:25: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
469 | return callback(self.value, self._eventLoop)
470 | } else {
471 | return self._eventLoop.flatSubmit {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
472 | callback(self.value, self._eventLoop)
473 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:471:36: warning: type 'NewValue' does not conform to the 'Sendable' protocol
465 | extension NIOLoopBoundBox {
466 | /// Run callback on event loop attached to NIOLoopBoundBox
467 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
| `- note: consider making generic parameter 'NewValue' conform to the 'Sendable' protocol
468 | if self._eventLoop.inEventLoop {
469 | return callback(self.value, self._eventLoop)
470 | } else {
471 | return self._eventLoop.flatSubmit {
| `- warning: type 'NewValue' does not conform to the 'Sendable' protocol
472 | callback(self.value, self._eventLoop)
473 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:472:43: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
470 | } else {
471 | return self._eventLoop.flatSubmit {
472 | callback(self.value, self._eventLoop)
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
473 | }
474 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:479:17: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
477 | /// Run callback on event loop attached to NIOLoopBoundBox
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
479 | if self._eventLoop.inEventLoop {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
481 | } else {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:480:20: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
479 | if self._eventLoop.inEventLoop {
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
481 | } else {
482 | return self._eventLoop.submit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:480:31: warning: type 'NewValue' does not conform to the 'Sendable' protocol
476 |
477 | /// Run callback on event loop attached to NIOLoopBoundBox
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
| `- note: consider making generic parameter 'NewValue' conform to the 'Sendable' protocol
479 | if self._eventLoop.inEventLoop {
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
| `- warning: type 'NewValue' does not conform to the 'Sendable' protocol
481 | } else {
482 | return self._eventLoop.submit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:480:83: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
479 | if self._eventLoop.inEventLoop {
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
481 | } else {
482 | return self._eventLoop.submit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:482:25: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
481 | } else {
482 | return self._eventLoop.submit {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
483 | try callback(self.value, self._eventLoop)
484 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:483:47: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
481 | } else {
482 | return self._eventLoop.submit {
483 | try callback(self.value, self._eventLoop)
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
484 | }
485 | }
[791/859] Compiling HummingbirdCore Request.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:176:21: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
174 | switch input {
175 | case .byteBuffer(let buffer):
176 | self.currentSize -= buffer.readableBytes
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
177 | if self.currentSize < self.maxStreamingBufferSize {
178 | self.backPressurePromise?.succeed(())
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:211:17: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
209 | let promise = eventLoop.makePromise(of: Void.self)
210 | @Sendable func _consumeAll(_ count: Int) {
211 | self.consume(eventLoop: eventLoop).whenComplete { result in
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
212 | switch result {
213 | case .success(.byteBuffer(let buffer)):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:214:25: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
212 | switch result {
213 | case .success(.byteBuffer(let buffer)):
214 | process(buffer).whenComplete { result in
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' local function; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
215 | switch result {
216 | case .failure(let error):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:214:25: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
212 | switch result {
213 | case .success(.byteBuffer(let buffer)):
214 | process(buffer).whenComplete { result in
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
215 | switch result {
216 | case .failure(let error):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:252:17: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
250 | let promise = eventLoop.makePromise(of: Void.self)
251 | @Sendable func _dropAll() {
252 | self.consume(eventLoop: eventLoop).map { output in
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
253 | switch output {
254 | case .byteBuffer:
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:278:17: warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
65 | }
66 |
67 | class InternalState {
| `- note: class 'InternalState' does not conform to the 'Sendable' protocol
68 | init(
69 | queue: CircularBuffer<FeedInput>,
:
276 | let completeBuffer: NIOLoopBoundBox<ByteBuffer?> = .init(nil, eventLoop: eventLoop)
277 | @Sendable func _consumeAll(size: Int) {
278 | self.consume(eventLoop: eventLoop).whenComplete { result in
| `- warning: capture of 'self' with non-sendable type 'HBByteBufferStreamer.InternalState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
279 | switch result {
280 | case .success(.byteBuffer(var buffer)):
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:383:45: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
381 | public func consumeAll(_ process: @escaping (ByteBuffer) -> EventLoopFuture<Void>) -> EventLoopFuture<Void> {
382 | self.state.runOnLoop { state, eventLoop in
383 | state.consumeAll(on: eventLoop, process)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
384 | }
385 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:394:50: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
392 | public func consumeAll(on eventLoop: EventLoop, _ process: @escaping (ByteBuffer) -> EventLoopFuture<Void>) -> EventLoopFuture<Void> {
393 | self.state.runOnLoop { state, stateEventLoop in
394 | state.consumeAll(on: stateEventLoop, process)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
395 | }.hop(to: eventLoop)
396 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:459:24: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
457 | return eventLoop.makeSucceededVoidFuture()
458 | }
459 | return process(output)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
460 | }
461 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:459:24: warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in an isolated closure; this is an error in the Swift 6 language mode
457 | return eventLoop.makeSucceededVoidFuture()
458 | }
459 | return process(output)
| |- warning: capture of 'process' with non-sendable type '(ByteBuffer) -> EventLoopFuture<Void>' in an isolated closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
460 | }
461 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:468:17: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
466 | /// Run callback on event loop attached to NIOLoopBoundBox
467 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
468 | if self._eventLoop.inEventLoop {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
469 | return callback(self.value, self._eventLoop)
470 | } else {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:469:46: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
467 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
468 | if self._eventLoop.inEventLoop {
469 | return callback(self.value, self._eventLoop)
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
470 | } else {
471 | return self._eventLoop.flatSubmit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:471:25: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
469 | return callback(self.value, self._eventLoop)
470 | } else {
471 | return self._eventLoop.flatSubmit {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
472 | callback(self.value, self._eventLoop)
473 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:471:36: warning: type 'NewValue' does not conform to the 'Sendable' protocol
465 | extension NIOLoopBoundBox {
466 | /// Run callback on event loop attached to NIOLoopBoundBox
467 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
| `- note: consider making generic parameter 'NewValue' conform to the 'Sendable' protocol
468 | if self._eventLoop.inEventLoop {
469 | return callback(self.value, self._eventLoop)
470 | } else {
471 | return self._eventLoop.flatSubmit {
| `- warning: type 'NewValue' does not conform to the 'Sendable' protocol
472 | callback(self.value, self._eventLoop)
473 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:472:43: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
470 | } else {
471 | return self._eventLoop.flatSubmit {
472 | callback(self.value, self._eventLoop)
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
473 | }
474 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:479:17: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
477 | /// Run callback on event loop attached to NIOLoopBoundBox
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
479 | if self._eventLoop.inEventLoop {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
481 | } else {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:480:20: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
479 | if self._eventLoop.inEventLoop {
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
481 | } else {
482 | return self._eventLoop.submit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:480:31: warning: type 'NewValue' does not conform to the 'Sendable' protocol
476 |
477 | /// Run callback on event loop attached to NIOLoopBoundBox
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
| `- note: consider making generic parameter 'NewValue' conform to the 'Sendable' protocol
479 | if self._eventLoop.inEventLoop {
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
| `- warning: type 'NewValue' does not conform to the 'Sendable' protocol
481 | } else {
482 | return self._eventLoop.submit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:480:83: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
478 | @discardableResult func runOnLoop<NewValue>(_ callback: @escaping @Sendable (Value, EventLoop) throws -> NewValue) -> EventLoopFuture<NewValue> {
479 | if self._eventLoop.inEventLoop {
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
481 | } else {
482 | return self._eventLoop.submit {
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:482:25: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
480 | return _eventLoop.makeCompletedFuture { try callback(self.value, self._eventLoop) }
481 | } else {
482 | return self._eventLoop.submit {
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
483 | try callback(self.value, self._eventLoop)
484 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Request/ByteBufferStreamer.swift:483:47: warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
481 | } else {
482 | return self._eventLoop.submit {
483 | try callback(self.value, self._eventLoop)
| |- warning: '_eventLoop' is deprecated: renamed to 'eventLoop'
| `- note: use 'eventLoop' instead
484 | }
485 | }
[792/859] Compiling HummingbirdCoreXCT XCTClient.swift
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient.swift:89:65: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
87 | HTTPTaskHandler(),
88 | ]
89 | return channel.pipeline.addHandlers(handlers)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
90 | }
91 | }
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient.swift:142:42: warning: type 'HBXCTClient.Response' does not conform to the 'Sendable' protocol
140 | /// Execute request to server. Return `EventLoopFuture` that will be fulfilled with HTTP response
141 | public func execute(_ request: HBXCTClient.Request) -> EventLoopFuture<HBXCTClient.Response> {
142 | self.channelPromise.futureResult.flatMap { channel in
| `- warning: type 'HBXCTClient.Response' does not conform to the 'Sendable' protocol
143 | let promise = self.eventLoopGroup.next().makeTimeoutPromise(of: HBXCTClient.Response.self, timeout: self.configuration.timeout)
144 | let task = HTTPTask(request: self.cleanupRequest(request), responsePromise: promise.promise)
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient+types.swift:44:19: note: consider making struct 'Response' conform to the 'Sendable' protocol
42 | }
43 |
44 | public struct Response {
| `- note: consider making struct 'Response' conform to the 'Sendable' protocol
45 | public let headers: HTTPHeaders
46 | public let status: HTTPResponseStatus
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient.swift:145:21: warning: type 'HBXCTClient.HTTPTask' does not conform to the 'Sendable' protocol
143 | let promise = self.eventLoopGroup.next().makeTimeoutPromise(of: HBXCTClient.Response.self, timeout: self.configuration.timeout)
144 | let task = HTTPTask(request: self.cleanupRequest(request), responsePromise: promise.promise)
145 | channel.writeAndFlush(task, promise: nil)
| `- warning: type 'HBXCTClient.HTTPTask' does not conform to the 'Sendable' protocol
146 | return promise.futureResult
147 | }
:
252 |
253 | /// HTTP Task structure
254 | private struct HTTPTask {
| `- note: consider making struct 'HTTPTask' conform to the 'Sendable' protocol
255 | let request: HBXCTClient.Request
256 | let responsePromise: EventLoopPromise<HBXCTClient.Response>
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient.swift:143:27: warning: capture of 'self' with non-sendable type 'HBXCTClient' in a '@Sendable' closure
21 | ///
22 | /// This is here for testing purposes
23 | public class HBXCTClient {
| `- note: class 'HBXCTClient' does not conform to the 'Sendable' protocol
24 | public let channelPromise: EventLoopPromise<Channel>
25 | let eventLoopGroup: EventLoopGroup
:
141 | public func execute(_ request: HBXCTClient.Request) -> EventLoopFuture<HBXCTClient.Response> {
142 | self.channelPromise.futureResult.flatMap { channel in
143 | let promise = self.eventLoopGroup.next().makeTimeoutPromise(of: HBXCTClient.Response.self, timeout: self.configuration.timeout)
| `- warning: capture of 'self' with non-sendable type 'HBXCTClient' in a '@Sendable' closure
144 | let task = HTTPTask(request: self.cleanupRequest(request), responsePromise: promise.promise)
145 | channel.writeAndFlush(task, promise: nil)
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient.swift:144:62: warning: capture of 'request' with non-sendable type 'HBXCTClient.Request' in a '@Sendable' closure
142 | self.channelPromise.futureResult.flatMap { channel in
143 | let promise = self.eventLoopGroup.next().makeTimeoutPromise(of: HBXCTClient.Response.self, timeout: self.configuration.timeout)
144 | let task = HTTPTask(request: self.cleanupRequest(request), responsePromise: promise.promise)
| `- warning: capture of 'request' with non-sendable type 'HBXCTClient.Request' in a '@Sendable' closure
145 | channel.writeAndFlush(task, promise: nil)
146 | return promise.futureResult
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient+types.swift:30:19: note: consider making struct 'Request' conform to the 'Sendable' protocol
28 | }
29 |
30 | public struct Request {
| `- note: consider making struct 'Request' conform to the 'Sendable' protocol
31 | public var uri: String
32 | public var method: HTTPMethod
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient.swift:280:38: warning: type 'HBXCTClient.Response' does not conform to the 'Sendable' protocol
278 | let response = unwrapInboundIn(data)
279 | if let task = self.queue.popFirst() {
280 | task.responsePromise.succeed(response)
| `- warning: type 'HBXCTClient.Response' does not conform to the 'Sendable' protocol
281 | }
282 | }
/host/spi-builder-workspace/Sources/HummingbirdCoreXCT/XCTClient+types.swift:44:19: note: consider making struct 'Response' conform to the 'Sendable' protocol
42 | }
43 |
44 | public struct Response {
| `- note: consider making struct 'Response' conform to the 'Sendable' protocol
45 | public let headers: HTTPHeaders
46 | public let status: HTTPResponseStatus
[793/860] Compiling HummingbirdCore HTTPServerHandler.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:152:21: warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
22 | /// This channel handler combines the construction of the request from request parts, processing of
23 | /// request and generation of response and writing of response parts into one
24 | final class HBHTTPServerHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HBHTTPServerHandler' does not conform to the 'Sendable' protocol
25 | typealias InboundIn = HTTPServerRequestPart
26 | typealias OutboundIn = Never
:
150 | } else {
151 | context.eventLoop.execute {
152 | self.writeResponse(context: context, response: response, body: request.body, keepAlive: keepAlive)
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
153 | }
154 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:152:49: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
150 | } else {
151 | context.eventLoop.execute {
152 | self.writeResponse(context: context, response: response, body: request.body, keepAlive: keepAlive)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
153 | }
154 | }
/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/HummingbirdCore/Server/HTTPServerHandler.swift:152:68: warning: reference to captured var 'response' in concurrently-executing code
150 | } else {
151 | context.eventLoop.execute {
152 | self.writeResponse(context: context, response: response, body: request.body, keepAlive: keepAlive)
| `- warning: reference to captured var 'response' in concurrently-executing code
153 | }
154 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:162:29: warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
22 | /// This channel handler combines the construction of the request from request parts, processing of
23 | /// request and generation of response and writing of response parts into one
24 | final class HBHTTPServerHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HBHTTPServerHandler' does not conform to the 'Sendable' protocol
25 | typealias InboundIn = HTTPServerRequestPart
26 | typealias OutboundIn = Never
:
160 | // once we have finished writing the response we can drop the request body
161 | // if we are streaming we need to wait until the request has finished streaming
162 | if case .idle = self.state {
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
163 | if keepAlive == false {
164 | context.close(promise: nil)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:164:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
162 | if case .idle = self.state {
163 | if keepAlive == false {
164 | context.close(promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
165 | self.closeAfterResponseWritten = false
166 | }
/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/HummingbirdCore/Server/HTTPServerHandler.swift:171:25: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
169 | streamer.drop().whenComplete { _ in
170 | if keepAlive == false {
171 | context.close(promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
172 | self.closeAfterResponseWritten = false
173 | }
/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/HummingbirdCore/Server/HTTPServerHandler.swift:172:25: warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
22 | /// This channel handler combines the construction of the request from request parts, processing of
23 | /// request and generation of response and writing of response parts into one
24 | final class HBHTTPServerHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HBHTTPServerHandler' does not conform to the 'Sendable' protocol
25 | typealias InboundIn = HTTPServerRequestPart
26 | typealias OutboundIn = Never
:
170 | if keepAlive == false {
171 | context.close(promise: nil)
172 | self.closeAfterResponseWritten = false
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
173 | }
174 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:328:34: warning: type 'NewValue' does not conform to the 'Sendable' protocol
321 | /// When EventLoopFuture has any result the callback is called with the Result. The callback returns an EventLoopFuture<>
322 | /// which should be completed before result is passed on
323 | fileprivate func flatAlways<NewValue>(file: StaticString = #file, line: UInt = #line, _ callback: @escaping (Result<Value, Error>) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
| `- note: consider making generic parameter 'NewValue' conform to the 'Sendable' protocol
324 | let next = eventLoop.makePromise(of: NewValue.self)
325 | self.whenComplete { result in
326 | switch result {
327 | case .success:
328 | callback(result).cascade(to: next)
| `- warning: type 'NewValue' does not conform to the 'Sendable' protocol
329 | case .failure(let error):
330 | _ = callback(result).always { _ in next.fail(error) }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:328:17: warning: capture of 'callback' with non-sendable type '(Result<Value, any Error>) -> EventLoopFuture<NewValue>' in a '@Sendable' closure
326 | switch result {
327 | case .success:
328 | callback(result).cascade(to: next)
| |- warning: capture of 'callback' with non-sendable type '(Result<Value, any Error>) -> EventLoopFuture<NewValue>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
329 | case .failure(let error):
330 | _ = callback(result).always { _ in next.fail(error) }
[794/860] Compiling HummingbirdCore TSTLSOptions.swift
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:152:21: warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
22 | /// This channel handler combines the construction of the request from request parts, processing of
23 | /// request and generation of response and writing of response parts into one
24 | final class HBHTTPServerHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HBHTTPServerHandler' does not conform to the 'Sendable' protocol
25 | typealias InboundIn = HTTPServerRequestPart
26 | typealias OutboundIn = Never
:
150 | } else {
151 | context.eventLoop.execute {
152 | self.writeResponse(context: context, response: response, body: request.body, keepAlive: keepAlive)
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
153 | }
154 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:152:49: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
150 | } else {
151 | context.eventLoop.execute {
152 | self.writeResponse(context: context, response: response, body: request.body, keepAlive: keepAlive)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
153 | }
154 | }
/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/HummingbirdCore/Server/HTTPServerHandler.swift:152:68: warning: reference to captured var 'response' in concurrently-executing code
150 | } else {
151 | context.eventLoop.execute {
152 | self.writeResponse(context: context, response: response, body: request.body, keepAlive: keepAlive)
| `- warning: reference to captured var 'response' in concurrently-executing code
153 | }
154 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:162:29: warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
22 | /// This channel handler combines the construction of the request from request parts, processing of
23 | /// request and generation of response and writing of response parts into one
24 | final class HBHTTPServerHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HBHTTPServerHandler' does not conform to the 'Sendable' protocol
25 | typealias InboundIn = HTTPServerRequestPart
26 | typealias OutboundIn = Never
:
160 | // once we have finished writing the response we can drop the request body
161 | // if we are streaming we need to wait until the request has finished streaming
162 | if case .idle = self.state {
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
163 | if keepAlive == false {
164 | context.close(promise: nil)
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:164:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
162 | if case .idle = self.state {
163 | if keepAlive == false {
164 | context.close(promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
165 | self.closeAfterResponseWritten = false
166 | }
/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/HummingbirdCore/Server/HTTPServerHandler.swift:171:25: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
169 | streamer.drop().whenComplete { _ in
170 | if keepAlive == false {
171 | context.close(promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
172 | self.closeAfterResponseWritten = false
173 | }
/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/HummingbirdCore/Server/HTTPServerHandler.swift:172:25: warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
22 | /// This channel handler combines the construction of the request from request parts, processing of
23 | /// request and generation of response and writing of response parts into one
24 | final class HBHTTPServerHandler: ChannelDuplexHandler, RemovableChannelHandler {
| `- note: class 'HBHTTPServerHandler' does not conform to the 'Sendable' protocol
25 | typealias InboundIn = HTTPServerRequestPart
26 | typealias OutboundIn = Never
:
170 | if keepAlive == false {
171 | context.close(promise: nil)
172 | self.closeAfterResponseWritten = false
| `- warning: capture of 'self' with non-sendable type 'HBHTTPServerHandler' in a '@Sendable' closure
173 | }
174 | }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:328:34: warning: type 'NewValue' does not conform to the 'Sendable' protocol
321 | /// When EventLoopFuture has any result the callback is called with the Result. The callback returns an EventLoopFuture<>
322 | /// which should be completed before result is passed on
323 | fileprivate func flatAlways<NewValue>(file: StaticString = #file, line: UInt = #line, _ callback: @escaping (Result<Value, Error>) -> EventLoopFuture<NewValue>) -> EventLoopFuture<NewValue> {
| `- note: consider making generic parameter 'NewValue' conform to the 'Sendable' protocol
324 | let next = eventLoop.makePromise(of: NewValue.self)
325 | self.whenComplete { result in
326 | switch result {
327 | case .success:
328 | callback(result).cascade(to: next)
| `- warning: type 'NewValue' does not conform to the 'Sendable' protocol
329 | case .failure(let error):
330 | _ = callback(result).always { _ in next.fail(error) }
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServerHandler.swift:328:17: warning: capture of 'callback' with non-sendable type '(Result<Value, any Error>) -> EventLoopFuture<NewValue>' in a '@Sendable' closure
326 | switch result {
327 | case .success:
328 | callback(result).cascade(to: next)
| |- warning: capture of 'callback' with non-sendable type '(Result<Value, any Error>) -> EventLoopFuture<NewValue>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
329 | case .failure(let error):
330 | _ = callback(result).always { _ in next.fail(error) }
[803/861] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[821/861] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[822/861] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[823/861] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[824/861] Compiling NIOHTTP2 HTTP2StreamID.swift
[825/861] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[826/861] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[827/861] Compiling NIOHTTP2 HTTP2UserEvents.swift
[828/861] Compiling NIOHTTP2 InboundEventBuffer.swift
[829/861] Compiling NIOHTTP2 ConnectionStateMachine.swift
[830/861] Compiling NIOHTTP2 ConnectionStreamsState.swift
[831/861] Compiling NIOHTTP2 MayReceiveFrames.swift
[832/861] Compiling NIOHTTP2 ReceivingDataState.swift
[836/861] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[837/861] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[838/864] Emitting module HummingbirdTLS
[839/864] Compiling HummingbirdTLS Exports.swift
[840/864] Compiling HummingbirdTLS HTTPServer+TLS.swift
[841/864] Compiling NIOHTTP2 InboundWindowManager.swift
[842/864] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[843/864] Compiling NIOHTTP2 StreamChannelFlowController.swift
[844/864] Compiling NIOHTTP2 StreamChannelList.swift
[845/864] Compiling NIOHTTP2 StreamMap.swift
[846/864] Compiling NIOHTTP2 StreamStateMachine.swift
[847/864] Compiling NIOHTTP2 UnsafeTransfer.swift
[848/864] Compiling NIOHTTP2 WatermarkedFlowController.swift
[850/865] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[851/865] Compiling NIOHTTP2 HTTP2Frame.swift
[852/865] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[853/865] Compiling NIOHTTP2 HTTP2FrameParser.swift
[854/865] Compiling NIOHTTP2 HTTP2PingData.swift
[855/865] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[856/865] Compiling NIOHTTP2 HTTP2Settings.swift
[857/865] Compiling NIOHTTP2 HTTP2Stream.swift
[858/865] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[859/865] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[860/865] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[861/865] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[862/865] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[863/865] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[864/865] Compiling NIOHTTP2 HTTP2Error.swift
[865/865] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[867/871] Compiling HummingbirdHTTP2 ChannelInitializer.swift
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:38:58: warning: conformance of 'HTTP2FramePayloadToHTTP1ServerCodec' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
36 | func configureHTTP2Pipeline() -> EventLoopFuture<Void> {
37 | channel.configureHTTP2Pipeline(mode: .server) { streamChannel -> EventLoopFuture<Void> in
38 | return streamChannel.pipeline.addHandler(HTTP2FramePayloadToHTTP1ServerCodec()).flatMap { _ in
| `- warning: conformance of 'HTTP2FramePayloadToHTTP1ServerCodec' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
39 | streamChannel.pipeline.addHandlers(childHandlers)
40 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift:488:1: note: conformance of 'HTTP2FramePayloadToHTTP1ServerCodec' to 'Sendable' has been explicitly marked unavailable here
486 |
487 | @available(*, unavailable)
488 | extension HTTP2FramePayloadToHTTP1ServerCodec: Sendable {}
| `- note: conformance of 'HTTP2FramePayloadToHTTP1ServerCodec' to 'Sendable' has been explicitly marked unavailable here
489 |
490 | extension HTTPMethod {
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:39:56: warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
37 | channel.configureHTTP2Pipeline(mode: .server) { streamChannel -> EventLoopFuture<Void> in
38 | return streamChannel.pipeline.addHandler(HTTP2FramePayloadToHTTP1ServerCodec()).flatMap { _ in
39 | streamChannel.pipeline.addHandlers(childHandlers)
| `- warning: type 'any RemovableChannelHandler' does not conform to the 'Sendable' protocol
40 | }
41 | }.flatMap { _ in
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:42:45: warning: type 'HTTP2UserEventHandler' does not conform to the 'Sendable' protocol
40 | }
41 | }.flatMap { _ in
42 | channel.pipeline.addHandler(HTTP2UserEventHandler())
| `- warning: type 'HTTP2UserEventHandler' does not conform to the 'Sendable' protocol
43 | }
44 | }
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/HTTP2UserEventHandler.swift:4:13: note: class 'HTTP2UserEventHandler' does not conform to the 'Sendable' protocol
2 | import NIOHTTP2
3 |
4 | final class HTTP2UserEventHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTP2UserEventHandler' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = HTTP2Frame
6 | typealias InboundOut = HTTP2Frame
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:46:48: warning: conformance of 'IdleStateHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | }
45 | if let idleReadTimeout {
46 | return channel.pipeline.addHandler(IdleStateHandler(readTimeout: idleReadTimeout)).flatMap {
| `- warning: conformance of 'IdleStateHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
47 | configureHTTP2Pipeline()
48 | }
/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/HummingbirdHTTP2/ChannelInitializer.swift:39:56: warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 | channel.configureHTTP2Pipeline(mode: .server) { streamChannel -> EventLoopFuture<Void> in
38 | return streamChannel.pipeline.addHandler(HTTP2FramePayloadToHTTP1ServerCodec()).flatMap { _ in
39 | streamChannel.pipeline.addHandlers(childHandlers)
| `- warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
40 | }
41 | }.flatMap { _ in
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandler.swift:320:17: note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
318 | /// removed from the `ChannelPipeline`. Those removals however happen synchronously and are not going through
319 | /// the methods of this protocol.
320 | public protocol RemovableChannelHandler: ChannelHandler {
| `- note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
321 | /// Ask the receiving `RemovableChannelHandler` to remove itself from the `ChannelPipeline` as soon as possible.
322 | /// The receiving `RemovableChannelHandler` may elect to remove itself sometime after this method call, rather than
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
14 |
15 | import HummingbirdCore
16 | import NIOCore
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
17 | import NIOHTTP1
18 | import NIOHTTP2
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:39:56: warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure
37 | channel.configureHTTP2Pipeline(mode: .server) { streamChannel -> EventLoopFuture<Void> in
38 | return streamChannel.pipeline.addHandler(HTTP2FramePayloadToHTTP1ServerCodec()).flatMap { _ in
39 | streamChannel.pipeline.addHandlers(childHandlers)
| `- warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure
40 | }
41 | }.flatMap { _ in
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandler.swift:320:17: note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
318 | /// removed from the `ChannelPipeline`. Those removals however happen synchronously and are not going through
319 | /// the methods of this protocol.
320 | public protocol RemovableChannelHandler: ChannelHandler {
| `- note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
321 | /// Ask the receiving `RemovableChannelHandler` to remove itself from the `ChannelPipeline` as soon as possible.
322 | /// The receiving `RemovableChannelHandler` may elect to remove itself sometime after this method call, rather than
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:47:17: warning: capture of 'configureHTTP2Pipeline()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
45 | if let idleReadTimeout {
46 | return channel.pipeline.addHandler(IdleStateHandler(readTimeout: idleReadTimeout)).flatMap {
47 | configureHTTP2Pipeline()
| |- warning: capture of 'configureHTTP2Pipeline()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 | }
49 | } else {
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:36:14: warning: concurrently-executed local function 'configureHTTP2Pipeline()' must be marked as '@Sendable'
34 |
35 | public func initialize(channel: Channel, childHandlers: [RemovableChannelHandler], configuration: HBHTTPServer.Configuration) -> EventLoopFuture<Void> {
36 | func configureHTTP2Pipeline() -> EventLoopFuture<Void> {
| `- warning: concurrently-executed local function 'configureHTTP2Pipeline()' must be marked as '@Sendable'
37 | channel.configureHTTP2Pipeline(mode: .server) { streamChannel -> EventLoopFuture<Void> in
38 | return streamChannel.pipeline.addHandler(HTTP2FramePayloadToHTTP1ServerCodec()).flatMap { _ in
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:70:17: warning: capture of 'self' with non-sendable type 'HTTP2UpgradeChannelInitializer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
56 |
57 | /// Setup child channel for HTTP2 upgrade
58 | struct HTTP2UpgradeChannelInitializer: HBChannelInitializer {
| `- note: consider making struct 'HTTP2UpgradeChannelInitializer' conform to the 'Sendable' protocol
59 | var http1: HTTP1ChannelInitializer
60 | let http2: HTTP2ChannelInitializer
:
68 | channel.configureHTTP2SecureUpgrade(
69 | h2ChannelConfigurator: { channel in
70 | self.http2.initialize(channel: channel, childHandlers: childHandlers, configuration: configuration)
| `- warning: capture of 'self' with non-sendable type 'HTTP2UpgradeChannelInitializer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
71 | },
72 | http1ChannelConfigurator: { channel in
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:70:72: warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
68 | channel.configureHTTP2SecureUpgrade(
69 | h2ChannelConfigurator: { channel in
70 | self.http2.initialize(channel: channel, childHandlers: childHandlers, configuration: configuration)
| `- warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
71 | },
72 | http1ChannelConfigurator: { channel in
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandler.swift:320:17: note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
318 | /// removed from the `ChannelPipeline`. Those removals however happen synchronously and are not going through
319 | /// the methods of this protocol.
320 | public protocol RemovableChannelHandler: ChannelHandler {
| `- note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
321 | /// Ask the receiving `RemovableChannelHandler` to remove itself from the `ChannelPipeline` as soon as possible.
322 | /// The receiving `RemovableChannelHandler` may elect to remove itself sometime after this method call, rather than
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:70:102: warning: capture of 'configuration' with non-sendable type 'HBHTTPServer.Configuration' in a '@Sendable' closure; this is an error in the Swift 6 language mode
68 | channel.configureHTTP2SecureUpgrade(
69 | h2ChannelConfigurator: { channel in
70 | self.http2.initialize(channel: channel, childHandlers: childHandlers, configuration: configuration)
| `- warning: capture of 'configuration' with non-sendable type 'HBHTTPServer.Configuration' in a '@Sendable' closure; this is an error in the Swift 6 language mode
71 | },
72 | http1ChannelConfigurator: { channel in
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer+Configuration.swift:32:19: note: struct 'Configuration' does not conform to the 'Sendable' protocol
30 |
31 | /// HTTP server configuration
32 | public struct Configuration {
| `- note: struct 'Configuration' does not conform to the 'Sendable' protocol
33 | /// Bind address for server
34 | public let address: HBBindAddress
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HummingbirdCore'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import HummingbirdCore
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HummingbirdCore'
16 | import NIOCore
17 | import NIOHTTP1
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:73:17: warning: capture of 'self' with non-sendable type 'HTTP2UpgradeChannelInitializer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
56 |
57 | /// Setup child channel for HTTP2 upgrade
58 | struct HTTP2UpgradeChannelInitializer: HBChannelInitializer {
| `- note: consider making struct 'HTTP2UpgradeChannelInitializer' conform to the 'Sendable' protocol
59 | var http1: HTTP1ChannelInitializer
60 | let http2: HTTP2ChannelInitializer
:
71 | },
72 | http1ChannelConfigurator: { channel in
73 | self.http1.initialize(channel: channel, childHandlers: childHandlers, configuration: configuration)
| `- warning: capture of 'self' with non-sendable type 'HTTP2UpgradeChannelInitializer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
74 | }
75 | )
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:73:72: warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
71 | },
72 | http1ChannelConfigurator: { channel in
73 | self.http1.initialize(channel: channel, childHandlers: childHandlers, configuration: configuration)
| `- warning: capture of 'childHandlers' with non-sendable type '[any RemovableChannelHandler]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
74 | }
75 | )
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandler.swift:320:17: note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
318 | /// removed from the `ChannelPipeline`. Those removals however happen synchronously and are not going through
319 | /// the methods of this protocol.
320 | public protocol RemovableChannelHandler: ChannelHandler {
| `- note: protocol 'RemovableChannelHandler' does not conform to the 'Sendable' protocol
321 | /// Ask the receiving `RemovableChannelHandler` to remove itself from the `ChannelPipeline` as soon as possible.
322 | /// The receiving `RemovableChannelHandler` may elect to remove itself sometime after this method call, rather than
/host/spi-builder-workspace/Sources/HummingbirdHTTP2/ChannelInitializer.swift:73:102: warning: capture of 'configuration' with non-sendable type 'HBHTTPServer.Configuration' in a '@Sendable' closure; this is an error in the Swift 6 language mode
71 | },
72 | http1ChannelConfigurator: { channel in
73 | self.http1.initialize(channel: channel, childHandlers: childHandlers, configuration: configuration)
| `- warning: capture of 'configuration' with non-sendable type 'HBHTTPServer.Configuration' in a '@Sendable' closure; this is an error in the Swift 6 language mode
74 | }
75 | )
/host/spi-builder-workspace/Sources/HummingbirdCore/Server/HTTPServer+Configuration.swift:32:19: note: struct 'Configuration' does not conform to the 'Sendable' protocol
30 |
31 | /// HTTP server configuration
32 | public struct Configuration {
| `- note: struct 'Configuration' does not conform to the 'Sendable' protocol
33 | /// Bind address for server
34 | public let address: HBBindAddress
[868/871] Emitting module HummingbirdHTTP2
[869/871] Compiling HummingbirdHTTP2 HTTP2UserEventHandler.swift
[870/871] Compiling HummingbirdHTTP2 HTTPServer+HTTP2.swift
[871/871] Compiling HummingbirdHTTP2 Exports.swift
Build complete! (171.77s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.49.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "hummingbird-core",
"name" : "hummingbird-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "HummingbirdCore",
"targets" : [
"HummingbirdCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdHTTP2",
"targets" : [
"HummingbirdHTTP2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdTLS",
"targets" : [
"HummingbirdTLS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdCoreXCT",
"targets" : [
"HummingbirdCoreXCT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdTLSTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdTLSTests",
"path" : "Tests/HummingbirdTLSTests",
"sources" : [
"Certificates.swift",
"HummingBirdTLSTests.swift"
],
"target_dependencies" : [
"HummingbirdTLS",
"HummingbirdCoreXCT"
],
"type" : "test"
},
{
"c99name" : "HummingbirdTLS",
"module_type" : "SwiftTarget",
"name" : "HummingbirdTLS",
"path" : "Sources/HummingbirdTLS",
"product_dependencies" : [
"NIOCore",
"NIOSSL"
],
"product_memberships" : [
"HummingbirdTLS"
],
"sources" : [
"Exports.swift",
"HTTPServer+TLS.swift"
],
"target_dependencies" : [
"HummingbirdCore"
],
"type" : "library"
},
{
"c99name" : "HummingbirdHTTP2",
"module_type" : "SwiftTarget",
"name" : "HummingbirdHTTP2",
"path" : "Sources/HummingbirdHTTP2",
"product_dependencies" : [
"NIOCore",
"NIOHTTP2",
"NIOSSL"
],
"product_memberships" : [
"HummingbirdHTTP2"
],
"sources" : [
"ChannelInitializer.swift",
"Exports.swift",
"HTTP2UserEventHandler.swift",
"HTTPServer+HTTP2.swift"
],
"target_dependencies" : [
"HummingbirdCore"
],
"type" : "library"
},
{
"c99name" : "HummingbirdCoreXCT",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCoreXCT",
"path" : "Sources/HummingbirdCoreXCT",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOHTTP1",
"NIOPosix",
"NIOSSL"
],
"product_memberships" : [
"HummingbirdCoreXCT"
],
"sources" : [
"TimeoutPromise.swift",
"XCTClient+types.swift",
"XCTClient.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdCoreTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCoreTests",
"path" : "Tests/HummingbirdCoreTests",
"product_dependencies" : [
"NIOEmbedded"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdCoreTests/Certificates/server.p12",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Certificates.swift",
"CoreTests+async.swift",
"CoreTests.swift",
"StreamerTests.swift",
"TSTests.swift"
],
"target_dependencies" : [
"HummingbirdCore",
"HummingbirdCoreXCT"
],
"type" : "test"
},
{
"c99name" : "HummingbirdCore",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCore",
"path" : "Sources/HummingbirdCore",
"product_dependencies" : [
"Logging",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOExtras",
"NIOHTTP1",
"NIOPosix",
"NIOTransportServices"
],
"product_memberships" : [
"HummingbirdCore",
"HummingbirdHTTP2",
"HummingbirdTLS"
],
"sources" : [
"AsyncAwaitSupport/RequestBodyStreamer+async.swift",
"AsyncAwaitSupport/Sendable.swift",
"Error/HTTPError.swift",
"Error/HTTPErrorResponse.swift",
"HTTPResponder.swift",
"Request/ByteBufferStreamer.swift",
"Request/Request.swift",
"Request/RequestBody.swift",
"Response/Response.swift",
"Response/ResponseBody.swift",
"Server/BindAddress.swift",
"Server/ChannelInitializer.swift",
"Server/HTTPChannelHandlers.swift",
"Server/HTTPServer+Configuration.swift",
"Server/HTTPServer.swift",
"Server/HTTPServerHandler.swift",
"Server/TSTLSOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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.