The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-websocket, reference main (7c0ea7), with Swift 6.1 for Linux on 28 Jun 2025 13:29:21 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-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/hummingbird-project/swift-websocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7c0ea7b Fixes including - Don't include Content-Length in request (#25)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
7c0ea7b877386d117441877a7cb24005326750a7
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/swift-websocket.git
https://github.com/hummingbird-project/swift-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.77.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "compress-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/compress-nio.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle"
    }
  ],
  "manifest_display_name" : "swift-websocket",
  "name" : "swift-websocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "WSClient",
      "targets" : [
        "WSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WSCompression",
      "targets" : [
        "WSCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WSCore",
      "targets" : [
        "WSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketTests",
      "path" : "Tests/WebSocketTests",
      "sources" : [
        "AutobahnTests.swift",
        "ClientChannelTests.swift",
        "ClientTests.swift",
        "WebSocketExtensionNegotiationTests.swift",
        "WebSocketStateMachineTests.swift"
      ],
      "target_dependencies" : [
        "WSClient",
        "WSCompression"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WSCore",
      "module_type" : "SwiftTarget",
      "name" : "WSCore",
      "path" : "Sources/WSCore",
      "product_dependencies" : [
        "HTTPTypes",
        "NIOCore",
        "NIOWebSocket",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "WSClient",
        "WSCompression",
        "WSCore"
      ],
      "sources" : [
        "Extensions/WebSocketExtension.swift",
        "Extensions/WebSocketExtensionBuilder.swift",
        "Extensions/WebSocketExtensionHTTPParameters.swift",
        "String+validatingString.swift",
        "UnsafeTransfer.swift",
        "WebSocketContext.swift",
        "WebSocketDataFrame.swift",
        "WebSocketDataHandler.swift",
        "WebSocketFrameSequence.swift",
        "WebSocketHandler.swift",
        "WebSocketInboundMessageStream.swift",
        "WebSocketInboundStream.swift",
        "WebSocketMessage.swift",
        "WebSocketOutboundWriter.swift",
        "WebSocketStateMachine.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WSCompression",
      "module_type" : "SwiftTarget",
      "name" : "WSCompression",
      "path" : "Sources/WSCompression",
      "product_dependencies" : [
        "CompressNIO"
      ],
      "product_memberships" : [
        "WSCompression"
      ],
      "sources" : [
        "PerMessageDeflateExtension.swift"
      ],
      "target_dependencies" : [
        "WSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WSClient",
      "module_type" : "SwiftTarget",
      "name" : "WSClient",
      "path" : "Sources/WSClient",
      "product_dependencies" : [
        "HTTPTypes",
        "Logging",
        "NIOCore",
        "NIOHTTPTypesHTTP1",
        "NIOPosix",
        "NIOSSL",
        "NIOTransportServices",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "WSClient"
      ],
      "sources" : [
        "Client/ClientChannel.swift",
        "Client/ClientConnection.swift",
        "Client/Parser.swift",
        "Client/TLSClientChannel.swift",
        "Client/TSTLSOptions.swift",
        "Client/URI.swift",
        "Exports.swift",
        "WebSocketClient.swift",
        "WebSocketClientChannel.swift",
        "WebSocketClientConfiguration.swift",
        "WebSocketClientError.swift"
      ],
      "target_dependencies" : [
        "WSCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2426] Fetching swift-service-lifecycle
[462/3069] Fetching swift-service-lifecycle, compress-nio
[838/5742] Fetching swift-service-lifecycle, compress-nio, swift-nio-transport-services
[865/11756] Fetching swift-service-lifecycle, compress-nio, swift-nio-transport-services, swift-nio-extras
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.65s)
[7268/11113] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[8589/26009] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.97s)
Fetching https://github.com/apple/swift-http-types.git
[10079/23336] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-ssl
[10080/99678] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.17s)
[5127/93664] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio
[5128/97500] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-log
[11999/98404] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-log, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
[13209/97500] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.98s)
[10434/93664] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.46s)
[57393/78768] Fetching swift-service-lifecycle, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (10.80s)
Fetched https://github.com/apple/swift-nio.git from cache (10.95s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (12.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.24.0 (1.05s)
Fetching https://github.com/apple/swift-atomics.git
[1/1803] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.09s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4443] Fetching swift-system
[668/21158] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.06s)
Fetched https://github.com/apple/swift-collections.git from cache (2.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.26s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.23s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[121/7575] Fetching swift-algorithms, swift-asn1
[251/12560] Fetching swift-algorithms, swift-asn1, swift-async-algorithms
[2482/18764] Fetching swift-algorithms, swift-asn1, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.88s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.22s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.23s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.23s)
[1/11533] Fetching swift-nio-http2
[1385/12702] Fetching swift-nio-http2, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
[2653/11533] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.16s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (4.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.15s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.27s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.52s)
Fetching https://github.com/apple/swift-crypto.git
[1/15489] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (7.08s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.71s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.13s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.72s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.74s)
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/444] Write sources
[19/444] Compiling CNIODarwin shim.c
[20/444] Write sources
[28/444] Compiling CNIOWASI CNIOWASI.c
[29/444] Compiling CNIOWindows shim.c
[30/444] Compiling _AtomicsShims.c
[31/444] Compiling CNIOWindows WSAStartup.c
[32/444] Compiling CNIOLinux liburing_shims.c
[33/444] Compiling CNIOSHA1 c_nio_sha1.c
[34/444] Compiling CNIOLLHTTP c_nio_http.c
[35/444] Compiling fiat_p256_adx_sqr.S
[36/444] Compiling fiat_curve25519_adx_square.S
[37/444] Compiling fiat_p256_adx_mul.S
[38/444] Compiling CNIOLinux shim.c
[39/444] Compiling CNIOLLHTTP c_nio_api.c
[40/444] Compiling fiat_curve25519_adx_mul.S
[41/444] Write swift-version-24593BA9C3E375BF.txt
[42/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/444] Compiling CNIOBoringSSLShims shims.c
[45/450] Emitting module _NIOBase64
[45/450] Compiling tls_record.cc
[46/450] Compiling tls13_client.cc
[47/469] Compiling tls_method.cc
[48/469] Compiling tls13_enc.cc
[49/469] Compiling tls13_server.cc
[50/480] Compiling tls13_both.cc
[52/480] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/480] Compiling InternalCollectionsUtilities Debugging.swift
[54/481] Emitting module InternalCollectionsUtilities
[55/481] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/481] Compiling InternalCollectionsUtilities Integer rank.swift
[57/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/481] Compiling ConcurrencyHelpers LockedValueBox.swift
[60/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/481] Compiling HTTPTypes ISOLatin1String.swift
[65/482] Compiling HTTPTypes HTTPRequest.swift
[66/482] Compiling HTTPTypes HTTPResponse.swift
[67/482] Compiling HTTPTypes HTTPParsedFields.swift
[68/482] Compiling _NIODataStructures _TinyArray.swift
[69/482] Compiling InternalCollectionsUtilities Descriptions.swift
[70/482] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/482] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/482] Compiling _NIODataStructures PriorityQueue.swift
[73/482] Emitting module HTTPTypes
[74/482] Compiling HTTPTypes HTTPField.swift
[75/482] Compiling _NIOBase64 Base64.swift
[77/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/484] Compiling t1_enc.cc
[80/484] Compiling Logging MetadataProvider.swift
[81/484] Compiling HTTPTypes NIOLock.swift
[82/484] Compiling Logging LogHandler.swift
[83/484] Compiling Logging Logging.swift
[84/484] Emitting module _NIODataStructures
[85/484] Compiling _NIODataStructures Heap.swift
[86/485] Emitting module ConcurrencyHelpers
[87/485] Compiling ConcurrencyHelpers Lock.swift
[88/486] Emitting module Logging
[89/486] Compiling Logging Locks.swift
[92/560] Compiling ssl_x509.cc
[94/560] Compiling DequeModule Deque+CustomReflectable.swift
[95/560] Compiling DequeModule Deque+Descriptions.swift
[96/560] Compiling DequeModule Deque+Equatable.swift
[97/560] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/562] Compiling DequeModule _DequeBuffer.swift
[99/562] Compiling DequeModule _DequeBufferHeader.swift
[100/562] Compiling DequeModule Deque+Testing.swift
[101/562] Compiling DequeModule Deque._Storage.swift
[102/562] Compiling DequeModule Deque+Extras.swift
[103/562] Compiling DequeModule Deque+Hashable.swift
[104/562] Emitting module UnixSignals
[105/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[106/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[107/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[108/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[109/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[110/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[111/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[112/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[113/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[114/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[115/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[116/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[117/569] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[118/569] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[119/569] Compiling DequeModule _DequeSlot.swift
[120/569] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/569] Compiling OrderedCollections OrderedSet+Initializers.swift
[122/569] Compiling OrderedCollections OrderedSet+Insertions.swift
[123/569] Compiling OrderedCollections OrderedSet+Invariants.swift
[124/569] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[125/569] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[126/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[127/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[128/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[129/569] Compiling OrderedCollections OrderedDictionary.swift
[130/569] Compiling OrderedCollections OrderedSet+Codable.swift
[131/569] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[132/569] Compiling OrderedCollections OrderedSet+Descriptions.swift
[133/569] Compiling OrderedCollections OrderedSet+Diffing.swift
[134/569] Compiling OrderedCollections OrderedSet+Equatable.swift
[135/569] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[136/569] Compiling OrderedCollections OrderedSet+Hashable.swift
[137/569] Compiling UnixSignals UnixSignal.swift
[138/569] Compiling UnixSignals UnixSignalsSequence.swift
[139/570] Compiling DequeModule Deque._UnsafeHandle.swift
[140/570] Compiling DequeModule Deque.swift
[141/570] Compiling ssl_transcript.cc
[142/570] Compiling ssl_versions.cc
[144/570] Compiling DequeModule Deque+Codable.swift
[145/570] Compiling DequeModule Deque+Collection.swift
[146/570] Emitting module DequeModule
[147/571] Compiling ssl_stat.cc
[149/571] Compiling OrderedCollections _HashTable+Bucket.swift
[150/571] Compiling OrderedCollections _HashTable+BucketIterator.swift
[151/571] Compiling OrderedCollections _HashTable+Constants.swift
[152/571] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[153/571] Compiling OrderedCollections _HashTable+Testing.swift
[154/571] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[155/571] Compiling OrderedCollections _HashTable.swift
[156/571] Compiling OrderedCollections _Hashtable+Header.swift
[173/571] Compiling HTTPTypes HTTPFields.swift
[174/571] Compiling HTTPTypes HTTPFieldName.swift
[175/572] Compiling OrderedCollections OrderedSet+Sendable.swift
[176/572] Compiling OrderedCollections OrderedSet+SubSequence.swift
[177/572] Compiling OrderedCollections OrderedSet+Testing.swift
[178/572] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[179/572] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[180/572] Compiling OrderedCollections OrderedSet.swift
[181/572] Compiling OrderedCollections _UnsafeBitset.swift
[182/572] Emitting module OrderedCollections
[184/573] Compiling ssl_session.cc
[185/573] Compiling ssl_key_share.cc
[186/573] Compiling ssl_privkey.cc
[187/573] Compiling ssl_file.cc
[188/573] Compiling ssl_lib.cc
[189/573] Compiling ssl_credential.cc
[190/573] Compiling ssl_cipher.cc
[191/573] Compiling s3_lib.cc
[192/573] Compiling ssl_buffer.cc
[193/573] Compiling ssl_asn1.cc
[194/573] Compiling ssl_cert.cc
[195/573] Compiling ssl_aead_ctx.cc
[196/573] Compiling s3_pkt.cc
[197/573] Compiling s3_both.cc
[198/573] Compiling handshake_server.cc
[199/573] Compiling handshake_client.cc
[200/573] Compiling handshake.cc
[201/573] Compiling handoff.cc
[202/573] Compiling encrypted_client_hello.cc
[203/573] Compiling dtls_record.cc
[204/573] Compiling md5-x86_64-linux.S
[205/573] Compiling extensions.cc
[206/573] Compiling md5-x86_64-apple.S
[207/573] Compiling md5-586-linux.S
[208/573] Compiling md5-586-apple.S
[209/573] Compiling chacha20_poly1305_x86_64-linux.S
[210/573] Compiling chacha20_poly1305_x86_64-apple.S
[211/573] Compiling dtls_method.cc
[212/573] Compiling chacha20_poly1305_armv8-win.S
[213/573] Compiling chacha20_poly1305_armv8-linux.S
[214/573] Compiling chacha20_poly1305_armv8-apple.S
[215/573] Compiling chacha-x86_64-linux.S
[216/573] Compiling chacha-x86_64-apple.S
[217/573] Compiling err_data.cc
[218/573] Compiling chacha-x86-apple.S
[219/573] Compiling chacha-x86-linux.S
[220/573] Compiling chacha-armv8-win.S
[221/573] Compiling chacha-armv8-linux.S
[222/573] Compiling chacha-armv8-apple.S
[223/573] Compiling aes128gcmsiv-x86_64-apple.S
[224/573] Compiling chacha-armv4-linux.S
[225/573] Compiling aes128gcmsiv-x86_64-linux.S
[226/573] Compiling x86_64-mont5-apple.S
[227/573] Compiling x86_64-mont-linux.S
[228/573] Compiling x86_64-mont5-linux.S
[229/573] Compiling x86_64-mont-apple.S
[230/573] Compiling x86-mont-linux.S
[231/573] Compiling x86-mont-apple.S
[232/573] Compiling vpaes-x86_64-apple.S
[233/573] Compiling d1_srtp.cc
[234/573] Compiling vpaes-x86-linux.S
[235/573] Compiling vpaes-x86_64-linux.S
[236/573] Compiling vpaes-x86-apple.S
[237/573] Compiling d1_pkt.cc
[238/573] Compiling vpaes-armv8-win.S
[239/573] Compiling vpaes-armv8-apple.S
[240/573] Compiling vpaes-armv7-linux.S
[241/573] Compiling vpaes-armv8-linux.S
[242/573] Compiling sha512-x86_64-apple.S
[243/573] Compiling sha512-x86_64-linux.S
[244/573] Compiling sha512-armv8-apple.S
[245/573] Compiling sha512-armv8-win.S
[246/573] Compiling sha512-armv8-linux.S
[247/573] Compiling sha512-586-apple.S
[248/573] Compiling sha512-586-linux.S
[249/573] Compiling sha512-armv4-linux.S
[250/573] Compiling sha256-x86_64-linux.S
[251/573] Compiling sha256-x86_64-apple.S
[252/573] Compiling bio_ssl.cc
[253/573] Compiling d1_lib.cc
[254/573] Compiling sha256-armv8-apple.S
[255/573] Compiling sha256-armv8-win.S
[256/573] Compiling sha256-armv8-linux.S
[257/573] Compiling sha256-armv4-linux.S
[258/573] Compiling sha256-586-linux.S
[259/573] Compiling sha256-586-apple.S
[260/573] Compiling sha1-x86_64-apple.S
[261/573] Compiling sha1-armv8-linux.S
[262/573] Compiling sha1-x86_64-linux.S
[263/573] Compiling sha1-armv8-win.S
[264/573] Compiling sha1-armv8-apple.S
[265/573] Compiling sha1-armv4-large-linux.S
[266/573] Compiling sha1-586-linux.S
[267/573] Compiling sha1-586-apple.S
[268/573] Compiling rsaz-avx2-apple.S
[269/573] Compiling rdrand-x86_64-linux.S
[270/573] Compiling rdrand-x86_64-apple.S
[271/573] Compiling p256_beeu-x86_64-asm-apple.S
[272/573] Compiling p256_beeu-armv8-asm-win.S
[273/573] Compiling rsaz-avx2-linux.S
[274/573] Compiling p256_beeu-x86_64-asm-linux.S
[275/573] Compiling p256_beeu-armv8-asm-linux.S
[276/573] Compiling p256_beeu-armv8-asm-apple.S
[277/573] Compiling p256-armv8-asm-apple.S
[278/573] Compiling p256-x86_64-asm-linux.S
[279/573] Compiling p256-x86_64-asm-apple.S
[279/573] Compiling p256-armv8-asm-win.S
[281/573] Compiling p256-armv8-asm-linux.S
[282/573] Compiling ghashv8-armv8-linux.S
[283/573] Compiling ghashv8-armv8-win.S
[284/573] Compiling ghashv8-armv8-apple.S
[285/573] Compiling ghashv8-armv7-linux.S
[286/573] Compiling ghash-x86_64-apple.S
[287/573] Compiling ghash-x86_64-linux.S
[288/573] Compiling ghash-x86-linux.S
[289/573] Compiling ghash-ssse3-x86_64-linux.S
[290/573] Compiling ghash-ssse3-x86-linux.S
[291/573] Compiling ghash-ssse3-x86-apple.S
[292/573] Compiling ghash-ssse3-x86_64-apple.S
[293/573] Compiling ghash-neon-armv8-linux.S
[294/573] Compiling ghash-x86-apple.S
[295/573] Compiling ghash-neon-armv8-win.S
[296/573] Compiling ghash-armv4-linux.S
[297/573] Compiling co-586-linux.S
[298/573] Compiling bsaes-armv7-linux.S
[299/573] Compiling ghash-neon-armv8-apple.S
[300/573] Compiling bn-armv8-win.S
[301/573] Compiling co-586-apple.S
[302/573] Compiling bn-586-linux.S
[303/573] Compiling bn-armv8-linux.S
[304/573] Compiling bn-armv8-apple.S
[305/573] Compiling bn-586-apple.S
[306/573] Compiling armv8-mont-win.S
[307/573] Compiling armv8-mont-linux.S
[308/573] Compiling armv4-mont-linux.S
[309/573] Compiling armv8-mont-apple.S
[310/573] Compiling aesv8-gcm-armv8-apple.S
[311/573] Compiling aesv8-gcm-armv8-win.S
[312/573] Compiling aesv8-gcm-armv8-linux.S
[313/573] Compiling aesv8-armv8-win.S
[314/573] Compiling aesv8-armv8-apple.S
[315/573] Compiling aesv8-armv8-linux.S
[316/573] Compiling aesv8-armv7-linux.S
[317/573] Compiling aesni-x86-linux.S
[317/573] Compiling aesni-x86_64-linux.S
[319/573] Compiling d1_both.cc
[320/573] Compiling aesni-x86_64-apple.S
[321/573] Compiling aesni-x86-apple.S
[322/573] Compiling aesni-gcm-x86_64-linux.S
[323/573] Compiling aesni-gcm-x86_64-apple.S
[324/573] Compiling aes-gcm-avx10-x86_64-apple.S
[325/573] Compiling aes-gcm-avx2-x86_64-apple.S
[326/573] Compiling aes-gcm-avx10-x86_64-linux.S
[327/573] Compiling aes-gcm-avx2-x86_64-linux.S
[328/573] Compiling x_spki.cc
[329/573] Compiling x_pubkey.cc
[330/573] Compiling x_sig.cc
[331/573] Compiling x_x509.cc
[332/573] Compiling x_val.cc
[333/573] Compiling x_x509a.cc
[334/573] Compiling x_name.cc
[335/573] Compiling x_req.cc
[336/573] Compiling x_attrib.cc
[337/573] Compiling x_exten.cc
[338/573] Compiling x_crl.cc
[339/573] Compiling x509spki.cc
[340/573] Compiling x_algor.cc
[341/573] Compiling x_all.cc
[342/573] Compiling x509rset.cc
[343/573] Compiling x509name.cc
[344/573] Compiling x509cset.cc
[345/573] Compiling x509_v3.cc
[346/573] Compiling x509_vpm.cc
[347/573] Compiling x509_vfy.cc
[348/573] Compiling x509_txt.cc
[349/573] Compiling x509_ext.cc
[350/573] Compiling x509_trs.cc
[351/573] Compiling x509_set.cc
[352/573] Compiling x509_obj.cc
[353/573] Compiling x509_req.cc
[354/573] Compiling x509_cmp.cc
[355/573] Compiling x509_lu.cc
[356/573] Compiling x509_d2.cc
[357/573] Compiling x509_def.cc
[358/573] Compiling x509_att.cc
[359/573] Compiling x509.cc
[360/573] Compiling v3_prn.cc
[361/573] Compiling v3_skey.cc
[362/573] Compiling v3_utl.cc
[363/573] Compiling v3_purp.cc
[364/573] Compiling v3_pcons.cc
[365/573] Compiling v3_pmaps.cc
[366/573] Compiling v3_ocsp.cc
[367/573] Compiling v3_ncons.cc
[368/573] Compiling v3_int.cc
[369/573] Compiling v3_lib.cc
[370/573] Compiling v3_info.cc
[371/573] Compiling v3_ia5.cc
[372/573] Compiling v3_genn.cc
[373/573] Compiling v3_extku.cc
[374/573] Compiling v3_enum.cc
[375/573] Compiling v3_crld.cc
[376/573] Compiling v3_cpols.cc
[377/573] Compiling v3_bitst.cc
[378/573] Compiling v3_conf.cc
[379/573] Compiling v3_bcons.cc
[380/573] Compiling v3_alt.cc
[381/573] Compiling v3_akeya.cc
[382/573] Compiling t_x509a.cc
[383/573] Compiling v3_akey.cc
[384/573] Compiling t_req.cc
[385/573] Compiling t_x509.cc
[386/573] Compiling t_crl.cc
[387/573] Compiling rsa_pss.cc
[388/573] Compiling i2d_pr.cc
[389/573] Compiling policy.cc
[390/573] Compiling name_print.cc
[391/573] Compiling by_file.cc
[392/573] Compiling by_dir.cc
[393/573] Compiling a_verify.cc
[394/573] Compiling algorithm.cc
[395/573] Compiling asn1_gen.cc
[396/573] Compiling a_sign.cc
[397/573] Compiling voprf.cc
[398/573] Compiling thread_win.cc
[399/573] Compiling a_digest.cc
[400/573] Compiling trust_token.cc
[401/573] Compiling thread.cc
[402/573] Compiling thread_none.cc
[403/573] Compiling thread_pthread.cc
[404/573] Compiling pmbtoken.cc
[405/573] Compiling stack.cc
[406/573] Compiling sha512.cc
[407/573] Compiling sha256.cc
[408/573] Compiling siphash.cc
[409/573] Compiling sha1.cc
[410/573] Compiling slhdsa.cc
[411/573] Compiling rsa_print.cc
[412/573] Compiling rsa_extra.cc
[413/573] Compiling rc4.cc
[414/573] Compiling refcount.cc
[415/573] Compiling spake2plus.cc
[416/573] Compiling rsa_crypt.cc
[417/573] Compiling windows.cc
[418/573] Compiling trusty.cc
[419/573] Compiling rand.cc
[420/573] Compiling urandom.cc
[421/573] Compiling rsa_asn1.cc
[422/573] Compiling ios.cc
[423/573] Compiling poly1305_arm_asm.S
[424/573] Compiling getentropy.cc
[425/573] Compiling passive.cc
[426/573] Compiling forkunsafe.cc
[427/573] Compiling deterministic.cc
[428/573] Compiling fork_detect.cc
[429/573] Compiling poly1305.cc
[430/573] Compiling poly1305_arm.cc
[431/573] Compiling poly1305_vec.cc
[432/573] Compiling pool.cc
[433/573] Compiling pkcs7.cc
[434/573] Compiling pkcs8_x509.cc
[435/573] Compiling pkcs8.cc
[436/573] Compiling p5_pbev2.cc
[437/573] Compiling pem_xaux.cc
[438/573] Compiling pkcs7_x509.cc
[439/573] Compiling pem_x509.cc
[440/573] Compiling pem_pkey.cc
[441/573] Compiling mlkem.cc
[442/573] Compiling pem_pk8.cc
[443/573] Compiling obj_xref.cc
[444/573] Compiling pem_oth.cc
[445/573] Compiling mldsa.cc
[446/573] Compiling obj.cc
[447/573] Compiling pem_lib.cc
[448/573] Compiling pem_info.cc
[449/573] Compiling mem.cc
[450/573] Compiling pem_all.cc
[451/573] Compiling poly_rq_mul.S
[452/573] Compiling fips_shared_support.cc
[453/573] Compiling md5.cc
[454/573] Compiling md4.cc
[455/573] Compiling lhash.cc
[456/573] Compiling ex_data.cc
[457/573] Compiling sign.cc
[458/573] Compiling hrss.cc
[459/573] Compiling scrypt.cc
[460/573] Compiling kyber.cc
[461/573] Compiling hpke.cc
[462/573] Compiling print.cc
[463/573] Compiling pbkdf.cc
[464/573] Compiling p_x25519.cc
[465/573] Compiling p_x25519_asn1.cc
[466/573] Compiling p_rsa_asn1.cc
[467/573] Compiling p_ed25519.cc
[468/573] Compiling p_rsa.cc
[469/573] Compiling p_hkdf.cc
[470/573] Compiling p_ed25519_asn1.cc
[471/573] Compiling p_ec.cc
[472/573] Compiling p_ec_asn1.cc
[473/573] Compiling p_dh_asn1.cc
[474/573] Compiling p_dh.cc
[475/573] Compiling evp_ctx.cc
[476/573] Compiling p_dsa_asn1.cc
[477/573] Compiling err.cc
[478/573] Compiling engine.cc
[479/573] Compiling evp.cc
[480/573] Compiling evp_asn1.cc
[481/573] Compiling ecdh.cc
[482/573] Compiling ecdsa_asn1.cc
[483/573] Compiling hash_to_curve.cc
[484/573] Compiling ec_derive.cc
[485/573] Compiling dsa.cc
[486/573] Compiling ec_asn1.cc
[487/573] Compiling params.cc
[488/573] Compiling dsa_asn1.cc
[489/573] Compiling x25519-asm-arm.S
[490/573] Compiling digest_extra.cc
[491/573] Compiling des.cc
[492/573] Compiling dh_asn1.cc
[493/573] Compiling spake25519.cc
[494/573] Compiling crypto.cc
[495/573] Compiling cpu_intel.cc
[496/573] Compiling cpu_arm_linux.cc
[497/573] Compiling cpu_arm_freebsd.cc
[498/573] Compiling curve25519.cc
[499/573] Compiling cpu_aarch64_win.cc
[500/573] Compiling cpu_aarch64_openbsd.cc
[501/573] Compiling cpu_aarch64_sysreg.cc
[502/573] Compiling cpu_aarch64_linux.cc
[503/573] Compiling bcm.cc
[504/573] Compiling cpu_aarch64_fuchsia.cc
[505/573] Compiling cpu_aarch64_apple.cc
[506/573] Compiling curve25519_64_adx.cc
[507/573] Compiling tls_cbc.cc
[508/573] Compiling conf.cc
[509/573] Compiling get_cipher.cc
[510/573] Compiling e_tls.cc
[511/573] Compiling e_rc4.cc
[512/573] Compiling e_rc2.cc
[513/573] Compiling e_null.cc
[514/573] Compiling e_des.cc
[515/573] Compiling e_chacha20poly1305.cc
[516/573] Compiling derive_key.cc
[517/573] Compiling e_aesgcmsiv.cc
[518/573] Compiling chacha.cc
[519/573] Compiling e_aesctrhmac.cc
[520/573] Compiling unicode.cc
[521/573] Compiling buf.cc
[522/573] Compiling ber.cc
[523/573] Compiling cbs.cc
[524/573] Compiling cbb.cc
[525/573] Compiling asn1_compat.cc
[526/573] Compiling blake2.cc
[527/573] Compiling bn_asn1.cc
[528/573] Compiling convert.cc
[529/573] Compiling printf.cc
[530/573] Compiling socket.cc
[531/573] Compiling socket_helper.cc
[532/573] Compiling pair.cc
[533/573] Compiling hexdump.cc
[534/573] Compiling file.cc
[535/573] Compiling errno.cc
[536/573] Compiling fd.cc
[537/573] Compiling bio_mem.cc
[538/573] Compiling connect.cc
[539/573] Compiling bio.cc
[540/573] Compiling base64.cc
[541/573] Compiling tasn_fre.cc
[542/573] Compiling tasn_typ.cc
[543/573] Compiling f_string.cc
[544/573] Compiling tasn_enc.cc
[545/573] Compiling posix_time.cc
[546/573] Compiling tasn_utl.cc
[547/573] Compiling tasn_new.cc
[548/573] Compiling asn_pack.cc
[549/573] Compiling f_int.cc
[550/573] Compiling asn1_par.cc
[551/573] Compiling tasn_dec.cc
[552/573] Compiling a_utctm.cc
[553/573] Compiling asn1_lib.cc
[554/573] Compiling a_type.cc
[555/573] Compiling a_octet.cc
[556/573] Compiling a_time.cc
[557/573] Compiling a_strnid.cc
[558/573] Compiling a_strex.cc
[559/573] Compiling a_object.cc
[560/573] Compiling a_i2d_fp.cc
[561/573] Compiling a_dup.cc
[562/573] Compiling a_d2i_fp.cc
[563/573] Compiling CCompressZlib empty.c
[564/573] Write sources
[565/573] Compiling a_mbstr.cc
[566/573] Write sources
[567/573] Compiling a_gentm.cc
[568/573] Compiling a_int.cc
[569/592] Compiling a_bitstr.cc
[570/636] Compiling a_bool.cc
[572/636] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[573/636] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[574/638] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[575/638] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[576/638] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[577/638] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[578/638] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[579/638] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[580/638] Compiling Atomics IntegerOperations.swift
[581/638] Compiling Atomics Unmanaged extensions.swift
[582/638] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[583/638] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[584/638] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[585/638] Emitting module AsyncAlgorithms
[586/644] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[587/644] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[588/644] Compiling AsyncAlgorithms MergeStateMachine.swift
[589/644] Compiling AsyncAlgorithms MergeStorage.swift
[590/644] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[591/644] Compiling AsyncAlgorithms Rethrow.swift
[597/644] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[605/644] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[606/644] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[607/644] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[608/644] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[609/644] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[610/644] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[612/644] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[613/644] Compiling AsyncAlgorithms DebounceStateMachine.swift
[614/644] Compiling AsyncAlgorithms DebounceStorage.swift
[615/644] Compiling AsyncAlgorithms Dictionary.swift
[616/644] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[617/644] Compiling AsyncAlgorithms Locking.swift
[618/644] Compiling AsyncAlgorithms SetAlgebra.swift
[619/644] Compiling AsyncAlgorithms UnsafeTransfer.swift
[620/644] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[621/644] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[622/644] Compiling AsyncAlgorithms ZipStateMachine.swift
[623/644] Compiling AsyncAlgorithms ZipStorage.swift
[624/644] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[625/644] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[626/644] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[627/644] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[628/644] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[629/644] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[630/644] Compiling AsyncAlgorithms ChannelStateMachine.swift
[631/644] Compiling AsyncAlgorithms ChannelStorage.swift
[632/644] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[633/644] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[634/644] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[635/644] Compiling AsyncAlgorithms CombineLatestStorage.swift
[637/645] Emitting module Atomics
[645/654] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[646/655] Emitting module ServiceLifecycle
[647/655] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[648/655] Compiling ServiceLifecycle ServiceRunnerError.swift
[649/655] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[649/655] Compiling c-nioatomics.c
[651/655] Compiling ServiceLifecycle CancellationWaiter.swift
[652/655] Compiling ServiceLifecycle GracefulShutdown.swift
[653/655] Compiling ServiceLifecycle Service.swift
[654/655] Compiling ServiceLifecycle ServiceGroup.swift
[654/656] Compiling c-atomics.c
[657/662] Compiling NIOConcurrencyHelpers lock.swift
[658/662] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[659/662] Emitting module NIOConcurrencyHelpers
[660/662] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[661/662] Compiling NIOConcurrencyHelpers NIOLock.swift
[662/662] Compiling NIOConcurrencyHelpers atomics.swift
[664/723] Compiling NIOCore MulticastChannel.swift
[665/723] Compiling NIOCore NIOAny.swift
[666/723] Compiling NIOCore NIOCloseOnErrorHandler.swift
[667/723] Compiling NIOCore NIOLoopBound.swift
[668/723] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[669/723] Compiling NIOCore NIOScheduledCallback.swift
[670/723] Compiling NIOCore NIOSendable.swift
[671/723] Compiling NIOCore RecvByteBufferAllocator.swift
[672/731] Compiling NIOCore IO.swift
[673/731] Compiling NIOCore IOData.swift
[674/731] Compiling NIOCore IPProtocol.swift
[675/731] Compiling NIOCore IntegerBitPacking.swift
[676/731] Compiling NIOCore IntegerTypes.swift
[677/731] Compiling NIOCore Interfaces.swift
[678/731] Compiling NIOCore Linux.swift
[679/731] Compiling NIOCore MarkedCircularBuffer.swift
[680/731] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[681/731] Compiling NIOCore EventLoopFuture+Deprecated.swift
[682/731] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[683/731] Compiling NIOCore EventLoopFuture.swift
[684/731] Compiling NIOCore FileDescriptor.swift
[685/731] Compiling NIOCore FileHandle.swift
[686/731] Compiling NIOCore FileRegion.swift
[687/731] Compiling NIOCore GlobalSingletons.swift
[688/731] Compiling NIOCore CircularBuffer.swift
[689/731] Compiling NIOCore Codec.swift
[690/731] Compiling NIOCore ConvenienceOptionSupport.swift
[691/731] Compiling NIOCore DeadChannel.swift
[692/731] Compiling NIOCore DispatchQueue+WithFuture.swift
[693/731] Compiling NIOCore EventLoop+Deprecated.swift
[694/731] Compiling NIOCore EventLoop+SerialExecutor.swift
[695/731] Compiling NIOCore EventLoop.swift
[696/731] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[697/731] Compiling NIOCore SocketAddresses.swift
[698/731] Compiling NIOCore SocketOptionProvider.swift
[699/731] Compiling NIOCore SystemCallHelpers.swift
[700/731] Compiling NIOCore TimeAmount+Duration.swift
[701/731] Compiling NIOCore TypeAssistedChannelHandler.swift
[702/731] Compiling NIOCore UniversalBootstrapSupport.swift
[703/731] Compiling NIOCore Utilities.swift
[704/731] Compiling NIOCore AddressedEnvelope.swift
[705/731] Compiling NIOCore AsyncAwaitSupport.swift
[706/731] Compiling NIOCore AsyncChannel.swift
[707/731] Compiling NIOCore AsyncChannelHandler.swift
[708/731] Compiling NIOCore AsyncChannelInboundStream.swift
[709/731] Compiling NIOCore AsyncChannelOutboundWriter.swift
[710/731] Compiling NIOCore NIOAsyncSequenceProducer.swift
[711/731] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[712/731] Compiling NIOCore NIOAsyncWriter.swift
[713/731] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[714/731] Compiling NIOCore BSDSocketAPI.swift
[715/731] Compiling NIOCore ByteBuffer-aux.swift
[716/731] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[717/731] Compiling NIOCore ByteBuffer-conversions.swift
[718/731] Compiling NIOCore ByteBuffer-core.swift
[719/731] Compiling NIOCore ByteBuffer-hex.swift
[720/731] Compiling NIOCore ByteBuffer-int.swift
[721/731] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[722/731] Compiling NIOCore ByteBuffer-multi-int.swift
[723/731] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[724/731] Compiling NIOCore ByteBuffer-views.swift
[725/731] Compiling NIOCore Channel.swift
[726/731] Compiling NIOCore ChannelHandler.swift
[727/731] Compiling NIOCore ChannelHandlers.swift
[728/731] Compiling NIOCore ChannelInvoker.swift
[729/731] Compiling NIOCore ChannelOption.swift
[730/731] Compiling NIOCore ChannelPipeline.swift
[731/731] Emitting module NIOCore
[733/793] Emitting module NIOHTTPTypes
[734/793] Compiling CompressNIO CompressionAlgorithm.swift
[735/794] Compiling CompressNIO Compressor.swift
[736/794] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[737/795] Compiling CompressNIO Error.swift
[739/795] Emitting module NIOEmbedded
[740/795] Compiling CompressNIO ZlibWrapper.swift
[741/795] Emitting module CompressNIO
[742/795] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[743/795] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[744/795] Compiling CompressNIO Zlib.swift
[745/795] Compiling NIOPosix BSDSocketAPICommon.swift
[746/795] Compiling NIOPosix BSDSocketAPIPosix.swift
[748/796] Compiling NIOEmbedded AsyncTestingChannel.swift
[749/796] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[750/796] Compiling NIOEmbedded Embedded.swift
[752/797] Compiling NIOPosix SelectableChannel.swift
[753/797] Compiling NIOPosix SelectableEventLoop.swift
[754/797] Compiling NIOPosix SelectorEpoll.swift
[755/797] Compiling NIOPosix SelectorGeneric.swift
[756/797] Compiling NIOPosix SelectorKqueue.swift
[757/797] Compiling NIOPosix SelectorUring.swift
[758/803] Compiling NIOPosix Pool.swift
[759/803] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[760/803] Compiling NIOPosix PosixSingletons.swift
[761/803] Compiling NIOPosix RawSocketBootstrap.swift
[762/803] Compiling NIOPosix Resolver.swift
[763/803] Compiling NIOPosix Selectable.swift
[764/803] Compiling NIOPosix ServerSocket.swift
[765/803] Compiling NIOPosix Socket.swift
[766/803] Compiling NIOPosix SocketChannel.swift
[767/803] Compiling NIOPosix SocketProtocols.swift
[768/803] Compiling NIOPosix System.swift
[769/803] Compiling NIOPosix Thread.swift
[770/803] Compiling NIOPosix ThreadPosix.swift
[771/803] Compiling NIOPosix ThreadWindows.swift
[772/803] Compiling NIOPosix UnsafeTransfer.swift
[773/803] Compiling NIOPosix Utilities.swift
[774/803] Compiling NIOPosix VsockAddress.swift
[775/803] Compiling NIOPosix VsockChannelEvents.swift
[776/803] Compiling NIOPosix NIOThreadPool.swift
[777/803] Compiling NIOPosix NonBlockingFileIO.swift
[778/803] Compiling NIOPosix PendingDatagramWritesManager.swift
[779/803] Compiling NIOPosix PendingWritesManager.swift
[780/803] Compiling NIOPosix PipeChannel.swift
[781/803] Compiling NIOPosix PipePair.swift
[782/803] Compiling NIOPosix IO.swift
[783/803] Compiling NIOPosix IntegerBitPacking.swift
[784/803] Compiling NIOPosix IntegerTypes.swift
[785/803] Compiling NIOPosix Linux.swift
[786/803] Compiling NIOPosix LinuxCPUSet.swift
[787/803] Compiling NIOPosix LinuxUring.swift
[788/803] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[791/803] Compiling NIOPosix BSDSocketAPIWindows.swift
[792/803] Compiling NIOPosix BaseSocket.swift
[793/803] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[794/803] Compiling NIOPosix BaseSocketChannel.swift
[795/803] Compiling NIOPosix BaseStreamSocketChannel.swift
[796/803] Emitting module NIOPosix
[797/803] Compiling NIOPosix Bootstrap.swift
[798/803] Compiling NIOPosix ControlMessage.swift
[799/803] Compiling NIOPosix DatagramVectorReadManager.swift
[800/803] Compiling NIOPosix Errors+Any.swift
[801/803] Compiling NIOPosix FileDescriptor.swift
[802/803] Compiling NIOPosix GetaddrinfoResolver.swift
[803/803] Compiling NIOPosix HappyEyeballs.swift
[805/806] Compiling NIO Exports.swift
[806/806] Emitting module NIO
[808/834] Compiling NIOTLS TLSEvents.swift
[809/834] Emitting module NIOTLS
[810/834] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[811/834] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[812/834] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[813/834] Compiling NIOTLS SNIHandler.swift
[815/864] Compiling NIOSSL SSLCertificateExtensions.swift
[816/864] Compiling NIOSSL SSLCertificateName.swift
[817/866] Compiling NIOSSL LinuxCABundle.swift
[818/866] Compiling NIOSSL NIOSSLClientHandler.swift
[819/866] Compiling NIOSSL AndroidCABundle.swift
[820/866] Compiling NIOSSL ByteBufferBIO.swift
[821/866] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[822/866] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[823/866] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[824/866] Compiling NIOSSL NIOSSLHandler.swift
[825/866] Compiling NIOSSL CustomPrivateKey.swift
[826/866] Compiling NIOSSL IdentityVerification.swift
[827/866] Compiling NIOSSL NIOSSLServerHandler.swift
[828/866] Compiling NIOSSL ObjectIdentifier.swift
[829/866] Compiling NIOSSL PosixPort.swift
[830/866] Compiling NIOSSL SSLCallbacks.swift
[831/866] Compiling NIOSSL SSLCertificate.swift
[832/866] Emitting module NIOHTTP1
[834/867] Compiling NIOSSL SSLPrivateKey.swift
[835/867] Compiling NIOSSL SSLPublicKey.swift
[836/867] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[837/867] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[838/885] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[839/885] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[840/885] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[841/885] Compiling NIOWebSocket SHA1.swift
[842/885] Emitting module NIOHTTPTypesHTTP1
[843/885] Emitting module NIOSSL
[844/885] Compiling NIOWebSocket WebSocketOpcode.swift
[845/886] Compiling NIOSSL SubjectAlternativeName.swift
[846/886] Compiling NIOSSL NIOSSLSecureBytes.swift
[847/886] Compiling NIOSSL RNG.swift
[848/886] Compiling NIOSSL SafeCompare.swift
[849/886] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[850/886] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[851/886] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[852/886] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[853/886] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[856/886] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[857/886] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[858/886] Emitting module NIOFoundationCompat
[859/887] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[860/887] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[861/887] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[862/887] Emitting module NIOWebSocket
[879/888] Compiling NIOWebSocket WebSocketFrame.swift
[880/888] Compiling NIOWebSocket WebSocketErrorCodes.swift
[883/905] Compiling NIOSSL SSLErrors.swift
[884/905] Compiling NIOSSL SSLInit.swift
[885/905] Compiling NIOSSL SSLPKCS12Bundle.swift
[886/911] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[887/911] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[888/911] Compiling NIOTransportServices NIOTSListenerChannel.swift
[889/913] Compiling NIOTransportServices StateManagedChannel.swift
[890/913] Compiling NIOTransportServices StateManagedListenerChannel.swift
[891/913] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[892/913] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[893/913] Compiling NIOTransportServices NIOTSSingletons.swift
[894/913] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[895/913] Compiling NIOTransportServices NIOTSBootstraps.swift
[896/913] Compiling NIOTransportServices NIOTSChannelOptions.swift
[897/913] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[898/913] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[899/913] Compiling NIOTransportServices NIOTSErrors.swift
[900/913] Compiling NIOTransportServices NIOTSEventLoop.swift
[901/928] Compiling WSCore String+validatingString.swift
[902/928] Compiling WSCore WebSocketDataFrame.swift
[903/928] Compiling WSCore WebSocketDataHandler.swift
[904/928] Compiling WSCore WebSocketExtension.swift
[905/928] Compiling WSCore WebSocketExtensionBuilder.swift
[906/928] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[907/928] Emitting module NIOTransportServices
[908/928] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[909/928] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[911/929] Compiling NIOSSL Zeroization.swift
[912/929] Compiling NIOSSL TLSConfiguration.swift
[913/929] Compiling NIOSSL UniversalBootstrapSupport.swift
[914/929] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[916/930] Emitting module WSCore
[921/931] Compiling WSCore WebSocketMessage.swift
[922/931] Compiling WSCore WebSocketOutboundWriter.swift
[923/931] Compiling WSCore WebSocketInboundMessageStream.swift
[924/931] Compiling WSCore WebSocketInboundStream.swift
[925/931] Compiling WSCore WebSocketStateMachine.swift
[928/931] Compiling WSCore WebSocketFrameSequence.swift
[929/931] Compiling WSCore WebSocketHandler.swift
[930/931] Compiling WSCore UnsafeTransfer.swift
[931/931] Compiling WSCore WebSocketContext.swift
[933/945] Compiling WSCompression PerMessageDeflateExtension.swift
[934/945] Emitting module WSCompression
[936/946] Compiling WSClient ClientChannel.swift
[937/946] Compiling WSClient ClientConnection.swift
[938/947] Compiling WSClient WebSocketClientConfiguration.swift
[939/947] Emitting module WSClient
[940/947] Compiling WSClient Exports.swift
[941/947] Compiling WSClient TSTLSOptions.swift
[942/947] Compiling WSClient URI.swift
[943/947] Compiling WSClient WebSocketClientError.swift
[944/947] Compiling WSClient WebSocketClientChannel.swift
[945/947] Compiling WSClient WebSocketClient.swift
[946/947] Compiling WSClient Parser.swift
[947/947] Compiling WSClient TLSClientChannel.swift
Build complete! (364.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.77.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "compress-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/compress-nio.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle"
    }
  ],
  "manifest_display_name" : "swift-websocket",
  "name" : "swift-websocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "WSClient",
      "targets" : [
        "WSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WSCompression",
      "targets" : [
        "WSCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WSCore",
      "targets" : [
        "WSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketTests",
      "path" : "Tests/WebSocketTests",
      "sources" : [
        "AutobahnTests.swift",
        "ClientChannelTests.swift",
        "ClientTests.swift",
        "WebSocketExtensionNegotiationTests.swift",
        "WebSocketStateMachineTests.swift"
      ],
      "target_dependencies" : [
        "WSClient",
        "WSCompression"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WSCore",
      "module_type" : "SwiftTarget",
      "name" : "WSCore",
      "path" : "Sources/WSCore",
      "product_dependencies" : [
        "HTTPTypes",
        "NIOCore",
        "NIOWebSocket",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "WSClient",
        "WSCompression",
        "WSCore"
      ],
      "sources" : [
        "Extensions/WebSocketExtension.swift",
        "Extensions/WebSocketExtensionBuilder.swift",
        "Extensions/WebSocketExtensionHTTPParameters.swift",
        "String+validatingString.swift",
        "UnsafeTransfer.swift",
        "WebSocketContext.swift",
        "WebSocketDataFrame.swift",
        "WebSocketDataHandler.swift",
        "WebSocketFrameSequence.swift",
        "WebSocketHandler.swift",
        "WebSocketInboundMessageStream.swift",
        "WebSocketInboundStream.swift",
        "WebSocketMessage.swift",
        "WebSocketOutboundWriter.swift",
        "WebSocketStateMachine.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WSCompression",
      "module_type" : "SwiftTarget",
      "name" : "WSCompression",
      "path" : "Sources/WSCompression",
      "product_dependencies" : [
        "CompressNIO"
      ],
      "product_memberships" : [
        "WSCompression"
      ],
      "sources" : [
        "PerMessageDeflateExtension.swift"
      ],
      "target_dependencies" : [
        "WSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WSClient",
      "module_type" : "SwiftTarget",
      "name" : "WSClient",
      "path" : "Sources/WSClient",
      "product_dependencies" : [
        "HTTPTypes",
        "Logging",
        "NIOCore",
        "NIOHTTPTypesHTTP1",
        "NIOPosix",
        "NIOSSL",
        "NIOTransportServices",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "WSClient"
      ],
      "sources" : [
        "Client/ClientChannel.swift",
        "Client/ClientConnection.swift",
        "Client/Parser.swift",
        "Client/TLSClientChannel.swift",
        "Client/TSTLSOptions.swift",
        "Client/URI.swift",
        "Exports.swift",
        "WebSocketClient.swift",
        "WebSocketClientChannel.swift",
        "WebSocketClientConfiguration.swift",
        "WebSocketClientError.swift"
      ],
      "target_dependencies" : [
        "WSCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.