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 Android on 28 Jun 2025 13:22:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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:         android
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
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.git
[1/643] Fetching compress-nio
[644/3316] Fetching compress-nio, swift-nio-transport-services
[671/9330] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras
[4193/11756] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.46s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.47s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
[1/14896] Fetching swift-nio-ssl
[1044/91238] Fetching swift-nio-ssl, swift-nio
[6501/92142] Fetching swift-nio-ssl, swift-nio, swift-http-types
[8466/95978] Fetching swift-nio-ssl, swift-nio, swift-http-types, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
[12317/95074] Fetching swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
[31674/91238] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.49s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.53s)
[56494/76342] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.25s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (6.74s)
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.83s)
Fetching https://github.com/apple/swift-atomics.git
[1/1803] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.00s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4443] Fetching swift-system
[2578/21158] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[4346/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.84s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1616] Fetching swift-asn1
[212/2785] Fetching swift-asn1, swift-http-structured-headers
[949/7770] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms
[1248/13729] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-algorithms
[1976/19933] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-certificates
[4586/31466] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-asn1.git from cache (1.01s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.01s)
[15011/23891] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.14s)
[14995/22722] Fetching swift-async-algorithms, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.15s)
[10356/17737] Fetching swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.08s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (3.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.64s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.94s)
Fetching https://github.com/apple/swift-crypto.git
[1/15489] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.96s)
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.73s)
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.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.51s)
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.55s)
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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-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-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-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-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-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-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-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-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-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-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Building for debugging...
[0/444] Write sources
[27/444] Compiling CNIOWindows shim.c
[28/444] Compiling CNIOWASI CNIOWASI.c
[29/444] Compiling CNIOWindows WSAStartup.c
[30/444] Compiling CNIOSHA1 c_nio_sha1.c
[31/444] Compiling CNIOLLHTTP c_nio_http.c
[32/444] Compiling CNIOLinux liburing_shims.c
[33/444] Compiling CNIODarwin shim.c
[34/444] Compiling CNIOLLHTTP c_nio_api.c
[35/444] Compiling CNIOLinux shim.c
[36/444] Compiling fiat_p256_adx_sqr.S
[37/444] Compiling fiat_p256_adx_mul.S
[37/444] Compiling fiat_curve25519_adx_square.S
[39/444] Compiling fiat_curve25519_adx_mul.S
[40/444] Compiling _AtomicsShims.c
[41/444] Write swift-version-24593BA9C3E375BF.txt
[42/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/444] Compiling CNIOBoringSSLShims shims.c
[44/450] Compiling tls_method.cc
[46/455] Emitting module _NIOBase64
[46/455] Compiling tls13_enc.cc
[47/455] Compiling tls13_server.cc
[48/455] Compiling tls_record.cc
[49/477] Compiling tls13_both.cc
[50/477] Compiling tls13_client.cc
[52/480] Emitting module _NIODataStructures
[52/480] Compiling t1_enc.cc
[53/480] Compiling ssl_x509.cc
[55/480] Emitting module HTTPTypes
[56/480] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/480] Compiling InternalCollectionsUtilities Debugging.swift
[58/482] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/482] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/482] Compiling _NIODataStructures _TinyArray.swift
[63/482] Compiling ConcurrencyHelpers LockedValueBox.swift
[64/482] Compiling InternalCollectionsUtilities Descriptions.swift
[65/482] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/482] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/482] Compiling _NIODataStructures PriorityQueue.swift
[68/482] Emitting module InternalCollectionsUtilities
[69/482] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/482] Compiling InternalCollectionsUtilities Integer rank.swift
[71/482] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/482] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/482] Compiling HTTPTypes HTTPParsedFields.swift
[74/482] Compiling HTTPTypes HTTPRequest.swift
[75/482] Compiling HTTPTypes HTTPResponse.swift
[76/482] Compiling HTTPTypes ISOLatin1String.swift
[77/482] Compiling _NIOBase64 Base64.swift
[78/483] Compiling _NIODataStructures Heap.swift
[81/484] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/485] Compiling HTTPTypes NIOLock.swift
[83/540] Compiling ssl_versions.cc
[85/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[86/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[87/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[88/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[89/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[90/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[91/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[92/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[95/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[96/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[97/547] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[98/547] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[98/562] Compiling ssl_transcript.cc
[100/562] Compiling OrderedCollections OrderedDictionary.swift
[101/562] Compiling OrderedCollections OrderedSet+Codable.swift
[102/562] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[103/562] Compiling OrderedCollections OrderedSet+Descriptions.swift
[104/562] Compiling OrderedCollections OrderedSet+Diffing.swift
[105/562] Compiling OrderedCollections OrderedSet+Equatable.swift
[106/562] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[107/562] Compiling OrderedCollections OrderedSet+Hashable.swift
[108/562] Compiling DequeModule Deque+Codable.swift
[109/562] Compiling DequeModule Deque+Collection.swift
[110/562] Compiling DequeModule Deque+CustomReflectable.swift
[111/562] Compiling DequeModule Deque+Descriptions.swift
[112/562] Compiling DequeModule Deque+Extras.swift
[113/562] Compiling DequeModule Deque+Hashable.swift
[114/562] Compiling DequeModule Deque+Equatable.swift
[115/562] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[116/562] Compiling OrderedCollections OrderedSet+Initializers.swift
[117/562] Compiling OrderedCollections OrderedSet+Insertions.swift
[118/562] Compiling OrderedCollections OrderedSet+Invariants.swift
[119/562] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[120/562] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[121/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[122/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[123/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[124/562] Compiling OrderedCollections OrderedDictionary+Codable.swift
[125/562] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[126/562] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[127/562] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[128/562] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[129/562] Compiling OrderedCollections OrderedDictionary+Elements.swift
[130/562] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[131/562] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[132/562] Compiling DequeModule _DequeBuffer.swift
[133/562] Compiling DequeModule _DequeBufferHeader.swift
[133/564] Compiling ssl_stat.cc
[138/564] Compiling ssl_session.cc
[140/564] Compiling Logging MetadataProvider.swift
[141/564] Emitting module Logging
[142/564] Compiling Logging Locks.swift
[143/564] Emitting module ConcurrencyHelpers
[144/564] Compiling ConcurrencyHelpers Lock.swift
[145/565] Compiling DequeModule _DequeSlot.swift
[146/565] Compiling DequeModule _UnsafeWrappedBuffer.swift
[149/565] Compiling DequeModule Deque+Testing.swift
[150/565] Compiling DequeModule Deque._Storage.swift
[151/565] Compiling DequeModule Deque._UnsafeHandle.swift
[152/565] Compiling DequeModule Deque.swift
[153/565] Compiling Logging LogHandler.swift
[154/565] Compiling Logging Logging.swift
[167/569] Compiling OrderedCollections OrderedSet+Sendable.swift
[168/569] Compiling OrderedCollections OrderedSet+SubSequence.swift
[169/569] Compiling OrderedCollections OrderedSet+Testing.swift
[170/569] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[171/569] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[172/569] Compiling OrderedCollections OrderedSet.swift
[173/569] Compiling OrderedCollections _UnsafeBitset.swift
[174/569] Emitting module DequeModule
[175/570] Emitting module OrderedCollections
[178/571] Emitting module UnixSignals
[179/571] Compiling UnixSignals UnixSignal.swift
[180/571] Compiling UnixSignals UnixSignalsSequence.swift
[181/572] Compiling ssl_privkey.cc
[182/572] Compiling ssl_key_share.cc
[183/572] Compiling ssl_file.cc
[184/572] Compiling ssl_lib.cc
[185/572] Compiling ssl_cipher.cc
[186/572] Compiling ssl_credential.cc
[188/572] Compiling HTTPTypes HTTPFieldName.swift
[189/572] Compiling HTTPTypes HTTPField.swift
[190/572] Compiling HTTPTypes HTTPFields.swift
[191/573] Compiling ssl_buffer.cc
[192/573] Compiling ssl_cert.cc
[193/573] Compiling ssl_asn1.cc
[194/573] Compiling ssl_aead_ctx.cc
[195/573] Compiling s3_pkt.cc
[196/573] Compiling s3_lib.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_method.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 dtls_record.cc
[209/573] Compiling md5-586-apple.S
[210/573] Compiling chacha20_poly1305_x86_64-linux.S
[211/573] Compiling chacha20_poly1305_x86_64-apple.S
[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 d1_srtp.cc
[218/573] Compiling chacha-x86-linux.S
[219/573] Compiling chacha-x86-apple.S
[220/573] Compiling chacha-armv8-win.S
[221/573] Compiling chacha-armv8-apple.S
[222/573] Compiling chacha-armv8-linux.S
[223/573] Compiling chacha-armv4-linux.S
[224/573] Compiling aes128gcmsiv-x86_64-linux.S
[225/573] Compiling aes128gcmsiv-x86_64-apple.S
[226/573] Compiling x86_64-mont5-linux.S
[227/573] Compiling x86_64-mont5-apple.S
[228/573] Compiling x86_64-mont-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-linux.S
[233/573] Compiling err_data.cc
[234/573] Compiling d1_pkt.cc
[235/573] Compiling d1_lib.cc
[236/573] Compiling vpaes-x86_64-apple.S
[237/573] Compiling vpaes-x86-linux.S
[238/573] Compiling vpaes-x86-apple.S
[239/573] Compiling vpaes-armv8-win.S
[240/573] Compiling vpaes-armv8-linux.S
[241/573] Compiling vpaes-armv8-apple.S
[242/573] Compiling vpaes-armv7-linux.S
[243/573] Compiling sha512-x86_64-linux.S
[244/573] Compiling bio_ssl.cc
[245/573] Compiling sha512-x86_64-apple.S
[246/573] Compiling sha512-armv8-apple.S
[247/573] Compiling sha512-armv8-win.S
[248/573] Compiling sha512-armv8-linux.S
[249/573] Compiling sha512-586-linux.S
[250/573] Compiling sha512-armv4-linux.S
[251/573] Compiling sha512-586-apple.S
[252/573] Compiling sha256-x86_64-linux.S
[253/573] Compiling sha256-armv8-win.S
[254/573] Compiling sha256-x86_64-apple.S
[255/573] Compiling sha256-armv8-apple.S
[256/573] Compiling sha256-armv4-linux.S
[257/573] Compiling sha256-armv8-linux.S
[258/573] Compiling sha256-586-linux.S
[259/573] Compiling sha1-armv8-win.S
[260/573] Compiling sha1-x86_64-linux.S
[261/573] Compiling sha256-586-apple.S
[262/573] Compiling sha1-x86_64-apple.S
[263/573] Compiling sha1-armv4-large-linux.S
[264/573] Compiling sha1-armv8-apple.S
[265/573] Compiling sha1-armv8-linux.S
[266/573] Compiling sha1-586-apple.S
[266/573] Compiling rsaz-avx2-linux.S
[266/573] Compiling rsaz-avx2-apple.S
[269/573] Compiling sha1-586-linux.S
[270/573] Compiling p256_beeu-x86_64-asm-apple.S
[271/573] Compiling rdrand-x86_64-linux.S
[272/573] Compiling rdrand-x86_64-apple.S
[273/573] Compiling p256_beeu-x86_64-asm-linux.S
[274/573] Compiling p256_beeu-armv8-asm-win.S
[275/573] Compiling p256-x86_64-asm-linux.S
[276/573] Compiling p256_beeu-armv8-asm-apple.S
[277/573] Compiling p256_beeu-armv8-asm-linux.S
[278/573] Compiling p256-x86_64-asm-apple.S
[279/573] Compiling p256-armv8-asm-win.S
[280/573] Compiling p256-armv8-asm-linux.S
[281/573] Compiling p256-armv8-asm-apple.S
[282/573] Compiling ghashv8-armv8-win.S
[283/573] Compiling ghashv8-armv7-linux.S
[284/573] Compiling ghashv8-armv8-linux.S
[285/573] Compiling ghashv8-armv8-apple.S
[286/573] Compiling ghash-x86_64-linux.S
[287/573] Compiling ghash-x86_64-apple.S
[288/573] Compiling ghash-x86-apple.S
[288/573] Compiling ghash-x86-linux.S
[290/573] Compiling ghash-ssse3-x86_64-linux.S
[291/573] Compiling ghash-ssse3-x86_64-apple.S
[292/573] Compiling ghash-ssse3-x86-linux.S
[293/573] Compiling ghash-ssse3-x86-apple.S
[294/573] Compiling ghash-neon-armv8-linux.S
[295/573] Compiling ghash-armv4-linux.S
[296/573] Compiling ghash-neon-armv8-win.S
[297/573] Compiling ghash-neon-armv8-apple.S
[298/573] Compiling co-586-linux.S
[299/573] Compiling co-586-apple.S
[300/573] Compiling bsaes-armv7-linux.S
[301/573] Compiling bn-armv8-win.S
[302/573] Compiling bn-armv8-linux.S
[303/573] Compiling d1_both.cc
[304/573] Compiling bn-armv8-apple.S
[305/573] Compiling bn-586-apple.S
[306/573] Compiling bn-586-linux.S
[307/573] Compiling armv8-mont-win.S
[308/573] Compiling armv8-mont-linux.S
[309/573] Compiling armv4-mont-linux.S
[310/573] Compiling armv8-mont-apple.S
[311/573] Compiling aesv8-gcm-armv8-win.S
[312/573] Compiling aesv8-gcm-armv8-apple.S
[313/573] Compiling aesv8-armv8-win.S
[314/573] Compiling aesv8-armv8-linux.S
[315/573] Compiling aesv8-gcm-armv8-linux.S
[316/573] Compiling aesv8-armv8-apple.S
[317/573] Compiling aesv8-armv7-linux.S
[318/573] Compiling aesni-x86_64-apple.S
[319/573] Compiling aesni-x86_64-linux.S
[320/573] Compiling aesni-gcm-x86_64-linux.S
[321/573] Compiling aesni-x86-linux.S
[322/573] Compiling aesni-x86-apple.S
[323/573] Compiling aesni-gcm-x86_64-apple.S
[324/573] Compiling aes-gcm-avx2-x86_64-linux.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-avx10-x86_64-apple.S
[328/573] Compiling x_x509.cc
[329/573] Compiling x_req.cc
[330/573] Compiling x_sig.cc
[331/573] Compiling x_spki.cc
[332/573] Compiling x_val.cc
[333/573] Compiling x_x509a.cc
[334/573] Compiling x_pubkey.cc
[335/573] Compiling x_name.cc
[336/573] Compiling x_exten.cc
[337/573] Compiling x_algor.cc
[338/573] Compiling x_attrib.cc
[339/573] Compiling x509spki.cc
[340/573] Compiling x_crl.cc
[341/573] Compiling x509rset.cc
[342/573] Compiling x_all.cc
[343/573] Compiling x509name.cc
[344/573] Compiling x509_vpm.cc
[345/573] Compiling x509_v3.cc
[346/573] Compiling x509_vfy.cc
[347/573] Compiling x509cset.cc
[348/573] Compiling x509_trs.cc
[349/573] Compiling x509_txt.cc
[350/573] Compiling x509_set.cc
[351/573] Compiling x509_req.cc
[352/573] Compiling x509_d2.cc
[353/573] Compiling x509_def.cc
[354/573] Compiling x509_obj.cc
[355/573] Compiling x509_ext.cc
[356/573] Compiling x509_cmp.cc
[357/573] Compiling x509_lu.cc
[358/573] Compiling x509.cc
[359/573] Compiling x509_att.cc
[360/573] Compiling v3_prn.cc
[361/573] Compiling v3_skey.cc
[362/573] Compiling v3_utl.cc
[363/573] Compiling v3_pcons.cc
[364/573] Compiling v3_ocsp.cc
[365/573] Compiling v3_purp.cc
[366/573] Compiling v3_pmaps.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_extku.cc
[372/573] Compiling v3_genn.cc
[373/573] Compiling v3_ia5.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_bcons.cc
[379/573] Compiling v3_conf.cc
[380/573] Compiling v3_akeya.cc
[381/573] Compiling v3_alt.cc
[382/573] Compiling v3_akey.cc
[383/573] Compiling t_x509a.cc
[384/573] Compiling i2d_pr.cc
[385/573] Compiling t_crl.cc
[386/573] Compiling t_x509.cc
[387/573] Compiling rsa_pss.cc
[388/573] Compiling t_req.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 asn1_gen.cc
[394/573] Compiling a_sign.cc
[395/573] Compiling algorithm.cc
[396/573] Compiling voprf.cc
[397/573] Compiling a_digest.cc
[398/573] Compiling a_verify.cc
[399/573] Compiling trust_token.cc
[400/573] Compiling thread_win.cc
[401/573] Compiling thread_pthread.cc
[402/573] Compiling thread.cc
[403/573] Compiling thread_none.cc
[404/573] Compiling stack.cc
[405/573] Compiling pmbtoken.cc
[406/573] Compiling spake2plus.cc
[407/573] Compiling siphash.cc
[408/573] Compiling slhdsa.cc
[409/573] Compiling sha512.cc
[410/573] Compiling sha256.cc
[411/573] Compiling rsa_print.cc
[412/573] Compiling sha1.cc
[413/573] Compiling rsa_extra.cc
[414/573] Compiling rc4.cc
[415/573] Compiling refcount.cc
[416/573] Compiling windows.cc
[417/573] Compiling rsa_crypt.cc
[418/573] Compiling urandom.cc
[419/573] Compiling trusty.cc
[420/573] Compiling rsa_asn1.cc
[421/573] Compiling rand.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 deterministic.cc
[427/573] Compiling forkunsafe.cc
[428/573] Compiling fork_detect.cc
[429/573] Compiling poly1305_vec.cc
[430/573] Compiling pool.cc
[431/573] Compiling poly1305_arm.cc
[432/573] Compiling poly1305.cc
[433/573] Compiling pkcs8.cc
[434/573] Compiling p5_pbev2.cc
[435/573] Compiling pkcs7.cc
[436/573] Compiling pkcs8_x509.cc
[437/573] Compiling pkcs7_x509.cc
[438/573] Compiling pem_x509.cc
[439/573] Compiling pem_xaux.cc
[440/573] Compiling pem_pkey.cc
[441/573] Compiling pem_oth.cc
[442/573] Compiling pem_pk8.cc
[443/573] Compiling mlkem.cc
[444/573] Compiling pem_info.cc
[445/573] Compiling pem_lib.cc
[446/573] Compiling pem_all.cc
[447/573] Compiling obj_xref.cc
[448/573] Compiling obj.cc
[449/573] Compiling mldsa.cc
[450/573] Compiling poly_rq_mul.S
[451/573] Compiling fips_shared_support.cc
[452/573] Compiling mem.cc
[453/573] Compiling md4.cc
[454/573] Compiling md5.cc
[455/573] Compiling lhash.cc
[456/573] Compiling kyber.cc
[457/573] Compiling ex_data.cc
[458/573] Compiling sign.cc
[459/573] Compiling scrypt.cc
[460/573] Compiling print.cc
[461/573] Compiling hrss.cc
[462/573] Compiling hpke.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_rsa.cc
[468/573] Compiling p_hkdf.cc
[469/573] Compiling p_ed25519.cc
[470/573] Compiling p_ed25519_asn1.cc
[471/573] Compiling p_ec_asn1.cc
[472/573] Compiling p_ec.cc
[473/573] Compiling p_dh.cc
[474/573] Compiling p_dh_asn1.cc
[475/573] Compiling evp_ctx.cc
[476/573] Compiling p_dsa_asn1.cc
[477/573] Compiling evp.cc
[478/573] Compiling evp_asn1.cc
[479/573] Compiling err.cc
[480/573] Compiling engine.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 bcm.cc
[487/573] Compiling ec_asn1.cc
[488/573] Compiling dsa_asn1.cc
[489/573] Compiling x25519-asm-arm.S
[490/573] Compiling params.cc
[491/573] Compiling digest_extra.cc
[492/573] Compiling des.cc
[493/573] Compiling dh_asn1.cc
[494/573] Compiling curve25519_64_adx.cc
[495/573] Compiling crypto.cc
[496/573] Compiling cpu_intel.cc
[497/573] Compiling spake25519.cc
[498/573] Compiling cpu_arm_linux.cc
[499/573] Compiling curve25519.cc
[500/573] Compiling cpu_arm_freebsd.cc
[501/573] Compiling cpu_aarch64_win.cc
[502/573] Compiling cpu_aarch64_sysreg.cc
[503/573] Compiling cpu_aarch64_openbsd.cc
[504/573] Compiling cpu_aarch64_linux.cc
[505/573] Compiling cpu_aarch64_fuchsia.cc
[506/573] Compiling cpu_aarch64_apple.cc
[507/573] Compiling tls_cbc.cc
[508/573] Compiling conf.cc
[509/573] Compiling get_cipher.cc
[510/573] Compiling e_rc4.cc
[510/573] Compiling e_tls.cc
[512/573] Compiling e_rc2.cc
[513/573] Compiling e_null.cc
[514/573] Compiling e_des.cc
[515/573] Compiling e_aesgcmsiv.cc
[516/573] Compiling e_chacha20poly1305.cc
[517/573] Compiling e_aesctrhmac.cc
[518/573] Compiling derive_key.cc
[519/573] Compiling chacha.cc
[520/573] Compiling unicode.cc
[521/573] Compiling buf.cc
[522/573] Compiling cbs.cc
[523/573] Compiling ber.cc
[524/573] Compiling cbb.cc
[525/573] Compiling asn1_compat.cc
[526/573] Compiling bn_asn1.cc
[527/573] Compiling blake2.cc
[528/573] Compiling convert.cc
[529/573] Compiling socket_helper.cc
[530/573] Compiling socket.cc
[531/573] Compiling pair.cc
[532/573] Compiling printf.cc
[533/573] Compiling hexdump.cc
[534/573] Compiling file.cc
[535/573] Compiling errno.cc
[536/573] Compiling fd.cc
[537/573] Compiling connect.cc
[538/573] Compiling bio_mem.cc
[539/573] Compiling base64.cc
[540/573] Compiling bio.cc
[541/573] Compiling tasn_utl.cc
[542/573] Compiling tasn_fre.cc
[543/573] Compiling tasn_typ.cc
[544/573] Compiling tasn_enc.cc
[545/573] Compiling posix_time.cc
[546/573] Compiling tasn_new.cc
[547/573] Compiling f_string.cc
[548/573] Compiling f_int.cc
[549/573] Compiling tasn_dec.cc
[550/573] Compiling asn1_par.cc
[551/573] Compiling asn_pack.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_mbstr.cc
[563/573] Compiling CCompressZlib empty.c
[563/573] Write sources
[566/573] Compiling a_int.cc
[567/573] Compiling a_d2i_fp.cc
[568/573] Compiling a_gentm.cc
[569/593] Compiling a_bitstr.cc
[571/636] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[572/636] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[573/638] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[574/638] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[575/638] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[576/638] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[576/638] Compiling a_bool.cc
[578/638] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[579/638] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[580/638] Compiling Atomics IntegerOperations.swift
[581/638] Compiling Atomics Unmanaged extensions.swift
[582/638] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[583/638] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[584/638] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[585/638] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[586/638] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[587/638] Compiling AsyncAlgorithms MergeStateMachine.swift
[588/638] Compiling AsyncAlgorithms MergeStorage.swift
[589/638] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[590/638] Compiling AsyncAlgorithms Rethrow.swift
[596/644] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[600/644] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[601/644] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[602/644] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[605/644] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[606/644] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[607/644] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[611/644] Emitting module AsyncAlgorithms
[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 BoundedBufferStateMachine.swift
[619/644] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[620/644] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[621/644] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[622/644] Compiling AsyncAlgorithms AsyncChannel.swift
[623/644] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[624/644] Compiling AsyncAlgorithms ChannelStateMachine.swift
[625/644] Compiling AsyncAlgorithms ChannelStorage.swift
[626/644] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[627/644] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[628/644] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[629/644] Compiling AsyncAlgorithms CombineLatestStorage.swift
[636/644] Emitting module Atomics
[638/645] Compiling AsyncAlgorithms SetAlgebra.swift
[639/645] Compiling AsyncAlgorithms UnsafeTransfer.swift
[640/645] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[641/645] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[642/645] Compiling AsyncAlgorithms ZipStateMachine.swift
[643/645] Compiling AsyncAlgorithms ZipStorage.swift
[645/654] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[646/655] Compiling ServiceLifecycle ServiceRunnerError.swift
[647/655] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[648/655] Emitting module ServiceLifecycle
[649/655] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[650/655] Compiling ServiceLifecycle CancellationWaiter.swift
[651/655] Compiling ServiceLifecycle GracefulShutdown.swift
[651/655] Compiling c-nioatomics.c
[653/655] Compiling ServiceLifecycle ServiceGroup.swift
[654/655] Compiling ServiceLifecycle Service.swift
[655/656] Compiling c-atomics.c
[657/662] Compiling NIOConcurrencyHelpers NIOLock.swift
[658/662] Compiling NIOConcurrencyHelpers lock.swift
[659/662] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[660/662] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[661/662] Compiling NIOConcurrencyHelpers atomics.swift
[662/662] Emitting module NIOConcurrencyHelpers
[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 AddressedEnvelope.swift
[697/731] Compiling NIOCore AsyncAwaitSupport.swift
[698/731] Compiling NIOCore AsyncChannel.swift
[699/731] Compiling NIOCore AsyncChannelHandler.swift
[700/731] Compiling NIOCore AsyncChannelInboundStream.swift
[701/731] Compiling NIOCore AsyncChannelOutboundWriter.swift
[702/731] Compiling NIOCore NIOAsyncSequenceProducer.swift
[703/731] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[704/731] Compiling NIOCore NIOAsyncWriter.swift
[705/731] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[706/731] Compiling NIOCore SocketAddresses.swift
[707/731] Compiling NIOCore SocketOptionProvider.swift
[708/731] Compiling NIOCore SystemCallHelpers.swift
[709/731] Compiling NIOCore TimeAmount+Duration.swift
[710/731] Compiling NIOCore TypeAssistedChannelHandler.swift
[711/731] Compiling NIOCore UniversalBootstrapSupport.swift
[712/731] Compiling NIOCore Utilities.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] Compiling CompressNIO CompressionAlgorithm.swift
[734/794] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[735/794] Emitting module NIOHTTPTypes
[736/795] Compiling CompressNIO Compressor.swift
[738/795] Emitting module NIOEmbedded
[739/795] Compiling NIOPosix Bootstrap.swift
[740/795] Compiling NIOPosix ControlMessage.swift
[741/795] Emitting module CompressNIO
[742/795] Compiling CompressNIO ZlibWrapper.swift
[743/795] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[744/795] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[745/795] Compiling CompressNIO Zlib.swift
[746/795] Compiling CompressNIO Error.swift
[748/796] Compiling NIOPosix Pool.swift
[749/796] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[750/796] Compiling NIOPosix PosixSingletons.swift
[751/796] Compiling NIOPosix RawSocketBootstrap.swift
[752/796] Compiling NIOPosix Resolver.swift
[753/796] Compiling NIOPosix Selectable.swift
[754/802] Compiling NIOEmbedded Embedded.swift
[755/802] Compiling NIOEmbedded AsyncTestingChannel.swift
[756/802] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[758/803] Compiling NIOPosix ThreadPosix.swift
[759/803] Compiling NIOPosix ThreadWindows.swift
[760/803] Compiling NIOPosix UnsafeTransfer.swift
[761/803] Compiling NIOPosix Utilities.swift
[762/803] Compiling NIOPosix VsockAddress.swift
[763/803] Compiling NIOPosix VsockChannelEvents.swift
[764/803] Emitting module NIOPosix
[765/803] Compiling NIOPosix SelectableChannel.swift
[766/803] Compiling NIOPosix SelectableEventLoop.swift
[767/803] Compiling NIOPosix SelectorEpoll.swift
[768/803] Compiling NIOPosix SelectorGeneric.swift
[769/803] Compiling NIOPosix SelectorKqueue.swift
[770/803] Compiling NIOPosix SelectorUring.swift
[771/803] Compiling NIOPosix ServerSocket.swift
[772/803] Compiling NIOPosix Socket.swift
[773/803] Compiling NIOPosix SocketChannel.swift
[774/803] Compiling NIOPosix SocketProtocols.swift
[775/803] Compiling NIOPosix System.swift
[776/803] Compiling NIOPosix Thread.swift
[777/803] Compiling NIOPosix IO.swift
[778/803] Compiling NIOPosix IntegerBitPacking.swift
[779/803] Compiling NIOPosix IntegerTypes.swift
[780/803] Compiling NIOPosix Linux.swift
[781/803] Compiling NIOPosix LinuxCPUSet.swift
[782/803] Compiling NIOPosix LinuxUring.swift
[783/803] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[784/803] Compiling NIOPosix NIOThreadPool.swift
[785/803] Compiling NIOPosix NonBlockingFileIO.swift
[786/803] Compiling NIOPosix PendingDatagramWritesManager.swift
[787/803] Compiling NIOPosix PendingWritesManager.swift
[788/803] Compiling NIOPosix PipeChannel.swift
[789/803] Compiling NIOPosix PipePair.swift
[790/803] Compiling NIOPosix BSDSocketAPICommon.swift
[791/803] Compiling NIOPosix BSDSocketAPIPosix.swift
[792/803] Compiling NIOPosix BSDSocketAPIWindows.swift
[793/803] Compiling NIOPosix BaseSocket.swift
[794/803] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[795/803] Compiling NIOPosix BaseSocketChannel.swift
[796/803] Compiling NIOPosix BaseStreamSocketChannel.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] Emitting module NIO
[806/806] Compiling NIO Exports.swift
[808/834] Compiling NIOTLS TLSEvents.swift
[809/834] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[810/834] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[811/834] Emitting module NIOTLS
[812/834] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[813/834] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[814/836] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[815/836] Compiling NIOTLS SNIHandler.swift
[817/837] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[818/837] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[819/837] Emitting module NIOHTTP1
[820/837] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[821/837] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[822/866] Compiling NIOSSL ByteBufferBIO.swift
[823/866] Compiling NIOSSL CustomPrivateKey.swift
[824/866] Compiling NIOSSL SSLConnection.swift
[825/866] Compiling NIOSSL SSLContext.swift
[826/866] Emitting module NIOFoundationCompat
[827/866] Compiling NIOSSL IdentityVerification.swift
[828/866] Compiling NIOSSL NIOSSLServerHandler.swift
[829/866] Compiling NIOSSL ObjectIdentifier.swift
[830/866] Compiling NIOSSL PosixPort.swift
[831/866] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[832/866] Compiling NIOSSL NIOSSLHandler.swift
[833/866] Compiling NIOSSL AndroidCABundle.swift
[835/881] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[836/881] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[837/881] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[838/881] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[839/882] Emitting module NIOHTTPTypesHTTP1
[841/882] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[842/882] Compiling NIOWebSocket WebSocketOpcode.swift
[843/905] Emitting module NIOSSL
[844/909] Compiling NIOTransportServices NIOTSEventLoop.swift
[845/909] Compiling NIOSSL SSLPublicKey.swift
[846/909] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[847/909] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[848/909] Compiling NIOSSL SubjectAlternativeName.swift
[849/909] Compiling NIOSSL NIOSSLSecureBytes.swift
[850/909] Compiling NIOSSL RNG.swift
[851/909] Compiling NIOSSL SafeCompare.swift
[852/909] Compiling NIOTransportServices NIOTSBootstraps.swift
[853/909] Compiling NIOTransportServices NIOTSChannelOptions.swift
[854/909] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[855/909] Compiling NIOTransportServices AcceptHandler.swift
[856/909] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[857/909] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[858/910] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[859/910] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[860/910] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[861/910] Compiling NIOTransportServices NIOTSSingletons.swift
[862/910] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[863/912] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[864/912] Compiling NIOTransportServices StateManagedChannel.swift
[865/912] Compiling NIOTransportServices StateManagedListenerChannel.swift
[866/912] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[872/912] Emitting module NIOWebSocket
[873/912] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[874/912] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[875/912] Compiling NIOTransportServices NIOTSListenerChannel.swift
[876/912] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[877/912] Compiling NIOTransportServices NIOTSErrors.swift
[882/912] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[883/912] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[891/912] Compiling NIOTransportServices NIOTSDatagramListener.swift
[892/912] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[893/912] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[894/912] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[895/912] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[896/912] Compiling NIOWebSocket WebSocketErrorCodes.swift
[897/912] Compiling NIOWebSocket WebSocketFrame.swift
[904/913] Emitting module NIOTransportServices
[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] Compiling WSCore UnsafeTransfer.swift
[917/930] Compiling WSCore WebSocketContext.swift
[918/931] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[919/931] Compiling WSCore String+validatingString.swift
[920/931] Emitting module WSCore
[921/931] Compiling WSCore WebSocketExtension.swift
[922/931] Compiling WSCore WebSocketExtensionBuilder.swift
[923/931] Compiling WSCore WebSocketMessage.swift
[924/931] Compiling WSCore WebSocketOutboundWriter.swift
[925/931] Compiling WSCore WebSocketInboundMessageStream.swift
[926/931] Compiling WSCore WebSocketInboundStream.swift
[927/931] Compiling WSCore WebSocketStateMachine.swift
[928/931] Compiling WSCore WebSocketDataFrame.swift
[929/931] Compiling WSCore WebSocketDataHandler.swift
[930/931] Compiling WSCore WebSocketFrameSequence.swift
[931/931] Compiling WSCore WebSocketHandler.swift
[933/945] Compiling WSCompression PerMessageDeflateExtension.swift
[934/945] Emitting module WSCompression
[936/946] Compiling WSClient WebSocketClientConfiguration.swift
[937/947] Compiling WSClient WebSocketClientChannel.swift
[938/947] Compiling WSClient WebSocketClientError.swift
[939/947] Compiling WSClient TSTLSOptions.swift
[940/947] Compiling WSClient URI.swift
[941/947] Compiling WSClient WebSocketClient.swift
[942/947] Compiling WSClient Exports.swift
[943/947] Compiling WSClient ClientChannel.swift
[944/947] Compiling WSClient ClientConnection.swift
[945/947] Emitting module WSClient
[946/947] Compiling WSClient Parser.swift
[947/947] Compiling WSClient TLSClientChannel.swift
Build complete! (357.32s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.