Build Information
Successful build of hummingbird-core, reference 1.6.1 (2a16f0
), with Swift 6.1 for Android on 29 May 2025 08:11:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: android
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/11527] Fetching swift-nio-http2
[463/14194] Fetching swift-nio-http2, swift-nio-transport-services
[880/20108] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras
[11118/34951] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
[12834/111044] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
[9278/105130] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (5.47s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (5.53s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.55s)
Fetched https://github.com/apple/swift-nio.git from cache (5.66s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (6.57s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.27s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1538/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.49s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.79s)
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.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.57s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[97/2731] Fetching swift-asn1, swift-http-structured-headers
[211/5157] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[1806/10142] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[3413/16101] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-algorithms
[6482/22256] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[19450/19830] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.24s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.63s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.85s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.73s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.57s)
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.54s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.73s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/436] Write sources
[22/436] Compiling CNIOWindows shim.c
[23/436] Compiling CNIOWASI CNIOWASI.c
[24/436] Compiling _AtomicsShims.c
[25/436] Compiling CNIOLinux liburing_shims.c
[26/436] Compiling CNIOWindows WSAStartup.c
[27/436] Compiling CNIODarwin shim.c
[28/436] Compiling CNIOLLHTTP c_nio_http.c
[29/436] Compiling CNIOLinux shim.c
[30/436] Compiling CNIOLLHTTP c_nio_api.c
[31/436] Write swift-version-24593BA9C3E375BF.txt
[32/436] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/436] Compiling fiat_p256_adx_sqr.S
[34/436] Compiling CNIOBoringSSLShims shims.c
[35/436] Compiling fiat_p256_adx_mul.S
[36/436] Compiling fiat_curve25519_adx_mul.S
[37/436] Compiling fiat_curve25519_adx_square.S
[39/461] Emitting module InternalCollectionsUtilities
[39/462] Compiling tls_method.cc
[40/462] Compiling tls_record.cc
[41/462] Compiling tls13_enc.cc
[42/462] Compiling tls13_server.cc
[43/462] Compiling tls13_both.cc
[44/462] Compiling tls13_client.cc
[46/462] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/462] Compiling Logging LogHandler.swift
[48/462] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/462] Compiling _NIODataStructures _TinyArray.swift
[50/462] Compiling _NIODataStructures PriorityQueue.swift
[50/462] Compiling t1_enc.cc
[52/462] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/462] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/462] Emitting module _NIOBase64
[55/462] Compiling _NIOBase64 Base64.swift
[56/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[57/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/463] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/463] Compiling InternalCollectionsUtilities Debugging.swift
[60/463] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/463] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/463] Compiling InternalCollectionsUtilities Descriptions.swift
[63/463] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/463] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/463] Compiling InternalCollectionsUtilities Integer rank.swift
[66/463] Emitting module _NIODataStructures
[67/464] Compiling _NIODataStructures Heap.swift
[70/465] Compiling ssl_x509.cc
[71/465] Compiling ssl_transcript.cc
[73/480] Compiling DequeModule Deque+CustomReflectable.swift
[74/480] Compiling DequeModule Deque+Descriptions.swift
[74/482] Compiling ssl_stat.cc
[75/482] Compiling ssl_versions.cc
[77/482] Compiling DequeModule _DequeBuffer.swift
[78/482] Compiling DequeModule _DequeBufferHeader.swift
[79/482] Compiling DequeModule Deque+Extras.swift
[80/482] Compiling DequeModule Deque+Hashable.swift
[81/482] Compiling DequeModule Deque+Equatable.swift
[82/482] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/482] Compiling ssl_key_share.cc
[84/482] Compiling DequeModule _DequeSlot.swift
[85/482] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/482] Compiling DequeModule Deque+Testing.swift
[87/482] Compiling DequeModule Deque._Storage.swift
[88/482] Compiling DequeModule Deque._UnsafeHandle.swift
[89/482] Compiling DequeModule Deque.swift
[90/482] Compiling Logging MetadataProvider.swift
[91/482] Compiling Logging Locks.swift
[92/482] Emitting module Logging
[93/482] Compiling Logging Logging.swift
[93/483] Compiling ssl_session.cc
[95/483] Compiling ssl_privkey.cc
[97/483] Compiling DequeModule Deque+Codable.swift
[98/483] Compiling DequeModule Deque+Collection.swift
[99/483] Emitting module DequeModule
[100/484] Compiling ssl_lib.cc
[101/484] Compiling ssl_file.cc
[102/484] Compiling ssl_credential.cc
[103/484] Compiling ssl_cipher.cc
[104/484] Compiling ssl_buffer.cc
[105/484] Compiling ssl_asn1.cc
[106/484] Compiling s3_pkt.cc
[107/484] Compiling ssl_cert.cc
[108/484] Compiling ssl_aead_ctx.cc
[109/484] Compiling s3_lib.cc
[110/484] Compiling s3_both.cc
[111/484] Compiling handshake_server.cc
[112/484] Compiling handshake_client.cc
[113/484] Compiling encrypted_client_hello.cc
[114/484] Compiling handoff.cc
[115/484] Compiling handshake.cc
[116/484] Compiling extensions.cc
[117/484] Compiling dtls_record.cc
[118/484] Compiling md5-x86_64-linux.S
[119/484] Compiling md5-x86_64-apple.S
[120/484] Compiling md5-586-linux.S
[121/484] Compiling md5-586-apple.S
[122/484] Compiling chacha20_poly1305_x86_64-linux.S
[123/484] Compiling chacha20_poly1305_x86_64-apple.S
[124/484] Compiling chacha20_poly1305_armv8-win.S
[125/484] Compiling d1_pkt.cc
[126/484] Compiling dtls_method.cc
[127/484] Compiling chacha20_poly1305_armv8-apple.S
[128/484] Compiling chacha20_poly1305_armv8-linux.S
[129/484] Compiling chacha-x86_64-linux.S
[130/484] Compiling chacha-x86-linux.S
[131/484] Compiling chacha-x86_64-apple.S
[132/484] Compiling chacha-x86-apple.S
[133/484] Compiling chacha-armv8-win.S
[134/484] Compiling chacha-armv8-apple.S
[135/484] Compiling chacha-armv4-linux.S
[136/484] Compiling chacha-armv8-linux.S
[136/484] Compiling d1_srtp.cc
[138/484] Compiling aes128gcmsiv-x86_64-linux.S
[139/484] Compiling aes128gcmsiv-x86_64-apple.S
[140/484] Compiling x86_64-mont5-linux.S
[141/484] Compiling x86_64-mont5-apple.S
[141/484] Compiling err_data.cc
[143/484] Compiling x86_64-mont-apple.S
[144/484] Compiling x86_64-mont-linux.S
[145/484] Compiling x86-mont-apple.S
[146/484] Compiling x86-mont-linux.S
[147/484] Compiling vpaes-x86_64-linux.S
[148/484] Compiling vpaes-x86_64-apple.S
[149/484] Compiling vpaes-x86-linux.S
[150/484] Compiling vpaes-armv8-win.S
[151/484] Compiling vpaes-x86-apple.S
[152/484] Compiling vpaes-armv8-linux.S
[153/484] Compiling vpaes-armv8-apple.S
[154/484] Compiling sha512-x86_64-linux.S
[155/484] Compiling bio_ssl.cc
[156/484] Compiling vpaes-armv7-linux.S
[157/484] Compiling sha512-x86_64-apple.S
[158/484] Compiling sha512-armv8-win.S
[159/484] Compiling sha512-armv4-linux.S
[160/484] Compiling sha512-586-apple.S
[161/484] Compiling sha512-586-linux.S
[162/484] Compiling sha256-x86_64-linux.S
[162/484] Compiling sha512-armv8-apple.S
[164/484] Compiling sha512-armv8-linux.S
[165/484] Compiling sha256-x86_64-apple.S
[166/484] Compiling d1_both.cc
[167/484] Compiling sha256-armv4-linux.S
[168/484] Compiling sha256-armv8-win.S
[169/484] Compiling sha256-armv8-apple.S
[170/484] Compiling sha256-armv8-linux.S
[171/484] Compiling sha256-586-linux.S
[172/484] Compiling sha1-x86_64-linux.S
[173/484] Compiling sha1-armv8-win.S
[174/484] Compiling sha256-586-apple.S
[175/484] Compiling sha1-x86_64-apple.S
[176/484] Compiling sha1-armv4-large-linux.S
[177/484] Compiling sha1-armv8-linux.S
[178/484] Compiling sha1-armv8-apple.S
[179/484] Compiling sha1-586-apple.S
[180/484] Compiling rsaz-avx2-linux.S
[181/484] Compiling sha1-586-linux.S
[182/484] Compiling rsaz-avx2-apple.S
[183/484] Compiling rdrand-x86_64-apple.S
[184/484] Compiling rdrand-x86_64-linux.S
[185/484] Compiling p256_beeu-x86_64-asm-linux.S
[186/484] Compiling p256_beeu-x86_64-asm-apple.S
[187/484] Compiling p256_beeu-armv8-asm-apple.S
[188/484] Compiling p256_beeu-armv8-asm-win.S
[189/484] Compiling p256_beeu-armv8-asm-linux.S
[190/484] Compiling ghashv8-armv8-linux.S
[191/484] Compiling p256-x86_64-asm-linux.S
[192/484] Compiling p256-x86_64-asm-apple.S
[192/484] Compiling p256-armv8-asm-apple.S
[194/484] Compiling p256-armv8-asm-win.S
[195/484] Compiling p256-armv8-asm-linux.S
[196/484] Compiling ghashv8-armv8-win.S
[197/484] Compiling ghashv8-armv7-linux.S
[198/484] Compiling ghash-x86_64-linux.S
[199/484] Compiling ghashv8-armv8-apple.S
[200/484] Compiling ghash-x86-linux.S
[201/484] Compiling ghash-x86-apple.S
[202/484] Compiling d1_lib.cc
[203/484] Compiling ghash-x86_64-apple.S
[204/484] Compiling ghash-ssse3-x86_64-linux.S
[205/484] Compiling ghash-ssse3-x86_64-apple.S
[206/484] Compiling ghash-ssse3-x86-apple.S
[207/484] Compiling ghash-neon-armv8-apple.S
[208/484] Compiling co-586-linux.S
[209/484] Compiling ghash-neon-armv8-win.S
[210/484] Compiling ghash-armv4-linux.S
[211/484] Compiling ghash-ssse3-x86-linux.S
[211/484] Compiling ghash-neon-armv8-linux.S
[211/484] Compiling co-586-apple.S
[214/484] Compiling bsaes-armv7-linux.S
[215/484] Compiling bn-armv8-win.S
[216/484] Compiling bn-586-linux.S
[217/484] Compiling bn-armv8-linux.S
[218/484] Compiling bn-586-apple.S
[219/484] Compiling armv8-mont-win.S
[220/484] Compiling bn-armv8-apple.S
[221/484] Compiling aesv8-gcm-armv8-win.S
[221/484] Compiling aesv8-armv8-win.S
[221/484] Compiling armv8-mont-apple.S
[224/484] Compiling aesv8-gcm-armv8-apple.S
[224/484] Compiling armv4-mont-linux.S
[226/484] Compiling armv8-mont-linux.S
[227/484] Compiling aesv8-gcm-armv8-linux.S
[228/484] Compiling aesni-x86_64-linux.S
[229/484] Compiling aesv8-armv8-apple.S
[230/484] Compiling aesv8-armv8-linux.S
[231/484] Compiling aesni-x86-linux.S
[232/484] Compiling aesni-x86_64-apple.S
[233/484] Compiling aesv8-armv7-linux.S
[234/484] Compiling aesni-x86-apple.S
[235/484] Compiling aes-gcm-avx2-x86_64-linux.S
[235/484] Compiling aesni-gcm-x86_64-apple.S
[237/484] Compiling aesni-gcm-x86_64-linux.S
[238/484] Compiling aes-gcm-avx10-x86_64-linux.S
[239/484] Compiling aes-gcm-avx2-x86_64-apple.S
[240/484] Compiling aes-gcm-avx10-x86_64-apple.S
[241/484] Compiling x_x509a.cc
[242/484] Compiling x_spki.cc
[243/484] Compiling x_val.cc
[244/484] Compiling x_x509.cc
[245/484] Compiling x_sig.cc
[246/484] Compiling x_pubkey.cc
[247/484] Compiling x_name.cc
[248/484] Compiling x_req.cc
[249/484] Compiling x_exten.cc
[250/484] Compiling x_crl.cc
[251/484] Compiling x509rset.cc
[252/484] Compiling x_attrib.cc
[253/484] Compiling x_all.cc
[254/484] Compiling x509spki.cc
[255/484] Compiling x_algor.cc
[256/484] Compiling x509name.cc
[257/484] Compiling x509cset.cc
[258/484] Compiling x509_req.cc
[259/484] Compiling x509_set.cc
[260/484] Compiling x509_vpm.cc
[261/484] Compiling x509_vfy.cc
[262/484] Compiling x509_trs.cc
[263/484] Compiling x509_txt.cc
[264/484] Compiling x509_v3.cc
[265/484] Compiling x509_obj.cc
[266/484] Compiling x509_att.cc
[267/484] Compiling x509_d2.cc
[268/484] Compiling x509.cc
[269/484] Compiling x509_ext.cc
[270/484] Compiling x509_lu.cc
[271/484] Compiling x509_def.cc
[272/484] Compiling x509_cmp.cc
[273/484] Compiling v3_utl.cc
[274/484] Compiling v3_skey.cc
[275/484] Compiling v3_purp.cc
[276/484] Compiling v3_pcons.cc
[277/484] Compiling v3_prn.cc
[278/484] Compiling v3_pmaps.cc
[279/484] Compiling v3_ncons.cc
[280/484] Compiling v3_ocsp.cc
[281/484] Compiling v3_lib.cc
[282/484] Compiling v3_ia5.cc
[283/484] Compiling v3_int.cc
[284/484] Compiling v3_info.cc
[285/484] Compiling v3_extku.cc
[286/484] Compiling v3_genn.cc
[287/484] Compiling v3_enum.cc
[288/484] Compiling v3_crld.cc
[289/484] Compiling v3_bitst.cc
[290/484] Compiling v3_cpols.cc
[291/484] Compiling v3_bcons.cc
[292/484] Compiling v3_alt.cc
[293/484] Compiling v3_conf.cc
[294/484] Compiling v3_akeya.cc
[295/484] Compiling v3_akey.cc
[296/484] Compiling t_x509.cc
[297/484] Compiling t_x509a.cc
[298/484] Compiling t_req.cc
[299/484] Compiling i2d_pr.cc
[300/484] Compiling t_crl.cc
[301/484] Compiling name_print.cc
[302/484] Compiling by_file.cc
[303/484] Compiling policy.cc
[304/484] Compiling rsa_pss.cc
[305/484] Compiling asn1_gen.cc
[306/484] Compiling by_dir.cc
[307/484] Compiling a_verify.cc
[308/484] Compiling algorithm.cc
[309/484] Compiling thread_win.cc
[310/484] Compiling a_digest.cc
[311/484] Compiling voprf.cc
[312/484] Compiling thread_pthread.cc
[313/484] Compiling a_sign.cc
[314/484] Compiling thread_none.cc
[315/484] Compiling trust_token.cc
[316/484] Compiling pmbtoken.cc
[317/484] Compiling thread.cc
[318/484] Compiling stack.cc
[319/484] Compiling sha512.cc
[320/484] Compiling siphash.cc
[321/484] Compiling rsa_print.cc
[322/484] Compiling sha1.cc
[323/484] Compiling slhdsa.cc
[324/484] Compiling spake2plus.cc
[325/484] Compiling sha256.cc
[326/484] Compiling rsa_extra.cc
[327/484] Compiling rsa_crypt.cc
[328/484] Compiling refcount.cc
[329/484] Compiling rand.cc
[330/484] Compiling urandom.cc
[331/484] Compiling rsa_asn1.cc
[332/484] Compiling trusty.cc
[333/484] Compiling windows.cc
[334/484] Compiling rc4.cc
[335/484] Compiling deterministic.cc
[336/484] Compiling poly1305_arm_asm.S
[337/484] Compiling passive.cc
[338/484] Compiling getentropy.cc
[339/484] Compiling ios.cc
[340/484] Compiling forkunsafe.cc
[341/484] Compiling fork_detect.cc
[342/484] Compiling poly1305_vec.cc
[343/484] Compiling pool.cc
[344/484] Compiling poly1305_arm.cc
[345/484] Compiling pkcs7.cc
[346/484] Compiling poly1305.cc
[347/484] Compiling pkcs8.cc
[348/484] Compiling pem_xaux.cc
[349/484] Compiling p5_pbev2.cc
[350/484] Compiling pkcs8_x509.cc
[351/484] Compiling pkcs7_x509.cc
[352/484] Compiling pem_x509.cc
[353/484] Compiling pem_pkey.cc
[354/484] Compiling obj_xref.cc
[355/484] Compiling pem_pk8.cc
[356/484] Compiling mlkem.cc
[357/484] Compiling mldsa.cc
[358/484] Compiling pem_info.cc
[359/484] Compiling mem.cc
[360/484] Compiling pem_oth.cc
[361/484] Compiling pem_lib.cc
[362/484] Compiling poly_rq_mul.S
[363/484] Compiling obj.cc
[364/484] Compiling fips_shared_support.cc
[365/484] Compiling pem_all.cc
[366/484] Compiling md5.cc
[367/484] Compiling lhash.cc
[368/484] Compiling md4.cc
[369/484] Compiling hpke.cc
[370/484] Compiling kyber.cc
[371/484] Compiling ex_data.cc
[372/484] Compiling scrypt.cc
[373/484] Compiling sign.cc
[374/484] Compiling print.cc
[375/484] Compiling pbkdf.cc
[376/484] Compiling hrss.cc
[377/484] Compiling p_x25519.cc
[378/484] Compiling p_x25519_asn1.cc
[379/484] Compiling p_rsa.cc
[380/484] Compiling p_ec_asn1.cc
[381/484] Compiling p_ed25519.cc
[382/484] Compiling p_hkdf.cc
[383/484] Compiling p_rsa_asn1.cc
[384/484] Compiling p_ed25519_asn1.cc
[385/484] Compiling p_dh_asn1.cc
[386/484] Compiling p_ec.cc
[387/484] Compiling evp_ctx.cc
[388/484] Compiling evp.cc
[389/484] Compiling p_dh.cc
[390/484] Compiling p_dsa_asn1.cc
[391/484] Compiling evp_asn1.cc
[392/484] Compiling err.cc
[393/484] Compiling engine.cc
[394/484] Compiling ecdh.cc
[395/484] Compiling bcm.cc
[396/484] Compiling ec_derive.cc
[397/484] Compiling ecdsa_asn1.cc
[398/484] Compiling hash_to_curve.cc
[399/484] Compiling dsa.cc
[400/484] Compiling dsa_asn1.cc
[401/484] Compiling ec_asn1.cc
[402/484] Compiling x25519-asm-arm.S
[403/484] Compiling curve25519_64_adx.cc
[404/484] Compiling dh_asn1.cc
[405/484] Compiling des.cc
[406/484] Compiling params.cc
[407/484] Compiling spake25519.cc
[408/484] Compiling digest_extra.cc
[409/484] Compiling crypto.cc
[410/484] Compiling cpu_intel.cc
[411/484] Compiling cpu_aarch64_linux.cc
[412/484] Compiling cpu_arm_linux.cc
[413/484] Compiling cpu_aarch64_win.cc
[414/484] Compiling cpu_aarch64_sysreg.cc
[415/484] Compiling curve25519.cc
[416/484] Compiling cpu_arm_freebsd.cc
[417/484] Compiling cpu_aarch64_openbsd.cc
[418/484] Compiling cpu_aarch64_fuchsia.cc
[419/484] Compiling get_cipher.cc
[420/484] Compiling cpu_aarch64_apple.cc
[421/484] Compiling e_tls.cc
[422/484] Compiling tls_cbc.cc
[423/484] Compiling e_rc4.cc
[424/484] Compiling e_rc2.cc
[425/484] Compiling conf.cc
[426/484] Compiling e_chacha20poly1305.cc
[427/484] Compiling derive_key.cc
[428/484] Compiling e_null.cc
[429/484] Compiling unicode.cc
[430/484] Compiling e_aesctrhmac.cc
[431/484] Compiling e_des.cc
[432/484] Compiling e_aesgcmsiv.cc
[433/484] Compiling chacha.cc
[434/484] Compiling buf.cc
[435/484] Compiling ber.cc
[436/484] Compiling asn1_compat.cc
[437/484] Compiling blake2.cc
[438/484] Compiling cbb.cc
[439/484] Compiling bn_asn1.cc
[440/484] Compiling cbs.cc
[441/484] Compiling convert.cc
[442/484] Compiling printf.cc
[443/484] Compiling socket.cc
[444/484] Compiling socket_helper.cc
[445/484] Compiling pair.cc
[446/484] Compiling file.cc
[447/484] Compiling errno.cc
[448/484] Compiling connect.cc
[449/484] Compiling fd.cc
[450/484] Compiling hexdump.cc
[451/484] Compiling bio_mem.cc
[452/484] Compiling base64.cc
[453/484] Compiling bio.cc
[454/484] Compiling tasn_fre.cc
[455/484] Compiling tasn_utl.cc
[456/484] Compiling tasn_typ.cc
[457/484] Compiling tasn_dec.cc
[458/484] Compiling tasn_enc.cc
[459/484] Compiling posix_time.cc
[460/484] Compiling tasn_new.cc
[461/484] Compiling f_string.cc
[462/484] Compiling asn_pack.cc
[463/484] Compiling f_int.cc
[464/484] Compiling asn1_par.cc
[465/484] Compiling a_time.cc
[466/484] Compiling a_utctm.cc
[467/484] Compiling asn1_lib.cc
[468/484] Compiling a_object.cc
[469/484] Compiling a_octet.cc
[470/484] Compiling a_type.cc
[471/484] Compiling a_strex.cc
[472/484] Compiling a_strnid.cc
[473/484] Compiling a_i2d_fp.cc
[474/484] Compiling a_dup.cc
[475/484] Compiling a_mbstr.cc
[475/484] Write sources
[477/484] Compiling a_d2i_fp.cc
[478/484] Compiling a_int.cc
[479/484] Compiling a_gentm.cc
[480/484] Compiling a_bitstr.cc
[481/503] Compiling a_bool.cc
[483/503] Compiling Atomics ManagedAtomic.swift
[484/503] Compiling Atomics ManagedAtomicLazyReference.swift
[485/503] Compiling Atomics UnsafeAtomic.swift
[486/503] Compiling Atomics UnsafeAtomicLazyReference.swift
[487/505] Compiling Atomics AtomicMemoryOrderings.swift
[488/505] Compiling Atomics DoubleWord.swift
[489/505] Compiling Atomics AtomicReference.swift
[490/505] Compiling Atomics AtomicStorage.swift
[491/505] Compiling Atomics AtomicValue.swift
[492/505] Compiling Atomics Primitives.shims.swift
[493/505] Compiling Atomics AtomicInteger.swift
[494/505] Compiling Atomics AtomicOptionalWrappable.swift
[495/505] Compiling Atomics IntegerOperations.swift
[496/505] Compiling Atomics Unmanaged extensions.swift
[496/505] Compiling c-nioatomics.c
[498/505] Compiling Atomics OptionalRawRepresentable.swift
[499/505] Compiling Atomics RawRepresentable.swift
[500/505] Compiling Atomics AtomicBool.swift
[501/505] Emitting module Atomics
[502/505] Compiling Atomics IntegerConformances.swift
[503/505] Compiling Atomics PointerConformances.swift
[504/505] Compiling Atomics Primitives.native.swift
[505/506] Compiling c-atomics.c
[507/512] Compiling NIOConcurrencyHelpers lock.swift
[508/512] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[509/512] Compiling NIOConcurrencyHelpers atomics.swift
[510/512] Compiling NIOConcurrencyHelpers NIOLock.swift
[511/512] Emitting module NIOConcurrencyHelpers
[512/512] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[514/573] Compiling NIOCore MulticastChannel.swift
[515/573] Compiling NIOCore NIOAny.swift
[516/573] Compiling NIOCore NIOCloseOnErrorHandler.swift
[517/573] Compiling NIOCore NIOLoopBound.swift
[518/573] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[519/573] Compiling NIOCore NIOScheduledCallback.swift
[520/573] Compiling NIOCore NIOSendable.swift
[521/573] Compiling NIOCore RecvByteBufferAllocator.swift
[522/581] Compiling NIOCore IO.swift
[523/581] Compiling NIOCore IOData.swift
[524/581] Compiling NIOCore IPProtocol.swift
[525/581] Compiling NIOCore IntegerBitPacking.swift
[526/581] Compiling NIOCore IntegerTypes.swift
[527/581] Compiling NIOCore Interfaces.swift
[528/581] Compiling NIOCore Linux.swift
[529/581] Compiling NIOCore MarkedCircularBuffer.swift
[530/581] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[531/581] Compiling NIOCore EventLoopFuture+Deprecated.swift
[532/581] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[533/581] Compiling NIOCore EventLoopFuture.swift
[534/581] Compiling NIOCore FileDescriptor.swift
[535/581] Compiling NIOCore FileHandle.swift
[536/581] Compiling NIOCore FileRegion.swift
[537/581] Compiling NIOCore GlobalSingletons.swift
[538/581] Compiling NIOCore AddressedEnvelope.swift
[539/581] Compiling NIOCore AsyncAwaitSupport.swift
[540/581] Compiling NIOCore AsyncChannel.swift
[541/581] Compiling NIOCore AsyncChannelHandler.swift
[542/581] Compiling NIOCore AsyncChannelInboundStream.swift
[543/581] Compiling NIOCore AsyncChannelOutboundWriter.swift
[544/581] Compiling NIOCore NIOAsyncSequenceProducer.swift
[545/581] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[546/581] Compiling NIOCore NIOAsyncWriter.swift
[547/581] Compiling NIOCore CircularBuffer.swift
[548/581] Compiling NIOCore Codec.swift
[549/581] Compiling NIOCore ConvenienceOptionSupport.swift
[550/581] Compiling NIOCore DeadChannel.swift
[551/581] Compiling NIOCore DispatchQueue+WithFuture.swift
[552/581] Compiling NIOCore EventLoop+Deprecated.swift
[553/581] Compiling NIOCore EventLoop+SerialExecutor.swift
[554/581] Compiling NIOCore EventLoop.swift
[555/581] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[556/581] Compiling NIOCore SocketAddresses.swift
[557/581] Compiling NIOCore SocketOptionProvider.swift
[558/581] Compiling NIOCore SystemCallHelpers.swift
[559/581] Compiling NIOCore TimeAmount+Duration.swift
[560/581] Compiling NIOCore TypeAssistedChannelHandler.swift
[561/581] Compiling NIOCore UniversalBootstrapSupport.swift
[562/581] Compiling NIOCore Utilities.swift
[563/581] Emitting module NIOCore
[564/581] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[565/581] Compiling NIOCore BSDSocketAPI.swift
[566/581] Compiling NIOCore ByteBuffer-aux.swift
[567/581] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[568/581] Compiling NIOCore ByteBuffer-conversions.swift
[569/581] Compiling NIOCore ByteBuffer-core.swift
[570/581] Compiling NIOCore ByteBuffer-hex.swift
[571/581] Compiling NIOCore ByteBuffer-int.swift
[572/581] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[573/581] Compiling NIOCore ByteBuffer-multi-int.swift
[574/581] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[575/581] Compiling NIOCore ByteBuffer-views.swift
[576/581] Compiling NIOCore Channel.swift
[577/581] Compiling NIOCore ChannelHandler.swift
[578/581] Compiling NIOCore ChannelHandlers.swift
[579/581] Compiling NIOCore ChannelInvoker.swift
[580/581] Compiling NIOCore ChannelOption.swift
[581/581] Compiling NIOCore ChannelPipeline.swift
[583/632] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[584/632] Compiling NIOEmbedded AsyncTestingChannel.swift
[585/632] Emitting module NIOEmbedded
[586/632] Compiling NIOEmbedded Embedded.swift
[588/633] Emitting module NIOPosix
[589/639] Compiling NIOPosix ServerSocket.swift
[590/639] Compiling NIOPosix Socket.swift
[591/639] Compiling NIOPosix SocketChannel.swift
[592/639] Compiling NIOPosix SocketProtocols.swift
[593/639] Compiling NIOPosix System.swift
[594/639] Compiling NIOPosix Thread.swift
[595/639] Compiling NIOPosix SelectableChannel.swift
[596/639] Compiling NIOPosix SelectableEventLoop.swift
[597/639] Compiling NIOPosix SelectorEpoll.swift
[598/639] Compiling NIOPosix SelectorGeneric.swift
[599/639] Compiling NIOPosix SelectorKqueue.swift
[600/639] Compiling NIOPosix SelectorUring.swift
[601/639] Compiling NIOPosix Pool.swift
[602/639] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[603/639] Compiling NIOPosix PosixSingletons.swift
[604/639] Compiling NIOPosix RawSocketBootstrap.swift
[605/639] Compiling NIOPosix Resolver.swift
[606/639] Compiling NIOPosix Selectable.swift
[607/639] Compiling NIOPosix ThreadPosix.swift
[608/639] Compiling NIOPosix ThreadWindows.swift
[609/639] Compiling NIOPosix UnsafeTransfer.swift
[610/639] Compiling NIOPosix Utilities.swift
[611/639] Compiling NIOPosix VsockAddress.swift
[612/639] Compiling NIOPosix VsockChannelEvents.swift
[613/639] Compiling NIOPosix NIOThreadPool.swift
[614/639] Compiling NIOPosix NonBlockingFileIO.swift
[615/639] Compiling NIOPosix PendingDatagramWritesManager.swift
[616/639] Compiling NIOPosix PendingWritesManager.swift
[617/639] Compiling NIOPosix PipeChannel.swift
[618/639] Compiling NIOPosix PipePair.swift
[619/639] Compiling NIOPosix IO.swift
[620/639] Compiling NIOPosix IntegerBitPacking.swift
[621/639] Compiling NIOPosix IntegerTypes.swift
[622/639] Compiling NIOPosix Linux.swift
[623/639] Compiling NIOPosix LinuxCPUSet.swift
[624/639] Compiling NIOPosix LinuxUring.swift
[625/639] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[626/639] Compiling NIOPosix BSDSocketAPICommon.swift
[627/639] Compiling NIOPosix BSDSocketAPIPosix.swift
[628/639] Compiling NIOPosix BSDSocketAPIWindows.swift
[629/639] Compiling NIOPosix BaseSocket.swift
[630/639] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[631/639] Compiling NIOPosix BaseSocketChannel.swift
[632/639] Compiling NIOPosix BaseStreamSocketChannel.swift
[633/639] Compiling NIOPosix Bootstrap.swift
[634/639] Compiling NIOPosix ControlMessage.swift
[635/639] Compiling NIOPosix DatagramVectorReadManager.swift
[636/639] Compiling NIOPosix Errors+Any.swift
[637/639] Compiling NIOPosix FileDescriptor.swift
[638/639] Compiling NIOPosix GetaddrinfoResolver.swift
[639/639] Compiling NIOPosix HappyEyeballs.swift
[641/642] Compiling NIO Exports.swift
[642/642] Emitting module NIO
[644/670] Compiling NIOTLS TLSEvents.swift
[645/670] Emitting module NIOTLS
[646/670] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[647/670] Compiling NIOTLS SNIHandler.swift
[648/670] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[649/670] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[651/671] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[652/671] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[653/702] Compiling NIOSSL ByteBufferBIO.swift
[654/702] Compiling NIOSSL CustomPrivateKey.swift
[655/702] Compiling NIOSSL NIOSSLClientHandler.swift
[656/702] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[657/702] Compiling NIOSSL SSLCallbacks.swift
[658/702] Compiling NIOSSL LinuxCABundle.swift
[659/702] Compiling NIOSSL NIOSSLHandler.swift
[660/702] Compiling NIOSSL AndroidCABundle.swift
[661/702] Compiling NIOSSL IdentityVerification.swift
[662/702] Compiling NIOSSL SSLCertificate.swift
[663/702] Compiling NIOSSL SSLConnection.swift
[664/702] Compiling NIOSSL SSLContext.swift
[665/702] Compiling NIOSSL NIOSSLServerHandler.swift
[666/702] Compiling NIOSSL ObjectIdentifier.swift
[667/702] Compiling NIOSSL PosixPort.swift
[668/702] Emitting module NIOHTTP1
[670/732] Compiling NIOExtras DebugInboundEventsHandler.swift
[671/732] Compiling NIOExtras DebugOutboundEventsHandler.swift
[672/732] Compiling NIOExtras FixedLengthFrameDecoder.swift
[673/732] Compiling NIOExtras PCAPRingBuffer.swift
[674/736] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[675/736] Compiling NIOSSL SSLPrivateKey.swift
[676/736] Compiling NIOSSL SSLPublicKey.swift
[677/736] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[678/736] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[679/736] Compiling NIOSSL SubjectAlternativeName.swift
[680/736] Compiling NIOSSL NIOSSLSecureBytes.swift
[681/736] Compiling NIOSSL RNG.swift
[682/736] Compiling NIOSSL SafeCompare.swift
[683/736] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[684/736] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[685/736] Compiling NIOHPACK IndexedHeaderTable.swift
[686/737] Compiling NIOExtras NIOLengthFieldBitLength.swift
[687/737] Compiling NIOExtras NIORequestIdentifiable.swift
[688/737] Compiling NIOHPACK IntegerCoding.swift
[689/739] Compiling NIOExtras RequestResponseHandler.swift
[690/739] Compiling NIOExtras RequestResponseWithIDHandler.swift
[691/739] Emitting module NIOFoundationCompat
[692/739] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[693/739] Compiling NIOHPACK HuffmanTables.swift
[694/740] Compiling NIOExtras QuiescingHelper.swift
[697/740] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[698/740] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[699/740] Compiling NIOExtras JSONRPCFraming.swift
[700/740] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[701/740] Compiling NIOExtras LengthFieldPrepender.swift
[702/740] Emitting module NIOSSL
[703/740] Compiling NIOHPACK HuffmanCoding.swift
[704/740] Compiling NIOHPACK StaticHeaderTable.swift
[706/740] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[707/740] Compiling NIOExtras NIOExtrasError.swift
[714/740] Emitting module NIOHPACK
[723/740] Compiling NIOExtras LineBasedFrameDecoder.swift
[724/740] Emitting module NIOExtras
[725/762] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[726/762] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[727/763] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[728/763] Compiling NIOTransportServices NIOTSSingletons.swift
[729/763] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[730/763] Compiling NIOTransportServices NIOTSBootstraps.swift
[731/763] Compiling NIOTransportServices NIOTSChannelOptions.swift
[732/763] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[733/763] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[734/763] Compiling NIOTransportServices NIOTSErrors.swift
[735/763] Compiling NIOSSL Zeroization.swift
[736/763] Compiling NIOSSL TLSConfiguration.swift
[737/763] Compiling NIOSSL UniversalBootstrapSupport.swift
[738/763] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[739/764] Compiling NIOTransportServices StateManagedChannel.swift
[740/764] Compiling NIOTransportServices StateManagedListenerChannel.swift
[741/764] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[745/766] Compiling NIOTransportServices NIOTSEventLoop.swift
[746/766] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[747/766] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[748/766] Compiling NIOTransportServices NIOTSListenerChannel.swift
[755/766] Compiling NIOTransportServices AcceptHandler.swift
[756/766] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[757/766] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[759/766] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[760/766] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[761/766] Emitting module NIOTransportServices
[762/766] Compiling NIOTransportServices NIOTSDatagramListener.swift
[766/825] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[767/825] Compiling NIOHTTP2 HasFlowControlWindows.swift
[769/846] 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 |
[770/846] Emitting module HummingbirdCoreXCT
[771/846] 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 {
[772/846] 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 {
[773/848] Emitting module HummingbirdCore
[774/848] Compiling HummingbirdCore RequestBody.swift
[775/848] Compiling HummingbirdCore Response.swift
[776/848] 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 |
[777/848] 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 |
[778/848] 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
[779/848] 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
[780/848] Compiling HummingbirdCore RequestBodyStreamer+async.swift
[781/848] Compiling HummingbirdCore Sendable.swift
[782/848] Compiling HummingbirdCore HTTPError.swift
[783/848] Compiling HummingbirdCore HTTPErrorResponse.swift
[784/848] Compiling HummingbirdCore HTTPResponder.swift
[785/848] Compiling HummingbirdCore ByteBufferStreamer.swift
[786/848] Compiling HummingbirdCore Request.swift
[788/848] Emitting module NIOHTTP2
[789/856] Compiling HummingbirdCoreXCT XCTClient+types.swift
[790/856] 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
/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 | }
/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 | }
[799/857] 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) }
[800/857] 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) }
[802/861] Compiling NIOHTTP2 InboundWindowManager.swift
[803/861] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[804/861] Compiling NIOHTTP2 StreamChannelFlowController.swift
[805/861] Compiling NIOHTTP2 StreamChannelList.swift
[806/861] Compiling NIOHTTP2 StreamMap.swift
[807/861] Compiling NIOHTTP2 StreamStateMachine.swift
[808/861] Compiling NIOHTTP2 UnsafeTransfer.swift
[809/861] Compiling NIOHTTP2 WatermarkedFlowController.swift
[810/861] Compiling HummingbirdTLS Exports.swift
[811/861] Emitting module HummingbirdTLS
[812/861] Compiling HummingbirdTLS HTTPServer+TLS.swift
[814/862] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[815/862] Compiling NIOHTTP2 HTTP2Frame.swift
[816/862] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[817/862] Compiling NIOHTTP2 HTTP2FrameParser.swift
[818/862] Compiling NIOHTTP2 HTTP2PingData.swift
[819/862] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[820/862] Compiling NIOHTTP2 HTTP2Settings.swift
[821/862] Compiling NIOHTTP2 HTTP2Stream.swift
[822/862] Compiling NIOHTTP2 StateMachineResult.swift
[823/862] Compiling NIOHTTP2 ContentLengthVerifier.swift
[824/862] Compiling NIOHTTP2 DOSHeuristics.swift
[825/862] Compiling NIOHTTP2 Error+Any.swift
[826/862] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[827/862] Compiling NIOHTTP2 ControlFrameBuffer.swift
[828/862] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[829/862] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[832/862] Compiling NIOHTTP2 HasLocalSettings.swift
[833/862] Compiling NIOHTTP2 HasRemoteSettings.swift
[834/862] Compiling NIOHTTP2 LocallyQuiescingState.swift
[835/862] Compiling NIOHTTP2 QuiescingState.swift
[836/862] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[837/862] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[838/862] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[839/862] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[840/862] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[841/862] Compiling NIOHTTP2 HTTP2StreamID.swift
[842/862] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[843/862] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[844/862] Compiling NIOHTTP2 HTTP2UserEvents.swift
[845/862] Compiling NIOHTTP2 InboundEventBuffer.swift
[846/862] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[847/862] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[848/862] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[849/862] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[850/862] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[851/862] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[852/862] Compiling NIOHTTP2 HTTP2Error.swift
[853/862] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[864/868] Compiling HummingbirdHTTP2 HTTP2UserEventHandler.swift
[865/868] Compiling HummingbirdHTTP2 HTTPServer+HTTP2.swift
[866/868] Compiling HummingbirdHTTP2 Exports.swift
[867/868] Emitting module HummingbirdHTTP2
[868/868] 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
Build complete! (217.22s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.