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 main (844bba), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 16:33:30 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Local-Connectivity-Lab/lcl-websocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 Server-entitlement.plist
[5/455] Write sources
[12/455] Copying PrivacyInfo.xcprivacy
[13/455] Write sources
[13/455] Copying PrivacyInfo.xcprivacy
[17/455] Write sources
[19/455] Write Client-entitlement.plist
[19/455] Write sources
[23/455] Compiling CNIOWindows WSAStartup.c
[24/455] Compiling CNIOWASI CNIOWASI.c
[24/455] Compiling CNIOWindows shim.c
[26/455] Compiling CNIOLinux shim.c
[27/455] Compiling CNIOLinux liburing_shims.c
[28/455] Write swift-version-2F0A5646E1D333AE.txt
[29/455] Compiling fiat_p256_adx_sqr.S
[30/455] Compiling fiat_p256_adx_mul.S
[31/455] Compiling fiat_curve25519_adx_square.S
[32/466] Compiling _AtomicsShims.c
[33/466] Compiling CNIOLLHTTP c_nio_http.c
[34/466] Compiling CNIOSHA1 c_nio_sha1.c
[35/466] Compiling fiat_curve25519_adx_mul.S
[36/484] Compiling CNIOLLHTTP c_nio_api.c
[37/484] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/484] Compiling CNIODarwin shim.c
[39/484] Compiling CNIOBoringSSLShims shims.c
[41/484] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/484] Compiling InternalCollectionsUtilities Debugging.swift
[43/484] Compiling InternalCollectionsUtilities Descriptions.swift
[44/484] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/484] Compiling InternalCollectionsUtilities Specialize.swift
[46/484] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/484] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/485] Compiling _NIOBase64 Base64.swift
[49/485] Emitting module _NIOBase64
[50/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/485] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[52/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/485] Compiling tls13_server.cc
[56/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/485] Emitting module InternalCollectionsUtilities
[59/485] Compiling InternalCollectionsUtilities Integer rank.swift
[60/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[62/485] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[62/485] Compiling tls_method.cc
[63/485] Compiling tls_record.cc
[64/485] Compiling tls13_enc.cc
[66/485] Compiling _NIODataStructures _TinyArray.swift
[67/485] Compiling _NIODataStructures PriorityQueue.swift
[68/501] Compiling Logging MetadataProvider.swift
[69/501] Compiling _NIODataStructures Heap.swift
[70/501] Emitting module _NIODataStructures
[70/501] Compiling tls13_client.cc
[72/501] Compiling DequeModule Deque+Testing.swift
[73/501] Compiling DequeModule Deque._Storage.swift
[74/501] Compiling DequeModule Deque+CustomReflectable.swift
[75/501] Compiling DequeModule Deque+Descriptions.swift
[76/501] Compiling DequeModule Deque+Extras.swift
[77/501] Compiling DequeModule Deque+Hashable.swift
[77/502] Compiling tls13_both.cc
[79/502] Emitting module Logging
[80/502] Compiling Logging LogHandler.swift
[81/502] Compiling Logging Logging.swift
[82/502] Compiling Logging Locks.swift
[83/502] Compiling DequeModule Deque+Equatable.swift
[84/502] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/502] Compiling DequeModule _DequeSlot.swift
[86/502] Compiling DequeModule Deque._UnsafeHandle.swift
[87/502] Compiling DequeModule Deque.swift
[88/502] Compiling DequeModule _DequeBufferHeader.swift
[89/502] Compiling DequeModule _DequeBuffer.swift
[90/502] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/502] Compiling t1_enc.cc
[92/502] Compiling DequeModule Deque+Codable.swift
[93/502] Compiling DequeModule Deque+Collection.swift
[94/502] Emitting module DequeModule
[94/502] Compiling ssl_transcript.cc
[95/502] Compiling ssl_stat.cc
[96/502] Compiling ssl_versions.cc
[97/502] Compiling ssl_x509.cc
[98/502] Compiling ssl_session.cc
[99/502] Compiling ssl_privkey.cc
[100/502] Compiling ssl_key_share.cc
[101/502] Compiling ssl_file.cc
[102/502] Compiling ssl_lib.cc
[103/502] Compiling ssl_buffer.cc
[104/502] Compiling ssl_credential.cc
[105/502] Compiling ssl_cipher.cc
[106/502] Compiling ssl_cert.cc
[107/502] Compiling ssl_asn1.cc
[108/502] Compiling ssl_aead_ctx.cc
[109/502] Compiling s3_pkt.cc
[110/502] Compiling s3_lib.cc
[111/502] Compiling s3_both.cc
[112/502] Compiling handshake_server.cc
[113/502] Compiling handshake.cc
[114/502] Compiling handshake_client.cc
[115/502] Compiling handoff.cc
[116/502] Compiling md5-x86_64-linux.S
[117/502] Compiling encrypted_client_hello.cc
[118/502] Compiling md5-x86_64-apple.S
[119/502] Compiling md5-586-linux.S
[120/502] Compiling extensions.cc
[121/502] Compiling md5-586-apple.S
[122/502] Compiling dtls_record.cc
[123/502] Compiling chacha20_poly1305_x86_64-linux.S
[124/502] Compiling chacha20_poly1305_x86_64-apple.S
[125/502] Compiling dtls_method.cc
[125/502] Compiling chacha20_poly1305_armv8-win.S
[127/502] Compiling chacha20_poly1305_armv8-linux.S
[128/502] Compiling chacha-x86_64-linux.S
[129/502] Compiling chacha-x86_64-apple.S
[130/502] Compiling chacha-x86-linux.S
[131/502] Compiling chacha20_poly1305_armv8-apple.S
[132/502] Compiling chacha-x86-apple.S
[133/502] Compiling chacha-armv8-win.S
[134/502] Compiling chacha-armv8-linux.S
[135/502] Compiling chacha-armv8-apple.S
[136/502] Compiling chacha-armv4-linux.S
[137/502] Compiling aes128gcmsiv-x86_64-linux.S
[138/502] Compiling aes128gcmsiv-x86_64-apple.S
[139/502] Compiling d1_srtp.cc
[140/502] Compiling x86_64-mont5-linux.S
[141/502] Compiling x86_64-mont-linux.S
[142/502] Compiling x86_64-mont5-apple.S
[143/502] Compiling x86_64-mont-apple.S
[144/502] Compiling x86-mont-linux.S
[145/502] Compiling err_data.cc
[146/502] Compiling vpaes-x86_64-apple.S
[146/502] Compiling vpaes-x86_64-linux.S
[148/502] Compiling x86-mont-apple.S
[149/502] Compiling d1_pkt.cc
[150/502] Compiling vpaes-x86-linux.S
[151/502] Compiling vpaes-x86-apple.S
[152/502] Compiling vpaes-armv8-win.S
[153/502] Compiling vpaes-armv8-linux.S
[154/502] Compiling vpaes-armv7-linux.S
[155/502] Compiling vpaes-armv8-apple.S
[156/502] Compiling sha512-x86_64-linux.S
[157/502] Compiling sha512-armv8-win.S
[158/502] Compiling sha512-x86_64-apple.S
[159/502] Compiling sha512-armv8-linux.S
[160/502] Compiling bio_ssl.cc
[161/502] Compiling sha512-armv4-linux.S
[162/502] Compiling sha512-586-linux.S
[163/502] Compiling sha512-586-apple.S
[164/502] Compiling sha512-armv8-apple.S
[165/502] Compiling sha256-x86_64-apple.S
[166/502] Compiling sha256-x86_64-linux.S
[167/502] Compiling sha256-armv8-win.S
[168/502] Compiling sha256-armv8-linux.S
[169/502] Compiling sha256-armv4-linux.S
[170/502] Compiling d1_lib.cc
[171/502] Compiling sha256-586-linux.S
[172/502] Compiling sha256-armv8-apple.S
[173/502] Compiling sha256-586-apple.S
[174/502] Compiling sha1-x86_64-linux.S
[175/502] Compiling sha1-x86_64-apple.S
[176/502] Compiling sha1-armv8-win.S
[177/502] Compiling sha1-armv8-linux.S
[178/502] Compiling sha1-586-linux.S
[179/502] Compiling rsaz-avx2-linux.S
[180/502] Compiling sha1-armv4-large-linux.S
[181/502] Compiling sha1-586-apple.S
[182/502] Compiling sha1-armv8-apple.S
[183/502] Compiling rdrand-x86_64-linux.S
[184/502] Compiling rsaz-avx2-apple.S
[185/502] Compiling rdrand-x86_64-apple.S
[186/502] Compiling p256_beeu-x86_64-asm-linux.S
[187/502] Compiling p256_beeu-armv8-asm-win.S
[188/502] Compiling p256_beeu-armv8-asm-linux.S
[189/502] Compiling p256_beeu-armv8-asm-apple.S
[190/502] Compiling p256_beeu-x86_64-asm-apple.S
[191/502] Compiling p256-x86_64-asm-linux.S
[192/502] Compiling p256-armv8-asm-win.S
[193/502] Compiling p256-x86_64-asm-apple.S
[194/502] Compiling p256-armv8-asm-linux.S
[195/502] Compiling d1_both.cc
[196/502] Compiling p256-armv8-asm-apple.S
[197/502] Compiling ghashv8-armv8-win.S
[198/502] Compiling ghashv8-armv8-linux.S
[199/502] Compiling ghashv8-armv7-linux.S
[200/502] Compiling ghashv8-armv8-apple.S
[201/502] Compiling ghash-x86-linux.S
[202/502] Compiling ghash-x86_64-linux.S
[203/502] Compiling ghash-x86_64-apple.S
[204/502] Compiling ghash-x86-apple.S
[205/502] Compiling ghash-ssse3-x86_64-linux.S
[206/502] Compiling ghash-ssse3-x86-linux.S
[207/502] Compiling ghash-ssse3-x86_64-apple.S
[207/502] Compiling ghash-neon-armv8-win.S
[209/502] Compiling ghash-ssse3-x86-apple.S
[210/502] Compiling ghash-neon-armv8-linux.S
[211/502] Compiling ghash-armv4-linux.S
[212/502] Compiling ghash-neon-armv8-apple.S
[213/502] Compiling co-586-linux.S
[214/502] Compiling co-586-apple.S
[215/502] Compiling bsaes-armv7-linux.S
[216/502] Compiling bn-armv8-win.S
[217/502] Compiling bn-armv8-linux.S
[218/502] Compiling bn-586-linux.S
[219/502] Compiling bn-586-apple.S
[220/502] Compiling bn-armv8-apple.S
[220/502] Compiling armv8-mont-win.S
[222/502] Compiling armv8-mont-linux.S
[223/502] Compiling armv4-mont-linux.S
[224/502] Compiling armv8-mont-apple.S
[225/502] Compiling aesv8-gcm-armv8-win.S
[226/502] Compiling aesv8-armv8-win.S
[227/502] Compiling aesv8-armv7-linux.S
[227/502] Compiling aesv8-armv8-linux.S
[229/502] Compiling aesv8-gcm-armv8-linux.S
[230/502] Compiling aesv8-armv8-apple.S
[231/502] Compiling aesv8-gcm-armv8-apple.S
[232/502] Compiling aesni-x86_64-linux.S
[233/502] Compiling aesni-x86_64-apple.S
[234/502] Compiling aesni-x86-linux.S
[235/502] Compiling aesni-x86-apple.S
[236/502] Compiling aesni-gcm-x86_64-linux.S
[237/502] Compiling aes-gcm-avx2-x86_64-linux.S
[238/502] Compiling aesni-gcm-x86_64-apple.S
[239/502] Compiling aes-gcm-avx10-x86_64-linux.S
[240/502] Compiling aes-gcm-avx10-x86_64-apple.S
[241/502] Compiling aes-gcm-avx2-x86_64-apple.S
[242/502] Compiling x_x509a.cc
[243/502] Compiling x_val.cc
[244/502] Compiling x_x509.cc
[245/502] Compiling x_spki.cc
[246/502] Compiling x_sig.cc
[247/502] Compiling x_pubkey.cc
[248/502] Compiling x_req.cc
[249/502] Compiling x_exten.cc
[250/502] Compiling x_name.cc
[251/502] Compiling x_crl.cc
[252/502] Compiling x_attrib.cc
[253/502] Compiling x_algor.cc
[254/502] Compiling x_all.cc
[255/502] Compiling x509spki.cc
[256/502] Compiling x509rset.cc
[257/502] Compiling x509_vpm.cc
[258/502] Compiling x509name.cc
[259/502] Compiling x509cset.cc
[260/502] Compiling x509_v3.cc
[261/502] Compiling x509_vfy.cc
[262/502] Compiling x509_txt.cc
[263/502] Compiling x509_trs.cc
[264/502] Compiling x509_set.cc
[265/502] Compiling x509_req.cc
[266/502] Compiling x509_obj.cc
[267/502] Compiling x509_def.cc
[268/502] Compiling x509_d2.cc
[269/502] Compiling x509_lu.cc
[269/502] Compiling x509_ext.cc
[271/502] Compiling x509_cmp.cc
[272/502] Compiling x509.cc
[273/502] Compiling x509_att.cc
[274/502] Compiling v3_skey.cc
[275/502] Compiling v3_prn.cc
[276/502] Compiling v3_utl.cc
[277/502] Compiling v3_purp.cc
[278/502] Compiling v3_pmaps.cc
[279/502] Compiling v3_ocsp.cc
[280/502] Compiling v3_pcons.cc
[281/502] Compiling v3_ncons.cc
[282/502] Compiling v3_int.cc
[283/502] Compiling v3_lib.cc
[284/502] Compiling v3_info.cc
[285/502] Compiling v3_genn.cc
[285/502] Compiling v3_ia5.cc
[287/502] Compiling v3_extku.cc
[288/502] Compiling v3_enum.cc
[289/502] Compiling v3_crld.cc
[290/502] Compiling v3_cpols.cc
[291/502] Compiling v3_conf.cc
[292/502] Compiling v3_bitst.cc
[293/502] Compiling v3_bcons.cc
[294/502] Compiling v3_alt.cc
[295/502] Compiling v3_akeya.cc
[296/502] Compiling v3_akey.cc
[297/502] Compiling t_x509a.cc
[298/502] Compiling t_x509.cc
[299/502] Compiling t_crl.cc
[300/502] Compiling t_req.cc
[301/502] Compiling rsa_pss.cc
[302/502] Compiling i2d_pr.cc
[303/502] Compiling name_print.cc
[304/502] Compiling policy.cc
[305/502] Compiling by_file.cc
[306/502] Compiling by_dir.cc
[307/502] Compiling algorithm.cc
[308/502] Compiling a_verify.cc
[309/502] Compiling asn1_gen.cc
[310/502] Compiling a_sign.cc
[311/502] Compiling a_digest.cc
[312/502] Compiling voprf.cc
[313/502] Compiling thread_win.cc
[314/502] Compiling trust_token.cc
[315/502] Compiling thread.cc
[316/502] Compiling thread_pthread.cc
[317/502] Compiling thread_none.cc
[318/502] Compiling stack.cc
[319/502] Compiling pmbtoken.cc
[320/502] Compiling slhdsa.cc
[321/502] Compiling spake2plus.cc
[322/502] Compiling siphash.cc
[323/502] Compiling sha512.cc
[324/502] Compiling sha256.cc
[325/502] Compiling sha1.cc
[326/502] Compiling rsa_extra.cc
[327/502] Compiling rsa_print.cc
[328/502] Compiling rsa_crypt.cc
[329/502] Compiling refcount.cc
[330/502] Compiling rsa_asn1.cc
[331/502] Compiling rc4.cc
[332/502] Compiling windows.cc
[333/502] Compiling urandom.cc
[334/502] Compiling trusty.cc
[335/502] Compiling poly1305_arm_asm.S
[336/502] Compiling rand.cc
[337/502] Compiling passive.cc
[338/502] Compiling ios.cc
[339/502] Compiling getentropy.cc
[340/502] Compiling forkunsafe.cc
[341/502] Compiling deterministic.cc
[342/502] Compiling fork_detect.cc
[343/502] Compiling poly1305_vec.cc
[344/502] Compiling poly1305_arm.cc
[345/502] Compiling poly1305.cc
[346/502] Compiling pool.cc
[347/502] Compiling pkcs8.cc
[348/502] Compiling pkcs8_x509.cc
[349/502] Compiling pkcs7.cc
[350/502] Compiling p5_pbev2.cc
[351/502] Compiling pkcs7_x509.cc
[352/502] Compiling pem_xaux.cc
[353/502] Compiling pem_x509.cc
[354/502] Compiling pem_pkey.cc
[355/502] Compiling pem_pk8.cc
[356/502] Compiling pem_oth.cc
[357/502] Compiling mlkem.cc
[358/502] Compiling obj_xref.cc
[359/502] Compiling mldsa.cc
[360/502] Compiling pem_lib.cc
[361/502] Compiling pem_info.cc
[362/502] Compiling pem_all.cc
[363/502] Compiling poly_rq_mul.S
[364/502] Compiling fips_shared_support.cc
[365/502] Compiling obj.cc
[366/502] Compiling mem.cc
[367/502] Compiling md5.cc
[368/502] Compiling md4.cc
[369/502] Compiling lhash.cc
[370/502] Compiling kyber.cc
[371/502] Compiling ex_data.cc
[372/502] Compiling sign.cc
[373/502] Compiling scrypt.cc
[374/502] Compiling pbkdf.cc
[375/502] Compiling hpke.cc
[376/502] Compiling print.cc
[377/502] Compiling hrss.cc
[378/502] Compiling p_x25519_asn1.cc
[379/502] Compiling p_x25519.cc
[380/502] Compiling p_ed25519.cc
[381/502] Compiling p_rsa_asn1.cc
[382/502] Compiling p_rsa.cc
[383/502] Compiling p_ec.cc
[384/502] Compiling p_hkdf.cc
[385/502] Compiling p_ed25519_asn1.cc
[386/502] Compiling p_ec_asn1.cc
[387/502] Compiling p_dh_asn1.cc
[388/502] Compiling p_dsa_asn1.cc
[389/502] Compiling p_dh.cc
[390/502] Compiling evp_ctx.cc
[391/502] Compiling evp.cc
[392/502] Compiling err.cc
[393/502] Compiling engine.cc
[394/502] Compiling evp_asn1.cc
[395/502] Compiling ecdh.cc
[396/502] Compiling ecdsa_asn1.cc
[397/502] Compiling ec_derive.cc
[398/502] Compiling hash_to_curve.cc
[399/502] Compiling dsa.cc
[400/502] Compiling ec_asn1.cc
[401/502] Compiling params.cc
[402/502] Compiling x25519-asm-arm.S
[403/502] Compiling dsa_asn1.cc
[404/502] Compiling bcm.cc
[405/502] Compiling digest_extra.cc
[406/502] Compiling des.cc
[407/502] Compiling dh_asn1.cc
[408/502] Compiling curve25519_64_adx.cc
[409/502] Compiling spake25519.cc
[410/502] Compiling cpu_intel.cc
[411/502] Compiling cpu_arm_linux.cc
[412/502] Compiling crypto.cc
[413/502] Compiling cpu_arm_freebsd.cc
[414/502] Compiling cpu_aarch64_win.cc
[415/502] Compiling curve25519.cc
[416/502] Compiling cpu_aarch64_sysreg.cc
[417/502] Compiling cpu_aarch64_openbsd.cc
[418/502] Compiling cpu_aarch64_linux.cc
[419/502] Compiling cpu_aarch64_fuchsia.cc
[420/502] Compiling cpu_aarch64_apple.cc
[421/502] Compiling tls_cbc.cc
[422/502] Compiling get_cipher.cc
[423/502] Compiling conf.cc
[424/502] Compiling e_rc4.cc
[425/502] Compiling e_tls.cc
[426/502] Compiling e_rc2.cc
[427/502] Compiling e_null.cc
[428/502] Compiling e_des.cc
[429/502] Compiling e_chacha20poly1305.cc
[430/502] Compiling derive_key.cc
[431/502] Compiling e_aesgcmsiv.cc
[432/502] Compiling chacha.cc
[433/502] Compiling e_aesctrhmac.cc
[434/502] Compiling unicode.cc
[435/502] Compiling cbs.cc
[436/502] Compiling ber.cc
[437/502] Compiling cbb.cc
[438/502] Compiling asn1_compat.cc
[439/502] Compiling buf.cc
[440/502] Compiling blake2.cc
[441/502] Compiling socket_helper.cc
[442/502] Compiling bn_asn1.cc
[443/502] Compiling socket.cc
[444/502] Compiling convert.cc
[445/502] Compiling printf.cc
[446/502] Compiling pair.cc
[447/502] Compiling hexdump.cc
[448/502] Compiling file.cc
[449/502] Compiling fd.cc
[450/502] Compiling errno.cc
[451/502] Compiling connect.cc
[452/502] Compiling bio_mem.cc
[453/502] Compiling base64.cc
[454/502] Compiling bio.cc
[455/502] Compiling tasn_typ.cc
[456/502] Compiling tasn_fre.cc
[457/502] Compiling tasn_utl.cc
[458/502] Compiling tasn_new.cc
[459/502] Compiling tasn_enc.cc
[460/502] Compiling posix_time.cc
[461/502] Compiling f_string.cc
[462/502] Compiling f_int.cc
[463/502] Compiling tasn_dec.cc
[464/502] Compiling asn_pack.cc
[465/502] Compiling asn1_par.cc
[466/502] Compiling asn1_lib.cc
[467/502] Compiling a_utctm.cc
[468/502] Compiling a_time.cc
[468/502] Compiling a_type.cc
[470/502] Compiling a_octet.cc
[471/502] Compiling a_strnid.cc
[472/502] Compiling a_strex.cc
[473/502] Compiling a_mbstr.cc
[474/502] Compiling a_object.cc
[475/502] Compiling CLCLWebSocketZlib empty.c
[475/502] Write sources
[475/502] Write AutobahnServer-entitlement.plist
[478/502] Write sources
[478/502] Write AutobahnClient-entitlement.plist
[478/502] Write sources
[481/502] Compiling a_int.cc
[482/502] Compiling a_i2d_fp.cc
[483/502] Compiling a_d2i_fp.cc
[484/502] Compiling a_dup.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/523] Compiling Atomics AtomicMemoryOrderings.swift
[492/523] Compiling Atomics DoubleWord.swift
[493/523] Compiling Atomics UnsafeAtomic.swift
[494/523] Compiling Atomics UnsafeAtomicLazyReference.swift
[495/523] Compiling Atomics AtomicOptionalWrappable.swift
[496/523] Compiling Atomics AtomicReference.swift
[497/523] Compiling Atomics AtomicStorage.swift
[498/523] Compiling Atomics AtomicValue.swift
[499/523] Compiling Atomics IntegerOperations.swift
[500/523] Compiling Atomics Unmanaged extensions.swift
[501/523] Compiling Atomics Primitives.shims.swift
[502/523] Compiling Atomics AtomicInteger.swift
[503/523] Compiling Atomics PointerConformances.swift
[504/523] Compiling Atomics Primitives.native.swift
[505/523] Compiling Atomics OptionalRawRepresentable.swift
[506/523] Compiling Atomics RawRepresentable.swift
[507/523] Compiling Atomics AtomicBool.swift
[508/523] Compiling Atomics IntegerConformances.swift
[508/523] Compiling c-nioatomics.c
[510/523] Emitting module Atomics
[510/523] Compiling c-atomics.c
[512/529] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[513/529] Compiling NIOConcurrencyHelpers lock.swift
[514/529] Compiling NIOConcurrencyHelpers NIOLock.swift
[515/529] Compiling NIOConcurrencyHelpers atomics.swift
[516/529] Emitting module NIOConcurrencyHelpers
[517/529] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[518/590] Compiling NIOCore AddressedEnvelope.swift
[519/590] Compiling NIOCore AsyncAwaitSupport.swift
[520/590] Compiling NIOCore AsyncChannel.swift
[521/590] Compiling NIOCore AsyncChannelHandler.swift
[522/590] Compiling NIOCore AsyncChannelInboundStream.swift
[523/590] Compiling NIOCore AsyncChannelOutboundWriter.swift
[524/590] Compiling NIOCore NIOAsyncSequenceProducer.swift
[525/596] Compiling NIOCore Codec.swift
[526/596] Compiling NIOCore ConvenienceOptionSupport.swift
[527/596] Compiling NIOCore DeadChannel.swift
[528/596] Compiling NIOCore DispatchQueue+WithFuture.swift
[529/596] Compiling NIOCore EventLoop+Deprecated.swift
[530/596] Compiling NIOCore EventLoop+SerialExecutor.swift
[531/596] Compiling NIOCore EventLoop.swift
[532/596] Compiling NIOCore Interfaces.swift
[533/596] Compiling NIOCore Linux.swift
[534/596] Compiling NIOCore MarkedCircularBuffer.swift
[535/596] Compiling NIOCore MulticastChannel.swift
[536/596] Compiling NIOCore NIOAny.swift
[537/596] Compiling NIOCore NIOCloseOnErrorHandler.swift
[538/596] Compiling NIOCore SocketOptionProvider.swift
[539/596] Compiling NIOCore SystemCallHelpers.swift
[540/596] Compiling NIOCore TimeAmount+Duration.swift
[541/596] Compiling NIOCore TypeAssistedChannelHandler.swift
[542/596] Compiling NIOCore UniversalBootstrapSupport.swift
[543/596] Compiling NIOCore Utilities.swift
[544/596] Compiling NIOCore GlobalSingletons.swift
[545/596] Compiling NIOCore IO.swift
[546/596] Compiling NIOCore IOData.swift
[547/596] Compiling NIOCore IPProtocol.swift
[548/596] Compiling NIOCore IntegerBitPacking.swift
[549/596] Compiling NIOCore IntegerTypes.swift
[550/596] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[551/596] Compiling NIOCore EventLoopFuture+Deprecated.swift
[552/596] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[553/596] Compiling NIOCore EventLoopFuture.swift
[554/596] Compiling NIOCore FileDescriptor.swift
[555/596] Compiling NIOCore FileHandle.swift
[556/596] Compiling NIOCore FileRegion.swift
[557/596] Compiling NIOCore Channel.swift
[558/596] Compiling NIOCore ChannelHandler.swift
[559/596] Compiling NIOCore ChannelHandlers.swift
[560/596] Compiling NIOCore ChannelInvoker.swift
[561/596] Compiling NIOCore ChannelOption.swift
[562/596] Compiling NIOCore ChannelPipeline.swift
[563/596] Compiling NIOCore CircularBuffer.swift
[564/596] Compiling NIOCore NIOLoopBound.swift
[565/596] Compiling NIOCore NIOScheduledCallback.swift
[566/596] Compiling NIOCore NIOSendable.swift
[567/596] Compiling NIOCore RecvByteBufferAllocator.swift
[568/596] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[569/596] Compiling NIOCore SocketAddresses.swift
[570/596] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[571/596] Compiling NIOCore NIOAsyncWriter.swift
[572/596] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[573/596] Compiling NIOCore BSDSocketAPI.swift
[574/596] Compiling NIOCore ByteBuffer-aux.swift
[575/596] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[576/596] Compiling NIOCore ByteBuffer-conversions.swift
[577/596] Compiling NIOCore ByteBuffer-core.swift
[578/596] Compiling NIOCore ByteBuffer-hex.swift
[579/596] Compiling NIOCore ByteBuffer-int.swift
[580/596] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[581/596] Compiling NIOCore ByteBuffer-multi-int.swift
[582/596] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[583/596] Compiling NIOCore ByteBuffer-views.swift
[584/596] Emitting module NIOCore
[585/649] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[586/649] Compiling NIOEmbedded AsyncTestingChannel.swift
[587/649] Emitting module NIOEmbedded
[588/649] Compiling NIOEmbedded Embedded.swift
[589/649] Compiling NIOPosix SocketProtocols.swift
[590/649] Compiling NIOPosix System.swift
[591/649] Compiling NIOPosix Thread.swift
[592/649] Compiling NIOPosix ThreadPosix.swift
[593/649] Compiling NIOPosix ThreadWindows.swift
[594/654] Compiling NIOPosix GetaddrinfoResolver.swift
[595/654] Compiling NIOPosix HappyEyeballs.swift
[596/654] Compiling NIOPosix IO.swift
[597/654] Compiling NIOPosix IntegerBitPacking.swift
[598/654] Compiling NIOPosix IntegerTypes.swift
[599/654] Compiling NIOPosix Linux.swift
[600/654] Compiling NIOPosix SelectorKqueue.swift
[601/654] Compiling NIOPosix SelectorUring.swift
[602/654] Compiling NIOPosix ServerSocket.swift
[603/654] Compiling NIOPosix Socket.swift
[604/654] Compiling NIOPosix SocketChannel.swift
[605/654] Emitting module NIOPosix
[606/654] Compiling NIOPosix BSDSocketAPICommon.swift
[607/654] Compiling NIOPosix BSDSocketAPIPosix.swift
[608/654] Compiling NIOPosix BSDSocketAPIWindows.swift
[609/654] Compiling NIOPosix BaseSocket.swift
[610/654] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[611/654] Compiling NIOPosix BaseSocketChannel.swift
[612/654] Compiling NIOPosix Selectable.swift
[613/654] Compiling NIOPosix SelectableChannel.swift
[614/654] Compiling NIOPosix SelectableEventLoop.swift
[615/654] Compiling NIOPosix SelectorEpoll.swift
[616/654] Compiling NIOPosix SelectorGeneric.swift
[617/654] Compiling NIOPosix PendingDatagramWritesManager.swift
[618/654] Compiling NIOPosix PendingWritesManager.swift
[619/654] Compiling NIOPosix PipeChannel.swift
[620/654] Compiling NIOPosix PipePair.swift
[621/654] Compiling NIOPosix Pool.swift
[622/654] Compiling NIOPosix PooledRecvBufferAllocator.swift
[623/654] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[624/654] Compiling NIOPosix PosixSingletons.swift
[625/654] Compiling NIOPosix RawSocketBootstrap.swift
[626/654] Compiling NIOPosix Resolver.swift
[627/654] Compiling NIOPosix LinuxCPUSet.swift
[628/654] Compiling NIOPosix LinuxUring.swift
[629/654] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[630/654] Compiling NIOPosix NIOThreadPool.swift
[631/654] Compiling NIOPosix NonBlockingFileIO.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 TLSEvents.swift
[646/684] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[647/684] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[648/685] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[649/685] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[650/685] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[651/685] Emitting module NIOTLS
[652/685] Compiling NIOTLS SNIHandler.swift
[653/685] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[654/685] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[655/685] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[656/685] Compiling NIOHTTP1 HTTPEncoder.swift
[657/685] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[658/685] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[659/685] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[660/685] Emitting module NIOFoundationCompat
[661/685] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[662/685] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[663/685] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[664/737] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[665/737] Compiling NIOTransportServices NIOTSBootstraps.swift
[666/737] Compiling NIOTransportServices NIOTSChannelOptions.swift
[667/737] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[668/737] Compiling NIOTransportServices NIOTSSingletons.swift
[669/737] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[670/737] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[671/737] Emitting module NIOHTTP1
[672/737] Compiling NIOTransportServices NIOTSDatagramListener.swift
[673/737] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[674/747] Compiling NIOWebSocket WebSocketOpcode.swift
[675/747] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[676/748] Emitting module NIOTransportServices
[677/750] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[678/750] Compiling NIOWebSocket WebSocketErrorCodes.swift
[679/750] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[680/750] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[681/750] Emitting module NIOWebSocket
[682/750] Compiling NIOWebSocket WebSocketFrame.swift
[683/750] Compiling NIOWebSocket SHA1.swift
[684/750] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[685/750] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[686/750] Emitting module NIOSSL
[687/753] Compiling NIOTransportServices AcceptHandler.swift
[688/753] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[689/753] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[692/753] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[695/753] Compiling NIOTransportServices NIOTSEventLoop.swift
[696/753] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[697/753] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[698/753] Compiling NIOTransportServices NIOTSListenerChannel.swift
[700/753] Compiling NIOTransportServices StateManagedChannel.swift
[701/753] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[702/753] Compiling NIOTransportServices NIOTSErrors.swift
[703/753] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[704/753] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[712/753] Compiling NIOSSL UniversalBootstrapSupport.swift
[714/753] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[716/753] Compiling NIOSSL resource_bundle_accessor.swift
[718/753] Compiling NIOTransportServices StateManagedListenerChannel.swift
[719/753] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[727/753] Compiling NIOSSL SSLPublicKey.swift
[728/753] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[729/753] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[736/753] Compiling NIOSSL SSLConnection.swift
[737/753] Compiling NIOSSL SSLContext.swift
[738/753] Compiling NIOSSL SSLErrors.swift
[742/772] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[743/772] Compiling LCLWebSocket TimeAmount+Extension.swift
[744/772] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
[745/772] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[746/772] Compiling LCLWebSocket WebSocket.swift
[747/772] Compiling LCLWebSocket WebSocketConfiguration.swift
[748/772] Compiling LCLWebSocket LCLWebSocket.swift
[749/772] Compiling LCLWebSocket LCLWebSocketListenable.swift
[750/772] 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 |         }
[751/772] 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 |         }
[752/772] Compiling LCLWebSocket LCLWebSocket+Error.swift
[753/772] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[754/772] 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 |         }
[755/772] 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 |         }
[756/772] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[757/772] Compiling LCLWebSocket WebSocketExtension.swift
[758/772] 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 |         }
[759/772] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[760/772] Compiling LCLWebSocket WebSocketHandler.swift
[761/773] Compiling LCLWebSocket WebSocketScheme.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] Compiling AutobahnClient AutobahnClient.swift
[769/781] Emitting module AutobahnClient
[769/781] Write Objects.LinkFileList
[773/781] Linking Server
[774/781] Linking AutobahnServer
[775/781] Linking Client
[776/781] Linking AutobahnClient
[777/781] Applying Server
[778/781] Applying AutobahnServer
[779/781] Applying Client
[780/781] Applying AutobahnClient
Build complete! (42.81s)
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-atomics.git from cache (0.96s)
Fetched https://github.com/apple/swift-log.git from cache (0.97s)
Fetched https://github.com/apple/swift-nio.git from cache (0.98s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.98s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.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.24.0 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.15s)
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.60s)
Fetched https://github.com/apple/swift-collections.git from cache (0.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.72s)
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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.