Build Information
Successful build of mqtt-nio, reference main (270c97
), with Swift 6.0 for Linux on 30 Jan 2025 21:42:58 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/mqtt-nio.git
Reference: main
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/swift-server-community/mqtt-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 270c973 Bump actions/checkout from 3 to 4 in the dependencies group (#166)
Cloned https://github.com/swift-server-community/mqtt-nio.git
Revision (git rev-parse @):
270c973ae4f39dfc9d9e53368fee69da51642329
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/mqtt-nio.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/swift-server-community/mqtt-nio.git
https://github.com/swift-server-community/mqtt-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.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.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "mqtt-nio",
"name" : "mqtt-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MQTTNIO",
"targets" : [
"MQTTNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MQTTNIOTests",
"module_type" : "SwiftTarget",
"name" : "MQTTNIOTests",
"path" : "Tests/MQTTNIOTests",
"sources" : [
"CoreMQTTTests.swift",
"MQTTNIOTests+async.swift",
"MQTTNIOTests.swift",
"MQTTNIOv5Tests.swift"
],
"target_dependencies" : [
"MQTTNIO"
],
"type" : "test"
},
{
"c99name" : "MQTTNIO",
"module_type" : "SwiftTarget",
"name" : "MQTTNIO",
"path" : "Sources/MQTTNIO",
"product_dependencies" : [
"Atomics",
"Logging",
"NIO",
"NIOConcurrencyHelpers",
"NIOHTTP1",
"NIOWebSocket",
"NIOSSL",
"NIOTransportServices"
],
"product_memberships" : [
"MQTTNIO"
],
"sources" : [
"AsyncAwaitSupport/MQTTClient+async.swift",
"AsyncAwaitSupport/MQTTClientV5+async.swift",
"AsyncAwaitSupport/Sendable.swift",
"ChannelHandlers/MQTTMessageDecoder.swift",
"ChannelHandlers/MQTTMessageHandler.swift",
"ChannelHandlers/MQTTTaskHandler.swift",
"ChannelHandlers/PingreqHandler.swift",
"ChannelHandlers/WebSocketHandler.swift",
"ChannelHandlers/WebSocketInitialRequest.swift",
"MQTTClient.swift",
"MQTTClientV5.swift",
"MQTTConfiguration.swift",
"MQTTConnection.swift",
"MQTTCoreTypes.swift",
"MQTTCoreTypesV5.swift",
"MQTTError.swift",
"MQTTInflight.swift",
"MQTTListeners.swift",
"MQTTPacket.swift",
"MQTTProperties.swift",
"MQTTReason.swift",
"MQTTSerializer.swift",
"MQTTTask.swift",
"TSTLSConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2048] Fetching swift-docc-plugin
[247/5798] Fetching swift-docc-plugin, swift-log
[547/8108] Fetching swift-docc-plugin, swift-log, swift-nio-transport-services
[842/9677] Fetching swift-docc-plugin, swift-log, swift-nio-transport-services, swift-atomics
[9678/83032] Fetching swift-docc-plugin, swift-log, swift-nio-transport-services, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
[6661/79282] Fetching swift-docc-plugin, swift-nio-transport-services, swift-atomics, swift-nio
[16932/93701] Fetching swift-docc-plugin, swift-nio-transport-services, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.11s)
[63144/79282] Fetching swift-docc-plugin, swift-nio-transport-services, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.96s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.96s)
Fetched https://github.com/apple/swift-docc-plugin from cache (4.97s)
Fetched https://github.com/apple/swift-nio.git from cache (5.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.80.0 (0.84s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/15627] Fetching swift-collections
[15628/19651] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.34s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.86s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3270] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (1.33s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.80.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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.23.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/442] Write sources
[19/442] Compiling CNIOWindows WSAStartup.c
[19/442] Compiling CNIOWASI CNIOWASI.c
[21/442] Compiling CNIOWindows shim.c
[22/442] Compiling CNIOLinux liburing_shims.c
[22/442] Compiling _AtomicsShims.c
[24/442] Compiling CNIOLLHTTP c_nio_http.c
[24/442] Compiling CNIOSHA1 c_nio_sha1.c
[26/442] Compiling CNIODarwin shim.c
[27/442] Compiling CNIOLinux shim.c
[28/442] Compiling CNIOLLHTTP c_nio_api.c
[29/442] Compiling fiat_p256_adx_mul.S
[30/442] Compiling fiat_p256_adx_sqr.S
[31/442] Compiling fiat_curve25519_adx_square.S
[32/442] Compiling fiat_curve25519_adx_mul.S
[33/442] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/442] Compiling CNIOBoringSSLShims shims.c
[35/442] Write swift-version-24593BA9C3E375BF.txt
[36/442] Compiling tls_record.cc
[37/442] Compiling tls_method.cc
[38/442] Compiling t1_enc.cc
[39/442] Compiling tls13_server.cc
[40/442] Compiling tls13_both.cc
[41/442] Compiling tls13_client.cc
[42/442] Compiling tls13_enc.cc
[43/448] Compiling ssl_x509.cc
[45/470] Emitting module _NIOBase64
[46/470] Emitting module Logging
[47/470] Emitting module InternalCollectionsUtilities
[47/472] Compiling ssl_versions.cc
[48/472] Compiling ssl_stat.cc
[49/472] Compiling ssl_transcript.cc
[50/472] Compiling ssl_session.cc
[51/472] Compiling ssl_file.cc
[52/472] Compiling ssl_privkey.cc
[53/472] Compiling ssl_key_share.cc
[54/472] Compiling ssl_lib.cc
[55/472] Compiling ssl_credential.cc
[57/472] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/472] Compiling InternalCollectionsUtilities Integer rank.swift
[59/472] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/472] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/472] Compiling InternalCollectionsUtilities Specialize.swift
[62/472] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/472] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/472] Compiling InternalCollectionsUtilities Debugging.swift
[65/472] Compiling InternalCollectionsUtilities Descriptions.swift
[66/472] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/472] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/472] Compiling InternalCollectionsUtilities _SortedCollection.swift
[69/472] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/472] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/472] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/472] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[73/472] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[74/472] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[75/473] Compiling _NIODataStructures PriorityQueue.swift
[76/473] Compiling _NIODataStructures _TinyArray.swift
[77/473] Compiling _NIOBase64 Base64.swift
[78/474] Compiling ssl_cipher.cc
[80/474] Compiling ssl_asn1.cc
[81/474] Compiling ssl_buffer.cc
[82/489] Compiling ssl_cert.cc
[84/489] Compiling DequeModule _DequeBuffer.swift
[85/489] Compiling DequeModule _DequeBufferHeader.swift
[86/491] Compiling Logging MetadataProvider.swift
[87/491] Compiling Logging Logging.swift
[88/491] Compiling Logging LogHandler.swift
[89/491] Emitting module _NIODataStructures
[90/491] Compiling _NIODataStructures Heap.swift
[91/492] Compiling Logging Locks.swift
[94/493] Compiling DequeModule Deque+CustomReflectable.swift
[95/493] Compiling DequeModule Deque+Descriptions.swift
[96/493] Compiling DequeModule Deque+Extras.swift
[97/493] Compiling DequeModule Deque+Hashable.swift
[98/493] Compiling DequeModule Deque+Equatable.swift
[99/493] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/493] Compiling handshake_server.cc
[101/493] Compiling DequeModule _DequeSlot.swift
[102/493] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/493] Compiling DequeModule Deque._UnsafeHandle.swift
[104/493] Compiling DequeModule Deque.swift
[105/493] Compiling DequeModule Deque+Testing.swift
[106/493] Compiling DequeModule Deque._Storage.swift
[106/493] Compiling s3_pkt.cc
[107/493] Compiling s3_lib.cc
[108/493] Compiling ssl_aead_ctx.cc
[109/493] Compiling s3_both.cc
[111/493] Compiling DequeModule Deque+Codable.swift
[112/493] Compiling DequeModule Deque+Collection.swift
[112/493] Compiling handshake_client.cc
[114/493] Emitting module DequeModule
[115/494] Compiling handshake.cc
[116/494] Compiling dtls_record.cc
[117/494] Compiling dtls_method.cc
[118/494] Compiling handoff.cc
[119/494] Compiling md5-x86_64-linux.S
[120/494] Compiling encrypted_client_hello.cc
[121/494] Compiling extensions.cc
[122/494] Compiling md5-586-linux.S
[123/494] Compiling md5-x86_64-apple.S
[124/494] Compiling d1_srtp.cc
[125/494] Compiling err_data.c
[126/494] Compiling d1_pkt.cc
[127/494] Compiling bio_ssl.cc
[128/494] Compiling d1_both.cc
[129/494] Compiling d1_lib.cc
[130/494] Compiling md5-586-apple.S
[131/494] Compiling chacha20_poly1305_armv8-win.S
[131/494] Compiling chacha20_poly1305_armv8-linux.S
[131/494] Compiling chacha-x86_64-linux.S
[131/494] Compiling chacha-x86_64-apple.S
[135/494] Compiling chacha20_poly1305_armv8-apple.S
[136/494] Compiling chacha-x86-linux.S
[136/494] Compiling chacha20_poly1305_x86_64-linux.S
[138/494] Compiling chacha20_poly1305_x86_64-apple.S
[139/494] Compiling chacha-armv8-linux.S
[140/494] Compiling aes128gcmsiv-x86_64-apple.S
[141/494] Compiling chacha-armv8-apple.S
[142/494] Compiling chacha-x86-apple.S
[143/494] Compiling chacha-armv4-linux.S
[144/494] Compiling chacha-armv8-win.S
[145/494] Compiling x86_64-mont5-linux.S
[146/494] Compiling aes128gcmsiv-x86_64-linux.S
[147/494] Compiling x86_64-mont5-apple.S
[148/494] Compiling x86-mont-linux.S
[149/494] Compiling x86_64-mont-apple.S
[150/494] Compiling x86_64-mont-linux.S
[151/494] Compiling x86-mont-apple.S
[152/494] Compiling vpaes-x86_64-apple.S
[153/494] Compiling vpaes-x86_64-linux.S
[154/494] Compiling vpaes-x86-linux.S
[155/494] Compiling vpaes-x86-apple.S
[156/494] Compiling vpaes-armv8-linux.S
[157/494] Compiling vpaes-armv8-win.S
[158/494] Compiling vpaes-armv8-apple.S
[159/494] Compiling sha512-x86_64-apple.S
[160/494] Compiling vpaes-armv7-linux.S
[161/494] Compiling sha512-armv8-win.S
[162/494] Compiling sha512-x86_64-linux.S
[163/494] Compiling sha512-armv4-linux.S
[164/494] Compiling sha512-armv8-apple.S
[165/494] Compiling sha512-586-linux.S
[166/494] Compiling sha256-armv8-win.S
[166/494] Compiling sha256-armv8-linux.S
[167/494] Compiling sha512-586-apple.S
[167/494] Compiling sha512-armv8-linux.S
[168/494] Compiling sha256-armv8-apple.S
[171/494] Compiling sha256-x86_64-linux.S
[171/494] Compiling sha256-x86_64-apple.S
[173/494] Compiling sha1-armv8-win.S
[174/494] Compiling sha1-armv8-linux.S
[174/494] Compiling sha256-586-apple.S
[176/494] Compiling sha1-armv8-apple.S
[176/494] Compiling sha256-586-linux.S
[178/494] Compiling sha256-armv4-linux.S
[179/494] Compiling sha1-x86_64-apple.S
[180/494] Compiling sha1-x86_64-linux.S
[181/494] Compiling sha1-586-linux.S
[182/494] Compiling sha1-armv4-large-linux.S
[182/494] Compiling rsaz-avx2-apple.S
[184/494] Compiling sha1-586-apple.S
[185/494] Compiling rdrand-x86_64-linux.S
[186/494] Compiling rdrand-x86_64-apple.S
[187/494] Compiling rsaz-avx2-linux.S
[188/494] Compiling p256_beeu-x86_64-asm-linux.S
[188/494] Compiling p256_beeu-x86_64-asm-apple.S
[190/494] Compiling p256_beeu-armv8-asm-linux.S
[191/494] Compiling p256_beeu-armv8-asm-win.S
[192/494] Compiling p256_beeu-armv8-asm-apple.S
[193/494] Compiling p256-x86_64-asm-apple.S
[194/494] Compiling p256-armv8-asm-win.S
[195/494] Compiling p256-x86_64-asm-linux.S
[196/494] Compiling p256-armv8-asm-apple.S
[197/494] Compiling p256-armv8-asm-linux.S
[198/494] Compiling ghashv8-armv8-apple.S
[199/494] Compiling ghashv8-armv8-linux.S
[199/494] Compiling ghashv8-armv8-win.S
[201/494] Compiling ghashv8-armv7-linux.S
[202/494] Compiling ghash-x86_64-linux.S
[203/494] Compiling ghash-x86-linux.S
[203/494] Compiling ghash-x86_64-apple.S
[205/494] Compiling ghash-x86-apple.S
[206/494] Compiling ghash-ssse3-x86_64-linux.S
[207/494] Compiling ghash-ssse3-x86-linux.S
[208/494] Compiling ghash-neon-armv8-win.S
[209/494] Compiling ghash-ssse3-x86-apple.S
[210/494] Compiling ghash-ssse3-x86_64-apple.S
[211/494] Compiling ghash-neon-armv8-linux.S
[212/494] Compiling ghash-armv4-linux.S
[213/494] Compiling ghash-neon-armv8-apple.S
[214/494] Compiling bsaes-armv7-linux.S
[215/494] Compiling bn-armv8-win.S
[216/494] Compiling co-586-apple.S
[217/494] Compiling co-586-linux.S
[218/494] Compiling bn-armv8-linux.S
[219/494] Compiling bn-586-linux.S
[220/494] Compiling bn-armv8-apple.S
[221/494] Compiling bn-586-apple.S
[222/494] Compiling armv8-mont-win.S
[223/494] Compiling armv8-mont-linux.S
[224/494] Compiling armv8-mont-apple.S
[225/494] Compiling aesv8-gcm-armv8-win.S
[226/494] Compiling armv4-mont-linux.S
[227/494] Compiling aesv8-gcm-armv8-linux.S
[228/494] Compiling aesv8-gcm-armv8-apple.S
[229/494] Compiling aesv8-armv8-win.S
[230/494] Compiling aesv8-armv8-linux.S
[231/494] Compiling aesv8-armv8-apple.S
[232/494] Compiling aesv8-armv7-linux.S
[233/494] Compiling aesni-x86_64-apple.S
[234/494] Compiling aesni-x86_64-linux.S
[235/494] Compiling aesni-x86-linux.S
[236/494] Compiling aesni-x86-apple.S
[237/494] Compiling aesni-gcm-x86_64-linux.S
[238/494] Compiling aesni-gcm-x86_64-apple.S
[239/494] Compiling x_sig.c
[240/494] Compiling x_val.c
[241/494] Compiling x_x509a.c
[242/494] Compiling x_spki.c
[243/494] Compiling x_pubkey.c
[244/494] Compiling x_x509.c
[244/494] Compiling x_req.c
[246/494] Compiling x_name.c
[247/494] Compiling x_exten.c
[248/494] Compiling x_attrib.c
[249/494] Compiling x509spki.c
[250/494] Compiling x509name.c
[250/494] Compiling x_crl.c
[252/494] Compiling x_algor.c
[253/494] Compiling x509rset.c
[254/494] Compiling x_all.c
[255/494] Compiling x509_trs.c
[256/494] Compiling x509cset.c
[256/494] Compiling x509_set.c
[258/494] Compiling x509_txt.c
[259/494] Compiling x509_v3.c
[260/494] Compiling x509_vpm.c
[261/494] Compiling x509_req.c
[262/494] Compiling x509_vfy.c
[263/494] Compiling x509_def.c
[264/494] Compiling x509_d2.c
[265/494] Compiling x509_obj.c
[266/494] Compiling x509.c
[267/494] Compiling x509_ext.c
[268/494] Compiling x509_cmp.c
[269/494] Compiling x509_lu.c
[270/494] Compiling x509_att.c
[271/494] Compiling v3_skey.c
[272/494] Compiling v3_ocsp.c
[273/494] Compiling v3_prn.c
[274/494] Compiling v3_utl.c
[275/494] Compiling v3_pcons.c
[276/494] Compiling v3_pmaps.c
[277/494] Compiling v3_purp.c
[278/494] Compiling v3_ncons.c
[279/494] Compiling v3_int.c
[280/494] Compiling v3_info.c
[281/494] Compiling v3_lib.c
[282/494] Compiling v3_ia5.c
[283/494] Compiling v3_extku.c
[284/494] Compiling v3_genn.c
[285/494] Compiling v3_enum.c
[286/494] Compiling v3_crld.c
[287/494] Compiling v3_cpols.c
[288/494] Compiling v3_bitst.c
[289/494] Compiling v3_bcons.c
[290/494] Compiling v3_akeya.c
[291/494] Compiling v3_akey.c
[292/494] Compiling v3_conf.c
[293/494] Compiling v3_alt.c
[294/494] Compiling t_crl.c
[295/494] Compiling i2d_pr.c
[296/494] Compiling t_x509.c
[297/494] Compiling t_x509a.c
[298/494] Compiling t_req.c
[299/494] Compiling name_print.c
[300/494] Compiling rsa_pss.c
[301/494] Compiling policy.c
[302/494] Compiling by_file.c
[303/494] Compiling algorithm.c
[304/494] Compiling a_digest.c
[305/494] Compiling by_dir.c
[306/494] Compiling a_verify.c
[307/494] Compiling a_sign.c
[308/494] Compiling asn1_gen.c
[309/494] Compiling thread_pthread.c
[310/494] Compiling thread_none.c
[311/494] Compiling voprf.c
[312/494] Compiling thread_win.c
[313/494] Compiling thread.c
[314/494] Compiling spx_thash.c
[315/494] Compiling spx_merkle.c
[315/494] Compiling trust_token.c
[317/494] Compiling stack.c
[318/494] Compiling spx_wots.c
[319/494] Compiling spx_util.c
[320/494] Compiling pmbtoken.c
[321/494] Compiling spx_fors.c
[322/494] Compiling spx.c
[323/494] Compiling wots.c
[324/494] Compiling thash.c
[325/494] Compiling spx_address.c
[326/494] Compiling slhdsa.c
[327/494] Compiling sha512.c
[327/494] Compiling fors.c
[329/494] Compiling merkle.c
[330/494] Compiling sha256.c
[331/494] Compiling siphash.c
[332/494] Compiling sha1.c
[333/494] Compiling rsa_print.c
[334/494] Compiling rsa_extra.c
[335/494] Compiling rc4.c
[336/494] Compiling refcount.c
[337/494] Compiling trusty.c
[338/494] Compiling rsa_asn1.c
[339/494] Compiling rand_extra.c
[340/494] Compiling ios.c
[341/494] Compiling windows.c
[342/494] Compiling passive.c
[343/494] Compiling rsa_crypt.c
[344/494] Compiling getentropy.c
[345/494] Compiling urandom.c
[346/494] Compiling deterministic.c
[347/494] Compiling forkunsafe.c
[348/494] Compiling fork_detect.c
[349/494] Compiling poly1305_arm_asm.S
[350/494] Compiling pool.c
[350/494] Compiling poly1305.c
[352/494] Compiling poly1305_arm.c
[353/494] Compiling pkcs7.c
[354/494] Compiling poly1305_vec.c
[355/494] Compiling pkcs8_x509.c
[356/494] Compiling pkcs8.c
[357/494] Compiling p5_pbev2.c
[358/494] Compiling pem_xaux.c
[359/494] Compiling pem_x509.c
[360/494] Compiling pem_pkey.c
[361/494] Compiling pkcs7_x509.c
[362/494] Compiling pem_pk8.c
[363/494] Compiling obj_xref.c
[364/494] Compiling pem_info.c
[365/494] Compiling pem_oth.c
[366/494] Compiling pem_lib.c
[367/494] Compiling pem_all.c
[368/494] Compiling obj.c
[369/494] Compiling mem.c
[370/494] Compiling md4.c
[371/494] Compiling lhash.c
[372/494] Compiling mldsa.c
[373/494] Compiling md5.c
[374/494] Compiling keccak.c
[375/494] Compiling fips_shared_support.c
[376/494] Compiling kyber.c
[377/494] Compiling poly_rq_mul.S
[378/494] Compiling sign.c
[379/494] Compiling ex_data.c
[380/494] Compiling hpke.c
[381/494] Compiling scrypt.c
[382/494] Compiling mlkem.cc
[383/494] Compiling pbkdf.c
[384/494] Compiling hrss.c
[385/494] Compiling p_x25519.c
[386/494] Compiling print.c
[387/494] Compiling p_x25519_asn1.c
[388/494] Compiling p_rsa_asn1.c
[389/494] Compiling p_ed25519.c
[390/494] Compiling p_rsa.c
[391/494] Compiling p_hkdf.c
[392/494] Compiling p_ed25519_asn1.c
[393/494] Compiling p_ec_asn1.c
[394/494] Compiling p_ec.c
[395/494] Compiling p_dh.c
[396/494] Compiling p_dsa_asn1.c
[397/494] Compiling p_dh_asn1.c
[398/494] Compiling evp_ctx.c
[399/494] Compiling evp.c
[400/494] Compiling evp_asn1.c
[401/494] Compiling engine.c
[402/494] Compiling err.c
[403/494] Compiling ecdh_extra.c
[404/494] Compiling ecdsa_asn1.c
[405/494] Compiling ec_derive.c
[406/494] Compiling hash_to_curve.c
[407/494] Compiling dsa_asn1.c
[408/494] Compiling ec_asn1.c
[409/494] Compiling dsa.c
[410/494] Compiling dh_asn1.c
[411/494] Compiling params.c
[412/494] Compiling digest_extra.c
[413/494] Compiling dilithium.c
[414/494] Compiling spake25519.c
[415/494] Compiling x25519-asm-arm.S
[416/494] Compiling cpu_arm_linux.c
[417/494] Compiling cpu_intel.c
[417/494] Compiling curve25519.c
[417/494] Compiling crypto.c
[420/494] Compiling des.c
[421/494] Compiling cpu_aarch64_openbsd.c
[422/494] Compiling cpu_aarch64_win.c
[423/494] Compiling cpu_arm_freebsd.c
[424/494] Compiling cpu_aarch64_sysreg.c
[425/494] Compiling cpu_aarch64_fuchsia.c
[426/494] Compiling cpu_aarch64_linux.c
[427/494] Compiling cpu_aarch64_apple.c
[428/494] Compiling curve25519_64_adx.c
[429/494] Compiling e_rc4.c
[429/494] Compiling tls_cbc.c
[429/494] Compiling conf.c
[429/494] Compiling e_tls.c
[431/494] Compiling e_rc2.c
[434/494] Compiling derive_key.c
[435/494] Compiling e_null.c
[435/494] Compiling e_des.c
[437/494] Compiling cipher_extra.c
[438/494] Compiling e_aesgcmsiv.c
[438/494] Compiling unicode.c
[439/494] Compiling e_aesctrhmac.c
[439/494] Compiling e_chacha20poly1305.c
[442/494] Compiling chacha.c
[443/494] Compiling ber.c
[444/494] Compiling asn1_compat.c
[445/494] Compiling bn_asn1.c
[446/494] Compiling buf.c
[447/494] Compiling cbs.c
[448/494] Compiling convert.c
[449/494] Compiling cbb.c
[450/494] Compiling blake2.c
[451/494] Compiling printf.c
[452/494] Compiling socket.c
[453/494] Compiling socket_helper.c
[454/494] Compiling hexdump.c
[455/494] Compiling pair.c
[456/494] Compiling errno.c
[457/494] Compiling file.c
[458/494] Compiling fd.c
[459/494] Compiling connect.c
[460/494] Compiling bio_mem.c
[461/494] Compiling base64.c
[462/494] Compiling bio.c
[463/494] Compiling tasn_typ.c
[464/494] Compiling tasn_new.c
[465/494] Compiling tasn_utl.c
[466/494] Compiling tasn_fre.c
[467/494] Compiling posix_time.c
[468/494] Compiling f_int.c
[469/494] Compiling tasn_enc.c
[470/494] Compiling f_string.c
[471/494] Compiling asn_pack.c
[472/494] Compiling asn1_par.c
[473/494] Compiling tasn_dec.c
[474/494] Compiling bcm.c
[475/494] Compiling a_type.c
[476/494] Compiling asn1_lib.c
[477/494] Compiling a_utctm.c
[478/494] Compiling a_strnid.c
[479/494] Compiling a_octet.c
[480/494] Compiling a_time.c
[481/494] Compiling a_strex.c
[482/494] Compiling a_object.c
[483/494] Compiling a_i2d_fp.c
[484/494] Compiling a_mbstr.c
[485/494] Compiling a_bool.c
[485/494] Compiling a_dup.c
[485/494] Write sources
[488/494] Compiling a_d2i_fp.c
[489/494] Compiling a_gentm.c
[490/494] Compiling a_int.c
[491/494] Compiling a_bitstr.c
[493/513] Compiling Atomics AtomicMemoryOrderings.swift
[494/513] Compiling Atomics DoubleWord.swift
[495/515] Compiling Atomics ManagedAtomic.swift
[496/515] Compiling Atomics ManagedAtomicLazyReference.swift
[497/515] Compiling Atomics IntegerOperations.swift
[498/515] Compiling Atomics Unmanaged extensions.swift
[499/515] Compiling Atomics Primitives.shims.swift
[500/515] Compiling Atomics AtomicInteger.swift
[501/515] Compiling Atomics AtomicOptionalWrappable.swift
[502/515] Compiling Atomics AtomicReference.swift
[503/515] Compiling Atomics AtomicStorage.swift
[504/515] Compiling Atomics AtomicValue.swift
[505/515] Compiling Atomics UnsafeAtomic.swift
[506/515] Compiling Atomics UnsafeAtomicLazyReference.swift
[506/515] Compiling c-nioatomics.c
[507/515] Compiling c-atomics.c
[509/521] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[510/521] Compiling NIOConcurrencyHelpers NIOLock.swift
[511/521] Compiling NIOConcurrencyHelpers lock.swift
[512/521] Emitting module NIOConcurrencyHelpers
[513/521] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[514/521] Compiling NIOConcurrencyHelpers atomics.swift
[516/522] Compiling Atomics OptionalRawRepresentable.swift
[517/522] Compiling Atomics RawRepresentable.swift
[518/522] Compiling Atomics AtomicBool.swift
[519/522] Compiling Atomics IntegerConformances.swift
[520/522] Compiling Atomics PointerConformances.swift
[521/522] Compiling Atomics Primitives.native.swift
[522/522] Emitting module Atomics
[524/582] Compiling NIOCore MarkedCircularBuffer.swift
[525/582] Compiling NIOCore MulticastChannel.swift
[526/582] Compiling NIOCore NIOAny.swift
[527/582] Compiling NIOCore NIOCloseOnErrorHandler.swift
[528/582] Compiling NIOCore NIOLoopBound.swift
[529/582] Compiling NIOCore NIOScheduledCallback.swift
[530/582] Compiling NIOCore NIOSendable.swift
[531/582] Compiling NIOCore RecvByteBufferAllocator.swift
[532/582] Compiling NIOCore EventLoop.swift
[533/582] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[534/582] Compiling NIOCore EventLoopFuture+Deprecated.swift
[535/582] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[536/582] Compiling NIOCore EventLoopFuture.swift
[537/582] Compiling NIOCore FileDescriptor.swift
[538/582] Compiling NIOCore FileHandle.swift
[539/582] Compiling NIOCore FileRegion.swift
[540/582] Compiling NIOCore GlobalSingletons.swift
[541/582] Compiling NIOCore IO.swift
[542/582] Compiling NIOCore IOData.swift
[543/582] Compiling NIOCore IPProtocol.swift
[544/582] Compiling NIOCore IntegerBitPacking.swift
[545/582] Compiling NIOCore IntegerTypes.swift
[546/582] Compiling NIOCore Interfaces.swift
[547/582] Compiling NIOCore Linux.swift
[548/590] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[549/590] Compiling NIOCore BSDSocketAPI.swift
[550/590] Compiling NIOCore ByteBuffer-aux.swift
[551/590] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[552/590] Compiling NIOCore ByteBuffer-conversions.swift
[553/590] Compiling NIOCore ByteBuffer-core.swift
[554/590] Compiling NIOCore ByteBuffer-hex.swift
[555/590] Compiling NIOCore ByteBuffer-int.swift
[556/590] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[557/590] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[558/590] Compiling NIOCore SocketAddresses.swift
[559/590] Compiling NIOCore SocketOptionProvider.swift
[560/590] Compiling NIOCore SystemCallHelpers.swift
[561/590] Compiling NIOCore TimeAmount+Duration.swift
[562/590] Compiling NIOCore TypeAssistedChannelHandler.swift
[563/590] Compiling NIOCore UniversalBootstrapSupport.swift
[564/590] Compiling NIOCore Utilities.swift
[565/590] Compiling NIOCore ChannelPipeline.swift
[566/590] Compiling NIOCore CircularBuffer.swift
[567/590] Compiling NIOCore Codec.swift
[568/590] Compiling NIOCore ConvenienceOptionSupport.swift
[569/590] Compiling NIOCore DeadChannel.swift
[570/590] Compiling NIOCore DispatchQueue+WithFuture.swift
[571/590] Compiling NIOCore EventLoop+Deprecated.swift
[572/590] Compiling NIOCore EventLoop+SerialExecutor.swift
[573/590] Compiling NIOCore ByteBuffer-multi-int.swift
[574/590] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[575/590] Compiling NIOCore ByteBuffer-views.swift
[576/590] Compiling NIOCore Channel.swift
[577/590] Compiling NIOCore ChannelHandler.swift
[578/590] Compiling NIOCore ChannelHandlers.swift
[579/590] Compiling NIOCore ChannelInvoker.swift
[580/590] Compiling NIOCore ChannelOption.swift
[581/590] Compiling NIOCore AddressedEnvelope.swift
[582/590] Compiling NIOCore AsyncAwaitSupport.swift
[583/590] Compiling NIOCore AsyncChannel.swift
[584/590] Compiling NIOCore AsyncChannelHandler.swift
[585/590] Compiling NIOCore AsyncChannelInboundStream.swift
[586/590] Compiling NIOCore AsyncChannelOutboundWriter.swift
[587/590] Compiling NIOCore NIOAsyncSequenceProducer.swift
[588/590] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[589/590] Compiling NIOCore NIOAsyncWriter.swift
[590/590] Emitting module NIOCore
[592/642] Compiling NIOPosix PooledRecvBufferAllocator.swift
[593/642] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[594/642] Compiling NIOPosix PosixSingletons.swift
[595/642] Compiling NIOPosix RawSocketBootstrap.swift
[596/642] Compiling NIOPosix Resolver.swift
[597/642] Compiling NIOPosix Selectable.swift
[598/648] Emitting module NIOEmbedded
[599/648] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[600/648] Compiling NIOEmbedded AsyncTestingChannel.swift
[601/648] Compiling NIOEmbedded Embedded.swift
[603/649] Compiling NIOPosix ThreadPosix.swift
[604/649] Compiling NIOPosix ThreadWindows.swift
[605/649] Compiling NIOPosix UnsafeTransfer.swift
[606/649] Compiling NIOPosix Utilities.swift
[607/649] Compiling NIOPosix VsockAddress.swift
[608/649] Compiling NIOPosix VsockChannelEvents.swift
[609/649] Compiling NIOPosix BSDSocketAPICommon.swift
[610/649] Compiling NIOPosix BSDSocketAPIPosix.swift
[611/649] Compiling NIOPosix BSDSocketAPIWindows.swift
[612/649] Compiling NIOPosix BaseSocket.swift
[613/649] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[614/649] Compiling NIOPosix BaseSocketChannel.swift
[615/649] Compiling NIOPosix BaseStreamSocketChannel.swift
[616/649] Emitting module NIOPosix
[617/649] Compiling NIOPosix SelectableChannel.swift
[618/649] Compiling NIOPosix SelectableEventLoop.swift
[619/649] Compiling NIOPosix SelectorEpoll.swift
[620/649] Compiling NIOPosix SelectorGeneric.swift
[621/649] Compiling NIOPosix SelectorKqueue.swift
[622/649] Compiling NIOPosix SelectorUring.swift
[623/649] Compiling NIOPosix ServerSocket.swift
[624/649] Compiling NIOPosix Socket.swift
[625/649] Compiling NIOPosix SocketChannel.swift
[626/649] Compiling NIOPosix SocketProtocols.swift
[627/649] Compiling NIOPosix System.swift
[628/649] Compiling NIOPosix Thread.swift
[629/649] Compiling NIOPosix IO.swift
[630/649] Compiling NIOPosix IntegerBitPacking.swift
[631/649] Compiling NIOPosix IntegerTypes.swift
[632/649] Compiling NIOPosix Linux.swift
[633/649] Compiling NIOPosix LinuxCPUSet.swift
[634/649] Compiling NIOPosix LinuxUring.swift
[635/649] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[636/649] Compiling NIOPosix Bootstrap.swift
[637/649] Compiling NIOPosix ControlMessage.swift
[638/649] Compiling NIOPosix DatagramVectorReadManager.swift
[639/649] Compiling NIOPosix Errors+Any.swift
[640/649] Compiling NIOPosix FileDescriptor.swift
[641/649] Compiling NIOPosix GetaddrinfoResolver.swift
[642/649] Compiling NIOPosix HappyEyeballs.swift
[643/649] Compiling NIOPosix NIOThreadPool.swift
[644/649] Compiling NIOPosix NonBlockingFileIO.swift
[645/649] Compiling NIOPosix PendingDatagramWritesManager.swift
[646/649] Compiling NIOPosix PendingWritesManager.swift
[647/649] Compiling NIOPosix PipeChannel.swift
[648/649] Compiling NIOPosix PipePair.swift
[649/649] Compiling NIOPosix Pool.swift
[651/652] Compiling NIO Exports.swift
[652/652] Emitting module NIO
[654/680] Compiling NIOTLS TLSEvents.swift
[655/680] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[656/680] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[657/680] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[658/682] Emitting module NIOTLS
[659/682] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[660/682] Compiling NIOTLS SNIHandler.swift
[661/682] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[663/700] Compiling NIOSSL SSLCertificateExtensions.swift
[664/700] Compiling NIOSSL SSLConnection.swift
[665/711] Compiling NIOSSL CustomPrivateKey.swift
[666/711] Compiling NIOSSL IdentityVerification.swift
[667/711] Compiling NIOSSL NIOSSLServerHandler.swift
[668/711] Compiling NIOSSL ObjectIdentifier.swift
[669/711] Emitting module NIOHTTP1
[670/711] Compiling NIOSSL SSLContext.swift
[671/711] Compiling NIOSSL SSLErrors.swift
[672/711] Compiling NIOSSL AndroidCABundle.swift
[673/711] Compiling NIOSSL ByteBufferBIO.swift
[674/711] Compiling NIOSSL LinuxCABundle.swift
[675/711] Compiling NIOSSL NIOSSLClientHandler.swift
[676/711] Compiling NIOSSL PosixPort.swift
[677/711] Compiling NIOSSL SSLCallbacks.swift
[678/711] Compiling NIOSSL SSLCertificate.swift
[680/712] Emitting module NIOFoundationCompat
[681/722] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[682/722] Compiling NIOWebSocket WebSocketOpcode.swift
[683/723] Compiling NIOSSL SSLPublicKey.swift
[684/723] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[685/723] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[686/723] Compiling NIOSSL SubjectAlternativeName.swift
[687/726] Compiling NIOSSL NIOSSLSecureBytes.swift
[688/726] Compiling NIOSSL RNG.swift
[689/726] Compiling NIOSSL SafeCompare.swift
[694/726] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[699/726] Emitting module NIOSSL
[700/726] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[701/726] Compiling NIOWebSocket SHA1.swift
[702/726] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[703/726] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[705/726] Compiling NIOSSL SSLInit.swift
[706/726] Compiling NIOSSL SSLPKCS12Bundle.swift
[707/726] Compiling NIOSSL SSLPrivateKey.swift
[708/726] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[709/726] Emitting module NIOWebSocket
[712/726] Compiling NIOWebSocket WebSocketFrame.swift
[713/726] Compiling NIOWebSocket WebSocketErrorCodes.swift
[717/727] Compiling NIOSSL Zeroization.swift
[718/727] Compiling NIOSSL TLSConfiguration.swift
[719/727] Compiling NIOSSL UniversalBootstrapSupport.swift
[720/727] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[721/727] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[722/727] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[723/727] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[730/751] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[731/751] Compiling NIOTransportServices NIOTSSingletons.swift
[732/751] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[733/751] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[734/751] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[735/751] Compiling NIOTransportServices NIOTSListenerChannel.swift
[736/751] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[737/751] Compiling NIOTransportServices NIOTSErrors.swift
[738/751] Compiling NIOTransportServices NIOTSEventLoop.swift
[739/753] Compiling NIOTransportServices StateManagedChannel.swift
[740/753] Compiling NIOTransportServices StateManagedListenerChannel.swift
[741/753] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[742/753] Compiling NIOTransportServices AcceptHandler.swift
[743/753] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[744/753] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[745/753] Emitting module NIOTransportServices
[746/753] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[747/753] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[748/753] Compiling NIOTransportServices NIOTSBootstraps.swift
[749/753] Compiling NIOTransportServices NIOTSChannelOptions.swift
[750/753] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[751/753] Compiling NIOTransportServices NIOTSDatagramListener.swift
[752/753] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[753/753] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[755/776] Compiling MQTTNIO MQTTConnection.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:45:100: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
43 | let taskHandler = MQTTTaskHandler(client: client)
44 | return self.createBootstrap(client: client, pingInterval: pingInterval, taskHandler: taskHandler)
45 | .map { MQTTConnection(channel: $0, timeout: client.configuration.timeout, taskHandler: taskHandler) }
| `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
46 | }
47 |
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:17:13: note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:79:61: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
77 | }
78 | } else {
79 | return channel.pipeline.addHandlers(handlers)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
80 | }
81 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:61:25: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
59 | let handlers: [ChannelHandler] = [
60 | MQTTMessageHandler(client, pingInterval: pingInterval),
61 | taskHandler,
| `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
62 | ]
63 | // are we using websockets
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:17:13: note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:179:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
177 | let future = channel.eventLoop.makeCompletedFuture {
178 | try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
179 | try afterHandlerAdded()
| |- warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> 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'
180 | }
181 | future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:179:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
177 | let future = channel.eventLoop.makeCompletedFuture {
178 | try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
179 | try afterHandlerAdded()
| |- warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
180 | }
181 | future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:215:17: warning: capture of 'self' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
29 | #endif
30 |
31 | final class MQTTConnection {
| `- note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
32 | let channel: Channel
33 | let timeout: TimeAmount?
:
213 | self.taskHandler.addTask(task)
214 | .flatMap {
215 | self.channel.writeAndFlush(message)
| `- warning: capture of 'self' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
216 | }
217 | .whenFailure { error in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:218:17: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
216 | }
217 | .whenFailure { error in
218 | task.fail(error)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
219 | }
220 | return task.promise.futureResult
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
[756/776] Compiling MQTTNIO MQTTCoreTypes.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:45:100: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
43 | let taskHandler = MQTTTaskHandler(client: client)
44 | return self.createBootstrap(client: client, pingInterval: pingInterval, taskHandler: taskHandler)
45 | .map { MQTTConnection(channel: $0, timeout: client.configuration.timeout, taskHandler: taskHandler) }
| `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
46 | }
47 |
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:17:13: note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:79:61: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
77 | }
78 | } else {
79 | return channel.pipeline.addHandlers(handlers)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
80 | }
81 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:61:25: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
59 | let handlers: [ChannelHandler] = [
60 | MQTTMessageHandler(client, pingInterval: pingInterval),
61 | taskHandler,
| `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
62 | ]
63 | // are we using websockets
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:17:13: note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:179:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
177 | let future = channel.eventLoop.makeCompletedFuture {
178 | try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
179 | try afterHandlerAdded()
| |- warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> 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'
180 | }
181 | future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:179:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
177 | let future = channel.eventLoop.makeCompletedFuture {
178 | try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
179 | try afterHandlerAdded()
| |- warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
180 | }
181 | future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:215:17: warning: capture of 'self' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
29 | #endif
30 |
31 | final class MQTTConnection {
| `- note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
32 | let channel: Channel
33 | let timeout: TimeAmount?
:
213 | self.taskHandler.addTask(task)
214 | .flatMap {
215 | self.channel.writeAndFlush(message)
| `- warning: capture of 'self' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
216 | }
217 | .whenFailure { error in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:218:17: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
216 | }
217 | .whenFailure { error in
218 | task.fail(error)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
219 | }
220 | return task.promise.futureResult
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
[757/776] Compiling MQTTNIO MQTTCoreTypesV5.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:45:100: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
43 | let taskHandler = MQTTTaskHandler(client: client)
44 | return self.createBootstrap(client: client, pingInterval: pingInterval, taskHandler: taskHandler)
45 | .map { MQTTConnection(channel: $0, timeout: client.configuration.timeout, taskHandler: taskHandler) }
| `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
46 | }
47 |
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:17:13: note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:79:61: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
77 | }
78 | } else {
79 | return channel.pipeline.addHandlers(handlers)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
80 | }
81 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:61:25: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
59 | let handlers: [ChannelHandler] = [
60 | MQTTMessageHandler(client, pingInterval: pingInterval),
61 | taskHandler,
| `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
62 | ]
63 | // are we using websockets
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:17:13: note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:179:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
177 | let future = channel.eventLoop.makeCompletedFuture {
178 | try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
179 | try afterHandlerAdded()
| |- warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> 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'
180 | }
181 | future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:179:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
177 | let future = channel.eventLoop.makeCompletedFuture {
178 | try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
179 | try afterHandlerAdded()
| |- warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
180 | }
181 | future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:215:17: warning: capture of 'self' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
29 | #endif
30 |
31 | final class MQTTConnection {
| `- note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
32 | let channel: Channel
33 | let timeout: TimeAmount?
:
213 | self.taskHandler.addTask(task)
214 | .flatMap {
215 | self.channel.writeAndFlush(message)
| `- warning: capture of 'self' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
216 | }
217 | .whenFailure { error in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:218:17: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
216 | }
217 | .whenFailure { error in
218 | task.fail(error)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
219 | }
220 | return task.promise.futureResult
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
[758/779] Emitting module MQTTNIO
[759/779] Compiling MQTTNIO MQTTSerializer.swift
[760/779] Compiling MQTTNIO MQTTTask.swift
[761/779] Compiling MQTTNIO TSTLSConfiguration.swift
[762/779] Compiling MQTTNIO MQTTMessageDecoder.swift
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:134:33: warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
15 | import NIO
16 |
17 | class MQTTMessageHandler: ChannelDuplexHandler {
| `- note: class 'MQTTMessageHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = ByteBuffer
19 | typealias InboundOut = MQTTPacket
:
132 | connection.sendMessageNoWait(MQTTPubAckPacket(type: .PUBACK, packetId: message.packetId))
133 | .map { _ in message.publish }
134 | .whenComplete { self.client.publishListeners.notify($0) }
| `- warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
135 |
136 | case .exactlyOnce:
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:150:25: warning: reference to captured var 'publish' in concurrently-executing code
148 | return true
149 | }
150 | .map { _ in publish }
| `- warning: reference to captured var 'publish' in concurrently-executing code
151 | .whenComplete { result in
152 | // do not report retrySend error
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:156:17: warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
15 | import NIO
16 |
17 | class MQTTMessageHandler: ChannelDuplexHandler {
| `- note: class 'MQTTMessageHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = ByteBuffer
19 | typealias InboundOut = MQTTPacket
:
154 | return
155 | }
156 | self.client.publishListeners.notify(result)
| `- warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
157 | }
158 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:35:17: warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
:
33 | } else {
34 | return self.eventLoop.submit {
35 | self.tasks.append(task)
| `- warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
36 | }
37 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:35:35: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
33 | } else {
34 | return self.eventLoop.submit {
35 | self.tasks.append(task)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
36 | }
37 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:53:17: warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
:
51 | } else {
52 | self.eventLoop.execute {
53 | self._removeTask(task)
| `- warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
54 | }
55 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:53:34: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
51 | } else {
52 | self.eventLoop.execute {
53 | self._removeTask(task)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
54 | }
55 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
[763/779] Compiling MQTTNIO MQTTMessageHandler.swift
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:134:33: warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
15 | import NIO
16 |
17 | class MQTTMessageHandler: ChannelDuplexHandler {
| `- note: class 'MQTTMessageHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = ByteBuffer
19 | typealias InboundOut = MQTTPacket
:
132 | connection.sendMessageNoWait(MQTTPubAckPacket(type: .PUBACK, packetId: message.packetId))
133 | .map { _ in message.publish }
134 | .whenComplete { self.client.publishListeners.notify($0) }
| `- warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
135 |
136 | case .exactlyOnce:
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:150:25: warning: reference to captured var 'publish' in concurrently-executing code
148 | return true
149 | }
150 | .map { _ in publish }
| `- warning: reference to captured var 'publish' in concurrently-executing code
151 | .whenComplete { result in
152 | // do not report retrySend error
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:156:17: warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
15 | import NIO
16 |
17 | class MQTTMessageHandler: ChannelDuplexHandler {
| `- note: class 'MQTTMessageHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = ByteBuffer
19 | typealias InboundOut = MQTTPacket
:
154 | return
155 | }
156 | self.client.publishListeners.notify(result)
| `- warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
157 | }
158 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:35:17: warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
:
33 | } else {
34 | return self.eventLoop.submit {
35 | self.tasks.append(task)
| `- warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
36 | }
37 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:35:35: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
33 | } else {
34 | return self.eventLoop.submit {
35 | self.tasks.append(task)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
36 | }
37 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:53:17: warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
:
51 | } else {
52 | self.eventLoop.execute {
53 | self._removeTask(task)
| `- warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
54 | }
55 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:53:34: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
51 | } else {
52 | self.eventLoop.execute {
53 | self._removeTask(task)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
54 | }
55 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
[764/779] Compiling MQTTNIO MQTTTaskHandler.swift
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:134:33: warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
15 | import NIO
16 |
17 | class MQTTMessageHandler: ChannelDuplexHandler {
| `- note: class 'MQTTMessageHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = ByteBuffer
19 | typealias InboundOut = MQTTPacket
:
132 | connection.sendMessageNoWait(MQTTPubAckPacket(type: .PUBACK, packetId: message.packetId))
133 | .map { _ in message.publish }
134 | .whenComplete { self.client.publishListeners.notify($0) }
| `- warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
135 |
136 | case .exactlyOnce:
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:150:25: warning: reference to captured var 'publish' in concurrently-executing code
148 | return true
149 | }
150 | .map { _ in publish }
| `- warning: reference to captured var 'publish' in concurrently-executing code
151 | .whenComplete { result in
152 | // do not report retrySend error
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTMessageHandler.swift:156:17: warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
15 | import NIO
16 |
17 | class MQTTMessageHandler: ChannelDuplexHandler {
| `- note: class 'MQTTMessageHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = ByteBuffer
19 | typealias InboundOut = MQTTPacket
:
154 | return
155 | }
156 | self.client.publishListeners.notify(result)
| `- warning: capture of 'self' with non-sendable type 'MQTTMessageHandler' in a `@Sendable` closure
157 | }
158 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:35:17: warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
:
33 | } else {
34 | return self.eventLoop.submit {
35 | self.tasks.append(task)
| `- warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
36 | }
37 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:35:35: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
33 | } else {
34 | return self.eventLoop.submit {
35 | self.tasks.append(task)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
36 | }
37 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:53:17: warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
15 |
16 | /// Task handler.
17 | final class MQTTTaskHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'MQTTTaskHandler' does not conform to the 'Sendable' protocol
18 | typealias InboundIn = MQTTPacket
19 |
:
51 | } else {
52 | self.eventLoop.execute {
53 | self._removeTask(task)
| `- warning: capture of 'self' with non-sendable type 'MQTTTaskHandler' in a `@Sendable` closure
54 | }
55 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/MQTTTaskHandler.swift:53:34: warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
51 | } else {
52 | self.eventLoop.execute {
53 | self._removeTask(task)
| `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a `@Sendable` closure
54 | }
55 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTTask.swift:17:13: note: class 'MQTTTask' does not conform to the 'Sendable' protocol
15 |
16 | /// Class encapsulating a single task
17 | final class MQTTTask {
| `- note: class 'MQTTTask' does not conform to the 'Sendable' protocol
18 | let promise: EventLoopPromise<MQTTPacket>
19 | let checkInbound: (MQTTPacket) throws -> Bool
[765/779] Compiling MQTTNIO PingreqHandler.swift
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:59:16: warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
15 |
16 | /// Channel handler for sending PINGREQ messages to keep connect alive
17 | final class PingreqHandler {
| `- note: class 'PingreqHandler' does not conform to the 'Sendable' protocol
18 | typealias OutboundIn = MQTTPacket
19 | typealias OutboundOut = MQTTPacket
:
57 | // if lastEventTime plus the timeout is less than now send PINGREQ
58 | // otherwise reschedule task
59 | if self.lastEventTime + self.timeout <= .now() {
| `- warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
60 | guard context.channel.isActive else { return }
61 |
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:60:23: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
58 | // otherwise reschedule task
59 | if self.lastEventTime + self.timeout <= .now() {
60 | guard context.channel.isActive else { return }
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
61 |
62 | self.client.ping().whenComplete { result in
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:65:25: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
63 | switch result {
64 | case .failure(let error):
65 | context.fireErrorCaught(error)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
66 | case .success:
67 | break
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:69:21: warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
15 |
16 | /// Channel handler for sending PINGREQ messages to keep connect alive
17 | final class PingreqHandler {
| `- note: class 'PingreqHandler' does not conform to the 'Sendable' protocol
18 | typealias OutboundIn = MQTTPacket
19 | typealias OutboundOut = MQTTPacket
:
67 | break
68 | }
69 | self.lastEventTime = .now()
| `- warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
70 | self.scheduleTask(context)
71 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:121:17: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
119 | // so the other side likely will never send the close frame. We just close the
120 | // channel ourselves.
121 | context.channel.close(mode: .all, promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
122 | }
123 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:128:17: warning: capture of 'self' with non-sendable type 'WebSocketHandler' in a `@Sendable` closure
22 | /// The WebSocket ping/pong is implemented but not used as the MQTT client already implements
23 | /// PINGREQ messages
24 | final class WebSocketHandler: ChannelDuplexHandler {
| `- note: class 'WebSocketHandler' does not conform to the 'Sendable' protocol
25 | typealias OutboundIn = ByteBuffer
26 | typealias OutboundOut = WebSocketFrame
:
126 | self.send(context: context, buffer: buffer, opcode: .ping)
127 | _ = context.eventLoop.scheduleTask(in: pingInterval) {
128 | self.sendPingAndWait(context: context)
| `- warning: capture of 'self' with non-sendable type 'WebSocketHandler' in a `@Sendable` closure
129 | }
130 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:128:47: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
126 | self.send(context: context, buffer: buffer, opcode: .ping)
127 | _ = context.eventLoop.scheduleTask(in: pingInterval) {
128 | self.sendPingAndWait(context: context)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
129 | }
130 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
[766/779] Compiling MQTTNIO WebSocketHandler.swift
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:59:16: warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
15 |
16 | /// Channel handler for sending PINGREQ messages to keep connect alive
17 | final class PingreqHandler {
| `- note: class 'PingreqHandler' does not conform to the 'Sendable' protocol
18 | typealias OutboundIn = MQTTPacket
19 | typealias OutboundOut = MQTTPacket
:
57 | // if lastEventTime plus the timeout is less than now send PINGREQ
58 | // otherwise reschedule task
59 | if self.lastEventTime + self.timeout <= .now() {
| `- warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
60 | guard context.channel.isActive else { return }
61 |
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:60:23: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
58 | // otherwise reschedule task
59 | if self.lastEventTime + self.timeout <= .now() {
60 | guard context.channel.isActive else { return }
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
61 |
62 | self.client.ping().whenComplete { result in
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:65:25: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
63 | switch result {
64 | case .failure(let error):
65 | context.fireErrorCaught(error)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
66 | case .success:
67 | break
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:69:21: warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
15 |
16 | /// Channel handler for sending PINGREQ messages to keep connect alive
17 | final class PingreqHandler {
| `- note: class 'PingreqHandler' does not conform to the 'Sendable' protocol
18 | typealias OutboundIn = MQTTPacket
19 | typealias OutboundOut = MQTTPacket
:
67 | break
68 | }
69 | self.lastEventTime = .now()
| `- warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
70 | self.scheduleTask(context)
71 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:121:17: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
119 | // so the other side likely will never send the close frame. We just close the
120 | // channel ourselves.
121 | context.channel.close(mode: .all, promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
122 | }
123 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:128:17: warning: capture of 'self' with non-sendable type 'WebSocketHandler' in a `@Sendable` closure
22 | /// The WebSocket ping/pong is implemented but not used as the MQTT client already implements
23 | /// PINGREQ messages
24 | final class WebSocketHandler: ChannelDuplexHandler {
| `- note: class 'WebSocketHandler' does not conform to the 'Sendable' protocol
25 | typealias OutboundIn = ByteBuffer
26 | typealias OutboundOut = WebSocketFrame
:
126 | self.send(context: context, buffer: buffer, opcode: .ping)
127 | _ = context.eventLoop.scheduleTask(in: pingInterval) {
128 | self.sendPingAndWait(context: context)
| `- warning: capture of 'self' with non-sendable type 'WebSocketHandler' in a `@Sendable` closure
129 | }
130 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:128:47: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
126 | self.send(context: context, buffer: buffer, opcode: .ping)
127 | _ = context.eventLoop.scheduleTask(in: pingInterval) {
128 | self.sendPingAndWait(context: context)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
129 | }
130 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
[767/779] Compiling MQTTNIO WebSocketInitialRequest.swift
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:59:16: warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
15 |
16 | /// Channel handler for sending PINGREQ messages to keep connect alive
17 | final class PingreqHandler {
| `- note: class 'PingreqHandler' does not conform to the 'Sendable' protocol
18 | typealias OutboundIn = MQTTPacket
19 | typealias OutboundOut = MQTTPacket
:
57 | // if lastEventTime plus the timeout is less than now send PINGREQ
58 | // otherwise reschedule task
59 | if self.lastEventTime + self.timeout <= .now() {
| `- warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
60 | guard context.channel.isActive else { return }
61 |
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:60:23: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
58 | // otherwise reschedule task
59 | if self.lastEventTime + self.timeout <= .now() {
60 | guard context.channel.isActive else { return }
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
61 |
62 | self.client.ping().whenComplete { result in
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:65:25: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
63 | switch result {
64 | case .failure(let error):
65 | context.fireErrorCaught(error)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
66 | case .success:
67 | break
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/PingreqHandler.swift:69:21: warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
15 |
16 | /// Channel handler for sending PINGREQ messages to keep connect alive
17 | final class PingreqHandler {
| `- note: class 'PingreqHandler' does not conform to the 'Sendable' protocol
18 | typealias OutboundIn = MQTTPacket
19 | typealias OutboundOut = MQTTPacket
:
67 | break
68 | }
69 | self.lastEventTime = .now()
| `- warning: capture of 'self' with non-sendable type 'PingreqHandler' in a `@Sendable` closure
70 | self.scheduleTask(context)
71 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:121:17: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
119 | // so the other side likely will never send the close frame. We just close the
120 | // channel ourselves.
121 | context.channel.close(mode: .all, promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
122 | }
123 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:128:17: warning: capture of 'self' with non-sendable type 'WebSocketHandler' in a `@Sendable` closure
22 | /// The WebSocket ping/pong is implemented but not used as the MQTT client already implements
23 | /// PINGREQ messages
24 | final class WebSocketHandler: ChannelDuplexHandler {
| `- note: class 'WebSocketHandler' does not conform to the 'Sendable' protocol
25 | typealias OutboundIn = ByteBuffer
26 | typealias OutboundOut = WebSocketFrame
:
126 | self.send(context: context, buffer: buffer, opcode: .ping)
127 | _ = context.eventLoop.scheduleTask(in: pingInterval) {
128 | self.sendPingAndWait(context: context)
| `- warning: capture of 'self' with non-sendable type 'WebSocketHandler' in a `@Sendable` closure
129 | }
130 | }
/host/spi-builder-workspace/Sources/MQTTNIO/ChannelHandlers/WebSocketHandler.swift:128:47: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
126 | self.send(context: context, buffer: buffer, opcode: .ping)
127 | _ = context.eventLoop.scheduleTask(in: pingInterval) {
128 | self.sendPingAndWait(context: context)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
129 | }
130 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1696:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1694 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1695 | /// `ChannelHandler`.
1696 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1697 | // visible for ChannelPipeline to modify
1698 | fileprivate var next: Optional<ChannelHandlerContext>
[768/779] Compiling MQTTNIO MQTTClient+async.swift
[769/779] Compiling MQTTNIO MQTTClientV5+async.swift
[770/779] Compiling MQTTNIO Sendable.swift
[771/779] Compiling MQTTNIO MQTTClient.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure
250 |
251 | self.shutdownEventLoopGroup(queue: queue) { error in
252 | callback(closeError ?? error)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
253 | }
254 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
250 |
251 | self.shutdownEventLoopGroup(queue: queue) { error in
252 | callback(closeError ?? error)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> 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'
253 | }
254 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:265:66: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
256 |
257 | /// shutdown EventLoopGroup
258 | private func shutdownEventLoopGroup(queue: DispatchQueue, _ callback: @escaping (Error?) -> Void) {
| `- note: parameter 'callback' is implicitly non-sendable
259 | switch self.eventLoopGroupProvider {
260 | case .shared:
:
263 | }
264 | case .createNew:
265 | self.eventLoopGroup.shutdownGracefully(queue: queue, callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
266 | }
267 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:262:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
260 | case .shared:
261 | queue.async {
262 | callback(nil)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> 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'
263 | }
264 | case .createNew:
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:490:44: warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
488 | // only reset connection if this connection is still set. Stops a reconnect having its connection removed by the
489 | // previous connection
490 | if self.connection === connection {
| `- warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
491 | self.connection = nil
492 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:31:13: note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
29 | #endif
30 |
31 | final class MQTTConnection {
| `- note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
32 | let channel: Channel
33 | let timeout: TimeAmount?
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:519:31: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
517 | case let auth as MQTTAuthPacket:
518 | // auth messages require an auth workflow closure
519 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
| |- warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
520 | return self.processAuth(auth, authWorkflow: authWorkflow, on: eventLoop)
521 | .flatMapThrowing { result -> MQTTConnAckPacket in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:627:29: warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a `@Sendable` closure
625 | switch auth.reason {
626 | case .continueAuthentication:
627 | workflow(auth)
| |- warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
628 | case .success:
629 | promise.succeed(auth)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:613:14: warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
611 | ) -> EventLoopFuture<MQTTPacket> {
612 | let promise = eventLoop.makePromise(of: MQTTPacket.self)
613 | func workflow(_ packet: MQTTAuthPacket) {
| `- warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
614 | let auth = MQTTAuthV5(reason: packet.reason, properties: packet.properties)
615 | authWorkflow(auth, eventLoop)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClientV5.swift:190:27: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
188 | return eventLoop.makeSucceededFuture(auth)
189 | }
190 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
| |- warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
191 | return self.client.processAuth(authPacket, authWorkflow: authWorkflow, on: eventLoop)
192 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClientV5.swift:191:24: warning: capture of 'self' with non-sendable type 'MQTTClient.V5' in a `@Sendable` closure
16 | extension MQTTClient {
17 | /// Provides implementations of functions that expose MQTT Version 5.0 features
18 | public struct V5 {
| `- note: consider making struct 'V5' conform to the 'Sendable' protocol
19 | let client: MQTTClient
20 |
:
189 | }
190 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
191 | return self.client.processAuth(authPacket, authWorkflow: authWorkflow, on: eventLoop)
| `- warning: capture of 'self' with non-sendable type 'MQTTClient.V5' in a `@Sendable` closure
192 | }
193 | .flatMapThrowing { response -> MQTTAuthV5 in
[772/779] Compiling MQTTNIO MQTTClientV5.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure
250 |
251 | self.shutdownEventLoopGroup(queue: queue) { error in
252 | callback(closeError ?? error)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
253 | }
254 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
250 |
251 | self.shutdownEventLoopGroup(queue: queue) { error in
252 | callback(closeError ?? error)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> 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'
253 | }
254 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:265:66: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
256 |
257 | /// shutdown EventLoopGroup
258 | private func shutdownEventLoopGroup(queue: DispatchQueue, _ callback: @escaping (Error?) -> Void) {
| `- note: parameter 'callback' is implicitly non-sendable
259 | switch self.eventLoopGroupProvider {
260 | case .shared:
:
263 | }
264 | case .createNew:
265 | self.eventLoopGroup.shutdownGracefully(queue: queue, callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
266 | }
267 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:262:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
260 | case .shared:
261 | queue.async {
262 | callback(nil)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> 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'
263 | }
264 | case .createNew:
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:490:44: warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
488 | // only reset connection if this connection is still set. Stops a reconnect having its connection removed by the
489 | // previous connection
490 | if self.connection === connection {
| `- warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
491 | self.connection = nil
492 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:31:13: note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
29 | #endif
30 |
31 | final class MQTTConnection {
| `- note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
32 | let channel: Channel
33 | let timeout: TimeAmount?
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:519:31: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
517 | case let auth as MQTTAuthPacket:
518 | // auth messages require an auth workflow closure
519 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
| |- warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
520 | return self.processAuth(auth, authWorkflow: authWorkflow, on: eventLoop)
521 | .flatMapThrowing { result -> MQTTConnAckPacket in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:627:29: warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a `@Sendable` closure
625 | switch auth.reason {
626 | case .continueAuthentication:
627 | workflow(auth)
| |- warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
628 | case .success:
629 | promise.succeed(auth)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:613:14: warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
611 | ) -> EventLoopFuture<MQTTPacket> {
612 | let promise = eventLoop.makePromise(of: MQTTPacket.self)
613 | func workflow(_ packet: MQTTAuthPacket) {
| `- warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
614 | let auth = MQTTAuthV5(reason: packet.reason, properties: packet.properties)
615 | authWorkflow(auth, eventLoop)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClientV5.swift:190:27: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
188 | return eventLoop.makeSucceededFuture(auth)
189 | }
190 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
| |- warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
191 | return self.client.processAuth(authPacket, authWorkflow: authWorkflow, on: eventLoop)
192 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClientV5.swift:191:24: warning: capture of 'self' with non-sendable type 'MQTTClient.V5' in a `@Sendable` closure
16 | extension MQTTClient {
17 | /// Provides implementations of functions that expose MQTT Version 5.0 features
18 | public struct V5 {
| `- note: consider making struct 'V5' conform to the 'Sendable' protocol
19 | let client: MQTTClient
20 |
:
189 | }
190 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
191 | return self.client.processAuth(authPacket, authWorkflow: authWorkflow, on: eventLoop)
| `- warning: capture of 'self' with non-sendable type 'MQTTClient.V5' in a `@Sendable` closure
192 | }
193 | .flatMapThrowing { response -> MQTTAuthV5 in
[773/779] Compiling MQTTNIO MQTTConfiguration.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure
250 |
251 | self.shutdownEventLoopGroup(queue: queue) { error in
252 | callback(closeError ?? error)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
253 | }
254 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
250 |
251 | self.shutdownEventLoopGroup(queue: queue) { error in
252 | callback(closeError ?? error)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> 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'
253 | }
254 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:265:66: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
256 |
257 | /// shutdown EventLoopGroup
258 | private func shutdownEventLoopGroup(queue: DispatchQueue, _ callback: @escaping (Error?) -> Void) {
| `- note: parameter 'callback' is implicitly non-sendable
259 | switch self.eventLoopGroupProvider {
260 | case .shared:
:
263 | }
264 | case .createNew:
265 | self.eventLoopGroup.shutdownGracefully(queue: queue, callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
266 | }
267 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:262:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
260 | case .shared:
261 | queue.async {
262 | callback(nil)
| |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> 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'
263 | }
264 | case .createNew:
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:490:44: warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
488 | // only reset connection if this connection is still set. Stops a reconnect having its connection removed by the
489 | // previous connection
490 | if self.connection === connection {
| `- warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a `@Sendable` closure
491 | self.connection = nil
492 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:31:13: note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
29 | #endif
30 |
31 | final class MQTTConnection {
| `- note: class 'MQTTConnection' does not conform to the 'Sendable' protocol
32 | let channel: Channel
33 | let timeout: TimeAmount?
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:519:31: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
517 | case let auth as MQTTAuthPacket:
518 | // auth messages require an auth workflow closure
519 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
| |- warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
520 | return self.processAuth(auth, authWorkflow: authWorkflow, on: eventLoop)
521 | .flatMapThrowing { result -> MQTTConnAckPacket in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:627:29: warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a `@Sendable` closure
625 | switch auth.reason {
626 | case .continueAuthentication:
627 | workflow(auth)
| |- warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
628 | case .success:
629 | promise.succeed(auth)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:613:14: warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
611 | ) -> EventLoopFuture<MQTTPacket> {
612 | let promise = eventLoop.makePromise(of: MQTTPacket.self)
613 | func workflow(_ packet: MQTTAuthPacket) {
| `- warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
614 | let auth = MQTTAuthV5(reason: packet.reason, properties: packet.properties)
615 | authWorkflow(auth, eventLoop)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClientV5.swift:190:27: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
188 | return eventLoop.makeSucceededFuture(auth)
189 | }
190 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
| |- warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
191 | return self.client.processAuth(authPacket, authWorkflow: authWorkflow, on: eventLoop)
192 | }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClientV5.swift:191:24: warning: capture of 'self' with non-sendable type 'MQTTClient.V5' in a `@Sendable` closure
16 | extension MQTTClient {
17 | /// Provides implementations of functions that expose MQTT Version 5.0 features
18 | public struct V5 {
| `- note: consider making struct 'V5' conform to the 'Sendable' protocol
19 | let client: MQTTClient
20 |
:
189 | }
190 | guard let authWorkflow else { return eventLoop.makeFailedFuture(MQTTError.authWorkflowRequired) }
191 | return self.client.processAuth(authPacket, authWorkflow: authWorkflow, on: eventLoop)
| `- warning: capture of 'self' with non-sendable type 'MQTTClient.V5' in a `@Sendable` closure
192 | }
193 | .flatMapThrowing { response -> MQTTAuthV5 in
[774/779] Compiling MQTTNIO MQTTPacket.swift
[775/779] Compiling MQTTNIO MQTTProperties.swift
[776/779] Compiling MQTTNIO MQTTReason.swift
[777/779] Compiling MQTTNIO MQTTError.swift
[778/779] Compiling MQTTNIO MQTTInflight.swift
[779/779] Compiling MQTTNIO MQTTListeners.swift
Build complete! (128.59s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.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.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "mqtt-nio",
"name" : "mqtt-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MQTTNIO",
"targets" : [
"MQTTNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MQTTNIOTests",
"module_type" : "SwiftTarget",
"name" : "MQTTNIOTests",
"path" : "Tests/MQTTNIOTests",
"sources" : [
"CoreMQTTTests.swift",
"MQTTNIOTests+async.swift",
"MQTTNIOTests.swift",
"MQTTNIOv5Tests.swift"
],
"target_dependencies" : [
"MQTTNIO"
],
"type" : "test"
},
{
"c99name" : "MQTTNIO",
"module_type" : "SwiftTarget",
"name" : "MQTTNIO",
"path" : "Sources/MQTTNIO",
"product_dependencies" : [
"Atomics",
"Logging",
"NIO",
"NIOConcurrencyHelpers",
"NIOHTTP1",
"NIOWebSocket",
"NIOSSL",
"NIOTransportServices"
],
"product_memberships" : [
"MQTTNIO"
],
"sources" : [
"AsyncAwaitSupport/MQTTClient+async.swift",
"AsyncAwaitSupport/MQTTClientV5+async.swift",
"AsyncAwaitSupport/Sendable.swift",
"ChannelHandlers/MQTTMessageDecoder.swift",
"ChannelHandlers/MQTTMessageHandler.swift",
"ChannelHandlers/MQTTTaskHandler.swift",
"ChannelHandlers/PingreqHandler.swift",
"ChannelHandlers/WebSocketHandler.swift",
"ChannelHandlers/WebSocketInitialRequest.swift",
"MQTTClient.swift",
"MQTTClientV5.swift",
"MQTTConfiguration.swift",
"MQTTConnection.swift",
"MQTTCoreTypes.swift",
"MQTTCoreTypesV5.swift",
"MQTTError.swift",
"MQTTInflight.swift",
"MQTTListeners.swift",
"MQTTPacket.swift",
"MQTTProperties.swift",
"MQTTReason.swift",
"MQTTSerializer.swift",
"MQTTTask.swift",
"TSTLSConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.