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 1.3.1 (7d20a9), with Swift 6.1 for Linux on 15 May 2025 14:25:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-websocket.git
Reference: 1.3.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/swift-websocket
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 7d20a99 Actually set sniHostname (#21)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
7d20a99a61f61212658bbcc636399b54534fe6cb
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at 1.3.1
========================================
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",
        "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-2":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle
[1/2426] Fetching swift-service-lifecycle
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.49s)
Fetching https://github.com/apple/swift-log.git
[1/75940] Fetching swift-nio
[1520/78607] Fetching swift-nio, swift-nio-transport-services
[4346/84515] Fetching swift-nio, swift-nio-transport-services, swift-nio-extras
[5980/88351] Fetching swift-nio, swift-nio-transport-services, swift-nio-extras, swift-log
[15973/103187] Fetching swift-nio, swift-nio-transport-services, swift-nio-extras, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.60s)
[15488/100520] Fetching swift-nio, swift-nio-extras, swift-log, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.40s)
[29236/94612] Fetching swift-nio, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.37s)
[26160/90776] Fetching swift-nio, swift-nio-ssl
[42282/91680] Fetching swift-nio, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (1.38s)
[54265/90776] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.16s)
[52399/75940] Fetching swift-nio
Fetching https://github.com/adam-fowler/compress-nio.git
Fetched https://github.com/apple/swift-nio.git from cache (7.66s)
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.38s)
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.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.91s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[1142/2851] Fetching swift-http-structured-headers, swift-atomics
[2425/8810] Fetching swift-http-structured-headers, swift-atomics, swift-algorithms
[2853/20337] Fetching swift-http-structured-headers, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.09s)
[5955/19196] Fetching swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (2.20s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.20s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.22s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.28s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
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.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.13s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16397] Fetching swift-collections
[657/20764] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.77s)
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.71s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.63s)
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.65s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (0.43s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
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.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.50s)
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/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.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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.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-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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/444] Write sources
[27/444] Compiling CNIOWindows WSAStartup.c
[27/444] Compiling CNIOWASI CNIOWASI.c
[27/444] Compiling CNIOWindows shim.c
[30/444] Compiling CNIOLinux liburing_shims.c
[31/444] Compiling _AtomicsShims.c
[32/444] Compiling CNIODarwin shim.c
[33/444] Compiling CNIOLLHTTP c_nio_http.c
[34/444] Compiling CNIOSHA1 c_nio_sha1.c
[35/444] Compiling CNIOLinux shim.c
[36/444] Compiling fiat_p256_adx_sqr.S
[37/444] Compiling CNIOLLHTTP c_nio_api.c
[38/444] Compiling fiat_curve25519_adx_mul.S
[39/444] Compiling fiat_curve25519_adx_square.S
[40/444] Compiling fiat_p256_adx_mul.S
[41/444] Write swift-version-24593BA9C3E375BF.txt
[42/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/444] Compiling CNIOBoringSSLShims shims.c
[45/450] Emitting module _NIOBase64
[45/450] Compiling tls_record.cc
[46/450] Compiling tls_method.cc
[47/450] Compiling tls13_enc.cc
[48/450] Compiling tls13_client.cc
[49/475] Compiling tls13_server.cc
[50/479] Compiling tls13_both.cc
[52/481] Emitting module Logging
[53/483] Emitting module InternalCollectionsUtilities
[54/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/485] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/485] Compiling ssl_x509.cc
[57/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/485] Compiling InternalCollectionsUtilities Integer rank.swift
[59/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[61/485] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[62/485] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[62/485] Compiling t1_enc.cc
[64/485] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/485] Compiling HTTPTypes HTTPResponse.swift
[67/485] Compiling ConcurrencyHelpers LockedValueBox.swift
[68/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/485] Compiling HTTPTypes ISOLatin1String.swift
[71/485] Emitting module HTTPTypes
[72/486] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/486] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/486] Compiling InternalCollectionsUtilities Debugging.swift
[75/486] Compiling InternalCollectionsUtilities Descriptions.swift
[76/486] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/486] Compiling InternalCollectionsUtilities Specialize.swift
[78/486] Compiling HTTPTypes HTTPParsedFields.swift
[79/486] Compiling HTTPTypes HTTPRequest.swift
[80/487] Compiling _NIOBase64 Base64.swift
[81/487] Compiling _NIODataStructures _TinyArray.swift
[82/488] Compiling _NIODataStructures PriorityQueue.swift
[85/488] Compiling Logging MetadataProvider.swift
[86/488] Compiling Logging Locks.swift
[87/488] Compiling ConcurrencyHelpers Lock.swift
[88/488] Emitting module ConcurrencyHelpers
[89/489] Compiling _NIODataStructures Heap.swift
[90/489] Emitting module _NIODataStructures
[92/490] Compiling HTTPTypes NIOLock.swift
[94/490] Compiling Logging LogHandler.swift
[95/490] Compiling Logging Logging.swift
[96/491] Compiling ssl_versions.cc
[97/492] Compiling ssl_transcript.cc
[98/557] Compiling ssl_stat.cc
[99/561] Compiling ssl_session.cc
[101/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[102/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[103/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[106/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[107/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[108/571] Compiling DequeModule Deque+CustomReflectable.swift
[109/571] Compiling DequeModule Deque+Descriptions.swift
[110/573] Compiling DequeModule _DequeBuffer.swift
[111/573] Compiling DequeModule _DequeBufferHeader.swift
[112/573] Compiling DequeModule Deque+Equatable.swift
[113/573] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[114/573] Compiling DequeModule Deque+Extras.swift
[115/573] Compiling DequeModule Deque+Hashable.swift
[116/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[117/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[118/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[119/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[120/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[121/573] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[122/573] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[123/573] Compiling DequeModule Deque+Codable.swift
[124/573] Compiling DequeModule Deque+Collection.swift
[131/573] Compiling DequeModule _DequeSlot.swift
[132/573] Compiling DequeModule _UnsafeWrappedBuffer.swift
[133/573] Compiling DequeModule Deque+Testing.swift
[134/573] Compiling DequeModule Deque._Storage.swift
[135/573] Emitting module UnixSignals
[136/573] Compiling UnixSignals UnixSignal.swift
[137/573] Compiling OrderedCollections OrderedDictionary.swift
[138/573] Compiling OrderedCollections OrderedSet+Codable.swift
[139/573] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[140/573] Compiling OrderedCollections OrderedSet+Descriptions.swift
[141/573] Compiling OrderedCollections OrderedSet+Diffing.swift
[142/573] Compiling OrderedCollections OrderedSet+Equatable.swift
[143/573] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[144/573] Compiling OrderedCollections OrderedSet+Hashable.swift
[145/573] Compiling UnixSignals UnixSignalsSequence.swift
[146/573] Compiling DequeModule Deque._UnsafeHandle.swift
[147/573] Compiling DequeModule Deque.swift
[151/574] Emitting module OrderedCollections
[152/574] Emitting module DequeModule
[153/575] Compiling OrderedCollections OrderedSet+Sendable.swift
[154/575] Compiling OrderedCollections OrderedSet+SubSequence.swift
[155/575] Compiling OrderedCollections OrderedSet+Testing.swift
[156/575] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[157/575] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[158/575] Compiling OrderedCollections OrderedSet.swift
[159/575] Compiling OrderedCollections _UnsafeBitset.swift
[160/575] Compiling HTTPTypes HTTPField.swift
[161/575] Compiling HTTPTypes HTTPFields.swift
[162/575] Compiling HTTPTypes HTTPFieldName.swift
[164/576] Compiling ssl_key_share.cc
[166/576] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[167/576] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[168/576] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[169/576] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[170/576] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[171/576] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[172/576] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[173/576] Compiling OrderedCollections OrderedDictionary+Values.swift
[182/576] Compiling OrderedCollections _HashTable+Bucket.swift
[183/576] Compiling OrderedCollections _HashTable+BucketIterator.swift
[184/576] Compiling OrderedCollections _HashTable+Constants.swift
[185/576] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[186/576] Compiling OrderedCollections _HashTable+Testing.swift
[187/576] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[188/576] Compiling OrderedCollections _HashTable.swift
[189/576] Compiling OrderedCollections _Hashtable+Header.swift
[190/577] Compiling ssl_privkey.cc
[191/577] Compiling ssl_file.cc
[192/577] Compiling ssl_lib.cc
[193/577] Compiling ssl_credential.cc
[194/577] Compiling ssl_cipher.cc
[195/577] Compiling ssl_cert.cc
[196/577] Compiling ssl_buffer.cc
[197/577] Compiling ssl_aead_ctx.cc
[198/577] Compiling ssl_asn1.cc
[198/577] Compiling s3_pkt.cc
[200/577] Compiling s3_lib.cc
[201/577] Compiling s3_both.cc
[202/577] Compiling handshake_server.cc
[203/577] Compiling handshake_client.cc
[204/577] Compiling handshake.cc
[205/577] Compiling dtls_record.cc
[206/577] Compiling handoff.cc
[207/577] Compiling encrypted_client_hello.cc
[207/577] Compiling dtls_method.cc
[209/577] Compiling md5-x86_64-apple.S
[210/577] Compiling md5-x86_64-linux.S
[211/577] Compiling md5-586-linux.S
[212/577] Compiling md5-586-apple.S
[213/577] Compiling chacha20_poly1305_x86_64-linux.S
[214/577] Compiling chacha20_poly1305_x86_64-apple.S
[215/577] Compiling chacha20_poly1305_armv8-win.S
[216/577] Compiling extensions.cc
[217/577] Compiling chacha20_poly1305_armv8-linux.S
[218/577] Compiling chacha20_poly1305_armv8-apple.S
[219/577] Compiling chacha-x86_64-linux.S
[220/577] Compiling chacha-x86_64-apple.S
[221/577] Compiling err_data.cc
[222/577] Compiling chacha-x86-linux.S
[223/577] Compiling chacha-x86-apple.S
[224/577] Compiling chacha-armv8-win.S
[225/577] Compiling chacha-armv8-linux.S
[226/577] Compiling chacha-armv8-apple.S
[227/577] Compiling chacha-armv4-linux.S
[228/577] Compiling aes128gcmsiv-x86_64-apple.S
[229/577] Compiling aes128gcmsiv-x86_64-linux.S
[230/577] Compiling x86_64-mont5-apple.S
[231/577] Compiling x86_64-mont5-linux.S
[232/577] Compiling x86_64-mont-linux.S
[233/577] Compiling x86_64-mont-apple.S
[234/577] Compiling x86-mont-linux.S
[235/577] Compiling x86-mont-apple.S
[236/577] Compiling vpaes-x86_64-linux.S
[237/577] Compiling vpaes-x86_64-apple.S
[238/577] Compiling vpaes-x86-linux.S
[239/577] Compiling vpaes-x86-apple.S
[240/577] Compiling vpaes-armv8-win.S
[241/577] Compiling vpaes-armv8-linux.S
[242/577] Compiling vpaes-armv8-apple.S
[243/577] Compiling d1_srtp.cc
[244/577] Compiling vpaes-armv7-linux.S
[245/577] Compiling sha512-x86_64-apple.S
[246/577] Compiling sha512-x86_64-linux.S
[247/577] Compiling sha512-armv8-win.S
[248/577] Compiling sha512-armv8-linux.S
[249/577] Compiling sha512-armv8-apple.S
[250/577] Compiling sha512-armv4-linux.S
[251/577] Compiling sha512-586-linux.S
[252/577] Compiling sha512-586-apple.S
[253/577] Compiling sha256-x86_64-apple.S
[254/577] Compiling sha256-armv8-win.S
[255/577] Compiling sha256-x86_64-linux.S
[256/577] Compiling sha256-armv8-linux.S
[257/577] Compiling sha256-armv4-linux.S
[258/577] Compiling sha256-armv8-apple.S
[259/577] Compiling sha256-586-linux.S
[260/577] Compiling sha256-586-apple.S
[261/577] Compiling bio_ssl.cc
[262/577] Compiling sha1-x86_64-apple.S
[263/577] Compiling sha1-armv8-win.S
[264/577] Compiling d1_pkt.cc
[265/577] Compiling sha1-armv8-linux.S
[266/577] Compiling sha1-x86_64-linux.S
[267/577] Compiling sha1-armv8-apple.S
[268/577] Compiling sha1-armv4-large-linux.S
[269/577] Compiling sha1-586-linux.S
[270/577] Compiling sha1-586-apple.S
[271/577] Compiling rsaz-avx2-apple.S
[272/577] Compiling rsaz-avx2-linux.S
[272/577] Compiling rdrand-x86_64-linux.S
[274/577] Compiling rdrand-x86_64-apple.S
[275/577] Compiling p256_beeu-x86_64-asm-linux.S
[276/577] Compiling p256_beeu-x86_64-asm-apple.S
[277/577] Compiling p256_beeu-armv8-asm-win.S
[278/577] Compiling p256_beeu-armv8-asm-apple.S
[279/577] Compiling p256_beeu-armv8-asm-linux.S
[280/577] Compiling p256-x86_64-asm-apple.S
[281/577] Compiling p256-armv8-asm-win.S
[282/577] Compiling p256-armv8-asm-linux.S
[283/577] Compiling p256-x86_64-asm-linux.S
[284/577] Compiling p256-armv8-asm-apple.S
[285/577] Compiling ghashv8-armv8-win.S
[286/577] Compiling ghashv8-armv8-linux.S
[287/577] Compiling ghashv8-armv8-apple.S
[288/577] Compiling ghashv8-armv7-linux.S
[289/577] Compiling ghash-x86-linux.S
[290/577] Compiling ghash-x86_64-apple.S
[291/577] Compiling ghash-x86_64-linux.S
[292/577] Compiling ghash-x86-apple.S
[293/577] Compiling ghash-ssse3-x86_64-linux.S
[294/577] Compiling ghash-ssse3-x86_64-apple.S
[295/577] Compiling ghash-ssse3-x86-linux.S
[296/577] Compiling ghash-ssse3-x86-apple.S
[297/577] Compiling ghash-neon-armv8-win.S
[298/577] Compiling ghash-neon-armv8-linux.S
[299/577] Compiling ghash-neon-armv8-apple.S
[300/577] Compiling ghash-armv4-linux.S
[301/577] Compiling co-586-apple.S
[302/577] Compiling co-586-linux.S
[303/577] Compiling bsaes-armv7-linux.S
[304/577] Compiling bn-armv8-win.S
[305/577] Compiling bn-armv8-linux.S
[306/577] Compiling bn-armv8-apple.S
[307/577] Compiling bn-586-linux.S
[308/577] Compiling bn-586-apple.S
[309/577] Compiling armv8-mont-win.S
[310/577] Compiling armv8-mont-linux.S
[311/577] Compiling armv8-mont-apple.S
[312/577] Compiling armv4-mont-linux.S
[312/577] Compiling d1_lib.cc
[314/577] Compiling aesv8-gcm-armv8-win.S
[315/577] Compiling aesv8-gcm-armv8-linux.S
[316/577] Compiling aesv8-gcm-armv8-apple.S
[317/577] Compiling aesv8-armv8-win.S
[318/577] Compiling aesv8-armv8-linux.S
[319/577] Compiling aesv8-armv7-linux.S
[320/577] Compiling aesv8-armv8-apple.S
[321/577] Compiling aesni-x86_64-linux.S
[322/577] Compiling aesni-x86-linux.S
[323/577] Compiling aesni-x86_64-apple.S
[324/577] Compiling aesni-x86-apple.S
[325/577] Compiling aesni-gcm-x86_64-linux.S
[326/577] Compiling aesni-gcm-x86_64-apple.S
[327/577] Compiling aes-gcm-avx2-x86_64-apple.S
[328/577] Compiling aes-gcm-avx2-x86_64-linux.S
[329/577] Compiling aes-gcm-avx10-x86_64-apple.S
[330/577] Compiling aes-gcm-avx10-x86_64-linux.S
[331/577] Compiling d1_both.cc
[332/577] Compiling x_sig.cc
[333/577] Compiling x_x509a.cc
[334/577] Compiling x_req.cc
[335/577] Compiling x_val.cc
[336/577] Compiling x_spki.cc
[337/577] Compiling x_pubkey.cc
[338/577] Compiling x_x509.cc
[339/577] Compiling x_name.cc
[340/577] Compiling x_exten.cc
[341/577] Compiling x509spki.cc
[342/577] Compiling x_algor.cc
[343/577] Compiling x_attrib.cc
[344/577] Compiling x509rset.cc
[344/577] Compiling x_crl.cc
[346/577] Compiling x_all.cc
[347/577] Compiling x509name.cc
[348/577] Compiling x509_txt.cc
[349/577] Compiling x509cset.cc
[350/577] Compiling x509_vpm.cc
[351/577] Compiling x509_trs.cc
[352/577] Compiling x509_v3.cc
[353/577] Compiling x509_vfy.cc
[354/577] Compiling x509_set.cc
[355/577] Compiling x509_req.cc
[356/577] Compiling x509_def.cc
[356/577] Compiling x509_obj.cc
[358/577] Compiling x509_d2.cc
[359/577] Compiling x509_lu.cc
[360/577] Compiling x509_ext.cc
[361/577] Compiling x509_cmp.cc
[362/577] Compiling x509.cc
[363/577] Compiling x509_att.cc
[364/577] Compiling v3_prn.cc
[365/577] Compiling v3_skey.cc
[366/577] Compiling v3_ocsp.cc
[367/577] Compiling v3_utl.cc
[367/577] Compiling v3_purp.cc
[369/577] Compiling v3_pmaps.cc
[370/577] Compiling v3_pcons.cc
[371/577] Compiling v3_ncons.cc
[372/577] Compiling v3_int.cc
[373/577] Compiling v3_lib.cc
[374/577] Compiling v3_ia5.cc
[375/577] Compiling v3_info.cc
[376/577] Compiling v3_genn.cc
[377/577] Compiling v3_extku.cc
[378/577] Compiling v3_enum.cc
[379/577] Compiling v3_crld.cc
[380/577] Compiling v3_cpols.cc
[381/577] Compiling v3_conf.cc
[382/577] Compiling v3_bitst.cc
[383/577] Compiling v3_bcons.cc
[384/577] Compiling v3_akeya.cc
[385/577] Compiling v3_alt.cc
[386/577] Compiling v3_akey.cc
[387/577] Compiling t_x509a.cc
[388/577] Compiling i2d_pr.cc
[389/577] Compiling t_x509.cc
[390/577] Compiling t_crl.cc
[391/577] Compiling t_req.cc
[392/577] Compiling name_print.cc
[393/577] Compiling rsa_pss.cc
[394/577] Compiling policy.cc
[395/577] Compiling by_file.cc
[396/577] Compiling by_dir.cc
[397/577] Compiling voprf.cc
[398/577] Compiling asn1_gen.cc
[399/577] Compiling algorithm.cc
[399/577] Compiling a_verify.cc
[401/577] Compiling a_digest.cc
[402/577] Compiling trust_token.cc
[403/577] Compiling a_sign.cc
[404/577] Compiling thread_win.cc
[405/577] Compiling thread.cc
[406/577] Compiling thread_pthread.cc
[407/577] Compiling thread_none.cc
[408/577] Compiling stack.cc
[409/577] Compiling pmbtoken.cc
[410/577] Compiling sha512.cc
[411/577] Compiling slhdsa.cc
[412/577] Compiling sha256.cc
[412/577] Compiling siphash.cc
[414/577] Compiling sha1.cc
[415/577] Compiling rsa_print.cc
[416/577] Compiling spake2plus.cc
[417/577] Compiling rsa_extra.cc
[418/577] Compiling rc4.cc
[419/577] Compiling refcount.cc
[420/577] Compiling windows.cc
[421/577] Compiling rsa_crypt.cc
[422/577] Compiling trusty.cc
[423/577] Compiling rand.cc
[424/577] Compiling urandom.cc
[425/577] Compiling rsa_asn1.cc
[426/577] Compiling ios.cc
[427/577] Compiling passive.cc
[428/577] Compiling getentropy.cc
[429/577] Compiling poly1305_arm_asm.S
[430/577] Compiling deterministic.cc
[430/577] Compiling forkunsafe.cc
[432/577] Compiling fork_detect.cc
[433/577] Compiling poly1305_arm.cc
[434/577] Compiling poly1305.cc
[435/577] Compiling poly1305_vec.cc
[436/577] Compiling pool.cc
[437/577] Compiling pkcs7.cc
[438/577] Compiling pkcs8_x509.cc
[439/577] Compiling p5_pbev2.cc
[440/577] Compiling pkcs8.cc
[441/577] Compiling pkcs7_x509.cc
[442/577] Compiling pem_xaux.cc
[443/577] Compiling pem_x509.cc
[444/577] Compiling pem_pkey.cc
[445/577] Compiling mlkem.cc
[446/577] Compiling pem_pk8.cc
[447/577] Compiling obj_xref.cc
[448/577] Compiling pem_oth.cc
[449/577] Compiling pem_info.cc
[450/577] Compiling mldsa.cc
[451/577] Compiling pem_all.cc
[451/577] Compiling pem_lib.cc
[453/577] Compiling obj.cc
[454/577] Compiling poly_rq_mul.S
[455/577] Compiling fips_shared_support.cc
[456/577] Compiling md5.cc
[457/577] Compiling mem.cc
[458/577] Compiling md4.cc
[459/577] Compiling lhash.cc
[460/577] Compiling ex_data.cc
[461/577] Compiling sign.cc
[462/577] Compiling kyber.cc
[463/577] Compiling hrss.cc
[464/577] Compiling scrypt.cc
[465/577] Compiling hpke.cc
[466/577] Compiling print.cc
[467/577] Compiling pbkdf.cc
[467/577] Compiling p_x25519.cc
[469/577] Compiling p_x25519_asn1.cc
[470/577] Compiling p_rsa_asn1.cc
[471/577] Compiling p_ed25519.cc
[472/577] Compiling p_rsa.cc
[473/577] Compiling p_hkdf.cc
[474/577] Compiling p_ed25519_asn1.cc
[475/577] Compiling p_ec_asn1.cc
[476/577] Compiling p_ec.cc
[477/577] Compiling p_dh.cc
[478/577] Compiling p_dh_asn1.cc
[479/577] Compiling evp_ctx.cc
[480/577] Compiling p_dsa_asn1.cc
[481/577] Compiling evp.cc
[482/577] Compiling err.cc
[483/577] Compiling engine.cc
[484/577] Compiling evp_asn1.cc
[485/577] Compiling ecdh.cc
[486/577] Compiling ecdsa_asn1.cc
[487/577] Compiling hash_to_curve.cc
[488/577] Compiling ec_derive.cc
[489/577] Compiling dsa.cc
[490/577] Compiling ec_asn1.cc
[491/577] Compiling dsa_asn1.cc
[492/577] Compiling params.cc
[493/577] Compiling x25519-asm-arm.S
[494/577] Compiling des.cc
[495/577] Compiling digest_extra.cc
[496/577] Compiling dh_asn1.cc
[497/577] Compiling crypto.cc
[498/577] Compiling cpu_intel.cc
[499/577] Compiling spake25519.cc
[500/577] Compiling cpu_arm_linux.cc
[501/577] Compiling curve25519.cc
[502/577] Compiling cpu_arm_freebsd.cc
[503/577] Compiling cpu_aarch64_win.cc
[504/577] Compiling cpu_aarch64_openbsd.cc
[505/577] Compiling cpu_aarch64_sysreg.cc
[506/577] Compiling bcm.cc
[507/577] Compiling cpu_aarch64_linux.cc
[508/577] Compiling cpu_aarch64_fuchsia.cc
[509/577] Compiling curve25519_64_adx.cc
[510/577] Compiling cpu_aarch64_apple.cc
[511/577] Compiling tls_cbc.cc
[512/577] Compiling get_cipher.cc
[513/577] Compiling conf.cc
[514/577] Compiling e_rc4.cc
[515/577] Compiling e_tls.cc
[516/577] Compiling e_null.cc
[517/577] Compiling e_rc2.cc
[518/577] Compiling e_des.cc
[519/577] Compiling derive_key.cc
[520/577] Compiling e_chacha20poly1305.cc
[521/577] Compiling e_aesgcmsiv.cc
[522/577] Compiling e_aesctrhmac.cc
[523/577] Compiling chacha.cc
[524/577] Compiling unicode.cc
[525/577] Compiling cbb.cc
[526/577] Compiling buf.cc
[526/577] Compiling cbs.cc
[526/577] Compiling ber.cc
[529/577] Compiling asn1_compat.cc
[530/577] Compiling bn_asn1.cc
[531/577] Compiling blake2.cc
[532/577] Compiling convert.cc
[533/577] Compiling socket.cc
[534/577] Compiling printf.cc
[535/577] Compiling socket_helper.cc
[536/577] Compiling pair.cc
[537/577] Compiling hexdump.cc
[538/577] Compiling file.cc
[539/577] Compiling fd.cc
[540/577] Compiling errno.cc
[541/577] Compiling bio_mem.cc
[542/577] Compiling connect.cc
[543/577] Compiling bio.cc
[544/577] Compiling base64.cc
[545/577] Compiling tasn_typ.cc
[546/577] Compiling tasn_fre.cc
[547/577] Compiling tasn_enc.cc
[548/577] Compiling posix_time.cc
[549/577] Compiling tasn_utl.cc
[549/577] Compiling tasn_new.cc
[551/577] Compiling f_string.cc
[552/577] Compiling f_int.cc
[553/577] Compiling asn_pack.cc
[554/577] Compiling tasn_dec.cc
[555/577] Compiling asn1_par.cc
[556/577] Compiling a_octet.cc
[557/577] Compiling a_utctm.cc
[558/577] Compiling a_type.cc
[559/577] Compiling asn1_lib.cc
[560/577] Compiling a_time.cc
[561/577] Compiling a_strex.cc
[562/577] Compiling a_strnid.cc
[563/577] Compiling a_object.cc
[564/577] Compiling a_i2d_fp.cc
[565/577] Compiling a_dup.cc
[566/577] Compiling a_d2i_fp.cc
[567/577] Compiling CCompressZlib empty.c
[568/577] Write sources
[569/577] Compiling a_mbstr.cc
[570/577] Write sources
[571/577] Compiling a_gentm.cc
[572/577] Compiling a_int.cc
[573/577] Compiling a_bool.cc
[574/578] Compiling a_bitstr.cc
[576/641] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[577/641] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[578/641] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[579/641] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[580/641] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[581/641] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[582/641] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[583/641] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[584/641] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[585/643] Compiling Atomics IntegerOperations.swift
[586/643] Compiling Atomics Unmanaged extensions.swift
[587/643] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[588/643] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[589/643] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[590/643] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[593/649] Emitting module AsyncAlgorithms
[594/649] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[595/649] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[596/649] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[601/649] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[602/649] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[603/649] Compiling AsyncAlgorithms MergeStateMachine.swift
[604/649] Compiling AsyncAlgorithms MergeStorage.swift
[605/649] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[606/649] Compiling AsyncAlgorithms Rethrow.swift
[612/649] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[613/649] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[614/649] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[615/649] Compiling AsyncAlgorithms DebounceStateMachine.swift
[616/649] Compiling AsyncAlgorithms DebounceStorage.swift
[617/649] Compiling AsyncAlgorithms Dictionary.swift
[618/649] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[619/649] Compiling AsyncAlgorithms Locking.swift
[619/649] Compiling c-nioatomics.c
[624/649] Emitting module Atomics
[625/649] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[626/649] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[627/649] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[628/649] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[629/649] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[630/649] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[631/649] Compiling AsyncAlgorithms ChannelStateMachine.swift
[632/649] Compiling AsyncAlgorithms ChannelStorage.swift
[633/649] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[634/649] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[635/649] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[636/649] Compiling AsyncAlgorithms CombineLatestStorage.swift
[643/650] Compiling AsyncAlgorithms SetAlgebra.swift
[644/650] Compiling AsyncAlgorithms UnsafeTransfer.swift
[645/650] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[646/650] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[647/650] Compiling AsyncAlgorithms ZipStateMachine.swift
[648/650] Compiling AsyncAlgorithms ZipStorage.swift
[650/651] Compiling c-atomics.c
[652/665] Compiling NIOConcurrencyHelpers lock.swift
[653/665] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[654/665] Compiling NIOConcurrencyHelpers NIOLock.swift
[655/665] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[656/665] Emitting module NIOConcurrencyHelpers
[657/665] Compiling NIOConcurrencyHelpers atomics.swift
[658/666] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[660/667] Emitting module ServiceLifecycle
[661/667] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[662/667] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[663/667] Compiling ServiceLifecycle ServiceRunnerError.swift
[664/727] Compiling ServiceLifecycle Service.swift
[665/727] Compiling ServiceLifecycle CancellationWaiter.swift
[666/727] Compiling ServiceLifecycle ServiceGroup.swift
[667/727] Compiling ServiceLifecycle GracefulShutdown.swift
[669/728] Compiling NIOCore MulticastChannel.swift
[670/728] Compiling NIOCore NIOAny.swift
[671/728] Compiling NIOCore NIOCloseOnErrorHandler.swift
[672/728] Compiling NIOCore NIOLoopBound.swift
[673/728] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[674/728] Compiling NIOCore NIOScheduledCallback.swift
[675/728] Compiling NIOCore NIOSendable.swift
[676/728] Compiling NIOCore RecvByteBufferAllocator.swift
[677/736] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[678/736] Compiling NIOCore EventLoopFuture+Deprecated.swift
[679/736] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[680/736] Compiling NIOCore EventLoopFuture.swift
[681/736] Compiling NIOCore FileDescriptor.swift
[682/736] Compiling NIOCore FileHandle.swift
[683/736] Compiling NIOCore FileRegion.swift
[684/736] Compiling NIOCore GlobalSingletons.swift
[685/736] Compiling NIOCore CircularBuffer.swift
[686/736] Compiling NIOCore Codec.swift
[687/736] Compiling NIOCore ConvenienceOptionSupport.swift
[688/736] Compiling NIOCore DeadChannel.swift
[689/736] Compiling NIOCore DispatchQueue+WithFuture.swift
[690/736] Compiling NIOCore EventLoop+Deprecated.swift
[691/736] Compiling NIOCore EventLoop+SerialExecutor.swift
[692/736] Compiling NIOCore EventLoop.swift
[693/736] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[694/736] Compiling NIOCore SocketAddresses.swift
[695/736] Compiling NIOCore SocketOptionProvider.swift
[696/736] Compiling NIOCore SystemCallHelpers.swift
[697/736] Compiling NIOCore TimeAmount+Duration.swift
[698/736] Compiling NIOCore TypeAssistedChannelHandler.swift
[699/736] Compiling NIOCore UniversalBootstrapSupport.swift
[700/736] Compiling NIOCore Utilities.swift
[701/736] Compiling NIOCore IO.swift
[702/736] Compiling NIOCore IOData.swift
[703/736] Compiling NIOCore IPProtocol.swift
[704/736] Compiling NIOCore IntegerBitPacking.swift
[705/736] Compiling NIOCore IntegerTypes.swift
[706/736] Compiling NIOCore Interfaces.swift
[707/736] Compiling NIOCore Linux.swift
[708/736] Compiling NIOCore MarkedCircularBuffer.swift
[709/736] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[710/736] Compiling NIOCore BSDSocketAPI.swift
[711/736] Compiling NIOCore ByteBuffer-aux.swift
[712/736] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[713/736] Compiling NIOCore ByteBuffer-conversions.swift
[714/736] Compiling NIOCore ByteBuffer-core.swift
[715/736] Compiling NIOCore ByteBuffer-hex.swift
[716/736] Compiling NIOCore ByteBuffer-int.swift
[717/736] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[718/736] Compiling NIOCore AddressedEnvelope.swift
[719/736] Compiling NIOCore AsyncAwaitSupport.swift
[720/736] Compiling NIOCore AsyncChannel.swift
[721/736] Compiling NIOCore AsyncChannelHandler.swift
[722/736] Compiling NIOCore AsyncChannelInboundStream.swift
[723/736] Compiling NIOCore AsyncChannelOutboundWriter.swift
[724/736] Compiling NIOCore NIOAsyncSequenceProducer.swift
[725/736] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[726/736] Compiling NIOCore NIOAsyncWriter.swift
[727/736] Compiling NIOCore ByteBuffer-multi-int.swift
[728/736] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[729/736] Compiling NIOCore ByteBuffer-views.swift
[730/736] Compiling NIOCore Channel.swift
[731/736] Compiling NIOCore ChannelHandler.swift
[732/736] Compiling NIOCore ChannelHandlers.swift
[733/736] Compiling NIOCore ChannelInvoker.swift
[734/736] Compiling NIOCore ChannelOption.swift
[735/736] Compiling NIOCore ChannelPipeline.swift
[736/736] Emitting module NIOCore
[738/798] Compiling CompressNIO Compressor.swift
[739/799] Emitting module NIOHTTPTypes
[740/799] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[741/799] Compiling CompressNIO CompressionAlgorithm.swift
[742/800] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[743/800] Compiling CompressNIO Error.swift
[744/800] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[745/800] Emitting module CompressNIO
[747/800] Compiling CompressNIO ZlibWrapper.swift
[748/800] Compiling NIOPosix BSDSocketAPICommon.swift
[749/800] Compiling NIOPosix BSDSocketAPIPosix.swift
[750/800] Emitting module NIOEmbedded
[751/800] Compiling CompressNIO Zlib.swift
[752/801] Compiling NIOEmbedded AsyncTestingChannel.swift
[754/801] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[755/801] Compiling NIOEmbedded Embedded.swift
[756/802] Compiling NIOPosix IO.swift
[757/802] Compiling NIOPosix IntegerBitPacking.swift
[758/802] Compiling NIOPosix IntegerTypes.swift
[759/802] Compiling NIOPosix Linux.swift
[760/802] Compiling NIOPosix LinuxCPUSet.swift
[761/802] Compiling NIOPosix LinuxUring.swift
[762/802] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[764/808] Compiling NIOPosix ThreadPosix.swift
[765/808] Compiling NIOPosix ThreadWindows.swift
[766/808] Compiling NIOPosix UnsafeTransfer.swift
[767/808] Compiling NIOPosix Utilities.swift
[768/808] Compiling NIOPosix VsockAddress.swift
[769/808] Compiling NIOPosix VsockChannelEvents.swift
[770/808] Emitting module NIOPosix
[773/808] Compiling NIOPosix BSDSocketAPIWindows.swift
[774/808] Compiling NIOPosix BaseSocket.swift
[775/808] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[776/808] Compiling NIOPosix BaseSocketChannel.swift
[777/808] Compiling NIOPosix BaseStreamSocketChannel.swift
[778/808] Compiling NIOPosix SelectableChannel.swift
[779/808] Compiling NIOPosix SelectableEventLoop.swift
[780/808] Compiling NIOPosix SelectorEpoll.swift
[781/808] Compiling NIOPosix SelectorGeneric.swift
[782/808] Compiling NIOPosix SelectorKqueue.swift
[783/808] Compiling NIOPosix SelectorUring.swift
[784/808] Compiling NIOPosix Pool.swift
[785/808] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[786/808] Compiling NIOPosix PosixSingletons.swift
[787/808] Compiling NIOPosix RawSocketBootstrap.swift
[788/808] Compiling NIOPosix Resolver.swift
[789/808] Compiling NIOPosix Selectable.swift
[790/808] Compiling NIOPosix ServerSocket.swift
[791/808] Compiling NIOPosix Socket.swift
[792/808] Compiling NIOPosix SocketChannel.swift
[793/808] Compiling NIOPosix SocketProtocols.swift
[794/808] Compiling NIOPosix System.swift
[795/808] Compiling NIOPosix Thread.swift
[796/808] Compiling NIOPosix NIOThreadPool.swift
[797/808] Compiling NIOPosix NonBlockingFileIO.swift
[798/808] Compiling NIOPosix PendingDatagramWritesManager.swift
[799/808] Compiling NIOPosix PendingWritesManager.swift
[800/808] Compiling NIOPosix PipeChannel.swift
[801/808] Compiling NIOPosix PipePair.swift
[802/808] Compiling NIOPosix Bootstrap.swift
[803/808] Compiling NIOPosix ControlMessage.swift
[804/808] Compiling NIOPosix DatagramVectorReadManager.swift
[805/808] Compiling NIOPosix Errors+Any.swift
[806/808] Compiling NIOPosix FileDescriptor.swift
[807/808] Compiling NIOPosix GetaddrinfoResolver.swift
[808/808] Compiling NIOPosix HappyEyeballs.swift
[810/811] Compiling NIO Exports.swift
[811/811] Emitting module NIO
[813/839] Compiling NIOTLS TLSEvents.swift
[814/839] Emitting module NIOTLS
[815/839] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[816/839] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[817/839] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[818/839] Compiling NIOTLS SNIHandler.swift
[819/840] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[820/840] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[822/842] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[823/842] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[824/871] Compiling NIOSSL NIOSSLHandler.swift
[825/871] Compiling NIOSSL SSLContext.swift
[826/871] Compiling NIOSSL SSLConnection.swift
[827/871] Compiling NIOSSL NIOSSLServerHandler.swift
[828/871] Compiling NIOSSL CustomPrivateKey.swift
[829/871] Compiling NIOSSL IdentityVerification.swift
[830/871] Compiling NIOSSL SSLCallbacks.swift
[831/871] Compiling NIOSSL LinuxCABundle.swift
[832/871] Compiling NIOSSL AndroidCABundle.swift
[833/871] Compiling NIOSSL ByteBufferBIO.swift
[834/871] Emitting module NIOHTTP1
[835/871] Compiling NIOSSL SSLCertificate.swift
[836/871] Compiling NIOSSL SSLCertificateExtensions.swift
[837/871] Compiling NIOSSL SSLCertificateName.swift
[839/886] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[840/886] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[841/886] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[842/886] Emitting module NIOFoundationCompat
[843/886] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[844/887] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[845/887] Emitting module NIOHTTPTypesHTTP1
[847/887] Compiling NIOWebSocket WebSocketOpcode.swift
[848/888] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[849/888] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[850/888] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[851/888] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[852/908] Compiling NIOWebSocket WebSocketErrorCodes.swift
[853/908] Compiling NIOWebSocket WebSocketFrame.swift
[855/911] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[856/911] Compiling NIOTransportServices NIOTSBootstraps.swift
[857/911] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[858/911] Compiling NIOTransportServices StateManagedChannel.swift
[859/911] Compiling NIOTransportServices StateManagedListenerChannel.swift
[860/911] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[861/913] Compiling NIOTransportServices AcceptHandler.swift
[862/913] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[865/913] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[866/913] Compiling NIOTransportServices NIOTSSingletons.swift
[867/913] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[871/913] Emitting module NIOTransportServices
[872/917] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[873/917] Compiling NIOTransportServices NIOTSErrors.swift
[874/917] Compiling NIOTransportServices NIOTSEventLoop.swift
[875/917] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[876/917] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[877/917] Compiling NIOTransportServices NIOTSListenerChannel.swift
[879/917] Compiling NIOTransportServices NIOTSChannelOptions.swift
[880/917] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[881/917] Compiling NIOSSL SubjectAlternativeName.swift
[882/917] Compiling NIOSSL NIOSSLSecureBytes.swift
[883/917] Compiling NIOSSL RNG.swift
[884/917] Compiling NIOSSL SafeCompare.swift
[886/917] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[887/917] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[888/917] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[889/917] Emitting module NIOSSL
[892/917] Emitting module NIOWebSocket
[893/918] Compiling NIOTransportServices NIOTSDatagramListener.swift
[894/918] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[895/918] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[904/934] Compiling WSCore WebSocketFrameSequence.swift
[905/934] Compiling WSCore WebSocketHandler.swift
[906/934] Compiling WSCore WebSocketMessage.swift
[907/934] Compiling WSCore WebSocketOutboundWriter.swift
[908/934] Compiling WSCore WebSocketExtension.swift
[909/934] Compiling WSCore WebSocketExtensionBuilder.swift
[910/934] Compiling WSCore WebSocketDataFrame.swift
[911/934] Compiling WSCore WebSocketDataHandler.swift
[912/934] Compiling WSCore WebSocketInboundMessageStream.swift
[913/934] Compiling WSCore WebSocketInboundStream.swift
[916/934] Compiling NIOSSL Zeroization.swift
[917/934] Compiling NIOSSL TLSConfiguration.swift
[918/934] Compiling NIOSSL UniversalBootstrapSupport.swift
[919/934] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[923/936] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[924/936] Compiling WSCore String+validatingString.swift
[927/936] Emitting module WSCore
[928/936] Compiling WSCore UnsafeTransfer.swift
[929/936] Compiling WSCore WebSocketContext.swift
[932/936] Compiling WSCore WebSocketStateMachine.swift
[938/950] Emitting module WSCompression
[939/950] Compiling WSCompression PerMessageDeflateExtension.swift
[941/951] Compiling WSClient TSTLSOptions.swift
[942/951] Compiling WSClient URI.swift
[943/952] Compiling WSClient Exports.swift
[944/952] Compiling WSClient WebSocketClientConfiguration.swift
[945/952] Compiling WSClient WebSocketClientChannel.swift
[946/952] Compiling WSClient WebSocketClient.swift
[947/952] Compiling WSClient WebSocketClientError.swift
[948/952] Compiling WSClient ClientChannel.swift
[949/952] Compiling WSClient ClientConnection.swift
[950/952] Emitting module WSClient
[951/952] Compiling WSClient Parser.swift
[952/952] Compiling WSClient TLSClientChannel.swift
Build complete! (111.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",
        "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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.