The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of LCLWebSocket, reference 1.1.1 (844bba), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 16:32:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Local-Connectivity-Lab/lcl-websocket
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 844bba7 fix build issue with swift 5.10 (#6)
Cloned https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Revision (git rev-parse @):
844bba7d76147f0cc901271edae57764bdc4ac3b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Local-Connectivity-Lab/lcl-websocket.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Local-Connectivity-Lab/lcl-websocket.git
https://github.com/Local-Connectivity-Lab/lcl-websocket.git
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.28.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "LCLWebSocket",
  "name" : "LCLWebSocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LCLWebSocket",
      "targets" : [
        "LCLWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Server",
      "targets" : [
        "Server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Client",
      "targets" : [
        "Client"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutobahnServer",
      "targets" : [
        "AutobahnServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutobahnClient",
      "targets" : [
        "AutobahnClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Server",
      "module_type" : "SwiftTarget",
      "name" : "Server",
      "path" : "Sources/Server",
      "product_memberships" : [
        "Server"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LCLWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "LCLWebSocketTests",
      "path" : "Tests/LCLWebSocketTests",
      "sources" : [
        "LCLWebSocketTests.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCLWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "LCLWebSocket",
      "path" : "Sources/LCLWebSocket",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOWebSocket",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOSSL",
        "NIOTransportServices",
        "Logging",
        "Atomics"
      ],
      "product_memberships" : [
        "LCLWebSocket",
        "Server",
        "Client",
        "AutobahnServer",
        "AutobahnClient"
      ],
      "sources" : [
        "Client/WebSocketClient.swift",
        "LCLWebSocket+ChannelInitializer.swift",
        "LCLWebSocket+Error.swift",
        "LCLWebSocket+EventloopGroup.swift",
        "LCLWebSocket.swift",
        "LCLWebSocketListenable.swift",
        "Server/WebSocketServer.swift",
        "Server/WebSocketServerUpgradeConfiguration.swift",
        "Utils/LCLWebSocket+ChannelOption.swift",
        "Utils/LCLWebSocket+Logging.swift",
        "Utils/LCLWebSocket+SocketOption.swift",
        "Utils/TimeAmount+Extension.swift",
        "WebSocket.swift",
        "WebSocketConfiguration.swift",
        "WebSocketExtensions/PerMessageDeflateExtension.swift",
        "WebSocketExtensions/WebSocketExtension.swift",
        "WebSocketExtensions/WebSocketExtensionNegotiationHandler.swift",
        "WebSocketHandler.swift",
        "WebSocketScheme.swift"
      ],
      "target_dependencies" : [
        "CLCLWebSocketZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "sources" : [
        "AutobahnClientTest.swift",
        "AutobahnServerTest.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Client",
      "module_type" : "SwiftTarget",
      "name" : "Client",
      "path" : "Sources/Client",
      "product_memberships" : [
        "Client"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CLCLWebSocketZlib",
      "module_type" : "ClangTarget",
      "name" : "CLCLWebSocketZlib",
      "path" : "Sources/CLCLWebSocketZlib",
      "product_memberships" : [
        "LCLWebSocket",
        "Server",
        "Client",
        "AutobahnServer",
        "AutobahnClient"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AutobahnServer",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnServer",
      "path" : "Sources/AutobahnServer",
      "product_memberships" : [
        "AutobahnServer"
      ],
      "sources" : [
        "AutohahnServer.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AutobahnClient",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnClient",
      "path" : "Sources/AutobahnClient",
      "product_memberships" : [
        "AutobahnClient"
      ],
      "sources" : [
        "AutobahnClient.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/455] Write sources
[5/455] Write Client-entitlement.plist
[5/455] Write AutobahnServer-entitlement.plist
[5/455] Write Server-entitlement.plist
[5/455] Write sources
[10/455] Copying PrivacyInfo.xcprivacy
[12/455] Write sources
[14/455] Copying PrivacyInfo.xcprivacy
[14/455] Write sources
[24/455] Compiling CNIOWindows shim.c
[24/455] Compiling CNIOWindows WSAStartup.c
[26/455] Compiling CNIOWASI CNIOWASI.c
[27/455] Compiling CNIOLinux liburing_shims.c
[28/455] Compiling CNIOLinux shim.c
[29/455] Compiling CLCLWebSocketZlib empty.c
[30/455] Write swift-version-2F0A5646E1D333AE.txt
[31/455] Compiling fiat_p256_adx_sqr.S
[32/455] Compiling fiat_p256_adx_mul.S
[33/455] Compiling fiat_curve25519_adx_square.S
[34/461] Compiling _AtomicsShims.c
[35/466] Compiling CNIOSHA1 c_nio_sha1.c
[36/466] Compiling CNIOLLHTTP c_nio_http.c
[37/466] Compiling fiat_curve25519_adx_mul.S
[38/484] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/484] Compiling CNIOLLHTTP c_nio_api.c
[40/484] Compiling CNIODarwin shim.c
[42/484] Compiling InternalCollectionsUtilities Debugging.swift
[43/484] Compiling InternalCollectionsUtilities Descriptions.swift
[44/485] Emitting module InternalCollectionsUtilities
[45/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[46/485] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[47/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/485] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/485] Compiling InternalCollectionsUtilities Specialize.swift
[51/485] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/485] Emitting module _NIOBase64
[53/485] Compiling _NIOBase64 Base64.swift
[53/485] Compiling CNIOBoringSSLShims shims.c
[55/485] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[56/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[57/485] Compiling InternalCollectionsUtilities Integer rank.swift
[58/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/485] Compiling tls_method.cc
[64/485] Compiling tls_record.cc
[64/485] Compiling tls13_enc.cc
[64/485] Compiling tls13_server.cc
[68/485] Compiling Logging MetadataProvider.swift
[69/485] Emitting module _NIODataStructures
[70/485] Emitting module Logging
[71/485] Compiling Logging Locks.swift
[72/501] Compiling DequeModule _DequeSlot.swift
[73/502] Compiling _NIODataStructures Heap.swift
[74/502] Compiling _NIODataStructures _TinyArray.swift
[75/502] Compiling _NIODataStructures PriorityQueue.swift
[75/502] Compiling tls13_client.cc
[77/502] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/502] Compiling t1_enc.cc
[78/502] Compiling tls13_both.cc
[80/502] Compiling Logging Logging.swift
[81/502] Compiling Logging LogHandler.swift
[82/502] Compiling DequeModule _DequeBuffer.swift
[83/502] Compiling DequeModule Deque._UnsafeHandle.swift
[84/502] Compiling DequeModule Deque.swift
[85/502] Compiling DequeModule _DequeBufferHeader.swift
[86/502] Compiling DequeModule Deque+Testing.swift
[87/502] Compiling DequeModule Deque._Storage.swift
[88/502] Compiling DequeModule Deque+Extras.swift
[89/502] Compiling DequeModule Deque+Hashable.swift
[90/502] Compiling DequeModule Deque+Equatable.swift
[91/502] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/502] Compiling DequeModule Deque+Codable.swift
[93/502] Compiling DequeModule Deque+Collection.swift
[94/502] Compiling DequeModule Deque+CustomReflectable.swift
[95/502] Compiling DequeModule Deque+Descriptions.swift
[96/502] Emitting module DequeModule
[96/502] Compiling ssl_stat.cc
[97/502] Compiling ssl_transcript.cc
[98/502] Compiling ssl_x509.cc
[99/502] Compiling ssl_versions.cc
[100/502] Compiling ssl_session.cc
[101/502] Compiling ssl_privkey.cc
[102/502] Compiling ssl_key_share.cc
[103/502] Compiling ssl_file.cc
[104/502] Compiling ssl_lib.cc
[105/502] Compiling ssl_buffer.cc
[106/502] Compiling ssl_cipher.cc
[107/502] Compiling ssl_credential.cc
[108/502] Compiling ssl_asn1.cc
[109/502] Compiling ssl_cert.cc
[110/502] Compiling ssl_aead_ctx.cc
[111/502] Compiling s3_pkt.cc
[112/502] Compiling s3_lib.cc
[113/502] Compiling s3_both.cc
[114/502] Compiling handshake_server.cc
[115/502] Compiling handshake_client.cc
[116/502] Compiling handshake.cc
[117/502] Compiling handoff.cc
[118/502] Compiling encrypted_client_hello.cc
[119/502] Compiling md5-x86_64-linux.S
[120/502] Compiling md5-x86_64-apple.S
[121/502] Compiling md5-586-linux.S
[122/502] Compiling md5-586-apple.S
[123/502] Compiling extensions.cc
[124/502] Compiling dtls_method.cc
[125/502] Compiling chacha20_poly1305_x86_64-linux.S
[126/502] Compiling dtls_record.cc
[127/502] Compiling chacha20_poly1305_x86_64-apple.S
[128/502] Compiling chacha20_poly1305_armv8-win.S
[129/502] Compiling chacha20_poly1305_armv8-linux.S
[130/502] Compiling chacha-x86_64-linux.S
[131/502] Compiling chacha-x86_64-apple.S
[132/502] Compiling chacha20_poly1305_armv8-apple.S
[133/502] Compiling chacha-x86-linux.S
[134/502] Compiling chacha-x86-apple.S
[135/502] Compiling chacha-armv8-win.S
[136/502] Compiling chacha-armv8-linux.S
[137/502] Compiling d1_srtp.cc
[138/502] Compiling chacha-armv4-linux.S
[139/502] Compiling chacha-armv8-apple.S
[140/502] Compiling aes128gcmsiv-x86_64-linux.S
[141/502] Compiling aes128gcmsiv-x86_64-apple.S
[142/502] Compiling x86_64-mont5-linux.S
[143/502] Compiling d1_pkt.cc
[144/502] Compiling x86_64-mont5-apple.S
[145/502] Compiling x86_64-mont-linux.S
[146/502] Compiling x86_64-mont-apple.S
[147/502] Compiling x86-mont-apple.S
[147/502] Compiling x86-mont-linux.S
[149/502] Compiling vpaes-x86_64-linux.S
[150/502] Compiling err_data.cc
[151/502] Compiling vpaes-x86-linux.S
[152/502] Compiling vpaes-x86_64-apple.S
[153/502] Compiling vpaes-x86-apple.S
[154/502] Compiling vpaes-armv8-linux.S
[155/502] Compiling vpaes-armv8-win.S
[156/502] Compiling vpaes-armv7-linux.S
[157/502] Compiling vpaes-armv8-apple.S
[158/502] Compiling sha512-x86_64-linux.S
[159/502] Compiling sha512-x86_64-apple.S
[160/502] Compiling sha512-armv8-win.S
[161/502] Compiling sha512-armv8-linux.S
[162/502] Compiling sha512-armv4-linux.S
[163/502] Compiling sha512-586-linux.S
[164/502] Compiling bio_ssl.cc
[165/502] Compiling sha512-armv8-apple.S
[166/502] Compiling sha256-x86_64-linux.S
[167/502] Compiling sha512-586-apple.S
[168/502] Compiling sha256-x86_64-apple.S
[169/502] Compiling sha256-armv8-win.S
[170/502] Compiling sha256-armv8-linux.S
[171/502] Compiling sha256-armv4-linux.S
[172/502] Compiling sha256-armv8-apple.S
[172/502] Compiling sha256-586-linux.S
[174/502] Compiling d1_lib.cc
[175/502] Compiling sha256-586-apple.S
[175/502] Compiling sha1-x86_64-linux.S
[177/502] Compiling sha1-x86_64-apple.S
[178/502] Compiling sha1-armv8-win.S
[179/502] Compiling sha1-armv8-linux.S
[180/502] Compiling sha1-586-linux.S
[181/502] Compiling sha1-armv4-large-linux.S
[182/502] Compiling sha1-armv8-apple.S
[183/502] Compiling sha1-586-apple.S
[184/502] Compiling rsaz-avx2-apple.S
[185/502] Compiling rsaz-avx2-linux.S
[186/502] Compiling rdrand-x86_64-linux.S
[187/502] Compiling rdrand-x86_64-apple.S
[188/502] Compiling p256_beeu-x86_64-asm-linux.S
[189/502] Compiling p256_beeu-x86_64-asm-apple.S
[190/502] Compiling p256_beeu-armv8-asm-win.S
[191/502] Compiling p256-x86_64-asm-apple.S
[191/502] Compiling p256_beeu-armv8-asm-linux.S
[193/502] Compiling p256-x86_64-asm-linux.S
[193/502] Compiling p256_beeu-armv8-asm-apple.S
[195/502] Compiling p256-armv8-asm-win.S
[196/502] Compiling d1_both.cc
[197/502] Compiling p256-armv8-asm-linux.S
[198/502] Compiling ghashv8-armv8-win.S
[199/502] Compiling p256-armv8-asm-apple.S
[200/502] Compiling ghashv8-armv8-linux.S
[201/502] Compiling ghashv8-armv7-linux.S
[202/502] Compiling ghash-x86_64-linux.S
[203/502] Compiling ghashv8-armv8-apple.S
[204/502] Compiling ghash-x86_64-apple.S
[204/502] Compiling ghash-x86-linux.S
[206/502] Compiling ghash-x86-apple.S
[207/502] Compiling ghash-ssse3-x86_64-linux.S
[208/502] Compiling ghash-ssse3-x86_64-apple.S
[208/502] Compiling ghash-ssse3-x86-apple.S
[210/502] Compiling ghash-ssse3-x86-linux.S
[211/502] Compiling ghash-neon-armv8-win.S
[212/502] Compiling ghash-neon-armv8-linux.S
[213/502] Compiling ghash-armv4-linux.S
[214/502] Compiling co-586-linux.S
[215/502] Compiling ghash-neon-armv8-apple.S
[216/502] Compiling bsaes-armv7-linux.S
[217/502] Compiling co-586-apple.S
[218/502] Compiling bn-armv8-linux.S
[219/502] Compiling bn-armv8-win.S
[220/502] Compiling bn-armv8-apple.S
[221/502] Compiling bn-586-linux.S
[222/502] Compiling bn-586-apple.S
[223/502] Compiling armv8-mont-win.S
[224/502] Compiling armv8-mont-linux.S
[225/502] Compiling armv4-mont-linux.S
[226/502] Compiling armv8-mont-apple.S
[227/502] Compiling aesv8-gcm-armv8-win.S
[228/502] Compiling aesv8-gcm-armv8-linux.S
[229/502] Compiling aesv8-armv8-linux.S
[230/502] Compiling aesv8-armv8-win.S
[231/502] Compiling aesv8-gcm-armv8-apple.S
[232/502] Compiling aesv8-armv8-apple.S
[233/502] Compiling aesv8-armv7-linux.S
[233/502] Compiling aesni-x86_64-linux.S
[235/502] Compiling aesni-x86_64-apple.S
[236/502] Compiling aesni-x86-linux.S
[237/502] Compiling aesni-x86-apple.S
[238/502] Compiling aesni-gcm-x86_64-linux.S
[239/502] Compiling aesni-gcm-x86_64-apple.S
[240/502] Compiling aes-gcm-avx2-x86_64-linux.S
[241/502] Compiling aes-gcm-avx2-x86_64-apple.S
[242/502] Compiling aes-gcm-avx10-x86_64-apple.S
[243/502] Compiling aes-gcm-avx10-x86_64-linux.S
[244/502] Compiling x_x509a.cc
[245/502] Compiling x_sig.cc
[246/502] Compiling x_val.cc
[247/502] Compiling x_spki.cc
[248/502] Compiling x_x509.cc
[249/502] Compiling x_req.cc
[250/502] Compiling x_pubkey.cc
[251/502] Compiling x_exten.cc
[252/502] Compiling x_crl.cc
[253/502] Compiling x_name.cc
[254/502] Compiling x_attrib.cc
[255/502] Compiling x509spki.cc
[256/502] Compiling x_algor.cc
[257/502] Compiling x509rset.cc
[258/502] Compiling x_all.cc
[259/502] Compiling x509cset.cc
[260/502] Compiling x509name.cc
[261/502] Compiling x509_vpm.cc
[262/502] Compiling x509_v3.cc
[263/502] Compiling x509_vfy.cc
[264/502] Compiling x509_txt.cc
[265/502] Compiling x509_set.cc
[266/502] Compiling x509_trs.cc
[267/502] Compiling x509_obj.cc
[268/502] Compiling x509_req.cc
[269/502] Compiling x509_lu.cc
[269/502] Compiling x509_ext.cc
[271/502] Compiling x509_d2.cc
[272/502] Compiling x509_def.cc
[273/502] Compiling x509_cmp.cc
[274/502] Compiling x509_att.cc
[275/502] Compiling x509.cc
[276/502] Compiling v3_skey.cc
[277/502] Compiling v3_utl.cc
[278/502] Compiling v3_purp.cc
[279/502] Compiling v3_prn.cc
[280/502] Compiling v3_ocsp.cc
[281/502] Compiling v3_pmaps.cc
[282/502] Compiling v3_pcons.cc
[283/502] Compiling v3_ncons.cc
[284/502] Compiling v3_int.cc
[285/502] Compiling v3_lib.cc
[286/502] Compiling v3_info.cc
[287/502] Compiling v3_ia5.cc
[288/502] Compiling v3_extku.cc
[289/502] Compiling v3_genn.cc
[290/502] Compiling v3_enum.cc
[291/502] Compiling v3_cpols.cc
[292/502] Compiling v3_crld.cc
[293/502] Compiling v3_conf.cc
[294/502] Compiling v3_bcons.cc
[295/502] Compiling v3_bitst.cc
[296/502] Compiling v3_alt.cc
[297/502] Compiling v3_akeya.cc
[298/502] Compiling v3_akey.cc
[299/502] Compiling t_x509a.cc
[300/502] Compiling t_x509.cc
[301/502] Compiling t_crl.cc
[302/502] Compiling t_req.cc
[303/502] Compiling rsa_pss.cc
[304/502] Compiling i2d_pr.cc
[305/502] Compiling name_print.cc
[306/502] Compiling policy.cc
[307/502] Compiling by_file.cc
[308/502] Compiling by_dir.cc
[309/502] Compiling asn1_gen.cc
[310/502] Compiling algorithm.cc
[311/502] Compiling a_sign.cc
[312/502] Compiling a_digest.cc
[313/502] Compiling a_verify.cc
[314/502] Compiling voprf.cc
[315/502] Compiling thread_win.cc
[316/502] Compiling thread_pthread.cc
[317/502] Compiling thread_none.cc
[318/502] Compiling thread.cc
[319/502] Compiling trust_token.cc
[320/502] Compiling stack.cc
[321/502] Compiling pmbtoken.cc
[322/502] Compiling slhdsa.cc
[323/502] Compiling spake2plus.cc
[324/502] Compiling siphash.cc
[325/502] Compiling sha512.cc
[326/502] Compiling sha256.cc
[327/502] Compiling sha1.cc
[328/502] Compiling rsa_extra.cc
[329/502] Compiling rsa_print.cc
[330/502] Compiling rsa_crypt.cc
[331/502] Compiling refcount.cc
[332/502] Compiling rc4.cc
[333/502] Compiling rsa_asn1.cc
[334/502] Compiling windows.cc
[335/502] Compiling urandom.cc
[336/502] Compiling trusty.cc
[337/502] Compiling rand.cc
[338/502] Compiling ios.cc
[339/502] Compiling passive.cc
[340/502] Compiling poly1305_arm_asm.S
[341/502] Compiling getentropy.cc
[342/502] Compiling forkunsafe.cc
[343/502] Compiling fork_detect.cc
[344/502] Compiling deterministic.cc
[345/502] Compiling poly1305_vec.cc
[346/502] Compiling poly1305_arm.cc
[347/502] Compiling poly1305.cc
[348/502] Compiling pool.cc
[349/502] Compiling pkcs8.cc
[350/502] Compiling pkcs8_x509.cc
[351/502] Compiling pkcs7.cc
[352/502] Compiling p5_pbev2.cc
[353/502] Compiling pkcs7_x509.cc
[354/502] Compiling pem_xaux.cc
[355/502] Compiling pem_x509.cc
[356/502] Compiling pem_pkey.cc
[357/502] Compiling pem_pk8.cc
[358/502] Compiling pem_oth.cc
[359/502] Compiling mlkem.cc
[360/502] Compiling obj_xref.cc
[361/502] Compiling mldsa.cc
[362/502] Compiling pem_info.cc
[363/502] Compiling pem_lib.cc
[364/502] Compiling pem_all.cc
[365/502] Compiling poly_rq_mul.S
[366/502] Compiling fips_shared_support.cc
[367/502] Compiling obj.cc
[368/502] Compiling mem.cc
[369/502] Compiling md5.cc
[370/502] Compiling md4.cc
[371/502] Compiling lhash.cc
[372/502] Compiling kyber.cc
[373/502] Compiling ex_data.cc
[374/502] Compiling sign.cc
[375/502] Compiling scrypt.cc
[376/502] Compiling print.cc
[377/502] Compiling pbkdf.cc
[378/502] Compiling hpke.cc
[379/502] Compiling hrss.cc
[380/502] Compiling p_x25519_asn1.cc
[381/502] Compiling p_x25519.cc
[382/502] Compiling p_ed25519.cc
[383/502] Compiling p_rsa_asn1.cc
[384/502] Compiling p_hkdf.cc
[385/502] Compiling p_rsa.cc
[386/502] Compiling p_ec.cc
[387/502] Compiling p_ed25519_asn1.cc
[388/502] Compiling p_ec_asn1.cc
[389/502] Compiling p_dh_asn1.cc
[390/502] Compiling p_dsa_asn1.cc
[391/502] Compiling p_dh.cc
[392/502] Compiling evp_ctx.cc
[393/502] Compiling evp.cc
[394/502] Compiling err.cc
[395/502] Compiling engine.cc
[396/502] Compiling evp_asn1.cc
[397/502] Compiling ecdsa_asn1.cc
[398/502] Compiling ecdh.cc
[399/502] Compiling hash_to_curve.cc
[400/502] Compiling ec_derive.cc
[401/502] Compiling dsa.cc
[402/502] Compiling dsa_asn1.cc
[403/502] Compiling bcm.cc
[404/502] Compiling ec_asn1.cc
[405/502] Compiling params.cc
[406/502] Compiling x25519-asm-arm.S
[407/502] Compiling digest_extra.cc
[408/502] Compiling des.cc
[409/502] Compiling dh_asn1.cc
[410/502] Compiling curve25519_64_adx.cc
[411/502] Compiling spake25519.cc
[412/502] Compiling cpu_intel.cc
[413/502] Compiling cpu_arm_linux.cc
[414/502] Compiling crypto.cc
[415/502] Compiling cpu_aarch64_win.cc
[416/502] Compiling cpu_arm_freebsd.cc
[417/502] Compiling curve25519.cc
[418/502] Compiling cpu_aarch64_sysreg.cc
[419/502] Compiling cpu_aarch64_openbsd.cc
[420/502] Compiling cpu_aarch64_linux.cc
[421/502] Compiling cpu_aarch64_fuchsia.cc
[422/502] Compiling cpu_aarch64_apple.cc
[423/502] Compiling conf.cc
[423/502] Compiling tls_cbc.cc
[425/502] Compiling get_cipher.cc
[426/502] Compiling e_tls.cc
[427/502] Compiling e_rc4.cc
[428/502] Compiling e_rc2.cc
[429/502] Compiling e_null.cc
[430/502] Compiling e_des.cc
[431/502] Compiling e_chacha20poly1305.cc
[432/502] Compiling e_aesgcmsiv.cc
[433/502] Compiling derive_key.cc
[434/502] Compiling chacha.cc
[435/502] Compiling e_aesctrhmac.cc
[436/502] Compiling unicode.cc
[437/502] Compiling ber.cc
[438/502] Compiling cbs.cc
[439/502] Compiling cbb.cc
[440/502] Compiling asn1_compat.cc
[441/502] Compiling buf.cc
[442/502] Compiling blake2.cc
[443/502] Compiling socket_helper.cc
[444/502] Compiling bn_asn1.cc
[445/502] Compiling convert.cc
[446/502] Compiling socket.cc
[447/502] Compiling printf.cc
[448/502] Compiling hexdump.cc
[449/502] Compiling pair.cc
[450/502] Compiling file.cc
[451/502] Compiling fd.cc
[452/502] Compiling errno.cc
[453/502] Compiling connect.cc
[454/502] Compiling bio_mem.cc
[455/502] Compiling bio.cc
[456/502] Compiling base64.cc
[457/502] Compiling tasn_typ.cc
[458/502] Compiling tasn_fre.cc
[459/502] Compiling tasn_enc.cc
[460/502] Compiling tasn_utl.cc
[461/502] Compiling tasn_new.cc
[462/502] Compiling posix_time.cc
[463/502] Compiling f_string.cc
[464/502] Compiling tasn_dec.cc
[465/502] Compiling f_int.cc
[466/502] Compiling asn_pack.cc
[467/502] Compiling asn1_par.cc
[468/502] Compiling asn1_lib.cc
[469/502] Compiling a_utctm.cc
[470/502] Compiling a_type.cc
[471/502] Compiling a_time.cc
[472/502] Compiling a_octet.cc
[473/502] Compiling a_strnid.cc
[474/502] Compiling a_strex.cc
[475/502] Compiling a_object.cc
[475/502] Compiling a_mbstr.cc
[477/502] Write sources
[479/502] Write AutobahnClient-entitlement.plist
[480/502] Write sources
[481/502] Compiling a_i2d_fp.cc
[482/502] Compiling a_int.cc
[483/502] Compiling a_dup.cc
[484/517] Compiling a_d2i_fp.cc
[485/521] Compiling a_gentm.cc
[486/521] Compiling a_bitstr.cc
[487/521] Compiling a_bool.cc
[489/521] Compiling Atomics ManagedAtomic.swift
[490/521] Compiling Atomics ManagedAtomicLazyReference.swift
[491/521] Compiling Atomics UnsafeAtomic.swift
[492/521] Compiling Atomics UnsafeAtomicLazyReference.swift
[493/521] Compiling Atomics AtomicStorage.swift
[494/521] Compiling Atomics AtomicValue.swift
[495/521] Compiling Atomics Primitives.shims.swift
[496/521] Compiling Atomics AtomicInteger.swift
[497/521] Compiling Atomics AtomicMemoryOrderings.swift
[498/521] Compiling Atomics DoubleWord.swift
[499/523] Compiling Atomics AtomicOptionalWrappable.swift
[500/523] Compiling Atomics AtomicReference.swift
[501/523] Compiling Atomics IntegerOperations.swift
[502/523] Compiling Atomics Unmanaged extensions.swift
[503/523] Compiling Atomics AtomicBool.swift
[504/523] Compiling Atomics IntegerConformances.swift
[505/523] Compiling Atomics PointerConformances.swift
[506/523] Compiling Atomics Primitives.native.swift
[507/523] Emitting module Atomics
[508/523] Compiling Atomics OptionalRawRepresentable.swift
[509/523] Compiling Atomics RawRepresentable.swift
[509/523] Compiling c-nioatomics.c
[510/523] Compiling c-atomics.c
[512/529] Compiling NIOConcurrencyHelpers lock.swift
[513/529] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[514/529] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[515/529] Compiling NIOConcurrencyHelpers NIOLock.swift
[516/529] Emitting module NIOConcurrencyHelpers
[517/529] Compiling NIOConcurrencyHelpers atomics.swift
[518/590] Compiling NIOCore GlobalSingletons.swift
[519/590] Compiling NIOCore IO.swift
[520/590] Compiling NIOCore IOData.swift
[521/590] Compiling NIOCore IPProtocol.swift
[522/590] Compiling NIOCore IntegerBitPacking.swift
[523/590] Compiling NIOCore IntegerTypes.swift
[524/596] Compiling NIOCore Interfaces.swift
[525/596] Compiling NIOCore Linux.swift
[526/596] Compiling NIOCore MarkedCircularBuffer.swift
[527/596] Compiling NIOCore MulticastChannel.swift
[528/596] Compiling NIOCore NIOAny.swift
[529/596] Compiling NIOCore NIOCloseOnErrorHandler.swift
[530/596] Compiling NIOCore AddressedEnvelope.swift
[531/596] Compiling NIOCore AsyncAwaitSupport.swift
[532/596] Compiling NIOCore AsyncChannel.swift
[533/596] Compiling NIOCore AsyncChannelHandler.swift
[534/596] Compiling NIOCore AsyncChannelInboundStream.swift
[535/596] Compiling NIOCore AsyncChannelOutboundWriter.swift
[536/596] Compiling NIOCore NIOAsyncSequenceProducer.swift
[537/596] Compiling NIOCore SocketOptionProvider.swift
[538/596] Compiling NIOCore SystemCallHelpers.swift
[539/596] Compiling NIOCore TimeAmount+Duration.swift
[540/596] Compiling NIOCore TypeAssistedChannelHandler.swift
[541/596] Compiling NIOCore UniversalBootstrapSupport.swift
[542/596] Compiling NIOCore Utilities.swift
[543/596] Compiling NIOCore NIOLoopBound.swift
[544/596] Compiling NIOCore NIOScheduledCallback.swift
[545/596] Compiling NIOCore NIOSendable.swift
[546/596] Compiling NIOCore RecvByteBufferAllocator.swift
[547/596] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[548/596] Compiling NIOCore SocketAddresses.swift
[549/596] Compiling NIOCore Codec.swift
[550/596] Compiling NIOCore ConvenienceOptionSupport.swift
[551/596] Compiling NIOCore DeadChannel.swift
[552/596] Compiling NIOCore DispatchQueue+WithFuture.swift
[553/596] Compiling NIOCore EventLoop+Deprecated.swift
[554/596] Compiling NIOCore EventLoop+SerialExecutor.swift
[555/596] Compiling NIOCore EventLoop.swift
[556/596] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[557/596] Compiling NIOCore NIOAsyncWriter.swift
[558/596] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[559/596] Compiling NIOCore BSDSocketAPI.swift
[560/596] Compiling NIOCore ByteBuffer-aux.swift
[561/596] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[562/596] Compiling NIOCore ByteBuffer-conversions.swift
[563/596] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[564/596] Compiling NIOCore EventLoopFuture+Deprecated.swift
[565/596] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[566/596] Compiling NIOCore EventLoopFuture.swift
[567/596] Compiling NIOCore FileDescriptor.swift
[568/596] Compiling NIOCore FileHandle.swift
[569/596] Compiling NIOCore FileRegion.swift
[570/596] Compiling NIOCore Channel.swift
[571/596] Compiling NIOCore ChannelHandler.swift
[572/596] Compiling NIOCore ChannelHandlers.swift
[573/596] Compiling NIOCore ChannelInvoker.swift
[574/596] Compiling NIOCore ChannelOption.swift
[575/596] Compiling NIOCore ChannelPipeline.swift
[576/596] Compiling NIOCore CircularBuffer.swift
[577/596] Emitting module NIOCore
[578/596] Compiling NIOCore ByteBuffer-core.swift
[579/596] Compiling NIOCore ByteBuffer-hex.swift
[580/596] Compiling NIOCore ByteBuffer-int.swift
[581/596] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[582/596] Compiling NIOCore ByteBuffer-multi-int.swift
[583/596] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[584/596] Compiling NIOCore ByteBuffer-views.swift
[585/649] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[586/649] Compiling NIOEmbedded Embedded.swift
[587/649] Emitting module NIOEmbedded
[588/649] Compiling NIOEmbedded AsyncTestingChannel.swift
[589/649] Compiling NIOPosix GetaddrinfoResolver.swift
[590/649] Compiling NIOPosix HappyEyeballs.swift
[591/649] Compiling NIOPosix IO.swift
[592/649] Compiling NIOPosix IntegerBitPacking.swift
[593/649] Compiling NIOPosix IntegerTypes.swift
[594/649] Compiling NIOPosix Linux.swift
[595/654] Compiling NIOPosix BSDSocketAPICommon.swift
[596/654] Compiling NIOPosix BSDSocketAPIPosix.swift
[597/654] Compiling NIOPosix BSDSocketAPIWindows.swift
[598/654] Compiling NIOPosix BaseSocket.swift
[599/654] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[600/654] Compiling NIOPosix BaseSocketChannel.swift
[601/654] Compiling NIOPosix PendingDatagramWritesManager.swift
[602/654] Compiling NIOPosix PendingWritesManager.swift
[603/654] Compiling NIOPosix PipeChannel.swift
[604/654] Compiling NIOPosix PipePair.swift
[605/654] Compiling NIOPosix Pool.swift
[606/654] Compiling NIOPosix SocketProtocols.swift
[607/654] Compiling NIOPosix System.swift
[608/654] Compiling NIOPosix Thread.swift
[609/654] Compiling NIOPosix ThreadPosix.swift
[610/654] Compiling NIOPosix ThreadWindows.swift
[611/654] Compiling NIOPosix PooledRecvBufferAllocator.swift
[612/654] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[613/654] Compiling NIOPosix PosixSingletons.swift
[614/654] Compiling NIOPosix RawSocketBootstrap.swift
[615/654] Compiling NIOPosix Resolver.swift
[616/654] Compiling NIOPosix LinuxCPUSet.swift
[617/654] Compiling NIOPosix LinuxUring.swift
[618/654] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[619/654] Compiling NIOPosix NIOThreadPool.swift
[620/654] Compiling NIOPosix NonBlockingFileIO.swift
[621/654] Emitting module NIOPosix
[622/654] Compiling NIOPosix Selectable.swift
[623/654] Compiling NIOPosix SelectableChannel.swift
[624/654] Compiling NIOPosix SelectableEventLoop.swift
[625/654] Compiling NIOPosix SelectorEpoll.swift
[626/654] Compiling NIOPosix SelectorGeneric.swift
[627/654] Compiling NIOPosix SelectorKqueue.swift
[628/654] Compiling NIOPosix SelectorUring.swift
[629/654] Compiling NIOPosix ServerSocket.swift
[630/654] Compiling NIOPosix Socket.swift
[631/654] Compiling NIOPosix SocketChannel.swift
[632/654] Compiling NIOPosix BaseStreamSocketChannel.swift
[633/654] Compiling NIOPosix Bootstrap.swift
[634/654] Compiling NIOPosix ControlMessage.swift
[635/654] Compiling NIOPosix DatagramVectorReadManager.swift
[636/654] Compiling NIOPosix Errors+Any.swift
[637/654] Compiling NIOPosix FileDescriptor.swift
[638/654] Compiling NIOPosix UnsafeTransfer.swift
[639/654] Compiling NIOPosix Utilities.swift
[640/654] Compiling NIOPosix VsockAddress.swift
[641/654] Compiling NIOPosix VsockChannelEvents.swift
[642/654] Compiling NIOPosix resource_bundle_accessor.swift
[643/656] Emitting module NIO
[644/656] Compiling NIO Exports.swift
[645/684] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[646/684] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[647/685] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[648/685] Emitting module NIOTLS
[649/685] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[650/685] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[651/685] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[652/685] Compiling NIOTLS TLSEvents.swift
[653/685] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[654/685] Compiling NIOTLS SNIHandler.swift
[655/685] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[656/685] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[657/685] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[658/685] Emitting module NIOFoundationCompat
[659/737] Compiling NIOTransportServices AcceptHandler.swift
[660/737] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[661/737] Compiling NIOTransportServices NIOTSBootstraps.swift
[662/737] Compiling NIOTransportServices NIOTSChannelOptions.swift
[663/737] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[664/737] Compiling NIOTransportServices NIOTSErrors.swift
[665/737] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[666/737] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[667/737] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[668/737] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[669/737] Compiling NIOTransportServices NIOTSListenerChannel.swift
[670/737] Compiling NIOTransportServices NIOTSEventLoop.swift
[671/737] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[672/737] Compiling NIOTransportServices NIOTSDatagramListener.swift
[673/737] Emitting module NIOHTTP1
[674/747] Emitting module NIOSSL
[675/750] Emitting module NIOWebSocket
[676/751] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[677/751] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[678/751] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[679/751] Compiling NIOWebSocket SHA1.swift
[680/751] Compiling NIOWebSocket WebSocketErrorCodes.swift
[681/751] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[682/751] Compiling NIOWebSocket WebSocketOpcode.swift
[683/751] Compiling NIOWebSocket WebSocketFrame.swift
[684/751] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[685/751] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[686/751] Compiling NIOSSL SSLInit.swift
[687/751] Compiling NIOSSL SSLPKCS12Bundle.swift
[688/751] Compiling NIOSSL SSLPrivateKey.swift
[690/751] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[691/753] Emitting module NIOTransportServices
[705/753] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[706/753] Compiling NIOTransportServices NIOTSSingletons.swift
[715/753] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[716/753] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[717/753] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[718/753] Compiling NIOSSL SubjectAlternativeName.swift
[719/753] Compiling NIOSSL NIOSSLSecureBytes.swift
[720/753] Compiling NIOSSL RNG.swift
[730/753] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[731/753] Compiling NIOTransportServices StateManagedChannel.swift
[732/753] Compiling NIOTransportServices StateManagedListenerChannel.swift
[735/753] Compiling NIOSSL UniversalBootstrapSupport.swift
[736/753] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[737/753] Compiling NIOSSL resource_bundle_accessor.swift
[742/772] Compiling LCLWebSocket WebSocket.swift
[743/772] Compiling LCLWebSocket WebSocketConfiguration.swift
[744/772] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[745/772] Compiling LCLWebSocket WebSocketHandler.swift
[746/773] Compiling LCLWebSocket WebSocketScheme.swift
[747/773] Compiling LCLWebSocket LCLWebSocket.swift
[748/773] Compiling LCLWebSocket LCLWebSocketListenable.swift
[749/773] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
[750/773] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[751/773] Compiling LCLWebSocket WebSocketServer.swift
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:166:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
156 |     /// - Parameters:
157 |     ///     - callback: callback function that will be invoked when an error occurred during shutdown
158 |     public func shutdown(_ callback: @escaping ((Error?) -> Void)) {
    |                            `- note: parameter 'callback' is implicitly non-sendable
159 |         let (exchanged, _) = self.isShutdown.compareExchange(
160 |             expected: false,
    :
164 |         if exchanged {
165 |             logger.info("WebSocket server is shutting down ...")
166 |             self.eventloopGroup.shutdownGracefully(callback)
    |                                                    `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
167 |         } else {
168 |             logger.info("WebSocket server already shutdown")
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:319:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 |         with configuration: LCLWebSocket.Configuration,
282 |         resolvedAddress: SocketAddress,
283 |         childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 |     ) -> EventLoopFuture<Channel> {
285 |
    :
317 |                     return channel.eventLoop.makeSucceededVoidFuture()
318 |                 }
319 |                 .childChannelInitializer(childChannelInitializer)
    |                                          `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
320 |                 .bind(to: resolvedAddress)
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:353:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 |         with configuration: LCLWebSocket.Configuration,
282 |         resolvedAddress: SocketAddress,
283 |         childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 |     ) -> EventLoopFuture<Channel> {
285 |
    :
351 |                     return channel.eventLoop.makeSucceededVoidFuture()
352 |                 }
353 |                 .childChannelInitializer(childChannelInitializer)
    |                                          `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
354 |                 .bind(to: resolvedAddress)
355 |         }
[752/773] Compiling LCLWebSocket WebSocketServerUpgradeConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:166:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
156 |     /// - Parameters:
157 |     ///     - callback: callback function that will be invoked when an error occurred during shutdown
158 |     public func shutdown(_ callback: @escaping ((Error?) -> Void)) {
    |                            `- note: parameter 'callback' is implicitly non-sendable
159 |         let (exchanged, _) = self.isShutdown.compareExchange(
160 |             expected: false,
    :
164 |         if exchanged {
165 |             logger.info("WebSocket server is shutting down ...")
166 |             self.eventloopGroup.shutdownGracefully(callback)
    |                                                    `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
167 |         } else {
168 |             logger.info("WebSocket server already shutdown")
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:319:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 |         with configuration: LCLWebSocket.Configuration,
282 |         resolvedAddress: SocketAddress,
283 |         childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 |     ) -> EventLoopFuture<Channel> {
285 |
    :
317 |                     return channel.eventLoop.makeSucceededVoidFuture()
318 |                 }
319 |                 .childChannelInitializer(childChannelInitializer)
    |                                          `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
320 |                 .bind(to: resolvedAddress)
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:353:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 |         with configuration: LCLWebSocket.Configuration,
282 |         resolvedAddress: SocketAddress,
283 |         childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 |     ) -> EventLoopFuture<Channel> {
285 |
    :
351 |                     return channel.eventLoop.makeSucceededVoidFuture()
352 |                 }
353 |                 .childChannelInitializer(childChannelInitializer)
    |                                          `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
354 |                 .bind(to: resolvedAddress)
355 |         }
[753/773] Compiling LCLWebSocket WebSocketClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
261 |                 upgraders: [upgrader],
262 |                 completionHandler: { channel in
263 |                     channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
    |                                                    `- warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
264 |                 }
265 |             )
    :
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
    |                     `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 |     typealias InboundIn = HTTPClientResponsePart
659 |     typealias OutboundOut = HTTPClientRequestPart
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
261 |                 upgraders: [upgrader],
262 |                 completionHandler: { channel in
263 |                     channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
    |                                                    `- warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
264 |                 }
265 |             )
    :
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
    |                     `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 |     typealias InboundIn = HTTPClientResponsePart
659 |     typealias OutboundOut = HTTPClientRequestPart
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:301:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
291 |     /// Shutdown the WebSocket client.
292 |     /// - Parameter callback: callback function that will be invoked when an error occurred during shutdown
293 |     public func shutdown(_ callback: @escaping (Error?) -> Void) {
    |                            `- note: parameter 'callback' is implicitly non-sendable
294 |         let (exchanged, _) = self.isShutdown.compareExchange(
295 |             expected: false,
    :
299 |
300 |         if exchanged {
301 |             self.eventloopGroup.shutdownGracefully(callback)
    |                                                    `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
302 |         } else {
303 |             logger.info("WebSocket client already shutdown")
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:349:37: warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
331 |         with configuration: LCLWebSocket.Configuration,
332 |         resolvedAddress: SocketAddress,
333 |         channelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'channelInitializer' is implicitly non-sendable
334 |     ) -> EventLoopFuture<Channel> {
335 |
    :
347 |                 .channelOption(.socketOption(.so_rcvbuf), value: configuration.socketReceiveBufferSize)
348 |                 .connectTimeout(configuration.connectionTimeout)
349 |                 .channelInitializer(channelInitializer)
    |                                     `- warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
350 |                 .connect(to: resolvedAddress)
351 |         }
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:365:37: warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
331 |         with configuration: LCLWebSocket.Configuration,
332 |         resolvedAddress: SocketAddress,
333 |         channelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'channelInitializer' is implicitly non-sendable
334 |     ) -> EventLoopFuture<Channel> {
335 |
    :
363 |                     value: SocketOptionValue(configuration.socketReuseAddress ? 1 : 0)
364 |                 )
365 |                 .channelInitializer(channelInitializer)
    |                                     `- warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
366 |                 .connect(to: resolvedAddress)
367 |         }
[754/773] Compiling LCLWebSocket LCLWebSocket+ChannelInitializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
261 |                 upgraders: [upgrader],
262 |                 completionHandler: { channel in
263 |                     channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
    |                                                    `- warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
264 |                 }
265 |             )
    :
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
    |                     `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 |     typealias InboundIn = HTTPClientResponsePart
659 |     typealias OutboundOut = HTTPClientRequestPart
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
261 |                 upgraders: [upgrader],
262 |                 completionHandler: { channel in
263 |                     channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
    |                                                    `- warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
264 |                 }
265 |             )
    :
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
    |                     `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 |     typealias InboundIn = HTTPClientResponsePart
659 |     typealias OutboundOut = HTTPClientRequestPart
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:301:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
291 |     /// Shutdown the WebSocket client.
292 |     /// - Parameter callback: callback function that will be invoked when an error occurred during shutdown
293 |     public func shutdown(_ callback: @escaping (Error?) -> Void) {
    |                            `- note: parameter 'callback' is implicitly non-sendable
294 |         let (exchanged, _) = self.isShutdown.compareExchange(
295 |             expected: false,
    :
299 |
300 |         if exchanged {
301 |             self.eventloopGroup.shutdownGracefully(callback)
    |                                                    `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
302 |         } else {
303 |             logger.info("WebSocket client already shutdown")
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:349:37: warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
331 |         with configuration: LCLWebSocket.Configuration,
332 |         resolvedAddress: SocketAddress,
333 |         channelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'channelInitializer' is implicitly non-sendable
334 |     ) -> EventLoopFuture<Channel> {
335 |
    :
347 |                 .channelOption(.socketOption(.so_rcvbuf), value: configuration.socketReceiveBufferSize)
348 |                 .connectTimeout(configuration.connectionTimeout)
349 |                 .channelInitializer(channelInitializer)
    |                                     `- warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
350 |                 .connect(to: resolvedAddress)
351 |         }
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:365:37: warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
331 |         with configuration: LCLWebSocket.Configuration,
332 |         resolvedAddress: SocketAddress,
333 |         channelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'channelInitializer' is implicitly non-sendable
334 |     ) -> EventLoopFuture<Channel> {
335 |
    :
363 |                     value: SocketOptionValue(configuration.socketReuseAddress ? 1 : 0)
364 |                 )
365 |                 .channelInitializer(channelInitializer)
    |                                     `- warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
366 |                 .connect(to: resolvedAddress)
367 |         }
[755/773] Compiling LCLWebSocket LCLWebSocket+Error.swift
[756/773] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[757/773] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[758/773] Compiling LCLWebSocket WebSocketExtension.swift
[759/773] Emitting module LCLWebSocket
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:319:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 |         with configuration: LCLWebSocket.Configuration,
282 |         resolvedAddress: SocketAddress,
283 |         childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 |     ) -> EventLoopFuture<Channel> {
285 |
    :
317 |                     return channel.eventLoop.makeSucceededVoidFuture()
318 |                 }
319 |                 .childChannelInitializer(childChannelInitializer)
    |                                          `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
320 |                 .bind(to: resolvedAddress)
321 |         }
/Users/admin/builder/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:353:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 |         with configuration: LCLWebSocket.Configuration,
282 |         resolvedAddress: SocketAddress,
283 |         childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
    |         `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 |     ) -> EventLoopFuture<Channel> {
285 |
    :
351 |                     return channel.eventLoop.makeSucceededVoidFuture()
352 |                 }
353 |                 .childChannelInitializer(childChannelInitializer)
    |                                          `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
354 |                 .bind(to: resolvedAddress)
355 |         }
[760/773] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[761/773] Compiling LCLWebSocket TimeAmount+Extension.swift
[762/781] Emitting module Client
[763/781] Compiling Client main.swift
[764/781] Emitting module Server
[765/781] Compiling Server main.swift
[766/781] Emitting module AutobahnServer
[767/781] Compiling AutobahnServer AutohahnServer.swift
[768/781] Emitting module AutobahnClient
[769/781] Compiling AutobahnClient AutobahnClient.swift
[769/781] Write Objects.LinkFileList
[773/781] Linking Client
[774/781] Linking AutobahnClient
[774/781] Linking AutobahnServer
[775/781] Linking Server
[777/781] Applying Server
[778/781] Applying Client
[779/781] Applying AutobahnClient
[780/781] Applying AutobahnServer
Build complete! (42.25s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
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.74s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.19s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
Fetched https://github.com/apple/swift-collections.git from cache (0.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.61s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.28.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "LCLWebSocket",
  "name" : "LCLWebSocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LCLWebSocket",
      "targets" : [
        "LCLWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Server",
      "targets" : [
        "Server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Client",
      "targets" : [
        "Client"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutobahnServer",
      "targets" : [
        "AutobahnServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutobahnClient",
      "targets" : [
        "AutobahnClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Server",
      "module_type" : "SwiftTarget",
      "name" : "Server",
      "path" : "Sources/Server",
      "product_memberships" : [
        "Server"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LCLWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "LCLWebSocketTests",
      "path" : "Tests/LCLWebSocketTests",
      "sources" : [
        "LCLWebSocketTests.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCLWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "LCLWebSocket",
      "path" : "Sources/LCLWebSocket",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOWebSocket",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOSSL",
        "NIOTransportServices",
        "Logging",
        "Atomics"
      ],
      "product_memberships" : [
        "LCLWebSocket",
        "Server",
        "Client",
        "AutobahnServer",
        "AutobahnClient"
      ],
      "sources" : [
        "Client/WebSocketClient.swift",
        "LCLWebSocket+ChannelInitializer.swift",
        "LCLWebSocket+Error.swift",
        "LCLWebSocket+EventloopGroup.swift",
        "LCLWebSocket.swift",
        "LCLWebSocketListenable.swift",
        "Server/WebSocketServer.swift",
        "Server/WebSocketServerUpgradeConfiguration.swift",
        "Utils/LCLWebSocket+ChannelOption.swift",
        "Utils/LCLWebSocket+Logging.swift",
        "Utils/LCLWebSocket+SocketOption.swift",
        "Utils/TimeAmount+Extension.swift",
        "WebSocket.swift",
        "WebSocketConfiguration.swift",
        "WebSocketExtensions/PerMessageDeflateExtension.swift",
        "WebSocketExtensions/WebSocketExtension.swift",
        "WebSocketExtensions/WebSocketExtensionNegotiationHandler.swift",
        "WebSocketHandler.swift",
        "WebSocketScheme.swift"
      ],
      "target_dependencies" : [
        "CLCLWebSocketZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "sources" : [
        "AutobahnClientTest.swift",
        "AutobahnServerTest.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Client",
      "module_type" : "SwiftTarget",
      "name" : "Client",
      "path" : "Sources/Client",
      "product_memberships" : [
        "Client"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CLCLWebSocketZlib",
      "module_type" : "ClangTarget",
      "name" : "CLCLWebSocketZlib",
      "path" : "Sources/CLCLWebSocketZlib",
      "product_memberships" : [
        "LCLWebSocket",
        "Server",
        "Client",
        "AutobahnServer",
        "AutobahnClient"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AutobahnServer",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnServer",
      "path" : "Sources/AutobahnServer",
      "product_memberships" : [
        "AutobahnServer"
      ],
      "sources" : [
        "AutohahnServer.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AutobahnClient",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnClient",
      "path" : "Sources/AutobahnClient",
      "product_memberships" : [
        "AutobahnClient"
      ],
      "sources" : [
        "AutobahnClient.swift"
      ],
      "target_dependencies" : [
        "LCLWebSocket"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.