The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-websocket, reference main (588cd9), with Swift 6.0 for Linux on 5 Apr 2025 19:21:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 588cd94 Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#19)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
588cd943a4dbbfe6f96777cd2df9e3742f73b370
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
[1/5636] Fetching swift-nio-extras
[509/8086] Fetching swift-nio-extras, swift-nio-transport-services
[759/8729] Fetching swift-nio-extras, swift-nio-transport-services, compress-nio
[6094/11092] Fetching swift-nio-extras, swift-nio-transport-services, compress-nio, swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.35s)
Fetching https://github.com/apple/swift-log.git
[1/74711] Fetching swift-nio
[2/78536] Fetching swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.35s)
Fetching https://github.com/apple/swift-http-types.git
[5230/74711] Fetching swift-nio
[17932/75601] Fetching swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
[26896/74711] Fetching swift-nio
[30633/89186] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.59s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (4.12s)
Fetched https://github.com/adam-fowler/compress-nio.git from cache (4.12s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.12s)
Fetched https://github.com/apple/swift-nio.git from cache (4.20s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.73s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.79s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1120] Fetching swift-http-structured-headers
[1099/6983] Fetching swift-http-structured-headers, swift-algorithms
[3701/18449] Fetching swift-http-structured-headers, swift-algorithms, swift-nio-http2
[5025/17329] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.36s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
[2638/11466] Fetching swift-nio-http2
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.24s)
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.62s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
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.09s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.1 (0.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4224] Fetching swift-system
[1860/20127] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
[3499/15903] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.48s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.04s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.7.0 (1.06s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4889] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.73s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.12s)
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.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.23.1
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.7.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.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Building for debugging...
[0/444] Write sources
[27/444] Compiling CNIOWindows shim.c
[27/444] Compiling CNIOWindows WSAStartup.c
[29/444] Compiling _AtomicsShims.c
[30/444] Compiling CNIOWASI CNIOWASI.c
[31/444] Compiling CNIOLinux liburing_shims.c
[32/444] Compiling CNIODarwin shim.c
[33/444] Compiling CNIOSHA1 c_nio_sha1.c
[34/444] Compiling CNIOLLHTTP c_nio_http.c
[35/444] Compiling CNIOLLHTTP c_nio_api.c
[36/444] Compiling fiat_p256_adx_sqr.S
[37/444] Compiling fiat_p256_adx_mul.S
[38/444] Compiling CNIOLinux shim.c
[39/444] Compiling fiat_curve25519_adx_square.S
[40/444] Compiling fiat_curve25519_adx_mul.S
[41/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/444] Write swift-version-24593BA9C3E375BF.txt
[43/444] Compiling CNIOBoringSSLShims shims.c
[44/448] Compiling tls13_both.cc
[45/448] Compiling tls_method.cc
[46/448] Compiling t1_enc.cc
[47/448] Compiling tls13_server.cc
[48/448] Compiling tls13_client.cc
[49/448] Compiling tls_record.cc
[50/475] Compiling tls13_enc.cc
[51/483] Compiling ssl_versions.cc
[52/483] Compiling ssl_x509.cc
[53/483] Compiling ssl_transcript.cc
[54/483] Compiling ssl_stat.cc
[55/483] Compiling ssl_privkey.cc
[56/483] Compiling ssl_session.cc
[58/483] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/483] Compiling InternalCollectionsUtilities Specialize.swift
[60/485] Compiling ConcurrencyHelpers LockedValueBox.swift
[61/485] Compiling _NIODataStructures _TinyArray.swift
[62/485] Compiling _NIODataStructures PriorityQueue.swift
[63/485] Emitting module _NIOBase64
[64/485] Compiling _NIOBase64 Base64.swift
[65/486] Emitting module HTTPTypes
[66/486] Compiling HTTPTypes ISOLatin1String.swift
[67/487] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[68/487] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[69/487] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[70/487] Emitting module InternalCollectionsUtilities
[71/487] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/487] Compiling InternalCollectionsUtilities Integer rank.swift
[73/487] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[74/487] Compiling HTTPTypes HTTPResponse.swift
[75/487] Compiling HTTPTypes HTTPRequest.swift
[76/487] Compiling InternalCollectionsUtilities Debugging.swift
[77/487] Compiling InternalCollectionsUtilities Descriptions.swift
[78/487] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/487] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/487] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/487] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[84/487] Compiling HTTPTypes HTTPParsedFields.swift
[86/487] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/487] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/488] Emitting module _NIODataStructures
[90/488] Compiling _NIODataStructures Heap.swift
[91/489] Compiling Logging MetadataProvider.swift
[92/489] Compiling ConcurrencyHelpers Lock.swift
[93/489] Emitting module ConcurrencyHelpers
[94/490] Compiling Logging LogHandler.swift
[95/490] Compiling Logging Logging.swift
[96/490] Emitting module Logging
[98/490] Compiling Logging Locks.swift
[99/490] Compiling HTTPTypes NIOLock.swift
[102/564] Compiling OrderedCollections OrderedSet+Diffing.swift
[103/564] Compiling OrderedCollections OrderedSet+Equatable.swift
[103/566] Compiling ssl_file.cc
[104/566] Compiling ssl_key_share.cc
[106/566] Compiling OrderedCollections _HashTable+Constants.swift
[107/566] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[107/566] Compiling ssl_credential.cc
[108/566] Compiling ssl_lib.cc
[110/566] Compiling OrderedCollections _HashTable+Testing.swift
[111/566] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[112/566] Compiling DequeModule _DequeSlot.swift
[113/566] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/566] Compiling UnixSignals UnixSignal.swift
[115/566] Emitting module UnixSignals
[116/566] Compiling UnixSignals UnixSignalsSequence.swift
[118/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[119/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[120/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[121/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[122/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[123/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[124/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[125/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[126/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[127/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[128/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[129/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[130/567] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[131/567] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[132/574] Compiling OrderedCollections OrderedDictionary.swift
[133/574] Compiling OrderedCollections OrderedSet+Codable.swift
[134/574] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[135/574] Compiling OrderedCollections OrderedSet+Descriptions.swift
[136/574] Compiling OrderedCollections _HashTable.swift
[137/574] Compiling OrderedCollections _Hashtable+Header.swift
[138/574] Compiling OrderedCollections _HashTable+Bucket.swift
[139/574] Compiling OrderedCollections _HashTable+BucketIterator.swift
[140/574] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[141/574] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[142/574] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[143/574] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[144/574] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[145/574] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[146/574] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[147/574] Compiling OrderedCollections OrderedDictionary+Values.swift
[148/574] Compiling OrderedCollections OrderedSet+Initializers.swift
[149/574] Compiling OrderedCollections OrderedSet+Insertions.swift
[150/574] Compiling OrderedCollections OrderedSet+Invariants.swift
[151/574] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[152/574] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[153/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[155/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[164/574] Compiling OrderedCollections OrderedDictionary+Codable.swift
[165/574] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[166/574] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[167/574] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[168/574] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[169/574] Compiling OrderedCollections OrderedDictionary+Elements.swift
[170/574] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[171/574] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[180/574] Emitting module DequeModule
[180/575] Compiling ssl_cipher.cc
[182/575] Compiling ssl_buffer.cc
[183/575] Compiling ssl_cert.cc
[184/575] Compiling ssl_asn1.cc
[186/575] Compiling HTTPTypes HTTPFieldName.swift
[187/575] Compiling HTTPTypes HTTPField.swift
[188/575] Compiling HTTPTypes HTTPFields.swift
[188/576] Compiling ssl_aead_ctx.cc
[191/576] Compiling OrderedCollections OrderedSet+Sendable.swift
[192/576] Compiling OrderedCollections OrderedSet+SubSequence.swift
[193/576] Compiling OrderedCollections OrderedSet+Testing.swift
[194/576] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[195/576] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[196/576] Compiling OrderedCollections OrderedSet.swift
[197/576] Compiling OrderedCollections _UnsafeBitset.swift
[198/576] Emitting module OrderedCollections
[199/577] Compiling s3_pkt.cc
[200/577] Compiling s3_both.cc
[201/577] Compiling s3_lib.cc
[202/577] Compiling handshake_server.cc
[203/577] Compiling handshake_client.cc
[204/577] Compiling handshake.cc
[205/577] Compiling handoff.cc
[206/577] Compiling dtls_record.cc
[207/577] Compiling dtls_method.cc
[208/577] Compiling md5-x86_64-linux.S
[209/577] Compiling encrypted_client_hello.cc
[210/577] Compiling md5-x86_64-apple.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 d1_pkt.cc
[215/577] Compiling chacha20_poly1305_x86_64-apple.S
[216/577] Compiling chacha20_poly1305_armv8-win.S
[217/577] Compiling extensions.cc
[218/577] Compiling d1_srtp.cc
[219/577] Compiling err_data.cc
[220/577] Compiling chacha20_poly1305_armv8-linux.S
[221/577] Compiling d1_lib.cc
[222/577] Compiling chacha20_poly1305_armv8-apple.S
[223/577] Compiling chacha-x86_64-apple.S
[224/577] Compiling chacha-armv8-win.S
[224/577] Compiling chacha-x86_64-linux.S
[226/577] Compiling chacha-x86-apple.S
[227/577] Compiling chacha-x86-linux.S
[228/577] Compiling chacha-armv8-linux.S
[229/577] Compiling bio_ssl.cc
[230/577] Compiling chacha-armv4-linux.S
[231/577] Compiling chacha-armv8-apple.S
[232/577] Compiling aes128gcmsiv-x86_64-linux.S
[233/577] Compiling aes128gcmsiv-x86_64-apple.S
[234/577] Compiling x86_64-mont5-linux.S
[235/577] Compiling x86_64-mont5-apple.S
[236/577] Compiling x86-mont-linux.S
[237/577] Compiling x86_64-mont-apple.S
[238/577] Compiling x86-mont-apple.S
[239/577] Compiling x86_64-mont-linux.S
[240/577] Compiling vpaes-x86_64-apple.S
[241/577] Compiling vpaes-x86_64-linux.S
[242/577] Compiling vpaes-armv8-apple.S
[243/577] Compiling vpaes-x86-linux.S
[244/577] Compiling vpaes-armv7-linux.S
[245/577] Compiling vpaes-x86-apple.S
[246/577] Compiling vpaes-armv8-linux.S
[247/577] Compiling vpaes-armv8-win.S
[248/577] Compiling d1_both.cc
[249/577] Compiling sha512-armv8-win.S
[250/577] Compiling sha512-x86_64-linux.S
[251/577] Compiling sha512-586-linux.S
[252/577] Compiling sha512-x86_64-apple.S
[253/577] Compiling sha512-armv8-apple.S
[254/577] Compiling sha512-armv8-linux.S
[255/577] Compiling sha512-armv4-linux.S
[256/577] Compiling sha512-586-apple.S
[257/577] Compiling sha256-x86_64-apple.S
[258/577] Compiling sha256-x86_64-linux.S
[259/577] Compiling sha256-armv8-win.S
[259/577] Compiling sha256-armv8-linux.S
[261/577] Compiling sha256-armv4-linux.S
[262/577] Compiling sha256-586-linux.S
[263/577] Compiling sha256-armv8-apple.S
[264/577] Compiling sha256-586-apple.S
[265/577] Compiling sha1-armv8-win.S
[266/577] Compiling sha1-x86_64-linux.S
[267/577] Compiling sha1-x86_64-apple.S
[268/577] Compiling sha1-586-apple.S
[269/577] Compiling sha1-armv8-apple.S
[270/577] Compiling sha1-armv4-large-linux.S
[271/577] Compiling sha1-armv8-linux.S
[272/577] Compiling sha1-586-linux.S
[273/577] Compiling rsaz-avx2-linux.S
[274/577] Compiling rsaz-avx2-apple.S
[275/577] Compiling rdrand-x86_64-linux.S
[276/577] Compiling rdrand-x86_64-apple.S
[277/577] Compiling p256_beeu-x86_64-asm-linux.S
[278/577] Compiling p256_beeu-armv8-asm-win.S
[279/577] Compiling p256_beeu-x86_64-asm-apple.S
[280/577] Compiling p256_beeu-armv8-asm-linux.S
[281/577] Compiling p256_beeu-armv8-asm-apple.S
[282/577] Compiling p256-armv8-asm-win.S
[283/577] Compiling p256-x86_64-asm-apple.S
[284/577] Compiling p256-x86_64-asm-linux.S
[285/577] Compiling p256-armv8-asm-linux.S
[285/577] Compiling p256-armv8-asm-apple.S
[287/577] Compiling ghashv8-armv8-linux.S
[288/577] Compiling ghashv8-armv8-apple.S
[289/577] Compiling ghashv8-armv8-win.S
[290/577] Compiling ghashv8-armv7-linux.S
[291/577] Compiling ghash-x86_64-linux.S
[292/577] Compiling ghash-x86-apple.S
[293/577] Compiling ghash-x86_64-apple.S
[294/577] Compiling ghash-ssse3-x86_64-linux.S
[295/577] Compiling ghash-x86-linux.S
[296/577] Compiling ghash-ssse3-x86_64-apple.S
[297/577] Compiling ghash-ssse3-x86-linux.S
[298/577] Compiling ghash-neon-armv8-win.S
[299/577] Compiling ghash-ssse3-x86-apple.S
[300/577] Compiling ghash-neon-armv8-apple.S
[301/577] Compiling ghash-neon-armv8-linux.S
[302/577] Compiling co-586-linux.S
[303/577] Compiling ghash-armv4-linux.S
[304/577] Compiling co-586-apple.S
[305/577] Compiling bn-armv8-win.S
[306/577] Compiling bn-armv8-linux.S
[307/577] Compiling bsaes-armv7-linux.S
[308/577] Compiling bn-586-linux.S
[309/577] Compiling bn-586-apple.S
[310/577] Compiling bn-armv8-apple.S
[310/577] Compiling armv8-mont-win.S
[312/577] Compiling armv8-mont-apple.S
[313/577] Compiling armv4-mont-linux.S
[314/577] Compiling armv8-mont-linux.S
[315/577] Compiling aesv8-armv8-win.S
[316/577] Compiling aesv8-gcm-armv8-apple.S
[317/577] Compiling aesv8-gcm-armv8-win.S
[317/577] Compiling aesv8-armv7-linux.S
[319/577] Compiling aesv8-gcm-armv8-linux.S
[320/577] Compiling aesv8-armv8-linux.S
[321/577] Compiling aesv8-armv8-apple.S
[322/577] Compiling aesni-x86_64-apple.S
[323/577] Compiling aesni-x86_64-linux.S
[323/577] Compiling aesni-x86-linux.S
[325/577] Compiling aesni-gcm-x86_64-linux.S
[326/577] Compiling aesni-gcm-x86_64-apple.S
[327/577] Compiling aesni-x86-apple.S
[328/577] Compiling x_val.cc
[329/577] Compiling x_name.cc
[330/577] Compiling x_sig.cc
[331/577] Compiling x_spki.cc
[332/577] Compiling x_req.cc
[333/577] Compiling x_pubkey.cc
[334/577] Compiling x_x509.cc
[335/577] Compiling x_x509a.cc
[336/577] Compiling x_exten.cc
[337/577] Compiling x_algor.cc
[338/577] Compiling x509spki.cc
[339/577] Compiling x_all.cc
[340/577] Compiling x509rset.cc
[341/577] Compiling x_crl.cc
[342/577] Compiling x_attrib.cc
[343/577] Compiling x509name.cc
[344/577] Compiling x509cset.cc
[345/577] Compiling x509_vpm.cc
[346/577] Compiling x509_txt.cc
[347/577] Compiling x509_vfy.cc
[348/577] Compiling x509_v3.cc
[349/577] Compiling x509_set.cc
[350/577] Compiling x509_trs.cc
[351/577] Compiling x509_req.cc
[352/577] Compiling x509_obj.cc
[353/577] Compiling x509_def.cc
[354/577] Compiling x509_ext.cc
[355/577] Compiling x509_lu.cc
[356/577] Compiling x509_d2.cc
[357/577] Compiling x509.cc
[358/577] Compiling x509_cmp.cc
[359/577] Compiling x509_att.cc
[360/577] Compiling v3_utl.cc
[361/577] Compiling v3_prn.cc
[362/577] Compiling v3_skey.cc
[363/577] Compiling v3_purp.cc
[364/577] Compiling v3_ocsp.cc
[365/577] Compiling v3_pmaps.cc
[366/577] Compiling v3_pcons.cc
[367/577] Compiling v3_ncons.cc
[368/577] Compiling v3_int.cc
[369/577] Compiling v3_lib.cc
[369/577] Compiling v3_info.cc
[371/577] Compiling v3_ia5.cc
[372/577] Compiling v3_genn.cc
[373/577] Compiling v3_enum.cc
[374/577] Compiling v3_extku.cc
[375/577] Compiling v3_crld.cc
[376/577] Compiling v3_cpols.cc
[377/577] Compiling v3_conf.cc
[378/577] Compiling v3_bitst.cc
[379/577] Compiling v3_bcons.cc
[380/577] Compiling v3_akeya.cc
[381/577] Compiling v3_akey.cc
[382/577] Compiling t_x509a.cc
[383/577] Compiling v3_alt.cc
[384/577] Compiling t_crl.cc
[385/577] Compiling t_x509.cc
[386/577] Compiling name_print.cc
[387/577] Compiling i2d_pr.cc
[388/577] Compiling t_req.cc
[389/577] Compiling policy.cc
[390/577] Compiling rsa_pss.cc
[391/577] Compiling by_file.cc
[392/577] Compiling by_dir.cc
[393/577] Compiling voprf.cc
[394/577] Compiling asn1_gen.cc
[395/577] Compiling a_verify.cc
[396/577] Compiling trust_token.cc
[397/577] Compiling algorithm.cc
[397/577] Compiling a_digest.cc
[399/577] Compiling a_sign.cc
[400/577] Compiling pmbtoken.cc
[401/577] Compiling thread.cc
[402/577] Compiling thread_none.cc
[403/577] Compiling thread_win.cc
[404/577] Compiling thread_pthread.cc
[404/577] Compiling thash.cc
[406/577] Compiling stack.cc
[407/577] Compiling wots.cc
[408/577] Compiling merkle.cc
[409/577] Compiling sha512.cc
[410/577] Compiling siphash.cc
[411/577] Compiling slhdsa.cc
[412/577] Compiling sha256.cc
[412/577] Compiling sha1.cc
[414/577] Compiling fors.cc
[415/577] Compiling rsa_print.cc
[416/577] Compiling rsa_extra.cc
[417/577] Compiling rc4.cc
[418/577] Compiling trusty.cc
[419/577] Compiling refcount.cc
[420/577] Compiling rsa_crypt.cc
[421/577] Compiling windows.cc
[422/577] Compiling rsa_asn1.cc
[423/577] Compiling urandom.cc
[424/577] Compiling rand_extra.cc
[425/577] Compiling ios.cc
[426/577] Compiling passive.cc
[427/577] Compiling poly1305_arm_asm.S
[428/577] Compiling getentropy.cc
[429/577] Compiling deterministic.cc
[430/577] Compiling forkunsafe.cc
[431/577] Compiling fork_detect.cc
[432/577] Compiling pool.cc
[433/577] Compiling poly1305_arm.cc
[434/577] Compiling poly1305.cc
[435/577] Compiling poly1305_vec.cc
[436/577] Compiling pkcs7.cc
[437/577] Compiling pkcs8.cc
[438/577] Compiling p5_pbev2.cc
[439/577] Compiling pkcs7_x509.cc
[440/577] Compiling pkcs8_x509.cc
[441/577] Compiling pem_xaux.cc
[442/577] Compiling pem_x509.cc
[443/577] Compiling pem_pkey.cc
[444/577] Compiling pem_pk8.cc
[445/577] Compiling obj_xref.cc
[446/577] Compiling pem_oth.cc
[447/577] Compiling obj.cc
[448/577] Compiling pem_info.cc
[449/577] Compiling mlkem.cc
[450/577] Compiling pem_all.cc
[451/577] Compiling pem_lib.cc
[452/577] Compiling mem.cc
[453/577] Compiling md5.cc
[454/577] Compiling poly_rq_mul.S
[455/577] Compiling fips_shared_support.cc
[456/577] Compiling mldsa.cc
[457/577] Compiling lhash.cc
[458/577] Compiling md4.cc
[459/577] Compiling keccak.cc
[460/577] Compiling kyber.cc
[461/577] Compiling hrss.cc
[462/577] Compiling sign.cc
[463/577] Compiling ex_data.cc
[464/577] Compiling hpke.cc
[465/577] Compiling scrypt.cc
[466/577] Compiling pbkdf.cc
[467/577] Compiling print.cc
[468/577] Compiling p_x25519.cc
[469/577] Compiling p_x25519_asn1.cc
[470/577] Compiling p_rsa_asn1.cc
[471/577] Compiling p_hkdf.cc
[472/577] Compiling p_rsa.cc
[473/577] Compiling p_ed25519_asn1.cc
[474/577] Compiling p_ed25519.cc
[475/577] Compiling p_ec_asn1.cc
[476/577] Compiling p_dh.cc
[477/577] Compiling p_ec.cc
[478/577] Compiling p_dsa_asn1.cc
[479/577] Compiling p_dh_asn1.cc
[480/577] Compiling evp_ctx.cc
[481/577] Compiling evp_asn1.cc
[482/577] Compiling evp.cc
[483/577] Compiling err.cc
[484/577] Compiling ecdh_extra.cc
[485/577] Compiling engine.cc
[486/577] Compiling ecdsa_asn1.cc
[487/577] Compiling hash_to_curve.cc
[488/577] Compiling ec_derive.cc
[489/577] Compiling ec_asn1.cc
[490/577] Compiling dsa_asn1.cc
[491/577] Compiling dsa.cc
[492/577] Compiling params.cc
[493/577] Compiling x25519-asm-arm.S
[494/577] Compiling digest_extra.cc
[495/577] Compiling dh_asn1.cc
[496/577] Compiling des.cc
[497/577] Compiling spake25519.cc
[498/577] Compiling crypto.cc
[499/577] Compiling cpu_arm_linux.cc
[500/577] Compiling cpu_intel.cc
[501/577] Compiling cpu_arm_freebsd.cc
[502/577] Compiling curve25519.cc
[503/577] Compiling bcm.cc
[504/577] Compiling cpu_aarch64_win.cc
[505/577] Compiling cpu_aarch64_sysreg.cc
[506/577] Compiling cpu_aarch64_openbsd.cc
[507/577] Compiling cpu_aarch64_linux.cc
[508/577] Compiling curve25519_64_adx.cc
[509/577] Compiling cpu_aarch64_apple.cc
[510/577] Compiling cpu_aarch64_fuchsia.cc
[511/577] Compiling tls_cbc.cc
[512/577] Compiling e_rc4.cc
[513/577] Compiling e_tls.cc
[513/577] Compiling conf.cc
[515/577] Compiling e_rc2.cc
[516/577] Compiling e_null.cc
[517/577] Compiling e_des.cc
[518/577] Compiling e_chacha20poly1305.cc
[519/577] Compiling derive_key.cc
[520/577] Compiling e_aesctrhmac.cc
[521/577] Compiling cipher_extra.cc
[522/577] Compiling e_aesgcmsiv.cc
[523/577] Compiling chacha.cc
[524/577] Compiling unicode.cc
[525/577] Compiling ber.cc
[526/577] Compiling buf.cc
[527/577] Compiling asn1_compat.cc
[528/577] Compiling cbb.cc
[529/577] Compiling cbs.cc
[530/577] Compiling convert.cc
[531/577] Compiling bn_asn1.cc
[532/577] Compiling blake2.cc
[533/577] Compiling socket_helper.cc
[534/577] Compiling printf.cc
[535/577] Compiling socket.cc
[536/577] Compiling hexdump.cc
[537/577] Compiling pair.cc
[538/577] Compiling file.cc
[539/577] Compiling errno.cc
[540/577] Compiling fd.cc
[541/577] Compiling bio_mem.cc
[542/577] Compiling connect.cc
[543/577] Compiling base64.cc
[544/577] Compiling bio.cc
[545/577] Compiling tasn_typ.cc
[546/577] Compiling tasn_fre.cc
[547/577] Compiling tasn_utl.cc
[548/577] Compiling tasn_new.cc
[549/577] Compiling f_string.cc
[550/577] Compiling posix_time.cc
[551/577] Compiling tasn_enc.cc
[552/577] Compiling f_int.cc
[553/577] Compiling tasn_dec.cc
[554/577] Compiling asn_pack.cc
[555/577] Compiling asn1_par.cc
[556/577] Compiling asn1_lib.cc
[557/577] Compiling a_utctm.cc
[558/577] Compiling a_type.cc
[559/577] Compiling a_time.cc
[560/577] Compiling a_octet.cc
[561/577] Compiling a_strnid.cc
[562/577] Compiling a_strex.cc
[563/577] Compiling a_object.cc
[564/577] Compiling a_mbstr.cc
[565/577] Compiling a_i2d_fp.cc
[566/577] Compiling a_dup.cc
[567/577] Compiling a_gentm.cc
[568/577] Write sources
[569/577] Compiling a_int.cc
[570/577] Write sources
[571/577] Compiling CCompressZlib empty.c
[572/577] Compiling a_d2i_fp.cc
[573/577] Compiling a_bool.cc
[574/577] Compiling a_bitstr.cc
[576/641] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[577/641] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[578/641] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[579/643] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[580/643] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[581/643] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[582/643] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[583/643] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[584/643] Compiling Atomics IntegerOperations.swift
[585/643] Compiling Atomics Unmanaged extensions.swift
[586/643] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[587/643] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[588/643] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[589/643] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[590/643] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[591/643] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[592/643] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[593/643] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[597/649] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[598/649] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[599/649] Compiling AsyncAlgorithms MergeStateMachine.swift
[600/649] Compiling AsyncAlgorithms MergeStorage.swift
[601/649] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[602/649] Compiling AsyncAlgorithms Rethrow.swift
[603/649] Emitting module AsyncAlgorithms
[604/649] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[605/649] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[606/649] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[607/649] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[608/649] Compiling AsyncAlgorithms AsyncChannel.swift
[609/649] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[615/649] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[616/649] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[616/649] Compiling c-nioatomics.c
[625/649] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[626/649] Compiling AsyncAlgorithms DebounceStateMachine.swift
[627/649] Compiling AsyncAlgorithms DebounceStorage.swift
[628/649] Compiling AsyncAlgorithms Dictionary.swift
[629/649] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[630/649] Compiling AsyncAlgorithms Locking.swift
[630/649] Compiling c-atomics.c
[637/655] Emitting module Atomics
[639/656] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[640/656] Compiling AsyncAlgorithms ChannelStateMachine.swift
[641/656] Compiling AsyncAlgorithms ChannelStorage.swift
[642/656] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[643/656] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[644/656] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[645/656] Compiling AsyncAlgorithms CombineLatestStorage.swift
[646/656] Compiling NIOConcurrencyHelpers lock.swift
[647/656] Compiling AsyncAlgorithms SetAlgebra.swift
[648/656] Compiling AsyncAlgorithms UnsafeTransfer.swift
[649/656] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[650/656] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[651/656] Compiling AsyncAlgorithms ZipStateMachine.swift
[652/656] Compiling AsyncAlgorithms ZipStorage.swift
[654/657] Emitting module NIOConcurrencyHelpers
[655/657] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[656/657] Compiling NIOConcurrencyHelpers NIOLock.swift
[657/657] Compiling NIOConcurrencyHelpers atomics.swift
[659/666] Compiling ServiceLifecycle CancellationWaiter.swift
[660/666] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[661/717] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[662/726] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[663/726] Emitting module ServiceLifecycle
[664/726] Compiling ServiceLifecycle GracefulShutdown.swift
[665/726] Compiling ServiceLifecycle ServiceRunnerError.swift
[666/726] Compiling ServiceLifecycle Service.swift
[667/726] Compiling ServiceLifecycle ServiceGroup.swift
[669/727] Compiling NIOCore MarkedCircularBuffer.swift
[670/727] Compiling NIOCore MulticastChannel.swift
[671/727] Compiling NIOCore NIOAny.swift
[672/727] Compiling NIOCore NIOCloseOnErrorHandler.swift
[673/727] Compiling NIOCore NIOLoopBound.swift
[674/727] Compiling NIOCore NIOScheduledCallback.swift
[675/727] Compiling NIOCore NIOSendable.swift
[676/727] Compiling NIOCore RecvByteBufferAllocator.swift
[677/735] Compiling NIOCore GlobalSingletons.swift
[678/735] Compiling NIOCore IO.swift
[679/735] Compiling NIOCore IOData.swift
[680/735] Compiling NIOCore IPProtocol.swift
[681/735] Compiling NIOCore IntegerBitPacking.swift
[682/735] Compiling NIOCore IntegerTypes.swift
[683/735] Compiling NIOCore Interfaces.swift
[684/735] Compiling NIOCore Linux.swift
[685/735] Compiling NIOCore EventLoop.swift
[686/735] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[687/735] Compiling NIOCore EventLoopFuture+Deprecated.swift
[688/735] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[689/735] Compiling NIOCore EventLoopFuture.swift
[690/735] Compiling NIOCore FileDescriptor.swift
[691/735] Compiling NIOCore FileHandle.swift
[692/735] Compiling NIOCore FileRegion.swift
[693/735] Compiling NIOCore AddressedEnvelope.swift
[694/735] Compiling NIOCore AsyncAwaitSupport.swift
[695/735] Compiling NIOCore AsyncChannel.swift
[696/735] Compiling NIOCore AsyncChannelHandler.swift
[697/735] Compiling NIOCore AsyncChannelInboundStream.swift
[698/735] Compiling NIOCore AsyncChannelOutboundWriter.swift
[699/735] Compiling NIOCore NIOAsyncSequenceProducer.swift
[700/735] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[701/735] Compiling NIOCore NIOAsyncWriter.swift
[702/735] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[703/735] Compiling NIOCore SocketAddresses.swift
[704/735] Compiling NIOCore SocketOptionProvider.swift
[705/735] Compiling NIOCore SystemCallHelpers.swift
[706/735] Compiling NIOCore TimeAmount+Duration.swift
[707/735] Compiling NIOCore TypeAssistedChannelHandler.swift
[708/735] Compiling NIOCore UniversalBootstrapSupport.swift
[709/735] Compiling NIOCore Utilities.swift
[710/735] Compiling NIOCore ChannelPipeline.swift
[711/735] Compiling NIOCore CircularBuffer.swift
[712/735] Compiling NIOCore Codec.swift
[713/735] Compiling NIOCore ConvenienceOptionSupport.swift
[714/735] Compiling NIOCore DeadChannel.swift
[715/735] Compiling NIOCore DispatchQueue+WithFuture.swift
[716/735] Compiling NIOCore EventLoop+Deprecated.swift
[717/735] Compiling NIOCore EventLoop+SerialExecutor.swift
[718/735] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[719/735] Compiling NIOCore BSDSocketAPI.swift
[720/735] Compiling NIOCore ByteBuffer-aux.swift
[721/735] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[722/735] Compiling NIOCore ByteBuffer-conversions.swift
[723/735] Compiling NIOCore ByteBuffer-core.swift
[724/735] Compiling NIOCore ByteBuffer-hex.swift
[725/735] Compiling NIOCore ByteBuffer-int.swift
[726/735] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[727/735] Compiling NIOCore ByteBuffer-multi-int.swift
[728/735] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[729/735] Compiling NIOCore ByteBuffer-views.swift
[730/735] Compiling NIOCore Channel.swift
[731/735] Compiling NIOCore ChannelHandler.swift
[732/735] Compiling NIOCore ChannelHandlers.swift
[733/735] Compiling NIOCore ChannelInvoker.swift
[734/735] Compiling NIOCore ChannelOption.swift
[735/735] Emitting module NIOCore
[737/798] Compiling CompressNIO Compressor.swift
[738/799] Emitting module NIOHTTPTypes
[739/799] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[740/799] Compiling CompressNIO CompressionAlgorithm.swift
[742/800] Compiling CompressNIO Error.swift
[743/800] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[744/800] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[745/800] Compiling CompressNIO ZlibWrapper.swift
[746/800] Emitting module CompressNIO
[747/800] Compiling NIOPosix BSDSocketAPICommon.swift
[748/800] Compiling NIOPosix BSDSocketAPIPosix.swift
[749/800] Compiling CompressNIO Zlib.swift
[751/801] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[752/801] Emitting module NIOEmbedded
[753/801] Compiling NIOEmbedded AsyncTestingChannel.swift
[754/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
[763/808] Compiling NIOPosix ThreadPosix.swift
[764/808] Compiling NIOPosix ThreadWindows.swift
[765/808] Compiling NIOPosix UnsafeTransfer.swift
[766/808] Compiling NIOPosix Utilities.swift
[767/808] Compiling NIOPosix VsockAddress.swift
[768/808] Compiling NIOPosix VsockChannelEvents.swift
[769/808] Compiling NIOPosix PooledRecvBufferAllocator.swift
[770/808] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[771/808] Compiling NIOPosix PosixSingletons.swift
[772/808] Compiling NIOPosix RawSocketBootstrap.swift
[773/808] Compiling NIOPosix Resolver.swift
[774/808] Compiling NIOPosix Selectable.swift
[775/808] Compiling NIOPosix SelectableChannel.swift
[776/808] Compiling NIOPosix SelectableEventLoop.swift
[777/808] Compiling NIOPosix SelectorEpoll.swift
[778/808] Compiling NIOPosix SelectorGeneric.swift
[779/808] Compiling NIOPosix SelectorKqueue.swift
[780/808] Compiling NIOPosix SelectorUring.swift
[781/808] Compiling NIOPosix ServerSocket.swift
[782/808] Compiling NIOPosix Socket.swift
[783/808] Compiling NIOPosix SocketChannel.swift
[784/808] Compiling NIOPosix SocketProtocols.swift
[785/808] Compiling NIOPosix System.swift
[786/808] Compiling NIOPosix Thread.swift
[789/808] Compiling NIOPosix BSDSocketAPIWindows.swift
[790/808] Compiling NIOPosix BaseSocket.swift
[791/808] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[792/808] Compiling NIOPosix BaseSocketChannel.swift
[793/808] Compiling NIOPosix BaseStreamSocketChannel.swift
[794/808] Emitting module NIOPosix
[795/808] Compiling NIOPosix Bootstrap.swift
[796/808] Compiling NIOPosix ControlMessage.swift
[797/808] Compiling NIOPosix DatagramVectorReadManager.swift
[798/808] Compiling NIOPosix Errors+Any.swift
[799/808] Compiling NIOPosix FileDescriptor.swift
[800/808] Compiling NIOPosix GetaddrinfoResolver.swift
[801/808] Compiling NIOPosix HappyEyeballs.swift
[802/808] Compiling NIOPosix NIOThreadPool.swift
[803/808] Compiling NIOPosix NonBlockingFileIO.swift
[804/808] Compiling NIOPosix PendingDatagramWritesManager.swift
[805/808] Compiling NIOPosix PendingWritesManager.swift
[806/808] Compiling NIOPosix PipeChannel.swift
[807/808] Compiling NIOPosix PipePair.swift
[808/808] Compiling NIOPosix Pool.swift
[810/811] Emitting module NIO
[811/811] Compiling NIO Exports.swift
[813/839] Emitting module NIOTLS
[814/839] Compiling NIOTLS TLSEvents.swift
[815/839] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[816/839] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[817/839] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[818/839] Compiling NIOTLS SNIHandler.swift
[820/840] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[821/840] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[822/842] Emitting module NIOHTTP1
[823/842] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[824/842] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[825/842] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[826/842] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[827/871] Compiling NIOSSL SSLCallbacks.swift
[828/871] Compiling NIOSSL SSLErrors.swift
[829/871] Compiling NIOSSL SSLInit.swift
[830/871] Compiling NIOSSL SSLPKCS12Bundle.swift
[831/871] Compiling NIOSSL ObjectIdentifier.swift
[832/871] Compiling NIOSSL PosixPort.swift
[833/871] Compiling NIOSSL IdentityVerification.swift
[834/871] Compiling NIOSSL SSLPublicKey.swift
[835/871] Compiling NIOSSL SafeCompare.swift
[836/871] Compiling NIOSSL Zeroization.swift
[837/871] Compiling NIOSSL NIOSSLServerHandler.swift
[839/886] Compiling NIOWebSocket WebSocketErrorCodes.swift
[840/887] Emitting module NIOHTTPTypesHTTP1
[841/887] Compiling NIOWebSocket WebSocketOpcode.swift
[842/887] Compiling NIOSSL LinuxCABundle.swift
[843/887] Compiling NIOSSL NIOSSLClientHandler.swift
[844/887] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[845/887] Compiling NIOSSL NIOSSLHandler.swift
[846/890] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[847/890] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[848/890] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[849/890] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[854/891] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[855/891] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[856/891] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[857/891] Compiling NIOWebSocket SHA1.swift
[858/891] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[859/891] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[864/891] Compiling NIOSSL SSLPrivateKey.swift
[865/891] Emitting module NIOSSL
[866/891] Emitting module NIOWebSocket
[871/891] Compiling NIOWebSocket WebSocketFrame.swift
[873/907] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[874/907] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[875/907] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[876/907] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[877/907] Emitting module NIOFoundationCompat
[880/908] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[881/908] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[882/908] Compiling NIOSSL SubjectAlternativeName.swift
[883/908] Compiling WSCore WebSocketMessage.swift
[884/908] Compiling WSCore WebSocketOutboundWriter.swift
[885/908] Compiling NIOSSL CustomPrivateKey.swift
[887/908] Compiling NIOSSL SSLCertificate.swift
[888/908] Compiling NIOSSL SSLCertificateExtensions.swift
[889/908] Compiling NIOSSL SSLConnection.swift
[890/908] Compiling NIOSSL SSLContext.swift
[891/908] Compiling NIOSSL TLSConfiguration.swift
[892/908] Compiling NIOSSL UniversalBootstrapSupport.swift
[893/908] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[895/931] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[896/931] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[897/931] Compiling NIOTransportServices NIOTSListenerChannel.swift
[898/933] Emitting module NIOTransportServices
[899/933] Compiling NIOTransportServices NIOTSBootstraps.swift
[900/933] Compiling NIOTransportServices NIOTSChannelOptions.swift
[901/933] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[902/933] Compiling NIOTransportServices StateManagedChannel.swift
[903/933] Compiling NIOTransportServices StateManagedListenerChannel.swift
[904/933] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[905/933] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[906/933] Compiling NIOTransportServices NIOTSErrors.swift
[907/933] Compiling NIOTransportServices NIOTSEventLoop.swift
[908/933] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[909/933] Compiling NIOTransportServices NIOTSSingletons.swift
[910/933] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[911/933] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[912/933] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[913/933] Compiling NIOTransportServices AcceptHandler.swift
[914/933] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[915/933] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[916/933] Compiling NIOTransportServices NIOTSDatagramListener.swift
[917/933] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[918/933] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[924/935] Emitting module WSCore
[931/935] Compiling WSCore WebSocketStateMachine.swift
[937/949] Compiling WSClient WebSocketClientConfiguration.swift
[938/950] Compiling WSClient Exports.swift
[939/950] Compiling WSClient WebSocketClient.swift
[940/950] Compiling WSClient WebSocketClientChannel.swift
[941/950] Compiling WSClient WebSocketClientError.swift
[942/950] Emitting module WSClient
[943/950] Emitting module WSCompression
[944/950] Compiling WSCompression PerMessageDeflateExtension.swift
[946/951] Compiling WSClient TSTLSOptions.swift
[947/951] Compiling WSClient URI.swift
[948/951] Compiling WSClient Parser.swift
[949/951] Compiling WSClient TLSClientChannel.swift
[950/951] Compiling WSClient ClientChannel.swift
[951/951] Compiling WSClient ClientConnection.swift
Build complete! (165.87s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.