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 main (270c97), with Swift 6.1 for Linux on 30 Apr 2025 10:40:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/mqtt-nio.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-server-community/mqtt-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 270c973 Bump actions/checkout from 3 to 4 in the dependencies group (#166)
Cloned https://github.com/swift-server-community/mqtt-nio.git
Revision (git rev-parse @):
270c973ae4f39dfc9d9e53368fee69da51642329
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/mqtt-nio.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
[1/2619] Fetching swift-nio-transport-services
[2620/4324] Fetching swift-nio-transport-services, swift-atomics
[2876/8160] Fetching swift-nio-transport-services, swift-atomics, swift-log
[8161/83721] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
[5080/79885] Fetching swift-nio-transport-services, swift-atomics, swift-nio
[7348/94694] Fetching swift-nio-transport-services, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (3.54s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.55s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.57s)
Fetched https://github.com/apple/swift-nio.git from cache (3.63s)
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (5.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (6.14s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4367] Fetching swift-system
[4368/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
Fetched https://github.com/apple/swift-collections.git from cache (0.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
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.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (5.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (5.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
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.52s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/434] Write sources
[19/434] Compiling CNIOWindows shim.c
[20/434] Compiling CNIOWindows WSAStartup.c
[21/434] Compiling CNIOWASI CNIOWASI.c
[22/434] Compiling CNIOLLHTTP c_nio_http.c
[23/434] Compiling CNIOLinux liburing_shims.c
[24/434] Compiling CNIOSHA1 c_nio_sha1.c
[25/434] Compiling CNIODarwin shim.c
[26/434] Compiling CNIOLLHTTP c_nio_api.c
[27/434] Compiling fiat_p256_adx_sqr.S
[28/434] Compiling CNIOLinux shim.c
[29/434] Compiling fiat_p256_adx_mul.S
[30/434] Compiling fiat_curve25519_adx_square.S
[31/434] Compiling fiat_curve25519_adx_mul.S
[32/434] Compiling _AtomicsShims.c
[32/434] Write swift-version-24593BA9C3E375BF.txt
[34/434] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/438] Compiling CNIOBoringSSLShims shims.c
[36/440] Compiling tls_record.cc
[37/440] Compiling tls13_both.cc
[38/440] Compiling tls_method.cc
[39/441] Compiling tls13_server.cc
[40/445] Compiling tls13_client.cc
[41/445] Compiling tls13_enc.cc
[43/462] Emitting module Logging
[43/462] Compiling t1_enc.cc
[45/462] Emitting module InternalCollectionsUtilities
[46/464] Emitting module _NIOBase64
[47/464] Compiling _NIOBase64 Base64.swift
[48/464] Compiling _NIODataStructures PriorityQueue.swift
[48/465] Compiling ssl_transcript.cc
[50/465] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/465] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/465] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/465] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/465] Compiling _NIODataStructures _TinyArray.swift
[56/465] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[57/465] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[58/465] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[59/465] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/465] Compiling InternalCollectionsUtilities Integer rank.swift
[61/465] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/465] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/465] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/465] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/465] Compiling InternalCollectionsUtilities Specialize.swift
[66/465] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/465] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/465] Compiling ssl_versions.cc
[69/465] Compiling InternalCollectionsUtilities Debugging.swift
[70/465] Compiling InternalCollectionsUtilities Descriptions.swift
[71/466] Compiling ssl_x509.cc
[73/466] Compiling Logging Locks.swift
[74/466] Compiling Logging Logging.swift
[75/466] Compiling Logging MetadataProvider.swift
[76/466] Compiling Logging LogHandler.swift
[77/467] Emitting module _NIODataStructures
[78/467] Compiling _NIODataStructures Heap.swift
[78/468] Compiling ssl_stat.cc
[81/483] Compiling ssl_privkey.cc
[83/483] Compiling DequeModule Deque+CustomReflectable.swift
[84/483] Compiling DequeModule Deque+Descriptions.swift
[84/485] Compiling ssl_session.cc
[86/485] Compiling DequeModule _DequeBuffer.swift
[87/485] Compiling DequeModule _DequeBufferHeader.swift
[88/485] Compiling DequeModule Deque+Equatable.swift
[89/485] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/485] Compiling DequeModule Deque+Extras.swift
[91/485] Compiling DequeModule Deque+Hashable.swift
[91/485] Compiling ssl_lib.cc
[92/485] Compiling ssl_key_share.cc
[94/485] Compiling DequeModule Deque+Testing.swift
[95/485] Compiling DequeModule Deque._Storage.swift
[96/485] Compiling DequeModule Deque._UnsafeHandle.swift
[97/485] Compiling DequeModule Deque.swift
[98/485] Compiling DequeModule _DequeSlot.swift
[99/485] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/485] Compiling DequeModule Deque+Codable.swift
[101/485] Compiling DequeModule Deque+Collection.swift
[102/485] Emitting module DequeModule
[103/486] Compiling ssl_file.cc
[104/486] Compiling ssl_credential.cc
[105/486] Compiling ssl_cipher.cc
[106/486] Compiling ssl_buffer.cc
[107/486] Compiling ssl_cert.cc
[108/486] Compiling ssl_asn1.cc
[109/486] Compiling ssl_aead_ctx.cc
[110/486] Compiling s3_pkt.cc
[111/486] Compiling s3_lib.cc
[112/486] Compiling s3_both.cc
[113/486] Compiling handshake_server.cc
[114/486] Compiling handshake_client.cc
[115/486] Compiling handshake.cc
[116/486] Compiling handoff.cc
[117/486] Compiling extensions.cc
[118/486] Compiling encrypted_client_hello.cc
[119/486] Compiling dtls_method.cc
[120/486] Compiling dtls_record.cc
[121/486] Compiling md5-x86_64-linux.S
[122/486] Compiling md5-x86_64-apple.S
[123/486] Compiling md5-586-linux.S
[124/486] Compiling md5-586-apple.S
[125/486] Compiling chacha20_poly1305_x86_64-apple.S
[126/486] Compiling chacha20_poly1305_x86_64-linux.S
[127/486] Compiling chacha20_poly1305_armv8-win.S
[128/486] Compiling chacha20_poly1305_armv8-linux.S
[129/486] Compiling chacha20_poly1305_armv8-apple.S
[130/486] Compiling chacha-x86_64-linux.S
[131/486] Compiling chacha-x86_64-apple.S
[132/486] Compiling chacha-x86-linux.S
[133/486] Compiling chacha-x86-apple.S
[134/486] Compiling chacha-armv8-win.S
[135/486] Compiling err_data.cc
[136/486] Compiling chacha-armv8-linux.S
[137/486] Compiling chacha-armv8-apple.S
[138/486] Compiling chacha-armv4-linux.S
[139/486] Compiling aes128gcmsiv-x86_64-linux.S
[140/486] Compiling aes128gcmsiv-x86_64-apple.S
[141/486] Compiling x86_64-mont5-linux.S
[142/486] Compiling x86_64-mont5-apple.S
[143/486] Compiling x86_64-mont-linux.S
[144/486] Compiling x86-mont-linux.S
[145/486] Compiling x86_64-mont-apple.S
[146/486] Compiling x86-mont-apple.S
[147/486] Compiling d1_srtp.cc
[148/486] Compiling vpaes-x86_64-apple.S
[149/486] Compiling vpaes-x86_64-linux.S
[150/486] Compiling vpaes-x86-linux.S
[151/486] Compiling vpaes-x86-apple.S
[152/486] Compiling vpaes-armv8-win.S
[153/486] Compiling vpaes-armv8-linux.S
[154/486] Compiling vpaes-armv8-apple.S
[155/486] Compiling vpaes-armv7-linux.S
[156/486] Compiling sha512-x86_64-apple.S
[157/486] Compiling sha512-x86_64-linux.S
[158/486] Compiling sha512-armv8-linux.S
[159/486] Compiling sha512-armv8-win.S
[160/486] Compiling sha512-armv8-apple.S
[161/486] Compiling sha512-armv4-linux.S
[162/486] Compiling sha512-586-linux.S
[163/486] Compiling sha512-586-apple.S
[164/486] Compiling d1_pkt.cc
[165/486] Compiling sha256-x86_64-apple.S
[166/486] Compiling sha256-armv8-win.S
[167/486] Compiling sha256-x86_64-linux.S
[168/486] Compiling sha256-armv8-linux.S
[169/486] Compiling sha256-armv8-apple.S
[170/486] Compiling sha256-586-linux.S
[171/486] Compiling sha256-armv4-linux.S
[172/486] Compiling sha256-586-apple.S
[173/486] Compiling d1_lib.cc
[174/486] Compiling sha1-x86_64-linux.S
[175/486] Compiling sha1-armv8-win.S
[176/486] Compiling sha1-armv8-linux.S
[177/486] Compiling sha1-x86_64-apple.S
[178/486] Compiling sha1-armv8-apple.S
[179/486] Compiling sha1-armv4-large-linux.S
[180/486] Compiling sha1-586-linux.S
[181/486] Compiling sha1-586-apple.S
[182/486] Compiling rsaz-avx2-apple.S
[183/486] Compiling rsaz-avx2-linux.S
[184/486] Compiling rdrand-x86_64-apple.S
[185/486] Compiling rdrand-x86_64-linux.S
[186/486] Compiling bio_ssl.cc
[187/486] Compiling p256_beeu-x86_64-asm-linux.S
[188/486] Compiling p256_beeu-armv8-asm-win.S
[189/486] Compiling p256_beeu-armv8-asm-apple.S
[189/486] Compiling p256_beeu-x86_64-asm-apple.S
[190/486] Compiling p256_beeu-armv8-asm-linux.S
[192/486] Compiling p256-x86_64-asm-apple.S
[193/486] Compiling p256-x86_64-asm-linux.S
[194/486] Compiling p256-armv8-asm-win.S
[195/486] Compiling ghashv8-armv8-win.S
[196/486] Compiling p256-armv8-asm-linux.S
[197/486] Compiling ghashv8-armv8-linux.S
[198/486] Compiling p256-armv8-asm-apple.S
[199/486] Compiling ghashv8-armv8-apple.S
[200/486] Compiling ghashv8-armv7-linux.S
[201/486] Compiling ghash-x86_64-linux.S
[202/486] Compiling ghash-x86-apple.S
[202/486] Compiling ghash-x86-linux.S
[204/486] Compiling ghash-x86_64-apple.S
[205/486] Compiling ghash-ssse3-x86_64-linux.S
[206/486] Compiling ghash-ssse3-x86_64-apple.S
[207/486] Compiling ghash-ssse3-x86-linux.S
[208/486] Compiling ghash-ssse3-x86-apple.S
[209/486] Compiling ghash-armv4-linux.S
[210/486] Compiling ghash-neon-armv8-win.S
[211/486] Compiling ghash-neon-armv8-apple.S
[212/486] Compiling ghash-neon-armv8-linux.S
[213/486] Compiling co-586-linux.S
[214/486] Compiling bsaes-armv7-linux.S
[215/486] Compiling co-586-apple.S
[216/486] Compiling bn-armv8-win.S
[217/486] Compiling bn-armv8-linux.S
[218/486] Compiling bn-586-linux.S
[219/486] Compiling bn-armv8-apple.S
[220/486] Compiling bn-586-apple.S
[221/486] Compiling armv8-mont-win.S
[222/486] Compiling armv8-mont-linux.S
[223/486] Compiling armv8-mont-apple.S
[224/486] Compiling armv4-mont-linux.S
[225/486] Compiling aesv8-gcm-armv8-apple.S
[226/486] Compiling aesv8-gcm-armv8-win.S
[227/486] Compiling aesv8-gcm-armv8-linux.S
[228/486] Compiling aesv8-armv8-win.S
[229/486] Compiling aesv8-armv8-linux.S
[230/486] Compiling aesv8-armv8-apple.S
[231/486] Compiling aesv8-armv7-linux.S
[232/486] Compiling aesni-x86_64-apple.S
[233/486] Compiling aesni-x86-linux.S
[234/486] Compiling aesni-x86_64-linux.S
[235/486] Compiling aesni-x86-apple.S
[236/486] Compiling d1_both.cc
[237/486] Compiling aesni-gcm-x86_64-linux.S
[238/486] Compiling aesni-gcm-x86_64-apple.S
[239/486] Compiling aes-gcm-avx2-x86_64-apple.S
[240/486] Compiling aes-gcm-avx2-x86_64-linux.S
[241/486] Compiling aes-gcm-avx10-x86_64-apple.S
[242/486] Compiling aes-gcm-avx10-x86_64-linux.S
[243/486] Compiling x_sig.cc
[244/486] Compiling x_spki.cc
[245/486] Compiling x_x509a.cc
[246/486] Compiling x_val.cc
[247/486] Compiling x_req.cc
[248/486] Compiling x_pubkey.cc
[249/486] Compiling x_x509.cc
[250/486] Compiling x_name.cc
[251/486] Compiling x_exten.cc
[252/486] Compiling x509spki.cc
[253/486] Compiling x_algor.cc
[254/486] Compiling x_crl.cc
[254/486] Compiling x_attrib.cc
[256/486] Compiling x509rset.cc
[257/486] Compiling x509name.cc
[258/486] Compiling x_all.cc
[259/486] Compiling x509_txt.cc
[260/486] Compiling x509cset.cc
[261/486] Compiling x509_vpm.cc
[262/486] Compiling x509_v3.cc
[263/486] Compiling x509_vfy.cc
[264/486] Compiling x509_trs.cc
[265/486] Compiling x509_set.cc
[266/486] Compiling x509_req.cc
[267/486] Compiling x509_obj.cc
[268/486] Compiling x509_def.cc
[269/486] Compiling x509_d2.cc
[270/486] Compiling x509_ext.cc
[271/486] Compiling x509_lu.cc
[272/486] Compiling x509_cmp.cc
[273/486] Compiling x509.cc
[274/486] Compiling x509_att.cc
[275/486] Compiling v3_prn.cc
[276/486] Compiling v3_skey.cc
[277/486] Compiling v3_pmaps.cc
[278/486] Compiling v3_purp.cc
[279/486] Compiling v3_utl.cc
[280/486] Compiling v3_ocsp.cc
[281/486] Compiling v3_pcons.cc
[282/486] Compiling v3_ncons.cc
[283/486] Compiling v3_int.cc
[284/486] Compiling v3_lib.cc
[285/486] Compiling v3_ia5.cc
[286/486] Compiling v3_info.cc
[287/486] Compiling v3_genn.cc
[288/486] Compiling v3_extku.cc
[289/486] Compiling v3_enum.cc
[290/486] Compiling v3_crld.cc
[291/486] Compiling v3_cpols.cc
[292/486] Compiling v3_conf.cc
[293/486] Compiling v3_bitst.cc
[294/486] Compiling v3_bcons.cc
[295/486] Compiling v3_alt.cc
[296/486] Compiling v3_akeya.cc
[297/486] Compiling v3_akey.cc
[298/486] Compiling t_x509a.cc
[299/486] Compiling i2d_pr.cc
[300/486] Compiling t_crl.cc
[301/486] Compiling t_req.cc
[302/486] Compiling t_x509.cc
[303/486] Compiling name_print.cc
[303/486] Compiling rsa_pss.cc
[305/486] Compiling policy.cc
[306/486] Compiling by_file.cc
[307/486] Compiling by_dir.cc
[308/486] Compiling voprf.cc
[309/486] Compiling algorithm.cc
[310/486] Compiling a_digest.cc
[311/486] Compiling a_verify.cc
[311/486] Compiling asn1_gen.cc
[313/486] Compiling a_sign.cc
[314/486] Compiling trust_token.cc
[315/486] Compiling thread.cc
[316/486] Compiling thread_win.cc
[317/486] Compiling thread_pthread.cc
[318/486] Compiling thread_none.cc
[319/486] Compiling stack.cc
[320/486] Compiling pmbtoken.cc
[321/486] Compiling slhdsa.cc
[322/486] Compiling sha512.cc
[323/486] Compiling sha256.cc
[324/486] Compiling siphash.cc
[325/486] Compiling sha1.cc
[326/486] Compiling rsa_print.cc
[327/486] Compiling spake2plus.cc
[328/486] Compiling rsa_extra.cc
[329/486] Compiling rc4.cc
[330/486] Compiling refcount.cc
[331/486] Compiling windows.cc
[332/486] Compiling trusty.cc
[332/486] Compiling rsa_crypt.cc
[334/486] Compiling rand.cc
[335/486] Compiling urandom.cc
[336/486] Compiling rsa_asn1.cc
[337/486] Compiling ios.cc
[337/486] Compiling passive.cc
[339/486] Compiling getentropy.cc
[340/486] Compiling poly1305_arm_asm.S
[341/486] Compiling deterministic.cc
[342/486] Compiling fork_detect.cc
[343/486] Compiling forkunsafe.cc
[344/486] Compiling poly1305_arm.cc
[345/486] Compiling poly1305.cc
[346/486] Compiling poly1305_vec.cc
[347/486] Compiling pool.cc
[348/486] Compiling pkcs7.cc
[349/486] Compiling p5_pbev2.cc
[350/486] Compiling pkcs7_x509.cc
[351/486] Compiling pkcs8.cc
[352/486] Compiling pkcs8_x509.cc
[353/486] Compiling pem_xaux.cc
[354/486] Compiling pem_pkey.cc
[355/486] Compiling pem_x509.cc
[356/486] Compiling mlkem.cc
[357/486] Compiling obj_xref.cc
[358/486] Compiling pem_oth.cc
[359/486] Compiling pem_pk8.cc
[360/486] Compiling pem_info.cc
[361/486] Compiling mldsa.cc
[362/486] Compiling pem_all.cc
[363/486] Compiling pem_lib.cc
[364/486] Compiling obj.cc
[365/486] Compiling md4.cc
[366/486] Compiling mem.cc
[367/486] Compiling lhash.cc
[368/486] Compiling poly_rq_mul.S
[369/486] Compiling fips_shared_support.cc
[370/486] Compiling md5.cc
[371/486] Compiling ex_data.cc
[372/486] Compiling sign.cc
[373/486] Compiling hrss.cc
[374/486] Compiling kyber.cc
[375/486] Compiling scrypt.cc
[376/486] Compiling hpke.cc
[377/486] Compiling print.cc
[378/486] Compiling pbkdf.cc
[379/486] Compiling p_x25519_asn1.cc
[380/486] Compiling p_x25519.cc
[381/486] Compiling p_rsa.cc
[382/486] Compiling p_ed25519_asn1.cc
[383/486] Compiling p_hkdf.cc
[384/486] Compiling p_ed25519.cc
[385/486] Compiling p_rsa_asn1.cc
[386/486] Compiling p_dh_asn1.cc
[386/486] Compiling p_ec.cc
[388/486] Compiling evp_ctx.cc
[389/486] Compiling p_dh.cc
[390/486] Compiling p_ec_asn1.cc
[391/486] Compiling p_dsa_asn1.cc
[392/486] Compiling err.cc
[393/486] Compiling engine.cc
[394/486] Compiling evp_asn1.cc
[395/486] Compiling ecdh.cc
[396/486] Compiling evp.cc
[397/486] Compiling ec_derive.cc
[398/486] Compiling ecdsa_asn1.cc
[399/486] Compiling hash_to_curve.cc
[400/486] Compiling dsa_asn1.cc
[401/486] Compiling dsa.cc
[402/486] Compiling params.cc
[403/486] Compiling ec_asn1.cc
[404/486] Compiling digest_extra.cc
[405/486] Compiling des.cc
[406/486] Compiling x25519-asm-arm.S
[407/486] Compiling dh_asn1.cc
[408/486] Compiling cpu_arm_linux.cc
[409/486] Compiling cpu_intel.cc
[410/486] Compiling crypto.cc
[411/486] Compiling spake25519.cc
[412/486] Compiling bcm.cc
[413/486] Compiling cpu_aarch64_win.cc
[414/486] Compiling curve25519.cc
[415/486] Compiling cpu_aarch64_sysreg.cc
[416/486] Compiling cpu_arm_freebsd.cc
[417/486] Compiling cpu_aarch64_openbsd.cc
[418/486] Compiling cpu_aarch64_linux.cc
[419/486] Compiling curve25519_64_adx.cc
[420/486] Compiling cpu_aarch64_fuchsia.cc
[421/486] Compiling cpu_aarch64_apple.cc
[422/486] Compiling tls_cbc.cc
[423/486] Compiling conf.cc
[423/486] Compiling e_rc4.cc
[425/486] Compiling get_cipher.cc
[426/486] Compiling e_rc2.cc
[427/486] Compiling e_tls.cc
[428/486] Compiling e_null.cc
[429/486] Compiling e_des.cc
[430/486] Compiling e_chacha20poly1305.cc
[431/486] Compiling derive_key.cc
[432/486] Compiling e_aesctrhmac.cc
[433/486] Compiling e_aesgcmsiv.cc
[434/486] Compiling unicode.cc
[434/486] Compiling cbs.cc
[436/486] Compiling chacha.cc
[437/486] Compiling cbb.cc
[438/486] Compiling blake2.cc
[438/486] Compiling buf.cc
[440/486] Compiling socket_helper.cc
[441/486] Compiling ber.cc
[442/486] Compiling bn_asn1.cc
[443/486] Compiling asn1_compat.cc
[444/486] Compiling socket.cc
[445/486] Compiling convert.cc
[446/486] Compiling printf.cc
[447/486] Compiling pair.cc
[448/486] Compiling file.cc
[449/486] Compiling errno.cc
[450/486] Compiling hexdump.cc
[451/486] Compiling fd.cc
[452/486] Compiling connect.cc
[453/486] Compiling bio_mem.cc
[454/486] Compiling base64.cc
[455/486] Compiling bio.cc
[456/486] Compiling tasn_typ.cc
[456/486] Compiling tasn_fre.cc
[456/486] Compiling tasn_enc.cc
[456/486] Compiling tasn_new.cc
[456/486] Compiling tasn_utl.cc
[456/486] Compiling f_string.cc
[456/486] Compiling posix_time.cc
[456/486] Compiling f_int.cc
[456/486] Compiling asn1_par.cc
[456/486] Compiling asn_pack.cc
[456/486] Compiling tasn_dec.cc
[467/486] Compiling a_time.cc
[468/486] Compiling a_type.cc
[469/486] Compiling a_strnid.cc
[470/486] Compiling a_strex.cc
[471/486] Compiling a_octet.cc
[472/486] Compiling asn1_lib.cc
[473/486] Compiling a_utctm.cc
[474/486] Compiling a_object.cc
[475/486] Compiling a_i2d_fp.cc
[476/486] Compiling a_mbstr.cc
[477/486] Compiling a_gentm.cc
[478/486] Write sources
[479/486] Compiling a_d2i_fp.cc
[480/486] Compiling a_bitstr.cc
[481/486] Compiling a_dup.cc
[482/486] Compiling a_int.cc
[483/497] Compiling a_bool.cc
[485/505] Compiling Atomics Primitives.shims.swift
[486/505] Compiling Atomics AtomicInteger.swift
[487/505] Compiling Atomics AtomicOptionalWrappable.swift
[488/507] Compiling Atomics OptionalRawRepresentable.swift
[489/507] Compiling Atomics RawRepresentable.swift
[490/507] Compiling Atomics AtomicBool.swift
[491/507] Compiling Atomics AtomicMemoryOrderings.swift
[492/507] Compiling Atomics DoubleWord.swift
[493/507] Compiling Atomics UnsafeAtomic.swift
[494/507] Compiling Atomics UnsafeAtomicLazyReference.swift
[495/507] Compiling Atomics ManagedAtomic.swift
[496/507] Compiling Atomics ManagedAtomicLazyReference.swift
[497/507] Compiling Atomics AtomicReference.swift
[498/507] Compiling Atomics AtomicStorage.swift
[499/507] Compiling Atomics AtomicValue.swift
[500/507] Compiling Atomics IntegerOperations.swift
[501/507] Compiling Atomics Unmanaged extensions.swift
[501/507] Compiling c-nioatomics.c
[503/507] Emitting module Atomics
[504/507] Compiling Atomics IntegerConformances.swift
[505/507] Compiling Atomics PointerConformances.swift
[506/507] Compiling Atomics Primitives.native.swift
[507/508] Compiling c-atomics.c
[509/514] Compiling NIOConcurrencyHelpers lock.swift
[510/514] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[511/514] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[512/514] Compiling NIOConcurrencyHelpers NIOLock.swift
[513/514] Emitting module NIOConcurrencyHelpers
[514/514] Compiling NIOConcurrencyHelpers atomics.swift
[516/574] Compiling NIOCore MarkedCircularBuffer.swift
[517/574] Compiling NIOCore MulticastChannel.swift
[518/574] Compiling NIOCore NIOAny.swift
[519/574] Compiling NIOCore NIOCloseOnErrorHandler.swift
[520/574] Compiling NIOCore NIOLoopBound.swift
[521/574] Compiling NIOCore NIOScheduledCallback.swift
[522/574] Compiling NIOCore NIOSendable.swift
[523/574] Compiling NIOCore RecvByteBufferAllocator.swift
[524/582] Compiling NIOCore ChannelPipeline.swift
[525/582] Compiling NIOCore CircularBuffer.swift
[526/582] Compiling NIOCore Codec.swift
[527/582] Compiling NIOCore ConvenienceOptionSupport.swift
[528/582] Compiling NIOCore DeadChannel.swift
[529/582] Compiling NIOCore DispatchQueue+WithFuture.swift
[530/582] Compiling NIOCore EventLoop+Deprecated.swift
[531/582] Compiling NIOCore EventLoop+SerialExecutor.swift
[532/582] Compiling NIOCore EventLoop.swift
[533/582] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[534/582] Compiling NIOCore EventLoopFuture+Deprecated.swift
[535/582] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[536/582] Compiling NIOCore EventLoopFuture.swift
[537/582] Compiling NIOCore FileDescriptor.swift
[538/582] Compiling NIOCore FileHandle.swift
[539/582] Compiling NIOCore FileRegion.swift
[540/582] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[541/582] Compiling NIOCore BSDSocketAPI.swift
[542/582] Compiling NIOCore ByteBuffer-aux.swift
[543/582] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[544/582] Compiling NIOCore ByteBuffer-conversions.swift
[545/582] Compiling NIOCore ByteBuffer-core.swift
[546/582] Compiling NIOCore ByteBuffer-hex.swift
[547/582] Compiling NIOCore ByteBuffer-int.swift
[548/582] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[549/582] Compiling NIOCore AddressedEnvelope.swift
[550/582] Compiling NIOCore AsyncAwaitSupport.swift
[551/582] Compiling NIOCore AsyncChannel.swift
[552/582] Compiling NIOCore AsyncChannelHandler.swift
[553/582] Compiling NIOCore AsyncChannelInboundStream.swift
[554/582] Compiling NIOCore AsyncChannelOutboundWriter.swift
[555/582] Compiling NIOCore NIOAsyncSequenceProducer.swift
[556/582] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[557/582] Compiling NIOCore NIOAsyncWriter.swift
[558/582] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[559/582] Compiling NIOCore SocketAddresses.swift
[560/582] Compiling NIOCore SocketOptionProvider.swift
[561/582] Compiling NIOCore SystemCallHelpers.swift
[562/582] Compiling NIOCore TimeAmount+Duration.swift
[563/582] Compiling NIOCore TypeAssistedChannelHandler.swift
[564/582] Compiling NIOCore UniversalBootstrapSupport.swift
[565/582] Compiling NIOCore Utilities.swift
[566/582] Compiling NIOCore ByteBuffer-multi-int.swift
[567/582] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[568/582] Compiling NIOCore ByteBuffer-views.swift
[569/582] Compiling NIOCore Channel.swift
[570/582] Compiling NIOCore ChannelHandler.swift
[571/582] Compiling NIOCore ChannelHandlers.swift
[572/582] Compiling NIOCore ChannelInvoker.swift
[573/582] Compiling NIOCore ChannelOption.swift
[574/582] Emitting module NIOCore
[575/582] Compiling NIOCore GlobalSingletons.swift
[576/582] Compiling NIOCore IO.swift
[577/582] Compiling NIOCore IOData.swift
[578/582] Compiling NIOCore IPProtocol.swift
[579/582] Compiling NIOCore IntegerBitPacking.swift
[580/582] Compiling NIOCore IntegerTypes.swift
[581/582] Compiling NIOCore Interfaces.swift
[582/582] Compiling NIOCore Linux.swift
[584/634] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[585/634] Compiling NIOEmbedded Embedded.swift
[586/634] Emitting module NIOEmbedded
[587/634] Compiling NIOEmbedded AsyncTestingChannel.swift
[589/635] Emitting module NIOPosix
[590/641] Compiling NIOPosix ThreadPosix.swift
[591/641] Compiling NIOPosix ThreadWindows.swift
[592/641] Compiling NIOPosix UnsafeTransfer.swift
[593/641] Compiling NIOPosix Utilities.swift
[594/641] Compiling NIOPosix VsockAddress.swift
[595/641] Compiling NIOPosix VsockChannelEvents.swift
[596/641] Compiling NIOPosix BSDSocketAPICommon.swift
[597/641] Compiling NIOPosix BSDSocketAPIPosix.swift
[598/641] Compiling NIOPosix BSDSocketAPIWindows.swift
[599/641] Compiling NIOPosix BaseSocket.swift
[600/641] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[601/641] Compiling NIOPosix BaseSocketChannel.swift
[602/641] Compiling NIOPosix BaseStreamSocketChannel.swift
[603/641] Compiling NIOPosix Bootstrap.swift
[604/641] Compiling NIOPosix ControlMessage.swift
[605/641] Compiling NIOPosix DatagramVectorReadManager.swift
[606/641] Compiling NIOPosix Errors+Any.swift
[607/641] Compiling NIOPosix FileDescriptor.swift
[608/641] Compiling NIOPosix GetaddrinfoResolver.swift
[609/641] Compiling NIOPosix HappyEyeballs.swift
[610/641] Compiling NIOPosix SelectableChannel.swift
[611/641] Compiling NIOPosix SelectableEventLoop.swift
[612/641] Compiling NIOPosix SelectorEpoll.swift
[613/641] Compiling NIOPosix SelectorGeneric.swift
[614/641] Compiling NIOPosix SelectorKqueue.swift
[615/641] Compiling NIOPosix SelectorUring.swift
[616/641] Compiling NIOPosix ServerSocket.swift
[617/641] Compiling NIOPosix Socket.swift
[618/641] Compiling NIOPosix SocketChannel.swift
[619/641] Compiling NIOPosix SocketProtocols.swift
[620/641] Compiling NIOPosix System.swift
[621/641] Compiling NIOPosix Thread.swift
[622/641] Compiling NIOPosix IO.swift
[623/641] Compiling NIOPosix IntegerBitPacking.swift
[624/641] Compiling NIOPosix IntegerTypes.swift
[625/641] Compiling NIOPosix Linux.swift
[626/641] Compiling NIOPosix LinuxCPUSet.swift
[627/641] Compiling NIOPosix LinuxUring.swift
[628/641] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[629/641] Compiling NIOPosix NIOThreadPool.swift
[630/641] Compiling NIOPosix NonBlockingFileIO.swift
[631/641] Compiling NIOPosix PendingDatagramWritesManager.swift
[632/641] Compiling NIOPosix PendingWritesManager.swift
[633/641] Compiling NIOPosix PipeChannel.swift
[634/641] Compiling NIOPosix PipePair.swift
[635/641] Compiling NIOPosix Pool.swift
[636/641] Compiling NIOPosix PooledRecvBufferAllocator.swift
[637/641] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[638/641] Compiling NIOPosix PosixSingletons.swift
[639/641] Compiling NIOPosix RawSocketBootstrap.swift
[640/641] Compiling NIOPosix Resolver.swift
[641/641] Compiling NIOPosix Selectable.swift
[643/644] Emitting module NIO
[644/644] Compiling NIO Exports.swift
[646/672] Compiling NIOTLS TLSEvents.swift
[647/672] Emitting module NIOTLS
[648/672] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[649/672] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[650/672] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[651/672] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[652/674] Emitting module NIOHTTP1
[653/674] Compiling NIOTLS SNIHandler.swift
[654/674] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[655/675] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[656/675] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[658/675] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[659/675] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[660/704] Compiling NIOSSL SSLContext.swift
[661/704] Compiling NIOSSL NIOSSLSecureBytes.swift
[662/704] Compiling NIOSSL AndroidCABundle.swift
[663/704] Compiling NIOSSL ByteBufferBIO.swift
[664/704] Compiling NIOSSL SSLCallbacks.swift
[665/704] Compiling NIOSSL LinuxCABundle.swift
[666/704] Compiling NIOSSL NIOSSLClientHandler.swift
[667/704] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[668/704] Compiling NIOSSL CustomPrivateKey.swift
[669/704] Compiling NIOSSL IdentityVerification.swift
[670/704] Compiling NIOSSL NIOSSLServerHandler.swift
[672/715] Emitting module NIOSSL
[673/718] Compiling NIOWebSocket WebSocketOpcode.swift
[674/719] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[675/719] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[676/719] Emitting module NIOWebSocket
[677/719] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[678/719] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[679/719] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[680/719] Compiling NIOWebSocket WebSocketErrorCodes.swift
[681/719] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[682/719] Compiling NIOWebSocket SHA1.swift
[683/719] Compiling NIOWebSocket WebSocketFrame.swift
[684/719] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[685/720] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[686/720] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[688/720] Compiling NIOSSL ObjectIdentifier.swift
[689/720] Compiling NIOSSL PosixPort.swift
[692/720] Compiling NIOSSL SSLPublicKey.swift
[693/720] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[694/720] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[695/720] Compiling NIOSSL SubjectAlternativeName.swift
[697/720] Compiling NIOSSL RNG.swift
[698/720] Compiling NIOSSL SafeCompare.swift
[699/720] Compiling NIOSSL Zeroization.swift
[700/720] Emitting module NIOFoundationCompat
[701/720] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[705/721] Compiling NIOSSL NIOSSLHandler.swift
[706/721] Compiling NIOSSL SSLErrors.swift
[707/721] Compiling NIOSSL SSLInit.swift
[708/721] Compiling NIOSSL SSLPKCS12Bundle.swift
[709/721] Compiling NIOSSL SSLPrivateKey.swift
[715/743] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[716/743] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[717/743] Compiling NIOTransportServices NIOTSListenerChannel.swift
[718/745] Emitting module NIOTransportServices
[719/745] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[720/745] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[721/745] Compiling NIOTransportServices StateManagedChannel.swift
[722/745] Compiling NIOTransportServices StateManagedListenerChannel.swift
[723/745] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[724/745] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[725/745] Compiling NIOTransportServices NIOTSErrors.swift
[726/745] Compiling NIOTransportServices NIOTSEventLoop.swift
[727/745] Compiling NIOTransportServices NIOTSBootstraps.swift
[728/745] Compiling NIOTransportServices NIOTSChannelOptions.swift
[729/745] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[730/745] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[731/745] Compiling NIOTransportServices NIOTSSingletons.swift
[732/745] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[733/745] Compiling NIOTransportServices AcceptHandler.swift
[734/745] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[735/745] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[736/745] Compiling NIOTransportServices NIOTSDatagramListener.swift
[737/745] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[738/745] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.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] Emitting module MQTTNIO
[752/772] Compiling MQTTNIO MQTTSerializer.swift
[753/772] Compiling MQTTNIO MQTTTask.swift
[754/772] Compiling MQTTNIO TSTLSConfiguration.swift
[755/772] Compiling MQTTNIO MQTTPacket.swift
[756/772] Compiling MQTTNIO MQTTProperties.swift
[757/772] Compiling MQTTNIO MQTTReason.swift
[758/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
[759/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
[760/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
[761/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
[762/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
[763/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
[764/772] Compiling MQTTNIO MQTTError.swift
[765/772] Compiling MQTTNIO MQTTInflight.swift
[766/772] Compiling MQTTNIO MQTTListeners.swift
[767/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>
[768/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>
[769/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>
[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! (100.75s)
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.