The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of LCLWebSocket, reference 1.1.1 (844bba), with Swift 6.0 for Linux on 23 Feb 2025 08:41:18 UTC.

Swift 6 data race errors: 0

Build Command

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