The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of mqtt-nio, reference main (ee105d), with Swift 6.1 for Linux on 12 Aug 2025 17:24:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.65.0
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 ee105d0 Bump actions/checkout from 4 to 5 in the dependencies group (#174)
Cloned https://github.com/swift-server-community/mqtt-nio.git
Revision (git rev-parse @):
ee105d0216a01ff6767115068b425468d1670b20
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-4606859-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2701] Fetching swift-nio-transport-services
[110/4509] Fetching swift-nio-transport-services, swift-atomics
[453/8395] Fetching swift-nio-transport-services, swift-atomics, swift-log
[1414/10489] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-docc-plugin
[10490/25492] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-docc-plugin, swift-nio-ssl
[11691/102883] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-docc-plugin, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.73s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.73s)
[5157/94202] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.07s)
[67629/92394] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.12s)
[53400/77391] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4847] Fetching swift-system
[874/21800] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.69s)
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.71s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3451] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.11s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.13s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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.25.1
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.33.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/435] Write sources
[19/435] Compiling CNIOWindows shim.c
[19/435] Compiling CNIOWindows WSAStartup.c
[21/435] Compiling _AtomicsShims.c
[22/435] Compiling CNIOWASI CNIOWASI.c
[23/435] Compiling CNIOPosix event_loop_id.c
[24/435] Compiling CNIOLinux liburing_shims.c
[25/435] Compiling CNIOLLHTTP c_nio_http.c
[26/435] Compiling CNIODarwin shim.c
[27/435] Compiling CNIOSHA1 c_nio_sha1.c
[28/435] Compiling CNIOLinux shim.c
[29/435] Compiling fiat_p256_adx_sqr.S
[30/435] Compiling fiat_curve25519_adx_square.S
[31/435] Compiling CNIOLLHTTP c_nio_api.c
[32/435] Compiling fiat_p256_adx_mul.S
[33/435] Compiling fiat_curve25519_adx_mul.S
[34/435] Write swift-version-24593BA9C3E375BF.txt
[35/435] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/435] Compiling CNIOBoringSSLShims shims.c
[37/441] Compiling tls13_enc.cc
[38/441] Compiling tls13_both.cc
[39/441] Compiling tls_method.cc
[40/441] Compiling tls13_server.cc
[41/441] Compiling tls_record.cc
[42/460] Compiling tls13_client.cc
[44/460] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/461] Compiling _NIOBase64 Base64.swift
[46/461] Emitting module _NIOBase64
[48/462] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[49/462] Compiling InternalCollectionsUtilities Integer rank.swift
[50/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/462] Emitting module InternalCollectionsUtilities
[53/462] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/462] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/462] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/462] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/462] Compiling InternalCollectionsUtilities Descriptions.swift
[58/462] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/462] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/462] Compiling InternalCollectionsUtilities Debugging.swift
[60/462] Compiling ssl_versions.cc
[62/462] Compiling _NIODataStructures PriorityQueue.swift
[63/462] Compiling _NIODataStructures _TinyArray.swift
[64/462] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/462] Compiling t1_enc.cc
[66/463] Compiling ssl_transcript.cc
[67/463] Compiling ssl_x509.cc
[69/478] Compiling DequeModule Deque+CustomReflectable.swift
[70/478] Compiling DequeModule Deque+Descriptions.swift
[71/478] Compiling DequeModule Deque+Equatable.swift
[72/478] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/480] Compiling DequeModule _DequeBuffer.swift
[74/480] Compiling DequeModule _DequeBufferHeader.swift
[75/480] Compiling Logging MetadataProvider.swift
[76/480] Emitting module _NIODataStructures
[77/480] Compiling _NIODataStructures Heap.swift
[78/481] Compiling Logging LogHandler.swift
[79/481] Compiling Logging Locks.swift
[80/481] Emitting module Logging
[81/481] Compiling Logging Logging.swift
[82/482] Compiling DequeModule Deque+Testing.swift
[83/482] Compiling DequeModule Deque._Storage.swift
[86/482] Compiling DequeModule _DequeSlot.swift
[87/482] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/482] Compiling DequeModule Deque+Codable.swift
[89/482] Compiling DequeModule Deque+Collection.swift
[90/482] Compiling DequeModule Deque._UnsafeHandle.swift
[91/482] Compiling DequeModule Deque.swift
[92/482] Compiling DequeModule Deque+Extras.swift
[93/482] Compiling DequeModule Deque+Hashable.swift
[93/482] Compiling ssl_privkey.cc
[95/482] Emitting module DequeModule
[95/483] Compiling ssl_stat.cc
[97/483] Compiling ssl_key_share.cc
[98/483] Compiling ssl_lib.cc
[99/483] Compiling ssl_session.cc
[100/483] Compiling ssl_credential.cc
[101/483] Compiling ssl_file.cc
[102/483] Compiling ssl_cipher.cc
[103/483] Compiling ssl_buffer.cc
[104/483] Compiling ssl_asn1.cc
[105/483] Compiling ssl_cert.cc
[106/483] Compiling s3_pkt.cc
[107/483] Compiling handshake_server.cc
[108/483] Compiling ssl_aead_ctx.cc
[109/483] Compiling s3_both.cc
[110/483] Compiling s3_lib.cc
[111/483] Compiling handshake_client.cc
[112/483] Compiling handoff.cc
[113/483] Compiling extensions.cc
[114/483] Compiling handshake.cc
[115/483] Compiling encrypted_client_hello.cc
[116/483] Compiling md5-x86_64-linux.S
[117/483] Compiling d1_srtp.cc
[118/483] Compiling md5-x86_64-apple.S
[119/483] Compiling md5-586-apple.S
[120/483] Compiling md5-586-linux.S
[121/483] Compiling dtls_method.cc
[122/483] Compiling chacha20_poly1305_x86_64-apple.S
[123/483] Compiling chacha20_poly1305_armv8-win.S
[124/483] Compiling chacha20_poly1305_x86_64-linux.S
[125/483] Compiling chacha20_poly1305_armv8-apple.S
[126/483] Compiling chacha20_poly1305_armv8-linux.S
[127/483] Compiling chacha-x86_64-linux.S
[128/483] Compiling dtls_record.cc
[129/483] Compiling chacha-x86_64-apple.S
[130/483] Compiling chacha-x86-apple.S
[131/483] Compiling chacha-x86-linux.S
[132/483] Compiling chacha-armv8-win.S
[133/483] Compiling err_data.cc
[134/483] Compiling chacha-armv8-linux.S
[135/483] Compiling chacha-armv8-apple.S
[136/483] Compiling chacha-armv4-linux.S
[137/483] Compiling aes128gcmsiv-x86_64-apple.S
[138/483] Compiling aes128gcmsiv-x86_64-linux.S
[139/483] Compiling x86_64-mont5-apple.S
[140/483] Compiling x86_64-mont5-linux.S
[141/483] Compiling x86_64-mont-linux.S
[142/483] Compiling x86_64-mont-apple.S
[143/483] Compiling x86-mont-linux.S
[144/483] Compiling vpaes-x86-linux.S
[145/483] Compiling vpaes-x86_64-linux.S
[146/483] Compiling x86-mont-apple.S
[147/483] Compiling vpaes-x86_64-apple.S
[148/483] Compiling vpaes-armv8-win.S
[149/483] Compiling vpaes-x86-apple.S
[150/483] Compiling vpaes-armv8-linux.S
[151/483] Compiling vpaes-armv8-apple.S
[152/483] Compiling vpaes-armv7-linux.S
[153/483] Compiling d1_pkt.cc
[154/483] Compiling sha512-armv8-win.S
[155/483] Compiling sha512-armv8-linux.S
[156/483] Compiling sha512-armv8-apple.S
[157/483] Compiling sha512-x86_64-apple.S
[158/483] Compiling sha512-x86_64-linux.S
[159/483] Compiling sha512-armv4-linux.S
[160/483] Compiling bio_ssl.cc
[161/483] Compiling sha512-586-linux.S
[162/483] Compiling sha512-586-apple.S
[163/483] Compiling sha256-armv8-win.S
[164/483] Compiling sha256-x86_64-apple.S
[165/483] Compiling sha256-x86_64-linux.S
[166/483] Compiling sha256-armv8-apple.S
[167/483] Compiling sha256-armv8-linux.S
[168/483] Compiling sha256-armv4-linux.S
[169/483] Compiling sha256-586-linux.S
[170/483] Compiling sha256-586-apple.S
[171/483] Compiling sha1-armv8-win.S
[172/483] Compiling sha1-x86_64-apple.S
[173/483] Compiling sha1-armv8-linux.S
[174/483] Compiling sha1-armv4-large-linux.S
[175/483] Compiling sha1-armv8-apple.S
[176/483] Compiling sha1-586-apple.S
[177/483] Compiling sha1-x86_64-linux.S
[178/483] Compiling sha1-586-linux.S
[179/483] Compiling rdrand-x86_64-apple.S
[180/483] Compiling rsaz-avx2-apple.S
[181/483] Compiling rsaz-avx2-linux.S
[182/483] Compiling p256_beeu-x86_64-asm-linux.S
[183/483] Compiling rdrand-x86_64-linux.S
[184/483] Compiling p256_beeu-armv8-asm-win.S
[185/483] Compiling p256_beeu-armv8-asm-apple.S
[186/483] Compiling p256_beeu-x86_64-asm-apple.S
[187/483] Compiling p256-x86_64-asm-apple.S
[188/483] Compiling p256_beeu-armv8-asm-linux.S
[189/483] Compiling p256-x86_64-asm-linux.S
[190/483] Compiling p256-armv8-asm-win.S
[191/483] Compiling p256-armv8-asm-linux.S
[192/483] Compiling p256-armv8-asm-apple.S
[193/483] Compiling ghashv8-armv8-win.S
[194/483] Compiling ghashv8-armv8-linux.S
[195/483] Compiling ghashv8-armv8-apple.S
[196/483] Compiling ghashv8-armv7-linux.S
[197/483] Compiling ghash-x86_64-linux.S
[198/483] Compiling ghash-ssse3-x86_64-linux.S
[199/483] Compiling ghash-x86_64-apple.S
[200/483] Compiling ghash-ssse3-x86-linux.S
[201/483] Compiling ghash-ssse3-x86_64-apple.S
[202/483] Compiling ghash-x86-apple.S
[203/483] Compiling ghash-x86-linux.S
[204/483] Compiling ghash-ssse3-x86-apple.S
[205/483] Compiling ghash-neon-armv8-win.S
[206/483] Compiling ghash-neon-armv8-linux.S
[207/483] Compiling d1_lib.cc
[208/483] Compiling co-586-linux.S
[209/483] Compiling ghash-armv4-linux.S
[210/483] Compiling ghash-neon-armv8-apple.S
[211/483] Compiling co-586-apple.S
[212/483] Compiling bsaes-armv7-linux.S
[213/483] Compiling bn-586-linux.S
[214/483] Compiling bn-armv8-linux.S
[215/483] Compiling bn-armv8-win.S
[216/483] Compiling d1_both.cc
[217/483] Compiling armv8-mont-win.S
[218/483] Compiling bn-586-apple.S
[219/483] Compiling bn-armv8-apple.S
[220/483] Compiling armv8-mont-linux.S
[221/483] Compiling armv4-mont-linux.S
[222/483] Compiling armv8-mont-apple.S
[223/483] Compiling aesv8-gcm-armv8-linux.S
[224/483] Compiling aesv8-gcm-armv8-win.S
[225/483] Compiling aesv8-armv8-apple.S
[226/483] Compiling aesv8-armv8-win.S
[226/483] Compiling aesv8-gcm-armv8-apple.S
[228/483] Compiling aesv8-armv8-linux.S
[229/483] Compiling aesv8-armv7-linux.S
[230/483] Compiling aesni-x86-linux.S
[231/483] Compiling aesni-x86_64-apple.S
[232/483] Compiling aesni-x86_64-linux.S
[233/483] Compiling aesni-gcm-x86_64-apple.S
[234/483] Compiling aes-gcm-avx2-x86_64-linux.S
[235/483] Compiling aesni-gcm-x86_64-linux.S
[236/483] Compiling aes-gcm-avx2-x86_64-apple.S
[237/483] Compiling aesni-x86-apple.S
[238/483] Compiling aes-gcm-avx10-x86_64-linux.S
[238/483] Compiling aes-gcm-avx10-x86_64-apple.S
[240/483] Compiling x_sig.cc
[241/483] Compiling x_x509a.cc
[242/483] Compiling x_val.cc
[243/483] Compiling x_x509.cc
[244/483] Compiling x_req.cc
[245/483] Compiling x_spki.cc
[246/483] Compiling x_name.cc
[247/483] Compiling x_pubkey.cc
[248/483] Compiling x509name.cc
[249/483] Compiling x_exten.cc
[250/483] Compiling x_all.cc
[251/483] Compiling x_attrib.cc
[252/483] Compiling x509spki.cc
[253/483] Compiling x_algor.cc
[254/483] Compiling x_crl.cc
[255/483] Compiling x509cset.cc
[256/483] Compiling x509rset.cc
[257/483] Compiling x509_obj.cc
[258/483] Compiling x509_vpm.cc
[259/483] Compiling x509_vfy.cc
[260/483] Compiling x509_v3.cc
[261/483] Compiling x509_txt.cc
[262/483] Compiling x509_trs.cc
[263/483] Compiling x509_set.cc
[264/483] Compiling x509_req.cc
[265/483] Compiling x509_ext.cc
[266/483] Compiling x509_lu.cc
[267/483] Compiling x509_d2.cc
[268/483] Compiling x509_def.cc
[269/483] Compiling x509_att.cc
[270/483] Compiling x509_cmp.cc
[271/483] Compiling x509.cc
[272/483] Compiling v3_utl.cc
[273/483] Compiling v3_purp.cc
[274/483] Compiling v3_skey.cc
[275/483] Compiling v3_prn.cc
[276/483] Compiling v3_ocsp.cc
[277/483] Compiling v3_pmaps.cc
[278/483] Compiling v3_pcons.cc
[279/483] Compiling v3_ncons.cc
[280/483] Compiling v3_lib.cc
[281/483] Compiling v3_ia5.cc
[282/483] Compiling v3_int.cc
[283/483] Compiling v3_info.cc
[284/483] Compiling v3_genn.cc
[285/483] Compiling v3_extku.cc
[286/483] Compiling v3_crld.cc
[287/483] Compiling v3_enum.cc
[288/483] Compiling v3_alt.cc
[289/483] Compiling v3_cpols.cc
[290/483] Compiling t_x509a.cc
[291/483] Compiling v3_bcons.cc
[292/483] Compiling v3_conf.cc
[293/483] Compiling v3_bitst.cc
[294/483] Compiling v3_akeya.cc
[295/483] Compiling v3_akey.cc
[296/483] Compiling t_x509.cc
[297/483] Compiling i2d_pr.cc
[298/483] Compiling rsa_pss.cc
[299/483] Compiling t_req.cc
[300/483] Compiling t_crl.cc
[301/483] Compiling policy.cc
[302/483] Compiling name_print.cc
[303/483] Compiling by_file.cc
[304/483] Compiling by_dir.cc
[305/483] Compiling a_verify.cc
[306/483] Compiling algorithm.cc
[307/483] Compiling asn1_gen.cc
[308/483] Compiling a_digest.cc
[309/483] Compiling voprf.cc
[310/483] Compiling a_sign.cc
[311/483] Compiling trust_token.cc
[312/483] Compiling thread_win.cc
[313/483] Compiling thread_pthread.cc
[314/483] Compiling thread.cc
[315/483] Compiling thread_none.cc
[316/483] Compiling stack.cc
[317/483] Compiling sha512.cc
[318/483] Compiling pmbtoken.cc
[319/483] Compiling sha1.cc
[320/483] Compiling sha256.cc
[321/483] Compiling slhdsa.cc
[322/483] Compiling siphash.cc
[323/483] Compiling rsa_print.cc
[324/483] Compiling rsa_extra.cc
[325/483] Compiling rc4.cc
[326/483] Compiling refcount.cc
[327/483] Compiling spake2plus.cc
[328/483] Compiling windows.cc
[329/483] Compiling rsa_crypt.cc
[330/483] Compiling urandom.cc
[331/483] Compiling trusty.cc
[332/483] Compiling getentropy.cc
[333/483] Compiling passive.cc
[334/483] Compiling rand.cc
[335/483] Compiling poly1305_arm_asm.S
[336/483] Compiling rsa_asn1.cc
[337/483] Compiling ios.cc
[338/483] Compiling forkunsafe.cc
[339/483] Compiling deterministic.cc
[340/483] Compiling fork_detect.cc
[341/483] Compiling poly1305.cc
[342/483] Compiling poly1305_arm.cc
[343/483] Compiling poly1305_vec.cc
[344/483] Compiling pool.cc
[345/483] Compiling pkcs8_x509.cc
[346/483] Compiling pkcs7.cc
[347/483] Compiling pkcs8.cc
[348/483] Compiling pem_xaux.cc
[349/483] Compiling p5_pbev2.cc
[350/483] Compiling pkcs7_x509.cc
[351/483] Compiling pem_x509.cc
[352/483] Compiling pem_pkey.cc
[353/483] Compiling pem_pk8.cc
[354/483] Compiling pem_oth.cc
[355/483] Compiling mlkem.cc
[356/483] Compiling obj_xref.cc
[357/483] Compiling pem_all.cc
[358/483] Compiling mldsa.cc
[359/483] Compiling mem.cc
[360/483] Compiling pem_info.cc
[361/483] Compiling obj.cc
[362/483] Compiling poly_rq_mul.S
[363/483] Compiling pem_lib.cc
[364/483] Compiling md5.cc
[365/483] Compiling fips_shared_support.cc
[366/483] Compiling lhash.cc
[367/483] Compiling md4.cc
[368/483] Compiling ex_data.cc
[369/483] Compiling hrss.cc
[370/483] Compiling sign.cc
[371/483] Compiling scrypt.cc
[372/483] Compiling kyber.cc
[373/483] Compiling hpke.cc
[374/483] Compiling pbkdf.cc
[375/483] Compiling print.cc
[376/483] Compiling p_x25519.cc
[377/483] Compiling p_x25519_asn1.cc
[378/483] Compiling p_ed25519.cc
[379/483] Compiling p_ed25519_asn1.cc
[380/483] Compiling p_rsa_asn1.cc
[381/483] Compiling p_rsa.cc
[382/483] Compiling p_hkdf.cc
[383/483] Compiling p_ec_asn1.cc
[384/483] Compiling p_ec.cc
[385/483] Compiling p_dh_asn1.cc
[386/483] Compiling p_dh.cc
[387/483] Compiling evp.cc
[388/483] Compiling evp_ctx.cc
[389/483] Compiling err.cc
[390/483] Compiling engine.cc
[391/483] Compiling p_dsa_asn1.cc
[392/483] Compiling evp_asn1.cc
[393/483] Compiling ecdh.cc
[394/483] Compiling ec_derive.cc
[395/483] Compiling ecdsa_asn1.cc
[396/483] Compiling hash_to_curve.cc
[397/483] Compiling dsa.cc
[398/483] Compiling params.cc
[399/483] Compiling digest_extra.cc
[400/483] Compiling dsa_asn1.cc
[401/483] Compiling des.cc
[402/483] Compiling x25519-asm-arm.S
[403/483] Compiling ec_asn1.cc
[404/483] Compiling dh_asn1.cc
[405/483] Compiling crypto.cc
[406/483] Compiling curve25519.cc
[407/483] Compiling spake25519.cc
[408/483] Compiling cpu_arm_freebsd.cc
[409/483] Compiling cpu_arm_linux.cc
[410/483] Compiling cpu_intel.cc
[411/483] Compiling cpu_aarch64_sysreg.cc
[412/483] Compiling curve25519_64_adx.cc
[413/483] Compiling bcm.cc
[414/483] Compiling cpu_aarch64_openbsd.cc
[415/483] Compiling cpu_aarch64_linux.cc
[416/483] Compiling cpu_aarch64_fuchsia.cc
[417/483] Compiling cpu_aarch64_win.cc
[418/483] Compiling cpu_aarch64_apple.cc
[419/483] Compiling tls_cbc.cc
[420/483] Compiling conf.cc
[421/483] Compiling e_tls.cc
[422/483] Compiling e_rc2.cc
[423/483] Compiling e_null.cc
[424/483] Compiling get_cipher.cc
[425/483] Compiling e_rc4.cc
[426/483] Compiling e_chacha20poly1305.cc
[427/483] Compiling e_des.cc
[428/483] Compiling derive_key.cc
[429/483] Compiling e_aesgcmsiv.cc
[430/483] Compiling chacha.cc
[431/483] Compiling e_aesctrhmac.cc
[432/483] Compiling unicode.cc
[433/483] Compiling buf.cc
[434/483] Compiling cbs.cc
[435/483] Compiling ber.cc
[436/483] Compiling asn1_compat.cc
[437/483] Compiling cbb.cc
[438/483] Compiling socket.cc
[439/483] Compiling blake2.cc
[440/483] Compiling pair.cc
[441/483] Compiling printf.cc
[442/483] Compiling socket_helper.cc
[443/483] Compiling bn_asn1.cc
[444/483] Compiling convert.cc
[445/483] Compiling connect.cc
[446/483] Compiling hexdump.cc
[447/483] Compiling file.cc
[448/483] Compiling errno.cc
[449/483] Compiling base64.cc
[450/483] Compiling bio_mem.cc
[451/483] Compiling fd.cc
[452/483] Compiling bio.cc
[453/483] Compiling posix_time.cc
[454/483] Compiling tasn_typ.cc
[455/483] Compiling tasn_fre.cc
[456/483] Compiling tasn_enc.cc
[457/483] Compiling f_string.cc
[458/483] Compiling tasn_utl.cc
[459/483] Compiling tasn_new.cc
[460/483] Compiling tasn_dec.cc
[461/483] Compiling f_int.cc
[462/483] Compiling asn_pack.cc
[463/483] Compiling asn1_par.cc
[464/483] Compiling asn1_lib.cc
[465/483] Compiling a_type.cc
[466/483] Compiling a_octet.cc
[467/483] Compiling a_utctm.cc
[468/483] Compiling a_time.cc
[469/483] Compiling a_strnid.cc
[470/483] Compiling a_strex.cc
[471/483] Compiling a_i2d_fp.cc
[472/483] Compiling a_object.cc
[473/483] Compiling a_mbstr.cc
[474/483] Compiling a_int.cc
[475/483] Write sources
[476/483] Compiling a_dup.cc
[477/483] Compiling a_d2i_fp.cc
[478/483] Compiling a_bitstr.cc
[479/490] Compiling a_gentm.cc
[480/501] Compiling a_bool.cc
[482/501] Compiling Atomics UnsafeAtomic.swift
[483/501] Compiling Atomics UnsafeAtomicLazyReference.swift
[484/503] Compiling Atomics ManagedAtomic.swift
[485/503] Compiling Atomics ManagedAtomicLazyReference.swift
[486/503] Compiling Atomics AtomicStorage.swift
[487/503] Compiling Atomics AtomicValue.swift
[488/503] Compiling Atomics AtomicMemoryOrderings.swift
[489/503] Compiling Atomics DoubleWord.swift
[490/503] Compiling Atomics IntegerOperations.swift
[491/503] Compiling Atomics Unmanaged extensions.swift
[492/503] Compiling Atomics AtomicInteger.swift
[493/503] Compiling Atomics AtomicOptionalWrappable.swift
[494/503] Compiling Atomics AtomicReference.swift
[494/503] Compiling c-nioatomics.c
[496/503] Compiling Atomics OptionalRawRepresentable.swift
[497/503] Compiling Atomics RawRepresentable.swift
[498/503] Compiling Atomics AtomicBool.swift
[499/503] Emitting module Atomics
[500/503] Compiling Atomics IntegerConformances.swift
[501/503] Compiling Atomics PointerConformances.swift
[502/503] Compiling Atomics Primitives.native.swift
[503/504] Compiling c-atomics.c
[505/510] Compiling NIOConcurrencyHelpers NIOLock.swift
[506/510] Compiling NIOConcurrencyHelpers lock.swift
[507/510] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[508/510] Emitting module NIOConcurrencyHelpers
[509/510] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[510/510] Compiling NIOConcurrencyHelpers atomics.swift
[512/572] Compiling NIOCore IOData.swift
[513/572] Compiling NIOCore IPProtocol.swift
[514/572] Compiling NIOCore IntegerBitPacking.swift
[515/572] Compiling NIOCore IntegerTypes.swift
[516/572] Compiling NIOCore Interfaces.swift
[517/572] Compiling NIOCore Linux.swift
[518/572] Compiling NIOCore MarkedCircularBuffer.swift
[519/572] Compiling NIOCore MulticastChannel.swift
[520/580] Compiling NIOCore CircularBuffer.swift
[521/580] Compiling NIOCore Codec.swift
[522/580] Compiling NIOCore ConvenienceOptionSupport.swift
[523/580] Compiling NIOCore DeadChannel.swift
[524/580] Compiling NIOCore DispatchQueue+WithFuture.swift
[525/580] Compiling NIOCore EventLoop+Deprecated.swift
[526/580] Compiling NIOCore EventLoop+SerialExecutor.swift
[527/580] Compiling NIOCore EventLoop.swift
[528/580] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[529/580] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[530/580] Compiling NIOCore SocketAddresses.swift
[531/580] Compiling NIOCore SocketOptionProvider.swift
[532/580] Compiling NIOCore SystemCallHelpers.swift
[533/580] Compiling NIOCore TimeAmount+Duration.swift
[534/580] Compiling NIOCore TypeAssistedChannelHandler.swift
[535/580] Compiling NIOCore UniversalBootstrapSupport.swift
[536/580] Compiling NIOCore Utilities.swift
[537/580] Compiling NIOCore AddressedEnvelope.swift
[538/580] Compiling NIOCore AsyncAwaitSupport.swift
[539/580] Compiling NIOCore AsyncChannel.swift
[540/580] Compiling NIOCore AsyncChannelHandler.swift
[541/580] Compiling NIOCore AsyncChannelInboundStream.swift
[542/580] Compiling NIOCore AsyncChannelOutboundWriter.swift
[543/580] Compiling NIOCore NIOAsyncSequenceProducer.swift
[544/580] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[545/580] Compiling NIOCore NIOAsyncWriter.swift
[546/580] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[547/580] Compiling NIOCore BSDSocketAPI.swift
[548/580] Compiling NIOCore ByteBuffer-aux.swift
[549/580] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[550/580] Compiling NIOCore ByteBuffer-conversions.swift
[551/580] Compiling NIOCore ByteBuffer-core.swift
[552/580] Compiling NIOCore ByteBuffer-hex.swift
[553/580] Compiling NIOCore ByteBuffer-int.swift
[554/580] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[555/580] Emitting module NIOCore
[556/580] Compiling NIOCore NIOAny.swift
[557/580] Compiling NIOCore NIOCloseOnErrorHandler.swift
[558/580] Compiling NIOCore NIOCoreSendableMetatype.swift
[559/580] Compiling NIOCore NIOLoopBound.swift
[560/580] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[561/580] Compiling NIOCore NIOScheduledCallback.swift
[562/580] Compiling NIOCore NIOSendable.swift
[563/580] Compiling NIOCore RecvByteBufferAllocator.swift
[564/580] Compiling NIOCore EventLoopFuture+Deprecated.swift
[565/580] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[566/580] Compiling NIOCore EventLoopFuture.swift
[567/580] Compiling NIOCore FileDescriptor.swift
[568/580] Compiling NIOCore FileHandle.swift
[569/580] Compiling NIOCore FileRegion.swift
[570/580] Compiling NIOCore GlobalSingletons.swift
[571/580] Compiling NIOCore IO.swift
[572/580] Compiling NIOCore ByteBuffer-multi-int.swift
[573/580] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[574/580] Compiling NIOCore ByteBuffer-views.swift
[575/580] Compiling NIOCore Channel.swift
[576/580] Compiling NIOCore ChannelHandler.swift
[577/580] Compiling NIOCore ChannelHandlers.swift
[578/580] Compiling NIOCore ChannelInvoker.swift
[579/580] Compiling NIOCore ChannelOption.swift
[580/580] Compiling NIOCore ChannelPipeline.swift
[582/633] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[583/633] Compiling NIOEmbedded AsyncTestingChannel.swift
[584/633] Emitting module NIOEmbedded
[585/633] Compiling NIOEmbedded Embedded.swift
[586/634] Compiling NIOPosix Pool.swift
[587/634] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[588/634] Compiling NIOPosix PosixSingletons.swift
[589/634] Compiling NIOPosix RawSocketBootstrap.swift
[590/634] Compiling NIOPosix Resolver.swift
[591/634] Compiling NIOPosix Selectable.swift
[592/634] Compiling NIOPosix SelectableChannel.swift
[594/640] Compiling NIOPosix IO.swift
[595/640] Compiling NIOPosix IntegerBitPacking.swift
[596/640] Compiling NIOPosix IntegerTypes.swift
[597/640] Compiling NIOPosix Linux.swift
[598/640] Compiling NIOPosix LinuxCPUSet.swift
[599/640] Compiling NIOPosix LinuxUring.swift
[600/640] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[601/640] Compiling NIOPosix ThreadPosix.swift
[602/640] Compiling NIOPosix ThreadWindows.swift
[603/640] Compiling NIOPosix UnsafeTransfer.swift
[604/640] Compiling NIOPosix Utilities.swift
[605/640] Compiling NIOPosix VsockAddress.swift
[606/640] Compiling NIOPosix VsockChannelEvents.swift
[607/640] Emitting module NIOPosix
[608/640] Compiling NIOPosix Bootstrap.swift
[609/640] Compiling NIOPosix ControlMessage.swift
[610/640] Compiling NIOPosix DatagramVectorReadManager.swift
[611/640] Compiling NIOPosix Errors+Any.swift
[612/640] Compiling NIOPosix FileDescriptor.swift
[613/640] Compiling NIOPosix GetaddrinfoResolver.swift
[614/640] Compiling NIOPosix HappyEyeballs.swift
[615/640] Compiling NIOPosix BSDSocketAPICommon.swift
[616/640] Compiling NIOPosix BSDSocketAPIPosix.swift
[617/640] Compiling NIOPosix BSDSocketAPIWindows.swift
[618/640] Compiling NIOPosix BaseSocket.swift
[619/640] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[620/640] Compiling NIOPosix BaseSocketChannel.swift
[621/640] Compiling NIOPosix BaseStreamSocketChannel.swift
[622/640] Compiling NIOPosix SelectableEventLoop.swift
[623/640] Compiling NIOPosix SelectorEpoll.swift
[624/640] Compiling NIOPosix SelectorGeneric.swift
[625/640] Compiling NIOPosix SelectorKqueue.swift
[626/640] Compiling NIOPosix SelectorUring.swift
[627/640] Compiling NIOPosix ServerSocket.swift
[628/640] Compiling NIOPosix Socket.swift
[629/640] Compiling NIOPosix SocketChannel.swift
[630/640] Compiling NIOPosix SocketProtocols.swift
[631/640] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[632/640] Compiling NIOPosix System.swift
[633/640] Compiling NIOPosix Thread.swift
[634/640] Compiling NIOPosix NIOPosixSendableMetatype.swift
[635/640] Compiling NIOPosix NIOThreadPool.swift
[636/640] Compiling NIOPosix NonBlockingFileIO.swift
[637/640] Compiling NIOPosix PendingDatagramWritesManager.swift
[638/640] Compiling NIOPosix PendingWritesManager.swift
[639/640] Compiling NIOPosix PipeChannel.swift
[640/640] Compiling NIOPosix PipePair.swift
[642/643] Emitting module NIO
[643/643] Compiling NIO Exports.swift
[645/671] Compiling NIOTLS TLSEvents.swift
[646/671] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[647/671] Emitting module NIOTLS
[648/671] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[649/671] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[650/671] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[651/673] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[652/673] Compiling NIOTLS SNIHandler.swift
[654/674] Emitting module NIOHTTP1
[655/674] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[656/674] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[657/674] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[658/674] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[659/703] Compiling NIOSSL SSLPKCS12Bundle.swift
[660/703] Compiling NIOSSL SSLPrivateKey.swift
[661/703] Compiling NIOSSL ByteBufferBIO.swift
[662/703] Compiling NIOSSL CustomPrivateKey.swift
[663/703] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[664/703] Compiling NIOSSL NIOSSLHandler.swift
[665/703] Compiling NIOSSL AndroidCABundle.swift
[666/703] Compiling NIOSSL IdentityVerification.swift
[667/703] Compiling NIOSSL NIOSSLServerHandler.swift
[668/703] Compiling NIOSSL ObjectIdentifier.swift
[669/703] Compiling NIOSSL PosixPort.swift
[671/714] Compiling NIOWebSocket WebSocketOpcode.swift
[672/715] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[673/715] Compiling NIOWebSocket SHA1.swift
[674/715] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[675/715] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[676/715] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[677/715] Emitting module NIOSSL
[678/719] Emitting module NIOWebSocket
[679/719] Compiling NIOWebSocket WebSocketErrorCodes.swift
[680/719] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[681/719] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[682/719] Compiling NIOWebSocket WebSocketFrame.swift
[683/720] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[684/720] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[685/720] Emitting module NIOFoundationCompat
[686/720] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[687/720] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[690/721] Compiling NIOSSL SSLPublicKey.swift
[691/721] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[692/721] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[698/721] Compiling NIOSSL SubjectAlternativeName.swift
[699/721] Compiling NIOSSL NIOSSLSecureBytes.swift
[700/721] Compiling NIOSSL RNG.swift
[701/721] Compiling NIOSSL SafeCompare.swift
[702/743] Compiling NIOTransportServices NIOTSBootstraps.swift
[703/743] Compiling NIOTransportServices NIOTSChannelOptions.swift
[704/743] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[705/745] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[706/745] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[707/745] Compiling NIOTransportServices StateManagedChannel.swift
[708/745] Compiling NIOTransportServices StateManagedListenerChannel.swift
[709/745] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[710/745] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[711/745] Compiling NIOTransportServices NIOTSSingletons.swift
[712/745] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[713/745] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[714/745] Compiling NIOTransportServices NIOTSErrors.swift
[715/745] Compiling NIOTransportServices NIOTSEventLoop.swift
[716/745] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[717/745] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[718/745] Compiling NIOTransportServices NIOTSListenerChannel.swift
[719/745] Emitting module NIOTransportServices
[731/745] Compiling NIOSSL SSLConnection.swift
[732/745] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[733/745] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[736/745] Compiling NIOTransportServices AcceptHandler.swift
[739/745] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[740/745] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[741/745] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[743/746] Compiling NIOSSL Zeroization.swift
[744/746] Compiling NIOSSL TLSConfiguration.swift
[745/746] Compiling NIOSSL UniversalBootstrapSupport.swift
[746/746] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[748/769] Compiling MQTTNIO MQTTConnection.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:47:128: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure
 45 |         let taskHandler = MQTTTaskHandler(client: client)
 46 |         return self.createBootstrap(client: client, pingInterval: pingInterval, taskHandler: taskHandler)
 47 |             .map { MQTTConnection(channel: $0, cleanSession: cleanSession, timeout: client.configuration.timeout, taskHandler: taskHandler) }
    |                                                                                                                                `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure
 48 |     }
 49 |
/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:81:61: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
 79 |                         }
 80 |                     } else {
 81 |                         return channel.pipeline.addHandlers(handlers)
    |                                                             `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
 82 |                     }
 83 |                 }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:63:25: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 61 |                     let handlers: [ChannelHandler] = [
 62 |                         MQTTMessageHandler(client, pingInterval: pingInterval),
 63 |                         taskHandler,
    |                         `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 64 |                     ]
 65 |                     // 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:195:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
193 |
194 |         // add HTTP handler with web socket upgrade
195 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap {
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
196 |             channel.pipeline.addHandler(httpHandler)
197 |         }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:181: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
179 |             let future = channel.eventLoop.makeCompletedFuture {
180 |                 try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
181 |                 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'
182 |             }
183 |             future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:181:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
179 |             let future = channel.eventLoop.makeCompletedFuture {
180 |                 try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
181 |                 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'
182 |             }
183 |             future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:217: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 cleanSession: Bool
    :
215 |         self.taskHandler.addTask(task)
216 |             .flatMap {
217 |                 self.channel.writeAndFlush(message)
    |                 `- warning: capture of 'self' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
218 |             }
219 |             .whenFailure { error in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:220:17: warning: capture of 'task' with non-sendable type 'MQTTTask' in a '@Sendable' closure
218 |             }
219 |             .whenFailure { error in
220 |                 task.fail(error)
    |                 `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a '@Sendable' closure
221 |             }
222 |         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
[749/769] Compiling MQTTNIO MQTTCoreTypes.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:47:128: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure
 45 |         let taskHandler = MQTTTaskHandler(client: client)
 46 |         return self.createBootstrap(client: client, pingInterval: pingInterval, taskHandler: taskHandler)
 47 |             .map { MQTTConnection(channel: $0, cleanSession: cleanSession, timeout: client.configuration.timeout, taskHandler: taskHandler) }
    |                                                                                                                                `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure
 48 |     }
 49 |
/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:81:61: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
 79 |                         }
 80 |                     } else {
 81 |                         return channel.pipeline.addHandlers(handlers)
    |                                                             `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
 82 |                     }
 83 |                 }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:63:25: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 61 |                     let handlers: [ChannelHandler] = [
 62 |                         MQTTMessageHandler(client, pingInterval: pingInterval),
 63 |                         taskHandler,
    |                         `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 64 |                     ]
 65 |                     // 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:195:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
193 |
194 |         // add HTTP handler with web socket upgrade
195 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap {
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
196 |             channel.pipeline.addHandler(httpHandler)
197 |         }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:181: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
179 |             let future = channel.eventLoop.makeCompletedFuture {
180 |                 try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
181 |                 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'
182 |             }
183 |             future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:181:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
179 |             let future = channel.eventLoop.makeCompletedFuture {
180 |                 try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
181 |                 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'
182 |             }
183 |             future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:217: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 cleanSession: Bool
    :
215 |         self.taskHandler.addTask(task)
216 |             .flatMap {
217 |                 self.channel.writeAndFlush(message)
    |                 `- warning: capture of 'self' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
218 |             }
219 |             .whenFailure { error in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:220:17: warning: capture of 'task' with non-sendable type 'MQTTTask' in a '@Sendable' closure
218 |             }
219 |             .whenFailure { error in
220 |                 task.fail(error)
    |                 `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a '@Sendable' closure
221 |             }
222 |         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
[750/769] Compiling MQTTNIO MQTTCoreTypesV5.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:47:128: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure
 45 |         let taskHandler = MQTTTaskHandler(client: client)
 46 |         return self.createBootstrap(client: client, pingInterval: pingInterval, taskHandler: taskHandler)
 47 |             .map { MQTTConnection(channel: $0, cleanSession: cleanSession, timeout: client.configuration.timeout, taskHandler: taskHandler) }
    |                                                                                                                                `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure
 48 |     }
 49 |
/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:81:61: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
 79 |                         }
 80 |                     } else {
 81 |                         return channel.pipeline.addHandlers(handlers)
    |                                                             `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
 82 |                     }
 83 |                 }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:63:25: warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 61 |                     let handlers: [ChannelHandler] = [
 62 |                         MQTTMessageHandler(client, pingInterval: pingInterval),
 63 |                         taskHandler,
    |                         `- warning: capture of 'taskHandler' with non-sendable type 'MQTTTaskHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 64 |                     ]
 65 |                     // 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:195:74: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
193 |
194 |         // add HTTP handler with web socket upgrade
195 |         return channel.pipeline.addHTTPClientHandlers(withClientUpgrade: config).flatMap {
    |                                                                          `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
196 |             channel.pipeline.addHandler(httpHandler)
197 |         }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:181: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
179 |             let future = channel.eventLoop.makeCompletedFuture {
180 |                 try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
181 |                 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'
182 |             }
183 |             future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:181:21: warning: capture of 'afterHandlerAdded' with non-sendable type '() throws -> Void' in an isolated closure
179 |             let future = channel.eventLoop.makeCompletedFuture {
180 |                 try channel.pipeline.syncOperations.addHandler(WebSocketHandler())
181 |                 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'
182 |             }
183 |             future.cascade(to: promise)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:217: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 cleanSession: Bool
    :
215 |         self.taskHandler.addTask(task)
216 |             .flatMap {
217 |                 self.channel.writeAndFlush(message)
    |                 `- warning: capture of 'self' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
218 |             }
219 |             .whenFailure { error in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTConnection.swift:220:17: warning: capture of 'task' with non-sendable type 'MQTTTask' in a '@Sendable' closure
218 |             }
219 |             .whenFailure { error in
220 |                 task.fail(error)
    |                 `- warning: capture of 'task' with non-sendable type 'MQTTTask' in a '@Sendable' closure
221 |             }
222 |         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
[751/769] Emitting module MQTTNIO
[752/772] Compiling MQTTNIO MQTTError.swift
[753/772] Compiling MQTTNIO MQTTInflight.swift
[754/772] Compiling MQTTNIO MQTTListeners.swift
[755/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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     fileprivate var next: Optional<ChannelHandlerContext>
[756/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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     fileprivate var next: Optional<ChannelHandlerContext>
[757/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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     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:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     fileprivate var next: Optional<ChannelHandlerContext>
[758/772] Compiling MQTTNIO MQTTSerializer.swift
[759/772] Compiling MQTTNIO MQTTTask.swift
[760/772] Compiling MQTTNIO TSTLSConfiguration.swift
[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 MQTTClient+async.swift
[765/772] Compiling MQTTNIO MQTTClientV5+async.swift
[766/772] Compiling MQTTNIO Sendable.swift
[767/772] Compiling MQTTNIO MQTTPacket.swift
[768/772] Compiling MQTTNIO MQTTProperties.swift
[769/772] Compiling MQTTNIO MQTTReason.swift
[770/772] Compiling MQTTNIO MQTTClient.swift
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
250 |
251 |             self.shutdownEventLoopGroup(queue: queue) { error in
252 |                 callback(closeError ?? error)
    |                 |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
253 |             }
254 |         }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:252:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
250 |
251 |             self.shutdownEventLoopGroup(queue: queue) { error in
252 |                 callback(closeError ?? error)
    |                 |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
253 |             }
254 |         }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:265:66: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
256 |
257 |     /// shutdown EventLoopGroup
258 |     private func shutdownEventLoopGroup(queue: DispatchQueue, _ callback: @escaping (Error?) -> Void) {
    |                                                                 `- note: parameter 'callback' is implicitly non-sendable
259 |         switch self.eventLoopGroupProvider {
260 |         case .shared:
    :
263 |             }
264 |         case .createNew:
265 |             self.eventLoopGroup.shutdownGracefully(queue: queue, callback)
    |                                                                  `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
266 |         }
267 |     }
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:262:17: warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
260 |         case .shared:
261 |             queue.async {
262 |                 callback(nil)
    |                 |- warning: capture of 'callback' with non-sendable type '((any Error)?) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
263 |             }
264 |         case .createNew:
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:499:44: warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
497 |                     // only reset connection if this connection is still set. Stops a reconnect having its connection removed by the
498 |                     // previous connection
499 |                     if self.connection === connection {
    |                                            `- warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
500 |                         self.connection = nil
501 |                     }
/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 cleanSession: Bool
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:528:31: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a '@Sendable' closure
526 |                 case let auth as MQTTAuthPacket:
527 |                     // auth messages require an auth workflow closure
528 |                     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'
529 |                     return self.processAuth(auth, authWorkflow: authWorkflow, on: eventLoop)
530 |                         .flatMapThrowing { result -> MQTTConnAckPacket in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:636:29: warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a '@Sendable' closure
634 |                         switch auth.reason {
635 |                         case .continueAuthentication:
636 |                             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'
637 |                         case .success:
638 |                             promise.succeed(auth)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:622:14: warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
620 |     ) -> EventLoopFuture<MQTTPacket> {
621 |         let promise = eventLoop.makePromise(of: MQTTPacket.self)
622 |         func workflow(_ packet: MQTTAuthPacket) {
    |              `- warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
623 |             let auth = MQTTAuthV5(reason: packet.reason, properties: packet.properties)
624 |             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:499:44: warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
497 |                     // only reset connection if this connection is still set. Stops a reconnect having its connection removed by the
498 |                     // previous connection
499 |                     if self.connection === connection {
    |                                            `- warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
500 |                         self.connection = nil
501 |                     }
/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 cleanSession: Bool
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:528:31: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a '@Sendable' closure
526 |                 case let auth as MQTTAuthPacket:
527 |                     // auth messages require an auth workflow closure
528 |                     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'
529 |                     return self.processAuth(auth, authWorkflow: authWorkflow, on: eventLoop)
530 |                         .flatMapThrowing { result -> MQTTConnAckPacket in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:636:29: warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a '@Sendable' closure
634 |                         switch auth.reason {
635 |                         case .continueAuthentication:
636 |                             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'
637 |                         case .success:
638 |                             promise.succeed(auth)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:622:14: warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
620 |     ) -> EventLoopFuture<MQTTPacket> {
621 |         let promise = eventLoop.makePromise(of: MQTTPacket.self)
622 |         func workflow(_ packet: MQTTAuthPacket) {
    |              `- warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
623 |             let auth = MQTTAuthV5(reason: packet.reason, properties: packet.properties)
624 |             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:499:44: warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
497 |                     // only reset connection if this connection is still set. Stops a reconnect having its connection removed by the
498 |                     // previous connection
499 |                     if self.connection === connection {
    |                                            `- warning: capture of 'connection' with non-sendable type 'MQTTConnection' in a '@Sendable' closure
500 |                         self.connection = nil
501 |                     }
/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 cleanSession: Bool
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:528:31: warning: capture of 'authWorkflow' with non-sendable type '((MQTTAuthV5, any EventLoop) -> EventLoopFuture<MQTTAuthV5>)?' in a '@Sendable' closure
526 |                 case let auth as MQTTAuthPacket:
527 |                     // auth messages require an auth workflow closure
528 |                     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'
529 |                     return self.processAuth(auth, authWorkflow: authWorkflow, on: eventLoop)
530 |                         .flatMapThrowing { result -> MQTTConnAckPacket in
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:636:29: warning: capture of 'workflow' with non-sendable type '(MQTTAuthPacket) -> ()' in a '@Sendable' closure
634 |                         switch auth.reason {
635 |                         case .continueAuthentication:
636 |                             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'
637 |                         case .success:
638 |                             promise.succeed(auth)
/host/spi-builder-workspace/Sources/MQTTNIO/MQTTClient.swift:622:14: warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
620 |     ) -> EventLoopFuture<MQTTPacket> {
621 |         let promise = eventLoop.makePromise(of: MQTTPacket.self)
622 |         func workflow(_ packet: MQTTAuthPacket) {
    |              `- warning: concurrently-executed local function 'workflow' must be marked as '@Sendable'
623 |             let auth = MQTTAuthV5(reason: packet.reason, properties: packet.properties)
624 |             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! (220.82s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.