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 (4e3a65), with Swift 6.1 for Linux on 12 Aug 2025 19:56:17 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.65.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 4e3a659 Bump actions/checkout from 4 to 5 in the dependencies group (#27)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
4e3a6595fd56f731fd0a037c475ef5874ca503dd
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/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/643] Fetching compress-nio
[400/3076] Fetching compress-nio, swift-service-lifecycle
[1618/5777] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services
[4158/11904] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[11905/26907] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
[14456/104298] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (7.57s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (7.57s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (7.59s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (7.61s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.65s)
Fetched https://github.com/apple/swift-nio.git from cache (7.78s)
[1/917] Fetching swift-http-types
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
[1/3886] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (9.84s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.09s)
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (2.25s)
Fetching https://github.com/apple/swift-system.git
[1/4874] Fetching swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
[1/16953] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.13s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.33s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1629] Fetching swift-asn1
[441/13290] Fetching swift-asn1, swift-nio-http2
[442/19258] Fetching swift-asn1, swift-nio-http2, swift-algorithms
[893/24268] Fetching swift-asn1, swift-nio-http2, swift-algorithms, swift-async-algorithms
[1561/30728] Fetching swift-asn1, swift-nio-http2, swift-algorithms, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-certificates.git from cache (1.49s)
[17505/24268] Fetching swift-asn1, swift-nio-http2, swift-algorithms, swift-async-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.50s)
[11654/18300] Fetching swift-asn1, swift-nio-http2, swift-async-algorithms
[14220/19476] Fetching swift-asn1, swift-nio-http2, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.71s)
[17834/18300] Fetching swift-asn1, swift-nio-http2, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (3.01s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.01s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.04s)
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.33s)
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.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/5946] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (3.88s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.19s)
Fetching https://github.com/apple/swift-crypto.git
[1/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.15s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (4.24s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.22s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (3.13s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.99s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
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.38.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.12.0
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/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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.33.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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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.1
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.29.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Building for debugging...
[0/445] Write sources
[27/445] Compiling CNIOWindows WSAStartup.c
[28/445] Compiling CNIOWindows shim.c
[29/445] Compiling CNIOWASI CNIOWASI.c
[30/445] Compiling CNIOLinux liburing_shims.c
[31/445] Compiling CNIOPosix event_loop_id.c
[32/445] Compiling _AtomicsShims.c
[33/445] Compiling CNIODarwin shim.c
[34/445] Compiling CNIOLinux shim.c
[35/445] Compiling CNIOLLHTTP c_nio_http.c
[36/445] Compiling CNIOSHA1 c_nio_sha1.c
[37/445] Compiling CNIOLLHTTP c_nio_api.c
[38/445] Compiling fiat_p256_adx_mul.S
[39/445] Write swift-version-24593BA9C3E375BF.txt
[40/445] Compiling fiat_p256_adx_sqr.S
[41/445] Compiling fiat_curve25519_adx_square.S
[42/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/445] Compiling fiat_curve25519_adx_mul.S
[44/448] Compiling CNIOBoringSSLShims shims.c
[46/478] Emitting module _NIODataStructures
[47/478] Emitting module InternalCollectionsUtilities
[47/479] Compiling tls_record.cc
[48/479] Compiling tls_method.cc
[49/479] Compiling tls13_server.cc
[51/482] Compiling HTTPTypes ISOLatin1String.swift
[52/483] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/483] Compiling ConcurrencyHelpers LockedValueBox.swift
[54/483] Emitting module _NIOBase64
[55/483] Compiling HTTPTypes HTTPRequest.swift
[56/483] Compiling _NIOBase64 Base64.swift
[57/484] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/484] Compiling InternalCollectionsUtilities Debugging.swift
[59/484] Compiling InternalCollectionsUtilities Descriptions.swift
[60/484] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/484] Compiling HTTPTypes HTTPResponse.swift
[62/484] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/484] Compiling InternalCollectionsUtilities Integer rank.swift
[64/484] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/484] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/484] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/484] Compiling HTTPTypes HTTPParsedFields.swift
[68/484] Emitting module HTTPTypes
[69/484] Compiling _NIODataStructures _TinyArray.swift
[70/484] Compiling _NIODataStructures PriorityQueue.swift
[71/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/484] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/484] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/485] Compiling tls13_client.cc
[77/485] Compiling tls13_enc.cc
[79/555] Compiling _NIODataStructures Heap.swift
[80/555] Compiling Logging MetadataProvider.swift
[81/556] Compiling Logging LogHandler.swift
[82/556] Compiling Logging Logging.swift
[83/556] Emitting module ConcurrencyHelpers
[84/556] Compiling ConcurrencyHelpers Lock.swift
[85/557] Emitting module Logging
[86/557] Compiling Logging Locks.swift
[87/558] Compiling HTTPTypes NIOLock.swift
[88/558] Compiling DequeModule Deque+Equatable.swift
[89/558] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/560] Compiling DequeModule Deque+CustomReflectable.swift
[93/560] Compiling DequeModule Deque+Descriptions.swift
[95/563] Compiling DequeModule _DequeBuffer.swift
[96/563] Compiling DequeModule _DequeBufferHeader.swift
[97/563] Compiling OrderedCollections OrderedDictionary.swift
[98/563] Compiling OrderedCollections OrderedSet+Codable.swift
[99/563] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[100/563] Compiling OrderedCollections OrderedSet+Descriptions.swift
[101/563] Compiling OrderedCollections OrderedSet+Diffing.swift
[102/563] Compiling OrderedCollections OrderedSet+Equatable.swift
[103/563] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[104/563] Compiling OrderedCollections OrderedSet+Hashable.swift
[105/570] Compiling DequeModule _DequeSlot.swift
[106/570] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/570] Compiling t1_enc.cc
[108/570] Compiling UnixSignals UnixSignalsSequence.swift
[109/570] Emitting module UnixSignals
[110/570] Compiling UnixSignals UnixSignal.swift
[111/571] Compiling DequeModule Deque+Testing.swift
[112/571] Compiling DequeModule Deque._Storage.swift
[113/571] Compiling DequeModule Deque._UnsafeHandle.swift
[114/571] Compiling DequeModule Deque.swift
[119/571] Compiling DequeModule Deque+Codable.swift
[120/571] Compiling DequeModule Deque+Collection.swift
[125/571] Compiling DequeModule Deque+Extras.swift
[126/571] Compiling DequeModule Deque+Hashable.swift
[127/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[128/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[129/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[130/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[131/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[132/571] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[133/571] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[134/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[135/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[136/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[137/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[138/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[139/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[140/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[141/571] Compiling OrderedCollections OrderedSet+Initializers.swift
[142/571] Compiling OrderedCollections OrderedSet+Insertions.swift
[143/571] Compiling OrderedCollections OrderedSet+Invariants.swift
[144/571] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[145/571] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[146/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[147/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[148/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[153/571] Compiling ssl_versions.cc
[158/571] Compiling tls13_both.cc
[160/571] Emitting module DequeModule
[162/572] Compiling OrderedCollections OrderedSet+Sendable.swift
[163/572] Compiling OrderedCollections OrderedSet+SubSequence.swift
[164/572] Compiling OrderedCollections OrderedSet+Testing.swift
[165/572] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[166/572] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[167/572] Compiling OrderedCollections OrderedSet.swift
[168/572] Compiling OrderedCollections _UnsafeBitset.swift
[168/572] Compiling ssl_transcript.cc
[170/572] Compiling OrderedCollections _HashTable+Bucket.swift
[171/572] Compiling OrderedCollections _HashTable+BucketIterator.swift
[172/572] Compiling OrderedCollections _HashTable+Constants.swift
[173/572] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[174/572] Compiling OrderedCollections _HashTable+Testing.swift
[175/572] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[176/572] Compiling OrderedCollections _HashTable.swift
[177/572] Compiling OrderedCollections _Hashtable+Header.swift
[177/572] Compiling ssl_x509.cc
[178/572] Compiling ssl_stat.cc
[179/572] Compiling ssl_session.cc
[181/572] Emitting module OrderedCollections
[183/573] Compiling HTTPTypes HTTPFields.swift
[184/573] Compiling HTTPTypes HTTPField.swift
[185/573] Compiling HTTPTypes HTTPFieldName.swift
[186/574] Compiling ssl_privkey.cc
[187/574] Compiling ssl_lib.cc
[188/574] Compiling ssl_key_share.cc
[189/574] Compiling ssl_file.cc
[190/574] Compiling ssl_cipher.cc
[191/574] Compiling ssl_credential.cc
[192/574] Compiling ssl_cert.cc
[193/574] Compiling ssl_buffer.cc
[194/574] Compiling ssl_asn1.cc
[195/574] Compiling s3_pkt.cc
[196/574] Compiling s3_lib.cc
[197/574] Compiling ssl_aead_ctx.cc
[198/574] Compiling s3_both.cc
[199/574] Compiling handshake_server.cc
[200/574] Compiling handshake_client.cc
[201/574] Compiling encrypted_client_hello.cc
[202/574] Compiling handoff.cc
[203/574] Compiling dtls_record.cc
[204/574] Compiling handshake.cc
[205/574] Compiling d1_srtp.cc
[206/574] Compiling dtls_method.cc
[207/574] Compiling extensions.cc
[208/574] Compiling md5-x86_64-linux.S
[209/574] Compiling md5-x86_64-apple.S
[210/574] Compiling md5-586-linux.S
[211/574] Compiling md5-586-apple.S
[212/574] Compiling chacha20_poly1305_armv8-win.S
[213/574] Compiling chacha20_poly1305_x86_64-apple.S
[214/574] Compiling chacha20_poly1305_x86_64-linux.S
[215/574] Compiling chacha20_poly1305_armv8-linux.S
[216/574] Compiling chacha20_poly1305_armv8-apple.S
[217/574] Compiling chacha-x86_64-linux.S
[218/574] Compiling chacha-x86_64-apple.S
[219/574] Compiling chacha-x86-linux.S
[220/574] Compiling err_data.cc
[221/574] Compiling chacha-x86-apple.S
[222/574] Compiling chacha-armv8-linux.S
[223/574] Compiling chacha-armv8-apple.S
[224/574] Compiling chacha-armv8-win.S
[225/574] Compiling chacha-armv4-linux.S
[226/574] Compiling aes128gcmsiv-x86_64-linux.S
[227/574] Compiling x86_64-mont5-linux.S
[228/574] Compiling aes128gcmsiv-x86_64-apple.S
[229/574] Compiling x86_64-mont5-apple.S
[230/574] Compiling x86_64-mont-linux.S
[231/574] Compiling x86-mont-linux.S
[232/574] Compiling x86_64-mont-apple.S
[233/574] Compiling vpaes-x86_64-linux.S
[234/574] Compiling x86-mont-apple.S
[235/574] Compiling vpaes-x86-linux.S
[236/574] Compiling vpaes-x86_64-apple.S
[237/574] Compiling vpaes-x86-apple.S
[238/574] Compiling d1_both.cc
[239/574] Compiling d1_pkt.cc
[240/574] Compiling vpaes-armv8-linux.S
[241/574] Compiling vpaes-armv8-apple.S
[242/574] Compiling vpaes-armv8-win.S
[243/574] Compiling bio_ssl.cc
[244/574] Compiling sha512-x86_64-apple.S
[245/574] Compiling vpaes-armv7-linux.S
[246/574] Compiling sha512-armv8-apple.S
[247/574] Compiling sha512-armv8-linux.S
[248/574] Compiling sha512-x86_64-linux.S
[249/574] Compiling sha512-armv8-win.S
[250/574] Compiling sha512-armv4-linux.S
[251/574] Compiling sha512-586-linux.S
[252/574] Compiling sha256-x86_64-apple.S
[253/574] Compiling sha512-586-apple.S
[254/574] Compiling sha256-armv8-win.S
[255/574] Compiling sha256-x86_64-linux.S
[256/574] Compiling sha256-armv8-linux.S
[257/574] Compiling sha256-armv4-linux.S
[258/574] Compiling sha256-586-apple.S
[259/574] Compiling sha256-armv8-apple.S
[260/574] Compiling sha1-armv8-win.S
[261/574] Compiling sha1-x86_64-linux.S
[262/574] Compiling sha256-586-linux.S
[263/574] Compiling sha1-x86_64-apple.S
[263/574] Compiling sha1-armv8-apple.S
[265/574] Compiling sha1-armv8-linux.S
[266/574] Compiling sha1-586-linux.S
[267/574] Compiling sha1-armv4-large-linux.S
[268/574] Compiling sha1-586-apple.S
[269/574] Compiling rdrand-x86_64-linux.S
[270/574] Compiling rsaz-avx2-apple.S
[271/574] Compiling rdrand-x86_64-apple.S
[272/574] Compiling rsaz-avx2-linux.S
[273/574] Compiling d1_lib.cc
[274/574] Compiling p256_beeu-armv8-asm-linux.S
[275/574] Compiling p256_beeu-x86_64-asm-linux.S
[276/574] Compiling p256_beeu-armv8-asm-win.S
[277/574] Compiling p256_beeu-x86_64-asm-apple.S
[278/574] Compiling p256_beeu-armv8-asm-apple.S
[279/574] Compiling p256-x86_64-asm-linux.S
[280/574] Compiling p256-x86_64-asm-apple.S
[281/574] Compiling p256-armv8-asm-linux.S
[282/574] Compiling p256-armv8-asm-apple.S
[282/574] Compiling ghashv8-armv8-win.S
[282/574] Compiling ghashv8-armv8-linux.S
[282/574] Compiling p256-armv8-asm-win.S
[286/574] Compiling ghashv8-armv8-apple.S
[287/574] Compiling ghash-x86_64-linux.S
[288/574] Compiling ghashv8-armv7-linux.S
[289/574] Compiling ghash-x86_64-apple.S
[290/574] Compiling ghash-x86-linux.S
[291/574] Compiling ghash-x86-apple.S
[292/574] Compiling ghash-ssse3-x86-apple.S
[293/574] Compiling ghash-ssse3-x86-linux.S
[293/574] Compiling ghash-ssse3-x86_64-linux.S
[295/574] Compiling ghash-neon-armv8-linux.S
[295/574] Compiling ghash-ssse3-x86_64-apple.S
[295/574] Compiling ghash-armv4-linux.S
[298/574] Compiling ghash-neon-armv8-apple.S
[299/574] Compiling ghash-neon-armv8-win.S
[300/574] Compiling co-586-linux.S
[301/574] Compiling bsaes-armv7-linux.S
[302/574] Compiling bn-armv8-linux.S
[303/574] Compiling bn-armv8-win.S
[304/574] Compiling bn-armv8-apple.S
[305/574] Compiling co-586-apple.S
[306/574] Compiling armv8-mont-win.S
[306/574] Compiling bn-586-linux.S
[308/574] Compiling bn-586-apple.S
[309/574] Compiling armv8-mont-linux.S
[310/574] Compiling armv4-mont-linux.S
[311/574] Compiling aesv8-gcm-armv8-win.S
[312/574] Compiling armv8-mont-apple.S
[313/574] Compiling aesv8-armv8-linux.S
[314/574] Compiling aesv8-armv8-win.S
[315/574] Compiling aesv8-gcm-armv8-linux.S
[316/574] Compiling aesv8-gcm-armv8-apple.S
[317/574] Compiling aesv8-armv8-apple.S
[318/574] Compiling aesv8-armv7-linux.S
[319/574] Compiling aesni-x86_64-apple.S
[319/574] Compiling aesni-x86-linux.S
[321/574] Compiling aesni-x86_64-linux.S
[322/574] Compiling aesni-x86-apple.S
[323/574] Compiling aesni-gcm-x86_64-linux.S
[323/574] Compiling aesni-gcm-x86_64-apple.S
[325/574] Compiling aes-gcm-avx2-x86_64-linux.S
[326/574] Compiling aes-gcm-avx2-x86_64-apple.S
[327/574] Compiling aes-gcm-avx10-x86_64-apple.S
[328/574] Compiling aes-gcm-avx10-x86_64-linux.S
[329/574] Compiling x_val.cc
[330/574] Compiling x_req.cc
[331/574] Compiling x_sig.cc
[332/574] Compiling x_name.cc
[333/574] Compiling x_x509a.cc
[334/574] Compiling x_x509.cc
[335/574] Compiling x_pubkey.cc
[336/574] Compiling x_spki.cc
[337/574] Compiling x_exten.cc
[338/574] Compiling x_crl.cc
[339/574] Compiling x_all.cc
[340/574] Compiling x509rset.cc
[341/574] Compiling x_attrib.cc
[342/574] Compiling x509spki.cc
[343/574] Compiling x_algor.cc
[344/574] Compiling x509cset.cc
[345/574] Compiling x509name.cc
[346/574] Compiling x509_txt.cc
[347/574] Compiling x509_trs.cc
[348/574] Compiling x509_vpm.cc
[349/574] Compiling x509_vfy.cc
[350/574] Compiling x509_v3.cc
[351/574] Compiling x509_set.cc
[352/574] Compiling x509_req.cc
[353/574] Compiling x509_obj.cc
[354/574] Compiling x509_lu.cc
[355/574] Compiling x509_def.cc
[356/574] Compiling x509_ext.cc
[357/574] Compiling x509_d2.cc
[358/574] Compiling x509_cmp.cc
[359/574] Compiling x509.cc
[360/574] Compiling x509_att.cc
[361/574] Compiling v3_utl.cc
[362/574] Compiling v3_prn.cc
[363/574] Compiling v3_ocsp.cc
[364/574] Compiling v3_skey.cc
[365/574] Compiling v3_pcons.cc
[366/574] Compiling v3_pmaps.cc
[367/574] Compiling v3_purp.cc
[368/574] Compiling v3_ncons.cc
[369/574] Compiling v3_lib.cc
[370/574] Compiling v3_info.cc
[371/574] Compiling v3_genn.cc
[372/574] Compiling v3_int.cc
[373/574] Compiling v3_ia5.cc
[374/574] Compiling v3_enum.cc
[375/574] Compiling v3_conf.cc
[376/574] Compiling v3_crld.cc
[377/574] Compiling v3_bcons.cc
[378/574] Compiling v3_bitst.cc
[379/574] Compiling v3_extku.cc
[380/574] Compiling v3_cpols.cc
[381/574] Compiling v3_akeya.cc
[382/574] Compiling v3_alt.cc
[383/574] Compiling v3_akey.cc
[384/574] Compiling t_x509a.cc
[385/574] Compiling t_crl.cc
[386/574] Compiling t_x509.cc
[387/574] Compiling i2d_pr.cc
[388/574] Compiling t_req.cc
[389/574] Compiling policy.cc
[390/574] Compiling name_print.cc
[391/574] Compiling rsa_pss.cc
[392/574] Compiling by_file.cc
[393/574] Compiling asn1_gen.cc
[394/574] Compiling a_verify.cc
[395/574] Compiling voprf.cc
[396/574] Compiling a_digest.cc
[397/574] Compiling a_sign.cc
[398/574] Compiling by_dir.cc
[399/574] Compiling algorithm.cc
[400/574] Compiling trust_token.cc
[401/574] Compiling thread_pthread.cc
[402/574] Compiling thread_win.cc
[403/574] Compiling thread_none.cc
[404/574] Compiling thread.cc
[405/574] Compiling stack.cc
[406/574] Compiling siphash.cc
[407/574] Compiling pmbtoken.cc
[408/574] Compiling slhdsa.cc
[409/574] Compiling sha1.cc
[410/574] Compiling sha256.cc
[411/574] Compiling sha512.cc
[412/574] Compiling rsa_print.cc
[413/574] Compiling spake2plus.cc
[414/574] Compiling rsa_extra.cc
[415/574] Compiling rc4.cc
[416/574] Compiling refcount.cc
[416/574] Compiling rsa_crypt.cc
[418/574] Compiling windows.cc
[419/574] Compiling urandom.cc
[420/574] Compiling trusty.cc
[421/574] Compiling rand.cc
[422/574] Compiling rsa_asn1.cc
[423/574] Compiling ios.cc
[423/574] Compiling passive.cc
[425/574] Compiling getentropy.cc
[426/574] Compiling forkunsafe.cc
[427/574] Compiling poly1305_arm_asm.S
[428/574] Compiling deterministic.cc
[429/574] Compiling fork_detect.cc
[430/574] Compiling poly1305_arm.cc
[431/574] Compiling poly1305.cc
[432/574] Compiling poly1305_vec.cc
[433/574] Compiling pool.cc
[434/574] Compiling pkcs7.cc
[435/574] Compiling pkcs8.cc
[436/574] Compiling pkcs8_x509.cc
[437/574] Compiling p5_pbev2.cc
[438/574] Compiling pkcs7_x509.cc
[439/574] Compiling pem_xaux.cc
[440/574] Compiling pem_x509.cc
[441/574] Compiling pem_pkey.cc
[442/574] Compiling mlkem.cc
[443/574] Compiling pem_pk8.cc
[444/574] Compiling obj_xref.cc
[445/574] Compiling pem_oth.cc
[446/574] Compiling pem_info.cc
[447/574] Compiling mldsa.cc
[448/574] Compiling pem_lib.cc
[449/574] Compiling obj.cc
[449/574] Compiling pem_all.cc
[451/574] Compiling poly_rq_mul.S
[452/574] Compiling fips_shared_support.cc
[452/574] Compiling mem.cc
[454/574] Compiling md5.cc
[455/574] Compiling md4.cc
[456/574] Compiling lhash.cc
[457/574] Compiling ex_data.cc
[458/574] Compiling hrss.cc
[459/574] Compiling sign.cc
[460/574] Compiling kyber.cc
[461/574] Compiling scrypt.cc
[462/574] Compiling hpke.cc
[463/574] Compiling print.cc
[464/574] Compiling pbkdf.cc
[465/574] Compiling p_x25519.cc
[466/574] Compiling p_x25519_asn1.cc
[467/574] Compiling p_rsa_asn1.cc
[468/574] Compiling p_ed25519.cc
[469/574] Compiling p_rsa.cc
[470/574] Compiling p_hkdf.cc
[471/574] Compiling p_ed25519_asn1.cc
[472/574] Compiling p_ec_asn1.cc
[473/574] Compiling p_ec.cc
[474/574] Compiling p_dh.cc
[475/574] Compiling p_dh_asn1.cc
[476/574] Compiling evp_ctx.cc
[477/574] Compiling p_dsa_asn1.cc
[478/574] Compiling evp.cc
[479/574] Compiling err.cc
[480/574] Compiling engine.cc
[481/574] Compiling ecdh.cc
[482/574] Compiling evp_asn1.cc
[483/574] Compiling ecdsa_asn1.cc
[484/574] Compiling ec_derive.cc
[485/574] Compiling hash_to_curve.cc
[486/574] Compiling dsa.cc
[487/574] Compiling ec_asn1.cc
[488/574] Compiling dsa_asn1.cc
[489/574] Compiling params.cc
[490/574] Compiling x25519-asm-arm.S
[491/574] Compiling des.cc
[492/574] Compiling digest_extra.cc
[493/574] Compiling dh_asn1.cc
[494/574] Compiling spake25519.cc
[495/574] Compiling cpu_intel.cc
[496/574] Compiling crypto.cc
[497/574] Compiling cpu_arm_linux.cc
[498/574] Compiling curve25519.cc
[499/574] Compiling cpu_arm_freebsd.cc
[500/574] Compiling cpu_aarch64_win.cc
[501/574] Compiling cpu_aarch64_openbsd.cc
[502/574] Compiling cpu_aarch64_sysreg.cc
[503/574] Compiling cpu_aarch64_linux.cc
[504/574] Compiling bcm.cc
[505/574] Compiling cpu_aarch64_fuchsia.cc
[506/574] Compiling curve25519_64_adx.cc
[507/574] Compiling cpu_aarch64_apple.cc
[508/574] Compiling tls_cbc.cc
[509/574] Compiling get_cipher.cc
[510/574] Compiling conf.cc
[511/574] Compiling e_rc4.cc
[512/574] Compiling e_tls.cc
[512/574] Compiling e_rc2.cc
[512/574] Compiling e_null.cc
[512/574] Compiling e_des.cc
[512/574] Compiling derive_key.cc
[512/574] Compiling e_chacha20poly1305.cc
[512/574] Compiling e_aesctrhmac.cc
[512/574] Compiling e_aesgcmsiv.cc
[512/574] Compiling chacha.cc
[512/574] Compiling unicode.cc
[512/574] Compiling buf.cc
[512/574] Compiling cbb.cc
[512/574] Compiling cbs.cc
[512/574] Compiling ber.cc
[512/574] Compiling bn_asn1.cc
[512/574] Compiling asn1_compat.cc
[512/574] Compiling blake2.cc
[512/574] Compiling convert.cc
[512/574] Compiling socket_helper.cc
[512/574] Compiling printf.cc
[512/574] Compiling socket.cc
[512/574] Compiling pair.cc
[512/574] Compiling hexdump.cc
[512/574] Compiling file.cc
[512/574] Compiling errno.cc
[512/574] Compiling fd.cc
[512/574] Compiling bio_mem.cc
[512/574] Compiling connect.cc
[512/574] Compiling base64.cc
[512/574] Compiling bio.cc
[512/574] Compiling tasn_typ.cc
[512/574] Compiling tasn_fre.cc
[512/574] Compiling f_string.cc
[512/574] Compiling posix_time.cc
[512/574] Compiling tasn_enc.cc
[512/574] Compiling tasn_utl.cc
[512/574] Compiling tasn_new.cc
[512/574] Compiling f_int.cc
[512/574] Compiling asn_pack.cc
[512/574] Compiling tasn_dec.cc
[512/574] Compiling asn1_par.cc
[512/574] Compiling a_type.cc
[512/574] Compiling a_octet.cc
[512/574] Compiling a_utctm.cc
[512/574] Compiling a_time.cc
[512/574] Compiling asn1_lib.cc
[512/574] Compiling a_strnid.cc
[512/574] Compiling a_strex.cc
[512/574] Compiling a_i2d_fp.cc
[512/574] Compiling a_object.cc
[512/574] Compiling a_dup.cc
[512/574] Compiling a_d2i_fp.cc
[512/574] Compiling CCompressZlib empty.c
[512/574] Write sources
[512/574] Compiling a_mbstr.cc
[512/574] Compiling a_gentm.cc
[512/574] Compiling a_int.cc
[512/574] Compiling a_bitstr.cc
[512/574] Compiling a_bool.cc
[512/574] Compiling c-nioatomics.c
[512/574] Compiling c-atomics.c
[575/643] Compiling Atomics UnsafeAtomic.swift
[576/643] Compiling Atomics UnsafeAtomicLazyReference.swift
[577/645] Compiling Atomics ManagedAtomic.swift
[578/645] Compiling Atomics ManagedAtomicLazyReference.swift
[579/645] Compiling Atomics AtomicStorage.swift
[580/645] Compiling Atomics AtomicValue.swift
[581/645] Compiling Atomics AtomicMemoryOrderings.swift
[582/645] Compiling Atomics DoubleWord.swift
[583/645] Compiling NIOConcurrencyHelpers NIOLock.swift
[584/645] Emitting module NIOConcurrencyHelpers
[585/645] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[586/645] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[587/645] Compiling NIOConcurrencyHelpers lock.swift
[588/645] Compiling NIOConcurrencyHelpers atomics.swift
[589/646] Compiling Atomics IntegerOperations.swift
[590/646] Compiling Atomics Unmanaged extensions.swift
[591/646] Compiling Atomics AtomicInteger.swift
[592/646] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[593/646] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[600/646] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[601/652] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[602/652] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[603/652] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[604/652] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[605/652] Compiling AsyncAlgorithms AsyncChannel.swift
[606/652] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[607/652] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[608/652] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[609/652] Compiling AsyncAlgorithms MergeStateMachine.swift
[610/652] Compiling AsyncAlgorithms MergeStorage.swift
[611/652] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[612/652] Compiling AsyncAlgorithms Rethrow.swift
[613/652] Emitting module AsyncAlgorithms
[621/652] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[622/652] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[623/652] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[624/652] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[625/652] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[626/652] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[628/652] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[629/652] Compiling AsyncAlgorithms DebounceStateMachine.swift
[630/652] Compiling AsyncAlgorithms DebounceStorage.swift
[631/652] Compiling AsyncAlgorithms Dictionary.swift
[632/652] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[633/652] Compiling AsyncAlgorithms Locking.swift
[634/652] Compiling AsyncAlgorithms ChannelStateMachine.swift
[635/652] Compiling AsyncAlgorithms ChannelStorage.swift
[636/652] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[637/652] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[638/652] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[639/652] Compiling AsyncAlgorithms CombineLatestStorage.swift
[643/652] Emitting module Atomics
[648/653] Compiling AsyncAlgorithms SetAlgebra.swift
[649/653] Compiling AsyncAlgorithms UnsafeTransfer.swift
[650/653] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[651/653] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[652/653] Compiling AsyncAlgorithms ZipStateMachine.swift
[653/653] Compiling AsyncAlgorithms ZipStorage.swift
[655/723] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[656/724] Emitting module ServiceLifecycle
[657/724] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[658/724] Compiling ServiceLifecycle CancellationWaiter.swift
[659/724] Compiling ServiceLifecycle ServiceRunnerError.swift
[660/724] Compiling NIOCore NIOAny.swift
[661/724] Compiling NIOCore NIOCloseOnErrorHandler.swift
[662/724] Compiling NIOCore NIOCoreSendableMetatype.swift
[663/724] Compiling NIOCore NIOLoopBound.swift
[664/724] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[665/724] Compiling NIOCore NIOScheduledCallback.swift
[666/724] Compiling NIOCore NIOSendable.swift
[667/724] Compiling NIOCore RecvByteBufferAllocator.swift
[668/732] Compiling ServiceLifecycle ServiceGroup.swift
[669/732] Compiling ServiceLifecycle Service.swift
[670/732] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[671/732] Compiling ServiceLifecycle GracefulShutdown.swift
[673/733] Compiling NIOCore IOData.swift
[674/733] Compiling NIOCore IPProtocol.swift
[675/733] Compiling NIOCore IntegerBitPacking.swift
[676/733] Compiling NIOCore IntegerTypes.swift
[677/733] Compiling NIOCore Interfaces.swift
[678/733] Compiling NIOCore Linux.swift
[679/733] Compiling NIOCore MarkedCircularBuffer.swift
[680/733] Compiling NIOCore MulticastChannel.swift
[681/733] Compiling NIOCore EventLoopFuture+Deprecated.swift
[682/733] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[683/733] Compiling NIOCore EventLoopFuture.swift
[684/733] Compiling NIOCore FileDescriptor.swift
[685/733] Compiling NIOCore FileHandle.swift
[686/733] Compiling NIOCore FileRegion.swift
[687/733] Compiling NIOCore GlobalSingletons.swift
[688/733] Compiling NIOCore IO.swift
[689/733] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[690/733] Compiling NIOCore SocketAddresses.swift
[691/733] Compiling NIOCore SocketOptionProvider.swift
[692/733] Compiling NIOCore SystemCallHelpers.swift
[693/733] Compiling NIOCore TimeAmount+Duration.swift
[694/733] Compiling NIOCore TypeAssistedChannelHandler.swift
[695/733] Compiling NIOCore UniversalBootstrapSupport.swift
[696/733] Compiling NIOCore Utilities.swift
[697/733] Compiling NIOCore CircularBuffer.swift
[698/733] Compiling NIOCore Codec.swift
[699/733] Compiling NIOCore ConvenienceOptionSupport.swift
[700/733] Compiling NIOCore DeadChannel.swift
[701/733] Compiling NIOCore DispatchQueue+WithFuture.swift
[702/733] Compiling NIOCore EventLoop+Deprecated.swift
[703/733] Compiling NIOCore EventLoop+SerialExecutor.swift
[704/733] Compiling NIOCore EventLoop.swift
[705/733] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[706/733] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[707/733] Compiling NIOCore BSDSocketAPI.swift
[708/733] Compiling NIOCore ByteBuffer-aux.swift
[709/733] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[710/733] Compiling NIOCore ByteBuffer-conversions.swift
[711/733] Compiling NIOCore ByteBuffer-core.swift
[712/733] Compiling NIOCore ByteBuffer-hex.swift
[713/733] Compiling NIOCore ByteBuffer-int.swift
[714/733] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[715/733] Compiling NIOCore AddressedEnvelope.swift
[716/733] Compiling NIOCore AsyncAwaitSupport.swift
[717/733] Compiling NIOCore AsyncChannel.swift
[718/733] Compiling NIOCore AsyncChannelHandler.swift
[719/733] Compiling NIOCore AsyncChannelInboundStream.swift
[720/733] Compiling NIOCore AsyncChannelOutboundWriter.swift
[721/733] Compiling NIOCore NIOAsyncSequenceProducer.swift
[722/733] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[723/733] Compiling NIOCore NIOAsyncWriter.swift
[724/733] Compiling NIOCore ByteBuffer-multi-int.swift
[725/733] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[726/733] Compiling NIOCore ByteBuffer-views.swift
[727/733] Compiling NIOCore Channel.swift
[728/733] Compiling NIOCore ChannelHandler.swift
[729/733] Compiling NIOCore ChannelHandlers.swift
[730/733] Compiling NIOCore ChannelInvoker.swift
[731/733] Compiling NIOCore ChannelOption.swift
[732/733] Compiling NIOCore ChannelPipeline.swift
[733/733] Emitting module NIOCore
[735/797] Emitting module NIOHTTPTypes
[736/797] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[737/798] Compiling CompressNIO CompressionAlgorithm.swift
[738/798] Compiling CompressNIO Compressor.swift
[740/799] Emitting module CompressNIO
[741/799] Compiling CompressNIO ZlibWrapper.swift
[742/799] Compiling NIOPosix BSDSocketAPICommon.swift
[743/799] Compiling NIOPosix BSDSocketAPIPosix.swift
[744/799] Emitting module NIOEmbedded
[745/799] Compiling NIOEmbedded AsyncTestingChannel.swift
[746/799] Compiling CompressNIO Error.swift
[747/799] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[748/799] Compiling CompressNIO Zlib.swift
[749/799] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[750/800] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[751/800] Compiling NIOEmbedded Embedded.swift
[754/801] Emitting module NIOPosix
[755/807] Compiling NIOPosix Pool.swift
[756/807] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[757/807] Compiling NIOPosix PosixSingletons.swift
[758/807] Compiling NIOPosix RawSocketBootstrap.swift
[759/807] Compiling NIOPosix Resolver.swift
[760/807] Compiling NIOPosix Selectable.swift
[761/807] Compiling NIOPosix SelectableChannel.swift
[762/807] Compiling NIOPosix SelectableEventLoop.swift
[763/807] Compiling NIOPosix SelectorEpoll.swift
[764/807] Compiling NIOPosix SelectorGeneric.swift
[765/807] Compiling NIOPosix SelectorKqueue.swift
[766/807] Compiling NIOPosix SelectorUring.swift
[767/807] Compiling NIOPosix ServerSocket.swift
[768/807] Compiling NIOPosix Socket.swift
[769/807] Compiling NIOPosix SocketChannel.swift
[770/807] Compiling NIOPosix SocketProtocols.swift
[771/807] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[772/807] Compiling NIOPosix System.swift
[773/807] Compiling NIOPosix Thread.swift
[774/807] Compiling NIOPosix ThreadPosix.swift
[775/807] Compiling NIOPosix ThreadWindows.swift
[776/807] Compiling NIOPosix UnsafeTransfer.swift
[777/807] Compiling NIOPosix Utilities.swift
[778/807] Compiling NIOPosix VsockAddress.swift
[779/807] Compiling NIOPosix VsockChannelEvents.swift
[782/807] Compiling NIOPosix BSDSocketAPIWindows.swift
[783/807] Compiling NIOPosix BaseSocket.swift
[784/807] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[785/807] Compiling NIOPosix BaseSocketChannel.swift
[786/807] Compiling NIOPosix BaseStreamSocketChannel.swift
[787/807] Compiling NIOPosix NIOPosixSendableMetatype.swift
[788/807] Compiling NIOPosix NIOThreadPool.swift
[789/807] Compiling NIOPosix NonBlockingFileIO.swift
[790/807] Compiling NIOPosix PendingDatagramWritesManager.swift
[791/807] Compiling NIOPosix PendingWritesManager.swift
[792/807] Compiling NIOPosix PipeChannel.swift
[793/807] Compiling NIOPosix PipePair.swift
[794/807] Compiling NIOPosix Bootstrap.swift
[795/807] Compiling NIOPosix ControlMessage.swift
[796/807] Compiling NIOPosix DatagramVectorReadManager.swift
[797/807] Compiling NIOPosix Errors+Any.swift
[798/807] Compiling NIOPosix FileDescriptor.swift
[799/807] Compiling NIOPosix GetaddrinfoResolver.swift
[800/807] Compiling NIOPosix HappyEyeballs.swift
[801/807] Compiling NIOPosix IO.swift
[802/807] Compiling NIOPosix IntegerBitPacking.swift
[803/807] Compiling NIOPosix IntegerTypes.swift
[804/807] Compiling NIOPosix Linux.swift
[805/807] Compiling NIOPosix LinuxCPUSet.swift
[806/807] Compiling NIOPosix LinuxUring.swift
[807/807] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[809/810] Emitting module NIO
[810/810] Compiling NIO Exports.swift
[812/838] Emitting module NIOTLS
[813/838] Compiling NIOTLS TLSEvents.swift
[814/838] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[815/838] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[816/838] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[817/838] Compiling NIOTLS SNIHandler.swift
[819/839] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[820/839] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[821/841] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[822/841] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[823/870] Compiling NIOSSL SSLErrors.swift
[824/870] Compiling NIOSSL SSLInit.swift
[825/870] Compiling NIOSSL NIOSSLHandler.swift
[826/870] Compiling NIOSSL SSLContext.swift
[827/870] Compiling NIOSSL SSLCallbacks.swift
[828/870] Compiling NIOSSL SSLCertificate.swift
[829/870] Compiling NIOSSL SSLPKCS12Bundle.swift
[830/870] Compiling NIOSSL SubjectAlternativeName.swift
[831/870] Compiling NIOSSL NIOSSLSecureBytes.swift
[832/870] Compiling NIOSSL RNG.swift
[833/870] Emitting module NIOHTTP1
[834/870] Compiling NIOSSL LinuxCABundle.swift
[835/870] Compiling NIOSSL NIOSSLClientHandler.swift
[836/870] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[838/885] Compiling NIOWebSocket WebSocketOpcode.swift
[839/886] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[840/886] Emitting module NIOSSL
[841/890] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[842/890] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[843/890] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[844/890] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[845/890] Compiling NIOWebSocket SHA1.swift
[846/890] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[847/890] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[848/890] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[849/890] Emitting module NIOHTTPTypesHTTP1
[850/890] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[851/891] Emitting module NIOWebSocket
[857/891] Compiling NIOWebSocket WebSocketErrorCodes.swift
[858/891] Compiling NIOWebSocket WebSocketFrame.swift
[859/891] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[860/892] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[861/892] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[863/892] Emitting module NIOFoundationCompat
[864/892] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[865/893] Compiling NIOSSL AndroidCABundle.swift
[866/893] Compiling NIOSSL ByteBufferBIO.swift
[867/893] Compiling NIOSSL CustomPrivateKey.swift
[868/893] Compiling NIOSSL IdentityVerification.swift
[876/893] Compiling NIOSSL SafeCompare.swift
[877/893] Compiling NIOSSL NIOSSLServerHandler.swift
[878/893] Compiling NIOSSL ObjectIdentifier.swift
[879/893] Compiling NIOSSL PosixPort.swift
[882/893] Compiling NIOSSL SSLPrivateKey.swift
[883/893] Compiling NIOSSL SSLPublicKey.swift
[884/893] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[885/893] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[887/893] Compiling NIOSSL SSLCertificateExtensions.swift
[888/893] Compiling NIOSSL SSLCertificateName.swift
[889/893] Compiling NIOSSL SSLConnection.swift
[890/930] Compiling NIOTransportServices StateManagedChannel.swift
[891/930] Compiling NIOTransportServices StateManagedListenerChannel.swift
[892/930] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[893/930] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[894/930] Compiling NIOTransportServices NIOTSErrors.swift
[895/930] Compiling NIOTransportServices NIOTSEventLoop.swift
[896/932] Compiling NIOTransportServices NIOTSBootstraps.swift
[897/932] Compiling NIOTransportServices NIOTSChannelOptions.swift
[898/932] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[899/932] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[900/932] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[901/932] Compiling NIOTransportServices NIOTSListenerChannel.swift
[902/932] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[903/932] Compiling NIOTransportServices NIOTSSingletons.swift
[904/932] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[905/932] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[906/932] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[907/932] Compiling NIOTransportServices AcceptHandler.swift
[908/932] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[909/932] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[910/932] Emitting module NIOTransportServices
[911/932] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[912/932] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[913/932] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[915/933] Compiling NIOSSL Zeroization.swift
[916/933] Compiling NIOSSL TLSConfiguration.swift
[917/933] Compiling NIOSSL UniversalBootstrapSupport.swift
[918/933] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[928/935] Emitting module WSCore
[931/935] Compiling WSCore WebSocketStateMachine.swift
[937/949] Compiling WSCompression PerMessageDeflateExtension.swift
[938/949] Emitting module WSCompression
[940/950] Compiling WSClient WebSocketClientConfiguration.swift
[941/951] Compiling WSClient WebSocketClientChannel.swift
[942/951] Compiling WSClient WebSocketClientError.swift
[943/951] Compiling WSClient ClientChannel.swift
[944/951] Compiling WSClient ClientConnection.swift
[945/951] Emitting module WSClient
[946/951] Compiling WSClient TSTLSOptions.swift
[947/951] Compiling WSClient URI.swift
[948/951] Compiling WSClient WebSocketClient.swift
[949/951] Compiling WSClient Exports.swift
[950/951] Compiling WSClient Parser.swift
[951/951] Compiling WSClient TLSClientChannel.swift
Build complete! (251.49s)
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.