The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of mqtt-nio, reference 2.12.0 (aa23a1), with Swift 6.1 for Linux on 30 Apr 2025 10:43:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/mqtt-nio.git
Reference: 2.12.0
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
 * tag               2.12.0     -> FETCH_HEAD
HEAD is now at aa23a1a Update contributors
Cloned https://github.com/swift-server-community/mqtt-nio.git
Revision (git rev-parse @):
aa23a1a17344bea48d7585afc817e7dd75ce2a52
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/mqtt-nio.git at 2.12.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3836] Fetching swift-log
[40/6455] Fetching swift-log, swift-nio-transport-services
[1257/8504] Fetching swift-log, swift-nio-transport-services, swift-docc-plugin
[5493/10209] Fetching swift-log, swift-nio-transport-services, swift-docc-plugin, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.60s)
[7017/7590] Fetching swift-log, swift-docc-plugin, swift-atomics
[7161/83151] Fetching swift-log, swift-docc-plugin, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.76s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
[2267/75561] Fetching swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio.git from cache (6.50s)
[1/14809] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (10.12s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[2578/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.17s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.82s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.95s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.79s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.94s)
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/434] Write sources
[16/434] Compiling _AtomicsShims.c
[16/434] Write sources
[21/434] Compiling CNIOLLHTTP c_nio_http.c
[22/434] Compiling CNIOWindows shim.c
[23/434] Compiling CNIOWindows WSAStartup.c
[24/434] Compiling CNIOWASI CNIOWASI.c
[25/434] Compiling CNIOLinux liburing_shims.c
[26/434] Compiling CNIOSHA1 c_nio_sha1.c
[27/434] Compiling CNIODarwin shim.c
[28/434] Compiling CNIOLLHTTP c_nio_api.c
[29/434] Compiling CNIOLinux shim.c
[30/434] Compiling fiat_p256_adx_sqr.S
[31/434] Compiling fiat_p256_adx_mul.S
[32/434] Write swift-version-24593BA9C3E375BF.txt
[33/434] Compiling fiat_curve25519_adx_square.S
[34/434] Compiling fiat_curve25519_adx_mul.S
[35/435] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/445] Compiling CNIOBoringSSLShims shims.c
[38/451] Emitting module _NIOBase64
[38/462] Compiling tls_record.cc
[39/462] Compiling tls_method.cc
[40/481] Compiling c-nioatomics.c
[42/481] Emitting module Atomics
[43/483] Emitting module InternalCollectionsUtilities
[44/485] Compiling Atomics IntegerConformances.swift
[45/485] Compiling Atomics PointerConformances.swift
[46/485] Compiling Atomics DoubleWord.swift
[47/485] Compiling Atomics AtomicReference.swift
[48/485] Compiling Atomics OptionalRawRepresentable.swift
[49/485] Compiling Atomics RawRepresentable.swift
[50/485] Compiling Atomics AtomicBool.swift
[51/485] Compiling Atomics Primitives.native.swift
[52/485] Compiling Atomics Primitives.shims.swift
[53/485] Compiling Atomics AtomicInteger.swift
[54/485] Compiling Atomics AtomicOptionalWrappable.swift
[55/485] Compiling Atomics AtomicMemoryOrderings.swift
[55/485] Compiling c-atomics.c
[59/485] Compiling Atomics AtomicStorage.swift
[60/485] Compiling Atomics AtomicValue.swift
[62/485] Compiling Atomics ManagedAtomic.swift
[63/485] Compiling Atomics ManagedAtomicLazyReference.swift
[64/485] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/485] Compiling _NIODataStructures _TinyArray.swift
[74/485] Compiling _NIOBase64 Base64.swift
[75/485] Compiling _NIODataStructures PriorityQueue.swift
[77/486] Compiling Atomics IntegerOperations.swift
[78/486] Compiling Atomics Unmanaged extensions.swift
[78/486] Compiling tls13_server.cc
[83/493] Compiling NIOConcurrencyHelpers lock.swift
[84/493] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/493] Emitting module Logging
[86/493] Compiling Logging Locks.swift
[87/493] Emitting module _NIODataStructures
[88/493] Compiling _NIODataStructures Heap.swift
[89/493] Compiling Logging MetadataProvider.swift
[90/494] Compiling tls13_enc.cc
[91/494] Compiling tls13_both.cc
[92/494] Compiling tls13_client.cc
[93/494] Compiling t1_enc.cc
[95/494] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/494] Emitting module NIOConcurrencyHelpers
[97/494] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/494] Compiling NIOConcurrencyHelpers atomics.swift
[99/494] Compiling Logging LogHandler.swift
[100/494] Compiling Logging Logging.swift
[101/507] Compiling DequeModule Deque+Collection.swift
[102/507] Compiling DequeModule Deque+Equatable.swift
[103/507] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/509] Compiling DequeModule Deque+CustomReflectable.swift
[105/509] Compiling DequeModule Deque+Descriptions.swift
[106/509] Compiling DequeModule Deque+Codable.swift
[110/512] Compiling DequeModule _DequeBuffer.swift
[111/512] Compiling DequeModule _DequeBufferHeader.swift
[114/514] Compiling DequeModule Deque+Extras.swift
[115/514] Compiling DequeModule Deque+Hashable.swift
[118/514] Compiling DequeModule _DequeSlot.swift
[119/514] Compiling DequeModule _UnsafeWrappedBuffer.swift
[120/514] Compiling DequeModule Deque+Testing.swift
[121/514] Compiling DequeModule Deque._Storage.swift
[122/514] Compiling DequeModule Deque._UnsafeHandle.swift
[123/514] Compiling DequeModule Deque.swift
[124/514] Emitting module DequeModule
[124/514] Compiling ssl_stat.cc
[128/515] Compiling ssl_transcript.cc
[129/515] Compiling ssl_versions.cc
[130/574] Compiling ssl_x509.cc
[131/574] Compiling ssl_privkey.cc
[132/574] Compiling ssl_session.cc
[133/574] Compiling ssl_lib.cc
[134/574] Compiling ssl_key_share.cc
[136/574] Compiling NIOCore MarkedCircularBuffer.swift
[137/574] Compiling NIOCore MulticastChannel.swift
[138/574] Compiling NIOCore NIOAny.swift
[139/574] Compiling NIOCore NIOCloseOnErrorHandler.swift
[140/574] Compiling NIOCore NIOLoopBound.swift
[141/574] Compiling NIOCore NIOScheduledCallback.swift
[142/574] Compiling NIOCore NIOSendable.swift
[143/574] Compiling NIOCore RecvByteBufferAllocator.swift
[143/582] Compiling ssl_file.cc
[144/582] Compiling ssl_credential.cc
[145/582] Compiling ssl_cipher.cc
[147/582] Compiling NIOCore GlobalSingletons.swift
[148/582] Compiling NIOCore IO.swift
[149/582] Compiling NIOCore IOData.swift
[150/582] Compiling NIOCore IPProtocol.swift
[151/582] Compiling NIOCore IntegerBitPacking.swift
[152/582] Compiling NIOCore IntegerTypes.swift
[153/582] Compiling NIOCore Interfaces.swift
[154/582] Compiling NIOCore Linux.swift
[154/582] Compiling ssl_cert.cc
[155/582] Compiling ssl_buffer.cc
[156/582] Compiling ssl_asn1.cc
[157/582] Compiling ssl_aead_ctx.cc
[158/582] Compiling s3_pkt.cc
[160/582] Compiling NIOCore EventLoop.swift
[161/582] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[162/582] Compiling NIOCore EventLoopFuture+Deprecated.swift
[163/582] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[164/582] Compiling NIOCore EventLoopFuture.swift
[165/582] Compiling NIOCore FileDescriptor.swift
[166/582] Compiling NIOCore FileHandle.swift
[167/582] Compiling NIOCore FileRegion.swift
[167/582] Compiling s3_lib.cc
[169/582] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[170/582] Compiling NIOCore SocketAddresses.swift
[171/582] Compiling NIOCore SocketOptionProvider.swift
[172/582] Compiling NIOCore SystemCallHelpers.swift
[173/582] Compiling NIOCore TimeAmount+Duration.swift
[174/582] Compiling NIOCore TypeAssistedChannelHandler.swift
[175/582] Compiling NIOCore UniversalBootstrapSupport.swift
[176/582] Compiling NIOCore Utilities.swift
[177/582] Compiling NIOCore ChannelPipeline.swift
[178/582] Compiling NIOCore CircularBuffer.swift
[179/582] Compiling NIOCore Codec.swift
[180/582] Compiling NIOCore ConvenienceOptionSupport.swift
[181/582] Compiling NIOCore DeadChannel.swift
[182/582] Compiling NIOCore DispatchQueue+WithFuture.swift
[183/582] Compiling NIOCore EventLoop+Deprecated.swift
[184/582] Compiling NIOCore EventLoop+SerialExecutor.swift
[184/582] Compiling s3_both.cc
[185/582] Compiling handshake_server.cc
[186/582] Compiling handshake.cc
[187/582] Compiling handshake_client.cc
[188/582] Compiling handoff.cc
[189/582] Compiling extensions.cc
[190/582] Compiling encrypted_client_hello.cc
[191/582] Compiling dtls_record.cc
[192/582] Compiling md5-x86_64-linux.S
[193/582] Compiling md5-x86_64-apple.S
[194/582] Compiling md5-586-linux.S
[195/582] Compiling md5-586-apple.S
[196/582] Compiling dtls_method.cc
[197/582] Compiling d1_srtp.cc
[198/582] Compiling chacha20_poly1305_x86_64-apple.S
[199/582] Compiling d1_pkt.cc
[199/582] Compiling chacha20_poly1305_x86_64-linux.S
[202/582] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[203/582] Compiling NIOCore BSDSocketAPI.swift
[204/582] Compiling NIOCore ByteBuffer-aux.swift
[205/582] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[206/582] Compiling NIOCore ByteBuffer-conversions.swift
[207/582] Compiling NIOCore ByteBuffer-core.swift
[208/582] Compiling NIOCore ByteBuffer-hex.swift
[209/582] Compiling NIOCore ByteBuffer-int.swift
[210/582] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[211/582] Compiling NIOCore ByteBuffer-multi-int.swift
[212/582] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[213/582] Compiling NIOCore ByteBuffer-views.swift
[214/582] Compiling NIOCore Channel.swift
[215/582] Compiling NIOCore ChannelHandler.swift
[216/582] Compiling NIOCore ChannelHandlers.swift
[217/582] Compiling NIOCore ChannelInvoker.swift
[218/582] Compiling NIOCore ChannelOption.swift
[219/582] Compiling NIOCore AddressedEnvelope.swift
[220/582] Compiling NIOCore AsyncAwaitSupport.swift
[221/582] Compiling NIOCore AsyncChannel.swift
[222/582] Compiling NIOCore AsyncChannelHandler.swift
[223/582] Compiling NIOCore AsyncChannelInboundStream.swift
[224/582] Compiling NIOCore AsyncChannelOutboundWriter.swift
[225/582] Compiling NIOCore NIOAsyncSequenceProducer.swift
[226/582] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[227/582] Compiling NIOCore NIOAsyncWriter.swift
[227/582] Compiling chacha20_poly1305_armv8-win.S
[228/582] Compiling chacha20_poly1305_armv8-linux.S
[229/582] Compiling chacha20_poly1305_armv8-apple.S
[230/582] Compiling chacha-x86_64-apple.S
[231/582] Compiling chacha-x86_64-linux.S
[232/582] Compiling chacha-x86-linux.S
[233/582] Compiling chacha-x86-apple.S
[234/582] Compiling chacha-armv8-win.S
[235/582] Compiling chacha-armv8-linux.S
[236/582] Compiling err_data.cc
[237/582] Compiling chacha-armv8-apple.S
[238/582] Compiling chacha-armv4-linux.S
[239/582] Compiling aes128gcmsiv-x86_64-linux.S
[240/582] Compiling aes128gcmsiv-x86_64-apple.S
[241/582] Compiling x86_64-mont5-linux.S
[242/582] Compiling x86_64-mont5-apple.S
[243/582] Compiling x86_64-mont-apple.S
[244/582] Compiling x86_64-mont-linux.S
[245/582] Compiling x86-mont-linux.S
[246/582] Compiling bio_ssl.cc
[247/582] Compiling x86-mont-apple.S
[248/582] Compiling vpaes-x86_64-apple.S
[249/582] Compiling vpaes-x86_64-linux.S
[250/582] Compiling vpaes-x86-linux.S
[251/582] Compiling vpaes-armv8-win.S
[252/582] Compiling vpaes-x86-apple.S
[253/582] Compiling vpaes-armv8-linux.S
[254/582] Compiling vpaes-armv8-apple.S
[255/582] Compiling vpaes-armv7-linux.S
[256/582] Compiling d1_lib.cc
[257/582] Compiling sha512-x86_64-linux.S
[258/582] Compiling sha512-x86_64-apple.S
[259/582] Compiling sha512-armv8-win.S
[260/582] Compiling sha512-armv8-apple.S
[261/582] Compiling sha512-armv8-linux.S
[262/582] Compiling sha512-armv4-linux.S
[263/582] Compiling sha512-586-linux.S
[264/582] Compiling sha256-armv8-win.S
[265/582] Compiling sha512-586-apple.S
[266/582] Compiling sha256-x86_64-linux.S
[267/582] Compiling sha256-x86_64-apple.S
[268/582] Compiling sha256-armv8-apple.S
[269/582] Compiling sha256-armv4-linux.S
[270/582] Compiling sha256-armv8-linux.S
[271/582] Compiling sha256-586-linux.S
[272/582] Compiling sha256-586-apple.S
[273/582] Compiling sha1-armv8-win.S
[274/582] Compiling sha1-armv8-linux.S
[275/582] Compiling sha1-armv8-apple.S
[276/582] Compiling sha1-x86_64-linux.S
[277/582] Compiling sha1-x86_64-apple.S
[278/582] Compiling sha1-armv4-large-linux.S
[279/582] Compiling sha1-586-linux.S
[280/582] Compiling sha1-586-apple.S
[281/582] Compiling rdrand-x86_64-linux.S
[282/582] Compiling rdrand-x86_64-apple.S
[283/582] Compiling p256_beeu-x86_64-asm-linux.S
[283/582] Compiling rsaz-avx2-apple.S
[285/582] Compiling rsaz-avx2-linux.S
[286/582] Compiling p256_beeu-x86_64-asm-apple.S
[287/582] Compiling p256_beeu-armv8-asm-win.S
[288/582] Compiling p256_beeu-armv8-asm-linux.S
[289/582] Compiling p256_beeu-armv8-asm-apple.S
[290/582] Compiling p256-x86_64-asm-apple.S
[291/582] Compiling p256-armv8-asm-win.S
[291/582] Compiling p256-x86_64-asm-linux.S
[293/582] Compiling p256-armv8-asm-linux.S
[294/582] Compiling d1_both.cc
[295/582] Compiling p256-armv8-asm-apple.S
[296/582] Compiling ghashv8-armv8-win.S
[297/582] Compiling ghashv8-armv8-apple.S
[298/582] Compiling ghashv8-armv8-linux.S
[299/582] Compiling ghashv8-armv7-linux.S
[300/582] Compiling ghash-x86_64-linux.S
[301/582] Compiling ghash-x86_64-apple.S
[302/582] Compiling ghash-x86-apple.S
[303/582] Compiling ghash-x86-linux.S
[304/582] Compiling ghash-ssse3-x86_64-linux.S
[305/582] Compiling ghash-ssse3-x86_64-apple.S
[306/582] Compiling ghash-ssse3-x86-apple.S
[307/582] Compiling ghash-ssse3-x86-linux.S
[308/582] Compiling ghash-neon-armv8-win.S
[309/582] Compiling ghash-neon-armv8-apple.S
[310/582] Compiling ghash-neon-armv8-linux.S
[310/582] Compiling co-586-apple.S
[312/582] Compiling co-586-linux.S
[313/582] Compiling ghash-armv4-linux.S
[314/582] Compiling bsaes-armv7-linux.S
[315/582] Compiling bn-armv8-win.S
[316/582] Compiling bn-586-linux.S
[317/582] Compiling bn-armv8-apple.S
[318/582] Compiling bn-armv8-linux.S
[319/582] Compiling bn-586-apple.S
[320/582] Compiling armv8-mont-win.S
[321/582] Compiling armv8-mont-linux.S
[322/582] Compiling armv8-mont-apple.S
[323/582] Compiling armv4-mont-linux.S
[324/582] Compiling aesv8-gcm-armv8-apple.S
[325/582] Compiling aesv8-gcm-armv8-win.S
[326/582] Compiling aesv8-armv8-win.S
[327/582] Compiling aesv8-gcm-armv8-linux.S
[328/582] Compiling aesv8-armv8-linux.S
[329/582] Compiling aesv8-armv8-apple.S
[330/582] Compiling aesv8-armv7-linux.S
[331/582] Compiling aesni-x86-apple.S
[332/582] Compiling aesni-gcm-x86_64-linux.S
[333/582] Compiling aesni-x86_64-apple.S
[334/582] Compiling aesni-x86-linux.S
[335/582] Compiling aesni-x86_64-linux.S
[336/582] Compiling aesni-gcm-x86_64-apple.S
[337/582] Compiling aes-gcm-avx2-x86_64-linux.S
[338/582] Compiling aes-gcm-avx10-x86_64-linux.S
[339/582] Compiling aes-gcm-avx10-x86_64-apple.S
[340/582] Compiling aes-gcm-avx2-x86_64-apple.S
[342/582] Emitting module NIOCore
[343/583] Compiling x_x509a.cc
[344/583] Compiling x_x509.cc
[345/630] Compiling x_sig.cc
[346/634] Compiling x_pubkey.cc
[347/634] Compiling x_spki.cc
[348/634] Compiling x_val.cc
[349/634] Compiling x_req.cc
[350/634] Compiling x_name.cc
[351/634] Compiling x_algor.cc
[353/634] Emitting module NIOEmbedded
[353/634] Compiling x_attrib.cc
[355/634] Compiling NIOPosix PooledRecvBufferAllocator.swift
[356/634] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[357/634] Compiling NIOPosix PosixSingletons.swift
[358/634] Compiling NIOPosix RawSocketBootstrap.swift
[359/634] Compiling NIOPosix Resolver.swift
[360/634] Compiling NIOPosix Selectable.swift
[360/640] Compiling x_all.cc
[361/640] Compiling x_crl.cc
[362/640] Compiling x509rset.cc
[363/640] Compiling x_exten.cc
[364/640] Compiling x509spki.cc
[366/640] Compiling NIOEmbedded AsyncTestingChannel.swift
[367/640] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[368/640] Compiling NIOEmbedded Embedded.swift
[369/641] Compiling x509_txt.cc
[371/641] Compiling NIOPosix ThreadPosix.swift
[372/641] Compiling NIOPosix ThreadWindows.swift
[373/641] Compiling NIOPosix UnsafeTransfer.swift
[374/641] Compiling NIOPosix Utilities.swift
[375/641] Compiling NIOPosix VsockAddress.swift
[376/641] Compiling NIOPosix VsockChannelEvents.swift
[376/641] Compiling x509name.cc
[377/641] Compiling x509cset.cc
[378/641] Compiling x509_vpm.cc
[380/641] Emitting module NIOPosix
[380/641] Compiling x509_vfy.cc
[381/641] Compiling x509_v3.cc
[383/641] Compiling NIOPosix ServerSocket.swift
[384/641] Compiling NIOPosix Socket.swift
[385/641] Compiling NIOPosix SocketChannel.swift
[386/641] Compiling NIOPosix SocketProtocols.swift
[387/641] Compiling NIOPosix System.swift
[388/641] Compiling NIOPosix Thread.swift
[388/641] Compiling x509_set.cc
[389/641] Compiling x509_trs.cc
[391/641] Compiling NIOPosix SelectableChannel.swift
[392/641] Compiling NIOPosix SelectableEventLoop.swift
[393/641] Compiling NIOPosix SelectorEpoll.swift
[394/641] Compiling NIOPosix SelectorGeneric.swift
[395/641] Compiling NIOPosix SelectorKqueue.swift
[396/641] Compiling NIOPosix SelectorUring.swift
[396/641] Compiling x509_req.cc
[397/641] Compiling x509_obj.cc
[398/641] Compiling x509_lu.cc
[399/641] Compiling x509_ext.cc
[400/641] Compiling x509_def.cc
[401/641] Compiling x509_cmp.cc
[402/641] Compiling x509_d2.cc
[403/641] Compiling x509.cc
[404/641] Compiling x509_att.cc
[406/641] Compiling NIOPosix IO.swift
[407/641] Compiling NIOPosix IntegerBitPacking.swift
[408/641] Compiling NIOPosix IntegerTypes.swift
[409/641] Compiling NIOPosix Linux.swift
[410/641] Compiling NIOPosix LinuxCPUSet.swift
[411/641] Compiling NIOPosix LinuxUring.swift
[412/641] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[413/641] Compiling NIOPosix Bootstrap.swift
[414/641] Compiling NIOPosix ControlMessage.swift
[415/641] Compiling NIOPosix DatagramVectorReadManager.swift
[416/641] Compiling NIOPosix Errors+Any.swift
[417/641] Compiling NIOPosix FileDescriptor.swift
[418/641] Compiling NIOPosix GetaddrinfoResolver.swift
[419/641] Compiling NIOPosix HappyEyeballs.swift
[420/641] Compiling NIOPosix BSDSocketAPICommon.swift
[421/641] Compiling NIOPosix BSDSocketAPIPosix.swift
[422/641] Compiling NIOPosix BSDSocketAPIWindows.swift
[423/641] Compiling NIOPosix BaseSocket.swift
[424/641] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[425/641] Compiling NIOPosix BaseSocketChannel.swift
[426/641] Compiling NIOPosix BaseStreamSocketChannel.swift
[427/641] Compiling NIOPosix NIOThreadPool.swift
[428/641] Compiling NIOPosix NonBlockingFileIO.swift
[429/641] Compiling NIOPosix PendingDatagramWritesManager.swift
[430/641] Compiling NIOPosix PendingWritesManager.swift
[431/641] Compiling NIOPosix PipeChannel.swift
[432/641] Compiling NIOPosix PipePair.swift
[433/641] Compiling NIOPosix Pool.swift
[433/641] Compiling v3_skey.cc
[434/642] Compiling v3_purp.cc
[435/642] Compiling v3_utl.cc
[437/642] Compiling v3_pmaps.cc
[438/642] Compiling v3_prn.cc
[439/642] Compiling v3_ocsp.cc
[440/644] Compiling v3_pcons.cc
[441/644] Compiling v3_lib.cc
[443/644] Compiling NIO Exports.swift
[444/644] Emitting module NIO
[445/645] Compiling v3_ncons.cc
[446/645] Compiling v3_int.cc
[447/645] Compiling v3_info.cc
[448/645] Compiling v3_extku.cc
[449/651] Compiling v3_ia5.cc
[451/672] Emitting module NIOTLS
[452/672] Compiling NIOTLS TLSEvents.swift
[452/672] Compiling v3_enum.cc
[454/672] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[455/672] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[455/674] Compiling v3_genn.cc
[457/674] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[457/674] Compiling v3_conf.cc
[458/674] Compiling v3_cpols.cc
[460/674] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[461/674] Compiling NIOTLS SNIHandler.swift
[462/674] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[463/675] Emitting module NIOHTTP1
[465/675] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[466/675] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[467/675] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[468/675] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[468/675] Compiling v3_crld.cc
[470/675] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[471/675] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[472/675] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[473/675] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[473/675] Compiling v3_bcons.cc
[474/675] Compiling v3_bitst.cc
[475/675] Compiling v3_alt.cc
[476/675] Compiling v3_akey.cc
[477/675] Compiling t_x509a.cc
[479/675] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[480/675] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[481/675] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[482/675] Compiling NIOHTTP1 HTTPTypes.swift
[482/675] Compiling v3_akeya.cc
[483/675] Compiling t_req.cc
[484/675] Compiling t_x509.cc
[486/675] Compiling NIOHTTP1 ByteCollectionUtils.swift
[487/675] Compiling NIOHTTP1 HTTPDecoder.swift
[488/675] Compiling NIOHTTP1 HTTPEncoder.swift
[489/676] Compiling i2d_pr.cc
[490/676] Compiling t_crl.cc
[491/676] Compiling rsa_pss.cc
[492/676] Compiling name_print.cc
[493/686] Compiling policy.cc
[495/686] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[496/686] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[497/686] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[498/686] Emitting module NIOFoundationCompat
[499/686] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[500/686] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[501/687] Compiling NIOWebSocket WebSocketOpcode.swift
[502/688] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[503/688] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[505/688] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[505/688] Compiling algorithm.cc
[506/688] Compiling asn1_gen.cc
[507/688] Compiling a_verify.cc
[508/688] Compiling by_file.cc
[510/688] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[510/688] Compiling voprf.cc
[512/689] Compiling NIOWebSocket WebSocketErrorCodes.swift
[513/689] Compiling NIOWebSocket WebSocketFrame.swift
[514/710] Emitting module NIOWebSocket
[515/710] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[516/710] Compiling NIOTransportServices NIOTSDatagramListener.swift
[516/711] Compiling pmbtoken.cc
[519/711] Compiling NIOTransportServices NIOTSBootstraps.swift
[520/711] Compiling NIOTransportServices NIOTSChannelOptions.swift
[521/711] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[522/713] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[523/713] Compiling NIOTransportServices NIOTSSingletons.swift
[524/713] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[525/713] Emitting module NIOTransportServices
[526/713] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[527/713] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[528/713] Compiling NIOTransportServices NIOTSListenerChannel.swift
[529/713] Compiling NIOTransportServices StateManagedChannel.swift
[530/713] Compiling NIOTransportServices StateManagedListenerChannel.swift
[531/713] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[531/713] Compiling by_dir.cc
[533/713] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[534/713] Compiling NIOTransportServices NIOTSErrors.swift
[535/713] Compiling NIOTransportServices NIOTSEventLoop.swift
[535/713] Compiling a_sign.cc
[536/713] Compiling thread_win.cc
[538/713] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[539/713] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[541/713] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[542/713] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[543/713] Compiling NIOTransportServices AcceptHandler.swift
[544/713] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[545/714] Compiling thread_pthread.cc
[546/714] Compiling thread.cc
[547/714] Compiling thread_none.cc
[548/714] Compiling trust_token.cc
[550/714] Compiling stack.cc
[551/714] Compiling a_digest.cc
[552/714] Compiling sha512.cc
[553/714] Compiling sha256.cc
[554/714] Compiling slhdsa.cc
[555/714] Compiling sha1.cc
[556/714] Compiling siphash.cc
[557/714] Compiling spake2plus.cc
[558/714] Compiling rsa_print.cc
[559/714] Compiling rsa_crypt.cc
[560/714] Compiling rsa_extra.cc
[561/714] Compiling rc4.cc
[562/714] Compiling refcount.cc
[563/714] Compiling rand.cc
[564/714] Compiling rsa_asn1.cc
[565/714] Compiling urandom.cc
[566/714] Compiling windows.cc
[567/714] Compiling passive.cc
[568/714] Compiling trusty.cc
[569/714] Compiling poly1305_arm_asm.S
[570/714] Compiling ios.cc
[571/714] Compiling getentropy.cc
[572/714] Compiling forkunsafe.cc
[573/714] Compiling deterministic.cc
[574/714] Compiling fork_detect.cc
[575/714] Compiling poly1305_vec.cc
[576/714] Compiling poly1305_arm.cc
[577/714] Compiling poly1305.cc
[578/714] Compiling pool.cc
[579/714] Compiling pkcs7.cc
[580/714] Compiling p5_pbev2.cc
[581/714] Compiling pkcs8.cc
[582/714] Compiling pkcs8_x509.cc
[583/714] Compiling pem_xaux.cc
[584/714] Compiling pem_pkey.cc
[585/714] Compiling pem_x509.cc
[586/714] Compiling pkcs7_x509.cc
[587/714] Compiling pem_pk8.cc
[588/714] Compiling pem_lib.cc
[589/714] Compiling mldsa.cc
[590/714] Compiling mlkem.cc
[591/714] Compiling obj_xref.cc
[592/714] Compiling pem_oth.cc
[593/714] Compiling md5.cc
[594/714] Compiling mem.cc
[595/714] Compiling poly_rq_mul.S
[596/714] Compiling pem_info.cc
[597/714] Compiling fips_shared_support.cc
[598/714] Compiling lhash.cc
[598/714] Compiling obj.cc
[600/714] Compiling md4.cc
[601/714] Compiling pem_all.cc
[602/714] Compiling sign.cc
[603/714] Compiling ex_data.cc
[604/714] Compiling scrypt.cc
[605/714] Compiling kyber.cc
[606/714] Compiling hrss.cc
[607/714] Compiling pbkdf.cc
[608/714] Compiling print.cc
[609/714] Compiling p_x25519.cc
[610/714] Compiling hpke.cc
[611/714] Compiling p_rsa_asn1.cc
[612/714] Compiling p_hkdf.cc
[613/714] Compiling p_ed25519_asn1.cc
[614/714] Compiling p_x25519_asn1.cc
[615/714] Compiling p_ed25519.cc
[616/714] Compiling p_rsa.cc
[617/714] Compiling p_ec_asn1.cc
[618/714] Compiling p_ec.cc
[619/714] Compiling p_dh_asn1.cc
[620/714] Compiling p_dh.cc
[621/714] Compiling evp_ctx.cc
[622/714] Compiling engine.cc
[623/714] Compiling evp.cc
[624/714] Compiling p_dsa_asn1.cc
[625/714] Compiling err.cc
[626/714] Compiling evp_asn1.cc
[627/714] Compiling ecdh.cc
[628/714] Compiling ecdsa_asn1.cc
[629/714] Compiling hash_to_curve.cc
[630/714] Compiling ec_derive.cc
[631/714] Compiling dsa_asn1.cc
[632/714] Compiling dsa.cc
[633/714] Compiling ec_asn1.cc
[634/714] Compiling des.cc
[635/714] Compiling params.cc
[636/714] Compiling x25519-asm-arm.S
[637/714] Compiling digest_extra.cc
[638/714] Compiling dh_asn1.cc
[638/714] Compiling spake25519.cc
[640/714] Compiling bcm.cc
[641/714] Compiling crypto.cc
[642/714] Compiling curve25519.cc
[643/714] Compiling cpu_arm_freebsd.cc
[644/714] Compiling cpu_aarch64_sysreg.cc
[645/714] Compiling cpu_intel.cc
[646/714] Compiling cpu_aarch64_win.cc
[647/714] Compiling cpu_aarch64_openbsd.cc
[648/714] Compiling cpu_arm_linux.cc
[649/714] Compiling curve25519_64_adx.cc
[650/714] Compiling cpu_aarch64_apple.cc
[651/714] Compiling cpu_aarch64_linux.cc
[652/714] Compiling conf.cc
[653/714] Compiling e_tls.cc
[654/714] Compiling cpu_aarch64_fuchsia.cc
[655/714] Compiling get_cipher.cc
[656/714] Compiling e_rc4.cc
[657/714] Compiling tls_cbc.cc
[658/714] Compiling e_null.cc
[659/714] Compiling e_rc2.cc
[660/714] Compiling e_des.cc
[661/714] Compiling e_aesctrhmac.cc
[662/714] Compiling e_chacha20poly1305.cc
[663/714] Compiling derive_key.cc
[664/714] Compiling e_aesgcmsiv.cc
[665/714] Compiling chacha.cc
[666/714] Compiling unicode.cc
[667/714] Compiling asn1_compat.cc
[668/714] Compiling buf.cc
[669/714] Compiling cbb.cc
[670/714] Compiling blake2.cc
[671/714] Compiling ber.cc
[672/714] Compiling bn_asn1.cc
[673/714] Compiling socket_helper.cc
[674/714] Compiling cbs.cc
[675/714] Compiling convert.cc
[676/714] Compiling printf.cc
[677/714] Compiling socket.cc
[678/714] Compiling pair.cc
[679/714] Compiling hexdump.cc
[680/714] Compiling file.cc
[681/714] Compiling fd.cc
[682/714] Compiling bio_mem.cc
[683/714] Compiling errno.cc
[684/714] Compiling base64.cc
[685/714] Compiling connect.cc
[686/714] Compiling bio.cc
[687/714] Compiling tasn_typ.cc
[688/714] Compiling tasn_utl.cc
[689/714] Compiling tasn_fre.cc
[690/714] Compiling tasn_enc.cc
[691/714] Compiling posix_time.cc
[692/714] Compiling tasn_new.cc
[693/714] Compiling f_string.cc
[694/714] Compiling f_int.cc
[695/714] Compiling tasn_dec.cc
[696/714] Compiling asn_pack.cc
[697/714] Compiling asn1_par.cc
[698/714] Compiling asn1_lib.cc
[699/714] Compiling a_utctm.cc
[700/714] Compiling a_type.cc
[701/714] Compiling a_octet.cc
[702/714] Compiling a_i2d_fp.cc
[703/714] Compiling a_time.cc
[704/714] Compiling a_strnid.cc
[705/714] Compiling a_strex.cc
[706/714] Compiling a_mbstr.cc
[707/714] Compiling a_int.cc
[708/714] Compiling a_object.cc
[709/714] Compiling a_dup.cc
[710/714] Compiling a_gentm.cc
[711/714] Compiling a_d2i_fp.cc
[712/714] Compiling a_bool.cc
[713/714] Compiling a_bitstr.cc
[715/743] Emitting module NIOSSL
[716/743] Compiling NIOSSL NIOSSLSecureBytes.swift
[717/743] Compiling NIOSSL RNG.swift
[718/743] Compiling NIOSSL SafeCompare.swift
[719/743] Compiling NIOSSL Zeroization.swift
[720/746] Compiling NIOSSL SSLPublicKey.swift
[721/746] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[722/746] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[723/746] Compiling NIOSSL SubjectAlternativeName.swift
[724/746] Compiling NIOSSL SSLErrors.swift
[725/746] Compiling NIOSSL SSLInit.swift
[726/746] Compiling NIOSSL SSLPKCS12Bundle.swift
[727/746] Compiling NIOSSL SSLPrivateKey.swift
[728/746] Compiling NIOSSL AndroidCABundle.swift
[729/746] Compiling NIOSSL ByteBufferBIO.swift
[730/746] Compiling NIOSSL CustomPrivateKey.swift
[731/746] Compiling NIOSSL IdentityVerification.swift
[732/746] Compiling NIOSSL LinuxCABundle.swift
[733/746] Compiling NIOSSL NIOSSLClientHandler.swift
[734/746] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[735/746] Compiling NIOSSL NIOSSLHandler.swift
[736/746] Compiling NIOSSL NIOSSLServerHandler.swift
[737/746] Compiling NIOSSL ObjectIdentifier.swift
[738/746] Compiling NIOSSL PosixPort.swift
[739/746] Compiling NIOSSL SSLCallbacks.swift
[740/746] Compiling NIOSSL SSLCertificate.swift
[741/746] Compiling NIOSSL SSLCertificateExtensions.swift
[742/746] Compiling NIOSSL SSLConnection.swift
[743/746] Compiling NIOSSL SSLContext.swift
[744/746] Compiling NIOSSL TLSConfiguration.swift
[745/746] Compiling NIOSSL UniversalBootstrapSupport.swift
[746/746] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[748/769] Compiling MQTTNIO MQTTClient+async.swift
[749/769] Compiling MQTTNIO MQTTClientV5+async.swift
[750/769] Compiling MQTTNIO Sendable.swift
[751/772] 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
[752/772] 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
[753/772] 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
[754/772] Emitting module MQTTNIO
[755/772] 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:193:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
191 |
192 |         // add HTTP handler with web socket upgrade
193 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap {
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
194 |             channel.pipeline.addHandler(httpHandler)
195 |         }
/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/772] 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:193:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
191 |
192 |         // add HTTP handler with web socket upgrade
193 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap {
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
194 |             channel.pipeline.addHandler(httpHandler)
195 |         }
/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/772] 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:193:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
191 |
192 |         // add HTTP handler with web socket upgrade
193 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap {
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
194 |             channel.pipeline.addHandler(httpHandler)
195 |         }
/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/772] Compiling MQTTNIO MQTTSerializer.swift
[759/772] Compiling MQTTNIO MQTTTask.swift
[760/772] Compiling MQTTNIO TSTLSConfiguration.swift
[761/772] 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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
[762/772] 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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
[763/772] 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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/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:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
[764/772] Compiling MQTTNIO MQTTPacket.swift
[765/772] Compiling MQTTNIO MQTTProperties.swift
[766/772] Compiling MQTTNIO MQTTReason.swift
[767/772] Compiling MQTTNIO MQTTError.swift
[768/772] Compiling MQTTNIO MQTTInflight.swift
[769/772] Compiling MQTTNIO MQTTListeners.swift
[770/772] 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
[771/772] 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
[772/772] 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
Build complete! (175.03s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.