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 Linux on 30 Apr 2025 20:27:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

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