The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-server-engine.io, reference 4.0.0-beta.2 (8e7a16), with Swift 6.1 for Linux on 6 Apr 2026 02:13:14 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Dean151/swift-server-engine.io.git
Reference: 4.0.0-beta.2
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/Dean151/swift-server-engine.io
 * tag               4.0.0-beta.2 -> FETCH_HEAD
HEAD is now at 8e7a16f feat: added volatile operations
Cloned https://github.com/Dean151/swift-server-engine.io.git
Revision (git rev-parse @):
8e7a16f2f9621f0ad2c960b5f800cff7afb68a88
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Dean151/swift-server-engine.io.git at 4.0.0-beta.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Dean151/swift-server-engine.io.git
https://github.com/Dean151/swift-server-engine.io.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-compression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-compression.git"
    },
    {
      "identity" : "hummingbird-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-websocket.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.git"
    }
  ],
  "manifest_display_name" : "swift-server-engine.io",
  "name" : "swift-server-engine.io",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "EngineIO",
      "targets" : [
        "EngineIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineIOTestApp",
      "targets" : [
        "EngineIOTestApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "EngineIOTests",
      "module_type" : "SwiftTarget",
      "name" : "EngineIOTests",
      "path" : "Tests/EngineIOTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSTesting"
      ],
      "sources" : [
        "EngineIO.swift"
      ],
      "target_dependencies" : [
        "EngineIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EngineIOTestApp",
      "module_type" : "SwiftTarget",
      "name" : "EngineIOTestApp",
      "path" : "Demo/EngineIO",
      "product_memberships" : [
        "EngineIOTestApp"
      ],
      "sources" : [
        "App.swift"
      ],
      "target_dependencies" : [
        "EngineIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "EngineIO",
      "module_type" : "SwiftTarget",
      "name" : "EngineIO",
      "path" : "Sources/EngineIO",
      "product_dependencies" : [
        "HTTPTypes",
        "Hummingbird",
        "HummingbirdCompression",
        "HummingbirdWebSocket",
        "HummingbirdWSCompression",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "EngineIO",
        "EngineIOTestApp"
      ],
      "sources" : [
        "EngineIOMessage.swift",
        "Packets/OpenPacket.swift",
        "Packets/Packet.swift",
        "Server.swift",
        "ServerConfiguration.swift",
        "SessionStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird-compression.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/hummingbird-project/hummingbird-websocket.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1095] Fetching hummingbird-compression
[604/2079] Fetching hummingbird-compression, swift-http-types
[976/5336] Fetching hummingbird-compression, swift-http-types, hummingbird-websocket
[3774/8049] Fetching hummingbird-compression, swift-http-types, hummingbird-websocket, swift-service-lifecycle
[7128/34261] Fetching hummingbird-compression, swift-http-types, hummingbird-websocket, swift-service-lifecycle, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird-compression.git from cache (0.35s)
[8265/33166] Fetching swift-http-types, hummingbird-websocket, swift-service-lifecycle, hummingbird
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
Fetched https://github.com/hummingbird-project/hummingbird-websocket.git from cache (0.37s)
[4286/28925] Fetching swift-service-lifecycle, hummingbird
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
[3932/26212] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.44s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression.git
Computed https://github.com/hummingbird-project/hummingbird-compression.git at 2.0.0 (2.18s)
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio.git
[1/643] Fetching compress-nio
[644/83664] Fetching compress-nio, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (6.99s)
Fetched https://github.com/apple/swift-nio.git from cache (7.09s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (7.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.59s)
Computing version for https://github.com/hummingbird-project/hummingbird-websocket.git
Computed https://github.com/hummingbird-project/hummingbird-websocket.git at 2.6.0 (0.60s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
[1/813] Fetching swift-websocket
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.25s)
[1/6507] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.5.0 (2.77s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/2832] Fetching swift-nio-transport-services
[1672/9181] Fetching swift-nio-transport-services, swift-log
[9182/24576] Fetching swift-nio-transport-services, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (3.24s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.24s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.26s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (4.00s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1242] Fetching swift-http-structured-headers
[1243/3031] Fetching swift-http-structured-headers, swift-asn1
[1780/4851] Fetching swift-http-structured-headers, swift-asn1, swift-atomics
[1781/10909] Fetching swift-http-structured-headers, swift-asn1, swift-atomics, swift-algorithms
[6269/17133] Fetching swift-http-structured-headers, swift-asn1, swift-atomics, swift-algorithms, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.33s)
[5105/15891] Fetching swift-asn1, swift-atomics, swift-algorithms, swift-async-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
[6268/10909] Fetching swift-http-structured-headers, swift-asn1, swift-atomics, swift-algorithms
[5620/15891] Fetching swift-asn1, swift-atomics, swift-algorithms, swift-async-algorithms
[5761/23036] Fetching swift-asn1, swift-atomics, swift-algorithms, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
[11782/21247] Fetching swift-atomics, swift-algorithms, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.70s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.70s)
[1/12099] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.79s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.76s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.91s)
Fetching https://github.com/apple/swift-collections.git
[1/23426] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (7.58s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (7.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (3.73s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.57s)
Fetching https://github.com/apple/swift-crypto.git
[1/17328] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.75s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (3.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.82s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.73s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.94s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.21.1 (0.72s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
[1/3031] Fetching swift-metrics
[699/8751] Fetching swift-metrics, swift-distributed-tracing
[8752/24429] Fetching swift-metrics, swift-distributed-tracing, async-http-client
Fetched https://github.com/apple/swift-metrics.git from cache (0.66s)
[157/15678] Fetching async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.67s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.35s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (3.72s)
Fetching https://github.com/apple/swift-service-context.git
[1/1230] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (2.04s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (5.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (2.42s)
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.26.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/hummingbird-project/hummingbird-compression.git
Working copy of https://github.com/hummingbird-project/hummingbird-compression.git resolved at 2.0.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.1.3
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.5.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
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.42.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.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.6.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.1.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.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.4.1
Creating working copy for https://github.com/hummingbird-project/hummingbird-websocket.git
Working copy of https://github.com/hummingbird-project/hummingbird-websocket.git resolved at 2.6.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.11.0
Creating working copy for https://github.com/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.5.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.21.1
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.36.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Building for debugging...
[0/105] Write sources
[40/105] Compiling CCompressZlib empty.c
[41/105] Compiling _AtomicsShims.c
[42/105] Compiling CNIOWindows WSAStartup.c
[42/105] Compiling CNIOWASI CNIOWASI.c
[42/105] Compiling CNIOWindows shim.c
[45/105] Compiling CNIOPosix event_loop_id.c
[46/105] Compiling CNIOOpenBSD shim.c
[47/105] Compiling CNIOSHA1 c_nio_sha1.c
[48/105] Compiling CNIOLinux liburing_shims.c
[49/105] Compiling CNIOLLHTTP c_nio_http.c
[49/105] Write sources
[49/105] Compiling CNIODarwin shim.c
[49/105] Write sources
[54/105] Compiling CNIOLLHTTP c_nio_api.c
[55/105] Compiling CNIOLinux shim.c
[56/105] Write swift-version-24593BA9C3E375BF.txt
[57/105] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/147] Emitting module Logging
[60/147] Emitting module InternalCollectionsUtilities
[61/149] Compiling HTTPTypes HTTPParsedFields.swift
[62/150] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/150] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/150] Compiling InternalCollectionsUtilities String+Padding.swift
[65/150] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/150] Compiling Logging LogEvent.swift
[67/150] Emitting module _NIOBase64
[68/150] Compiling _NIOBase64 Base64.swift
[69/150] Compiling HTTPTypes ISOLatin1String.swift
[70/150] Compiling HTTPTypes HTTPResponse.swift
[71/150] Compiling HTTPTypes HTTPField.swift
[72/150] Compiling HTTPTypes HTTPFieldName.swift
[73/150] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/150] Compiling InternalCollectionsUtilities Debugging.swift
[75/150] Compiling InternalCollectionsUtilities Descriptions.swift
[76/150] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/151] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/151] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/151] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[80/151] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[81/151] Compiling InternalCollectionsUtilities Span+Extras.swift
[82/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/151] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/151] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[85/151] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[86/151] Compiling HTTPTypes HTTPRequest.swift
[87/151] Compiling _NIODataStructures _TinyArray.swift
[88/151] Compiling _NIODataStructures PriorityQueue.swift
[89/152] Compiling ServiceContextModule ServiceContextKey.swift
[90/152] Emitting module HTTPTypes
[93/152] Emitting module ServiceContextModule
[94/152] Compiling ServiceContextModule ServiceContext.swift
[97/159] Compiling c-nioatomics.c
[99/218] Compiling ConcurrencyHelpers LockedValueBox.swift
[100/229] Compiling _RopeModule BigString+Builder.swift
[101/229] Compiling _RopeModule BigString+Contents.swift
[102/229] Compiling _RopeModule BigString+Debugging.swift
[103/229] Compiling _RopeModule BigString+Index.swift
[104/229] Compiling _RopeModule BigString+Ingester.swift
[105/229] Compiling _RopeModule BigString+Invariants.swift
[106/229] Compiling _RopeModule BigString+Metrics.swift
[107/229] Compiling _RopeModule BigString+Summary.swift
[108/229] Compiling _RopeModule BigString.swift
[109/229] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[110/229] Compiling _RopeModule BigString+Chunk+Breaks.swift
[111/229] Compiling _RopeModule BigString+Chunk+Character.swift
[112/229] Compiling _RopeModule BigString+Chunk+Counts.swift
[113/229] Compiling _RopeModule BigString+Chunk+Description.swift
[114/229] Compiling _RopeModule BigString+Chunk+Index.swift
[115/229] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[116/229] Compiling _RopeModule BigString+Chunk+Splitting.swift
[117/229] Compiling _RopeModule BigString+Chunk+UTF16.swift
[118/229] Compiling _RopeModule BigString+Chunk+UTF8.swift
[119/229] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[120/293] Emitting module ConcurrencyHelpers
[121/293] Compiling ConcurrencyHelpers Lock.swift
[122/294] Compiling _NIODataStructures Heap.swift
[123/294] Emitting module _NIODataStructures
[124/295] Compiling HTTPTypes HTTPRequest+URL.swift
[125/295] Compiling Logging MetadataProvider.swift
[126/295] Compiling Logging Locks.swift
[127/295] Compiling Logging LogHandler.swift
[128/295] Compiling Logging Logging.swift
[129/295] Emitting module CoreMetrics
[130/296] Compiling HTTPTypes NIOLock.swift
[134/377] Compiling HeapModule Heap+Descriptions.swift
[135/385] Compiling HeapModule Heap.swift
[136/385] Compiling Instrumentation NoOpInstrument.swift
[137/385] Emitting module Instrumentation
[138/385] Compiling Instrumentation MultiplexInstrument.swift
[139/385] Compiling Instrumentation Instrument.swift
[140/385] Compiling Instrumentation InstrumentationSystem.swift
[141/385] Compiling Instrumentation Locks.swift
[142/386] Compiling HeapModule _HeapNode.swift
[144/386] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[145/386] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[146/386] Compiling HashTreeCollections TreeDictionary+Keys.swift
[147/386] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[148/386] Compiling HashTreeCollections TreeDictionary+Merge.swift
[149/386] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[150/386] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[151/386] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[152/386] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[153/386] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[154/386] Compiling HashTreeCollections _HashNode+Structural merge.swift
[155/386] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[156/386] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[157/386] Compiling HashTreeCollections TreeDictionary+Filter.swift
[158/393] Compiling HashTreeCollections _Bucket.swift
[159/393] Compiling HashTreeCollections _Hash.swift
[160/393] Compiling HashTreeCollections _HashLevel.swift
[161/393] Compiling HashTreeCollections _HashNode+Builder.swift
[162/393] Compiling HashTreeCollections _HashNode+Debugging.swift
[163/393] Compiling HashTreeCollections _HashNode+Initializers.swift
[164/393] Compiling HashTreeCollections _HashNode+Invariants.swift
[165/393] Compiling HashTreeCollections _HashNode+Lookups.swift
[166/393] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[167/393] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[168/393] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[169/393] Compiling HashTreeCollections _HashNode+Storage.swift
[170/393] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[171/393] Compiling HashTreeCollections _HashNode+Structural filter.swift
[172/393] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[173/393] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[174/393] Compiling HeapModule Heap+Invariants.swift
[175/393] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[176/393] Compiling HeapModule Heap+UnsafeHandle.swift
[177/393] Compiling HashTreeCollections _HashNodeHeader.swift
[178/393] Compiling HashTreeCollections _HashSlot.swift
[179/393] Compiling HashTreeCollections _HashStack.swift
[180/393] Compiling HashTreeCollections _HashTreeIterator.swift
[181/393] Compiling HashTreeCollections _HashTreeStatistics.swift
[182/393] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[183/393] Compiling HashTreeCollections _RawHashNode.swift
[184/393] Compiling HashTreeCollections _UnmanagedHashNode.swift
[185/393] Emitting module HeapModule
[186/394] Compiling CoreMetrics Locks.swift
[187/394] Compiling CoreMetrics Metrics.swift
[188/398] Compiling c-atomics.c
[190/398] Compiling HashTreeCollections _UnsafePath.swift
[191/398] Compiling HashTreeCollections TreeDictionary+Codable.swift
[192/398] Compiling HashTreeCollections TreeDictionary+Collection.swift
[193/398] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[194/398] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[195/398] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[196/398] Compiling HashTreeCollections _AncestorHashSlots.swift
[197/398] Compiling HashTreeCollections _Bitmap.swift
[199/398] Compiling HashTreeCollections TreeSet+Hashable.swift
[200/398] Compiling HashTreeCollections TreeSet+Sendable.swift
[201/398] Compiling HashTreeCollections TreeSet+Sequence.swift
[202/398] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[203/398] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[204/398] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[205/398] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[206/398] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[207/398] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[208/398] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[219/456] Compiling OrderedCollections OrderedSet+Sendable.swift
[220/456] Compiling OrderedCollections _UnsafeBitset.swift
[221/456] Compiling HashTreeCollections TreeSet+Equatable.swift
[222/456] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[223/456] Compiling HashTreeCollections TreeSet+Extras.swift
[224/456] Compiling HashTreeCollections TreeSet+Filter.swift
[229/456] Compiling ContainersPreview Producer+Map.swift
[230/456] Compiling ContainersPreview Producer+Reduce.swift
[231/456] Compiling ContainersPreview Producer.swift
[232/456] Compiling ContainersPreview Borrow.swift
[233/460] Compiling ContainersPreview Drain+Reduce.swift
[234/460] Compiling ContainersPreview Drain.swift
[235/460] Compiling ContainersPreview Producer+Collect.swift
[236/460] Compiling ContainersPreview Producer+Filter.swift
[237/460] Compiling ContainersPreview RandomAccessContainer.swift
[238/460] Compiling ContainersPreview RangeExpression2.swift
[239/460] Compiling ContainersPreview RangeReplaceableContainer.swift
[240/460] Compiling ContainersPreview Drain+Map.swift
[241/460] Compiling OrderedCollections OrderedSet+SubSequence.swift
[242/460] Compiling OrderedCollections OrderedSet+Testing.swift
[243/460] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[244/460] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[245/460] Compiling OrderedCollections OrderedSet.swift
[251/460] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[252/460] Compiling ContainersPreview BorrowingSequence.swift
[253/460] Compiling ContainersPreview BidirectionalContainer.swift
[254/460] Compiling ContainersPreview Container+Filter.swift
[255/460] Compiling ContainersPreview Container+SpanwiseZip.swift
[256/460] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[257/460] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[258/460] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[259/460] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[260/460] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[261/460] Compiling Tracing InstrumentationSystem+Tracing.swift
[264/460] Compiling ContainersPreview Box.swift
[265/460] Compiling ContainersPreview Inout.swift
[266/460] Compiling ContainersPreview InputSpan.swift
[267/460] Compiling ContainersPreview Shared.swift
[282/460] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[283/460] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[284/460] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[285/460] Compiling ContainersPreview Container.swift
[286/460] Compiling ContainersPreview ContainerIterator.swift
[287/460] Compiling ContainersPreview DynamicContainer.swift
[288/460] Compiling ContainersPreview MutableContainer.swift
[289/460] Compiling ContainersPreview PermutableContainer.swift
[302/460] Emitting module ContainersPreview
[303/460] Compiling Tracing TracingTime.swift
[310/460] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[311/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[312/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[313/460] Compiling ContainersPreview OutputSpan+Extras.swift
[314/460] Compiling ContainersPreview TemporaryAllocation.swift
[323/460] Emitting module Tracing
[328/461] Compiling Tracing TracerProtocol.swift
[329/461] Compiling NIOConcurrencyHelpers NIOLock.swift
[330/461] Compiling UnixSignals UnixSignal.swift
[331/461] Emitting module UnixSignals
[332/461] Compiling UnixSignals UnixSignalsSequence.swift
[333/461] Compiling Tracing Tracer.swift
[342/462] Emitting module OrderedCollections
[343/462] Compiling NIOConcurrencyHelpers lock.swift
[346/462] Compiling Tracing TracerProtocol+Legacy.swift
[358/462] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[359/462] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[360/462] Compiling NIOConcurrencyHelpers atomics.swift
[364/462] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[365/462] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[366/462] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[367/462] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[368/462] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[369/462] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[370/462] Compiling HashTreeCollections TreeSet.swift
[371/464] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[372/464] Emitting module NIOConcurrencyHelpers
[373/464] Compiling Tracing NoOpTracer.swift
[374/464] Compiling Tracing SpanProtocol.swift
[376/466] Emitting module _RopeModule
[386/508] Compiling DequeModule UniqueDeque+Consumption.swift
[387/508] Compiling DequeModule UniqueDeque+Container.swift
[388/508] Compiling DequeModule UniqueDeque+Descriptions.swift
[389/508] Compiling DequeModule UniqueDeque+Equatable.swift
[390/508] Compiling DequeModule UniqueDeque+Experimental.swift
[391/513] Compiling DequeModule RigidDeque+Removals.swift
[392/513] Compiling DequeModule RigidDeque+Replacements.swift
[393/513] Compiling DequeModule RigidDeque+Testing.swift
[394/513] Compiling DequeModule RigidDeque.swift
[395/513] Compiling DequeModule UniqueDeque+Append.swift
[396/529] Wrapping AST for _RopeModule for debugging
[398/546] Compiling DequeModule UniqueDeque+Hashable.swift
[399/546] Compiling DequeModule UniqueDeque+Initializers.swift
[400/546] Compiling DequeModule UniqueDeque+Insertions.swift
[401/546] Compiling DequeModule UniqueDeque+Prepend.swift
[402/546] Compiling DequeModule UniqueDeque+Removals.swift
[403/568] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[404/568] Compiling BitCollections BitArray+Extras.swift
[405/568] Compiling BitCollections BitArray+Fill.swift
[406/568] Compiling BitCollections BitArray+Hashable.swift
[407/568] Compiling BitCollections BitArray+Initializers.swift
[408/568] Compiling BitCollections BitArray+Invariants.swift
[409/585] Compiling BitCollections BitArray+Testing.swift
[410/585] Compiling BitCollections BitArray._UnsafeHandle.swift
[411/585] Compiling BitCollections BitArray.swift
[412/585] Compiling BitCollections BitSet+BidirectionalCollection.swift
[413/585] Compiling BitCollections BitArray+Equatable.swift
[414/585] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[414/585] Wrapping AST for _NIOBase64 for debugging
[415/585] Wrapping AST for _NIODataStructures for debugging
[417/585] Compiling HTTPTypes HTTPFields.swift
[417/586] Wrapping AST for UnixSignals for debugging
[419/586] Wrapping AST for Tracing for debugging
[420/586] Wrapping AST for ServiceContextModule for debugging
[422/586] Compiling BitCollections BitArray+Shifts.swift
[424/586] Compiling BitCollections BitArray+RandomBits.swift
[425/586] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[429/588] Wrapping AST for Logging for debugging
[430/588] Wrapping AST for OrderedCollections for debugging
[431/588] Wrapping AST for NIOConcurrencyHelpers for debugging
[432/588] Wrapping AST for InternalCollectionsUtilities for debugging
[433/588] Wrapping AST for HeapModule for debugging
[434/588] Wrapping AST for Instrumentation for debugging
[436/588] Compiling BitCollections BitArray+CustomReflectable.swift
[437/588] Compiling BitCollections BitArray+Descriptions.swift
[438/588] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[438/588] Wrapping AST for ContainersPreview for debugging
[439/588] Wrapping AST for HTTPTypes for debugging
[440/588] Wrapping AST for CoreMetrics for debugging
[442/588] Compiling Atomics IntegerOperations.swift
[443/588] Compiling Atomics Unmanaged extensions.swift
[444/588] Compiling BitCollections BitSet+Codable.swift
[445/588] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[446/588] Compiling BitCollections BitSet+CustomReflectable.swift
[447/588] Compiling BitCollections BitSet+CustomStringConvertible.swift
[448/588] Compiling BitCollections BitSet+Equatable.swift
[449/588] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[450/588] Compiling BitCollections BitSet+Extras.swift
[451/588] Compiling BitCollections BitSet+Hashable.swift
[451/595] Wrapping AST for ConcurrencyHelpers for debugging
[453/595] Compiling BitCollections BitSet+Initializers.swift
[454/595] Compiling BitCollections BitSet+Invariants.swift
[455/595] Compiling BitCollections BitSet+Random.swift
[456/595] Compiling BitCollections BitSet+SetAlgebra basics.swift
[457/595] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[458/595] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[459/595] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[460/595] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[461/595] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[462/595] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[463/595] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[464/595] Compiling BitCollections BitSet+SetAlgebra union.swift
[465/595] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[466/595] Compiling BitCollections BitSet.Counted.swift
[467/595] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[468/595] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[469/595] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[470/595] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[471/595] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[472/595] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[473/595] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[496/595] Compiling BitCollections BinaryInteger extensions.swift
[497/595] Compiling BitCollections BitArray+BitwiseOperations.swift
[498/595] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[499/595] Compiling BitCollections BitArray+Codable.swift
[500/595] Compiling BitCollections BitArray+Collection.swift
[501/595] Compiling BitCollections BitArray+Copy.swift
[507/595] Emitting module BitCollections
[544/595] Emitting module HashTreeCollections
[545/596] Compiling BitCollections BitSet.Index.swift
[546/596] Compiling BitCollections BitSet._UnsafeHandle.swift
[547/596] Compiling BitCollections BitSet.swift
[548/596] Compiling BitCollections Range+Utilities.swift
[549/596] Compiling BitCollections Slice+Utilities.swift
[550/596] Compiling BitCollections UInt+Tricks.swift
[551/596] Compiling BitCollections _Word.swift
[553/597] Wrapping AST for HashTreeCollections for debugging
[554/597] Wrapping AST for BitCollections for debugging
[556/597] Emitting module DequeModule
[562/598] Wrapping AST for DequeModule for debugging
[564/657] Compiling Collections DequeModule reexports.swift
[565/657] Compiling Collections HashTreeCollections reexports.swift
[566/657] Compiling Collections HeapModule reexports.swift
[567/657] Compiling Collections OrderedCollections reexports.swift
[568/657] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[569/657] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[570/657] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[571/657] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[572/657] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[573/657] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[574/657] Emitting module Atomics
[575/658] Emitting module Collections
[576/658] Compiling Collections BitCollections reexports.swift
[578/659] Wrapping AST for Atomics for debugging
[579/659] Wrapping AST for Collections for debugging
[581/723] Compiling Metrics Metrics.swift
[582/723] Emitting module Metrics
[583/724] Wrapping AST for Metrics for debugging
[585/724] Compiling NIOCore NIOCoreSendableMetatype.swift
[586/724] Compiling NIOCore NIODecodedAsyncSequence.swift
[587/724] Compiling NIOCore NIOLoopBound.swift
[588/724] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[589/724] Compiling NIOCore NIOScheduledCallback.swift
[590/724] Compiling NIOCore NIOSendable.swift
[591/724] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[592/731] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[593/731] Compiling NIOCore BSDSocketAPI.swift
[594/731] Compiling NIOCore ByteBuffer-aux.swift
[595/731] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[596/731] Compiling NIOCore ByteBuffer-conversions.swift
[597/731] Compiling NIOCore ByteBuffer-core.swift
[598/731] Compiling NIOCore ByteBuffer-hex.swift
[599/731] Compiling NIOCore ByteBuffer-int.swift
[600/731] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[601/731] Compiling NIOCore AddressedEnvelope.swift
[602/731] Compiling NIOCore AsyncAwaitSupport.swift
[603/731] Compiling NIOCore AsyncChannel.swift
[604/731] Compiling NIOCore AsyncChannelHandler.swift
[605/731] Compiling NIOCore AsyncChannelInboundStream.swift
[606/731] Compiling NIOCore AsyncChannelOutboundWriter.swift
[607/731] Compiling NIOCore NIOAsyncSequenceProducer.swift
[615/731] Compiling AsyncAlgorithms Rethrow.swift
[616/731] Compiling AsyncAlgorithms SetAlgebra.swift
[617/739] Emitting module AsyncAlgorithms
[618/739] Compiling AsyncAlgorithms UnsafeTransfer.swift
[619/739] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[620/739] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[621/739] Compiling AsyncAlgorithms ZipStateMachine.swift
[622/739] Compiling AsyncAlgorithms ZipStorage.swift
[623/739] Compiling NIOCore MarkedCircularBuffer.swift
[624/739] Compiling NIOCore MulticastChannel.swift
[625/739] Compiling NIOCore NIOAny.swift
[626/739] Compiling NIOCore NIOCloseOnErrorHandler.swift
[634/739] Compiling NIOCore GlobalSingletons.swift
[635/739] Compiling NIOCore IO.swift
[636/739] Compiling NIOCore IOData.swift
[637/739] Compiling NIOCore CircularBuffer.swift
[638/739] Compiling NIOCore Codec.swift
[639/739] Compiling NIOCore ConvenienceOptionSupport.swift
[640/739] Compiling NIOCore DeadChannel.swift
[641/739] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[642/739] Compiling NIOCore NIOAsyncWriter.swift
[643/739] Compiling NIOCore EventLoopFuture+Deprecated.swift
[644/739] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[645/739] Compiling NIOCore EventLoopFuture.swift
[646/739] Compiling NIOCore FileDescriptor.swift
[647/739] Compiling NIOCore FileHandle.swift
[648/739] Compiling NIOCore FileRegion.swift
[658/739] Compiling NIOCore ByteBuffer-views.swift
[659/739] Compiling NIOCore Channel.swift
[660/739] Compiling NIOCore ChannelHandler.swift
[661/739] Compiling NIOCore ChannelHandlers.swift
[662/739] Compiling NIOCore ChannelInvoker.swift
[663/739] Compiling NIOCore ChannelOption.swift
[664/739] Compiling NIOCore ChannelPipeline.swift
[665/739] Compiling NIOCore DispatchQueue+WithFuture.swift
[666/739] Compiling NIOCore EventLoop+Deprecated.swift
[667/739] Compiling NIOCore EventLoop+SerialExecutor.swift
[668/739] Compiling NIOCore EventLoop.swift
[669/739] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[670/739] Compiling NIOCore ByteBuffer-multi-int.swift
[671/739] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[682/740] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[683/740] Compiling NIOCore SocketAddresses.swift
[684/740] Compiling NIOCore SocketOptionProvider.swift
[685/740] Compiling NIOCore SystemCallHelpers.swift
[686/740] Compiling NIOCore TimeAmount+Duration.swift
[687/740] Compiling NIOCore TypeAssistedChannelHandler.swift
[688/740] Compiling NIOCore UniversalBootstrapSupport.swift
[689/740] Compiling NIOCore Utilities.swift
[689/740] Wrapping AST for AsyncAlgorithms for debugging
[691/749] Compiling ServiceLifecycle ClosureService.swift
[692/750] Compiling ServiceLifecycle CancellationWaiter.swift
[693/750] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[694/750] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[695/750] Emitting module ServiceLifecycle
[696/750] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[697/750] Compiling ServiceLifecycle ServiceRunnerError.swift
[698/750] Compiling ServiceLifecycle GracefulShutdown.swift
[699/750] Compiling ServiceLifecycle Service.swift
[700/750] Compiling ServiceLifecycle ServiceGroup.swift
[701/751] Wrapping AST for ServiceLifecycle for debugging
[730/751] Emitting module NIOCore
[731/761] Wrapping AST for NIOCore for debugging
[733/817] Emitting module NIOHTTPTypes
[734/817] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[735/817] Compiling CompressNIO CompressionAlgorithm.swift
[736/818] Compiling CompressNIO Compressor.swift
[738/819] Compiling CompressNIO Error.swift
[738/819] Wrapping AST for NIOHTTPTypes for debugging
[740/819] Compiling CompressNIO ZlibWrapper.swift
[741/819] Compiling NIOPosix BaseStreamSocketChannel.swift
[742/819] Compiling NIOPosix Bootstrap.swift
[743/819] Emitting module CompressNIO
[744/819] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[745/819] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[746/819] Compiling CompressNIO Zlib.swift
[747/820] Wrapping AST for CompressNIO for debugging
[749/820] Emitting module NIOEmbedded
[750/820] Compiling NIOEmbedded Embedded.swift
[751/820] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[752/820] Compiling NIOEmbedded AsyncTestingChannel.swift
[754/821] Compiling NIOPosix HappyEyeballs.swift
[755/821] Compiling NIOPosix IO.swift
[756/821] Compiling NIOPosix IntegerBitPacking.swift
[757/821] Compiling NIOPosix IntegerTypes.swift
[758/821] Compiling NIOPosix Linux.swift
[759/821] Compiling NIOPosix LinuxCPUSet.swift
[760/821] Compiling NIOPosix LinuxUring.swift
[760/827] Wrapping AST for NIOEmbedded for debugging
[762/827] Compiling NIOPosix ThreadPosix.swift
[763/827] Compiling NIOPosix ThreadWindows.swift
[764/827] Compiling NIOPosix Utilities.swift
[765/827] Compiling NIOPosix VsockAddress.swift
[766/827] Compiling NIOPosix VsockChannelEvents.swift
[767/827] Compiling NIOPosix Windows.swift
[768/827] Compiling NIOPosix SelectableChannel.swift
[769/827] Compiling NIOPosix SelectableEventLoop.swift
[770/827] Compiling NIOPosix SelectorEpoll.swift
[771/827] Compiling NIOPosix SelectorGeneric.swift
[772/827] Compiling NIOPosix SelectorKqueue.swift
[773/827] Compiling NIOPosix SelectorUring.swift
[774/827] Compiling NIOPosix SelectorWSAPoll.swift
[775/827] Compiling NIOPosix ServerSocket.swift
[776/827] Compiling NIOPosix Socket.swift
[777/827] Compiling NIOPosix SocketChannel.swift
[778/827] Compiling NIOPosix SocketProtocols.swift
[779/827] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[780/827] Compiling NIOPosix System.swift
[781/827] Compiling NIOPosix Thread.swift
[782/827] Compiling NIOPosix PipePair.swift
[783/827] Compiling NIOPosix Pool.swift
[784/827] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[785/827] Compiling NIOPosix PosixSingletons.swift
[786/827] Compiling NIOPosix RawSocketBootstrap.swift
[787/827] Compiling NIOPosix Resolver.swift
[788/827] Compiling NIOPosix Selectable.swift
[789/827] Compiling NIOPosix BSDSocketAPICommon.swift
[790/827] Compiling NIOPosix BSDSocketAPIPosix.swift
[791/827] Compiling NIOPosix BSDSocketAPIWindows.swift
[792/827] Compiling NIOPosix BaseSocket.swift
[793/827] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[794/827] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[795/827] Compiling NIOPosix BaseSocketChannel.swift
[796/827] Emitting module NIOPosix
[799/827] Compiling NIOPosix ControlMessage.swift
[800/827] Compiling NIOPosix DatagramVectorReadManager.swift
[801/827] Compiling NIOPosix Errors+Any.swift
[802/827] Compiling NIOPosix FileDescriptor.swift
[803/827] Compiling NIOPosix GetaddrinfoResolver.swift
[804/827] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[805/827] Compiling NIOPosix NIOPosixSendableMetatype.swift
[806/827] Compiling NIOPosix NIOThreadPool.swift
[807/827] Compiling NIOPosix NonBlockingFileIO.swift
[808/827] Compiling NIOPosix PendingDatagramWritesManager.swift
[809/827] Compiling NIOPosix PendingWritesManager.swift
[810/827] Compiling NIOPosix PipeChannel.swift
[811/828] Wrapping AST for NIOPosix for debugging
[813/830] Compiling NIO Exports.swift
[814/830] Emitting module NIO
[815/831] Wrapping AST for NIO for debugging
[817/847] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[818/847] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[819/849] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[820/849] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[821/849] Emitting module NIOHTTP1
[822/849] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[823/849] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[824/849] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[825/849] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[826/849] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[827/849] Compiling NIOHTTP1 HTTPTypes.swift
[828/849] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[829/849] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[830/849] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[831/849] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[832/849] Compiling NIOHTTP1 ByteCollectionUtils.swift
[833/849] Compiling NIOHTTP1 HTTPDecoder.swift
[834/849] Compiling NIOHTTP1 HTTPEncoder.swift
[835/850] Wrapping AST for NIOHTTP1 for debugging
[837/882] Emitting module NIOHTTPTypesHTTP1
[838/882] Compiling NIOWebSocket WebSocketOpcode.swift
[839/883] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[840/883] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[841/883] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[842/883] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[843/885] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[844/885] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[845/885] Compiling NIOExtras RequestResponseHandler.swift
[846/885] Compiling NIOExtras RequestResponseHandlers+State.swift
[847/885] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[848/885] Compiling NIOExtras NIOLengthFieldBitLength.swift
[849/885] Compiling NIOExtras NIORequestIdentifiable.swift
[850/885] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[851/885] Compiling NIOExtras NIOExtrasError.swift
[852/885] Compiling NIOExtras PCAPRingBuffer.swift
[853/885] Compiling NIOExtras QuiescingHelper.swift
[854/885] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[855/885] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[856/886] Emitting module NIOExtras
[859/886] Emitting module NIOWebSocket
[861/886] Compiling NIOWebSocket WebSocketErrorCodes.swift
[863/886] Compiling NIOWebSocket SHA1.swift
[864/886] Compiling NIOWebSocket WebSocketFrame.swift
[865/887] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[866/887] Compiling NIOExtras LengthFieldPrepender.swift
[867/887] Compiling NIOExtras LineBasedFrameDecoder.swift
[869/887] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[870/887] Compiling NIOExtras JSONRPCFraming.swift
[870/887] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[872/887] Wrapping AST for NIOWebSocket for debugging
[874/902] Emitting module WSCore
[875/903] Compiling WSCore WebSocketMessage.swift
[876/903] Compiling WSCore WebSocketOutboundWriter.swift
[877/903] Compiling WSCore WebSocketInboundMessageStream.swift
[878/903] Compiling WSCore WebSocketInboundStream.swift
[879/903] Compiling NIOExtras RequestResponseWithIDHandler.swift
[880/903] Compiling NIOExtras WritePCAPHandler.swift
[881/904] Compiling WSCore WebSocketStateMachine.swift
[882/904] Wrapping AST for NIOExtras for debugging
[884/930] Compiling HummingbirdCore Deprecations.swift
[885/930] Compiling HummingbirdCore Request.swift
[886/930] Compiling HummingbirdCore Response.swift
[887/930] Compiling HummingbirdCore ResponseBody.swift
[888/930] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[889/930] Compiling HummingbirdCore BindAddress.swift
[890/930] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[891/930] Compiling HummingbirdCore URI.swift
[892/930] Compiling HummingbirdCore RequestBody+inboundClose.swift
[893/930] Compiling HummingbirdCore RequestBody.swift
[894/931] Wrapping AST for WSCore for debugging
[896/933] Compiling HummingbirdCore ResponseBodyWriter.swift
[897/933] Compiling HummingbirdCore ResponseWriter.swift
[900/936] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[901/936] Compiling HummingbirdCore HTTP1Channel.swift
[902/936] Compiling HummingbirdCore HTTPChannelHandler.swift
[903/936] Compiling HummingbirdCore HTTPServerBuilder.swift
[904/936] Compiling HummingbirdCore HTTPUserEventHandler.swift
[905/936] Compiling HummingbirdCore Server.swift
[906/936] Compiling HummingbirdCore ServerChildChannel.swift
[911/936] Compiling HummingbirdCore FlatDictionary.swift
[912/936] Compiling HummingbirdCore HBParser.swift
[913/936] Compiling HummingbirdCore OutputBuffer.swift
[914/936] Emitting module WSCompression
[915/936] Compiling WSCompression PerMessageDeflateExtension.swift
[916/936] Compiling HummingbirdCore ServerConfiguration.swift
[917/936] Compiling HummingbirdCore TSTLSOptions.swift
[918/936] Compiling HummingbirdCore AnyAsyncSequence.swift
[923/936] Emitting module HummingbirdCore
[925/937] Compiling HummingbirdCore SendableMetatype.swift
[926/937] Compiling HummingbirdCore String+percentEncode.swift
[927/937] Compiling HummingbirdCore UnsafeTransfer.swift
[928/938] Wrapping AST for WSCompression for debugging
[929/940] Wrapping AST for HummingbirdCore for debugging
[931/1006] Compiling HummingbirdWSCompression Exports.swift
[932/1006] Emitting module HummingbirdWSCompression
[933/1007] Wrapping AST for HummingbirdWSCompression for debugging
[935/1007] Compiling Hummingbird Request.swift
[936/1007] Compiling Hummingbird RequestContext.swift
[937/1007] Compiling Hummingbird RequestContextSource.swift
[938/1007] Compiling Hummingbird RequestID.swift
[939/1007] Compiling Hummingbird RequestResponder.swift
[940/1007] Compiling Hummingbird Response.swift
[941/1007] Compiling Hummingbird URI+decodeQuery.swift
[942/1007] Compiling Hummingbird MemoryPersistDriver.swift
[943/1007] Compiling Hummingbird PersistDriver.swift
[944/1016] Emitting module Hummingbird
[945/1016] Compiling Hummingbird RouterMethods.swift
[946/1016] Compiling Hummingbird RouterPath.swift
[947/1016] Compiling Hummingbird RouterResponder.swift
[948/1016] Compiling Hummingbird TransformingRouterGroup.swift
[949/1016] Compiling Hummingbird RouterTrie.swift
[950/1016] Compiling Hummingbird Trie+resolve.swift
[951/1016] Compiling Hummingbird Trie+serialize.swift
[952/1016] Compiling Hummingbird TrieRouter.swift
[953/1016] Compiling Hummingbird ChildRequestContext.swift
[954/1016] Compiling Hummingbird TracingMiddleware.swift
[955/1016] Compiling Hummingbird EndpointResponder.swift
[956/1016] Compiling Hummingbird Parameters+UUID.swift
[957/1016] Compiling Hummingbird Parameters.swift
[958/1016] Compiling Hummingbird ResponseGenerator.swift
[959/1016] Compiling Hummingbird RouteCollection.swift
[960/1016] Compiling Hummingbird Router+validation.swift
[961/1016] Compiling Hummingbird Router.swift
[962/1016] Compiling Hummingbird RouterGroup.swift
[963/1016] Compiling Hummingbird FileMiddleware.swift
[964/1016] Compiling Hummingbird LogRequestMiddleware.swift
[965/1016] Compiling Hummingbird MetricsMiddleware.swift
[966/1016] Compiling Hummingbird Middleware.swift
[967/1016] Compiling Hummingbird MiddlewareGroup.swift
[968/1016] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[969/1016] Compiling Hummingbird _Middleware2.swift
[970/1016] Compiling Hummingbird _OptionalMiddleware.swift
[971/1016] Compiling Hummingbird _SpreadMiddleware.swift
[972/1016] Compiling Hummingbird FileProvider.swift
[973/1016] Compiling Hummingbird LocalFileSystem.swift
[974/1016] Compiling Hummingbird Cookie.swift
[975/1016] Compiling Hummingbird Cookies.swift
[976/1016] Compiling Hummingbird MediaType+FileExtension.swift
[977/1016] Compiling Hummingbird MediaType.swift
[978/1016] Compiling Hummingbird Request+Cookies.swift
[979/1016] Compiling Hummingbird Response+Cookies.swift
[980/1016] Compiling Hummingbird CORSMiddleware.swift
[981/1016] Compiling Hummingbird Configuration.swift
[982/1016] Compiling Hummingbird Deprecations.swift
[983/1016] Compiling Hummingbird Environment.swift
[984/1016] Compiling Hummingbird EditedHTTPError.swift
[985/1016] Compiling Hummingbird HTTPError.swift
[986/1016] Compiling Hummingbird HTTPResponseError.swift
[987/1016] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[988/1016] Compiling Hummingbird Exports.swift
[989/1016] Compiling Hummingbird CacheControl.swift
[990/1016] Compiling Hummingbird FileIO.swift
[991/1016] Compiling Hummingbird PersistError.swift
[992/1016] Compiling Hummingbird ByteBuffer+foundation.swift
[993/1016] Compiling Hummingbird DateCache.swift
[994/1016] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[995/1016] Compiling Hummingbird HexDigest.swift
[996/1016] Compiling Hummingbird InitializableFromSource.swift
[997/1016] Compiling Hummingbird PreludeService.swift
[998/1016] Compiling Hummingbird SplitStringSequences.swift
[999/1016] Compiling Hummingbird StringProtocol.swift
[1000/1016] Compiling Hummingbird Application+ConfigReader.swift
[1001/1016] Compiling Hummingbird Application.swift
[1002/1016] Compiling Hummingbird CodableProtocols.swift
[1003/1016] Compiling Hummingbird JSONCoding.swift
[1004/1016] Compiling Hummingbird ResponseEncodable.swift
[1005/1016] Compiling Hummingbird URLEncodedForm+Request.swift
[1006/1016] Compiling Hummingbird URLEncodedForm.swift
[1007/1016] Compiling Hummingbird URLEncodedFormDecoder.swift
[1008/1016] Compiling Hummingbird URLEncodedFormEncoder.swift
[1009/1016] Compiling Hummingbird URLEncodedFormNode.swift
[1010/1017] Wrapping AST for Hummingbird for debugging
[1012/1028] Emitting module HummingbirdWebSocket
[1013/1028] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1014/1028] Compiling HummingbirdWebSocket Exports.swift
[1015/1028] Emitting module HummingbirdCompression
[1016/1028] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[1017/1028] Compiling HummingbirdCompression CompressedBodyWriter.swift
[1018/1028] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[1019/1028] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1021/1029] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1022/1029] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1023/1029] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1024/1030] Wrapping AST for HummingbirdCompression for debugging
[1025/1030] Wrapping AST for HummingbirdWebSocket for debugging
[1027/1037] Compiling EngineIO EngineIOMessage.swift
[1028/1037] Compiling EngineIO OpenPacket.swift
[1029/1037] Compiling EngineIO Packet.swift
[1030/1037] Emitting module EngineIO
[1031/1037] Compiling EngineIO SessionStore.swift
[1032/1037] Compiling EngineIO ServerConfiguration.swift
[1033/1037] Compiling EngineIO Server.swift
[1034/1038] Wrapping AST for EngineIO for debugging
[1036/1040] Emitting module EngineIOTestApp
[1037/1040] Compiling EngineIOTestApp App.swift
[1038/1041] Wrapping AST for EngineIOTestApp for debugging
[1039/1041] Write Objects.LinkFileList
[1040/1041] Linking EngineIOTestApp
Build complete! (282.51s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-compression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-compression.git"
    },
    {
      "identity" : "hummingbird-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-websocket.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.git"
    }
  ],
  "manifest_display_name" : "swift-server-engine.io",
  "name" : "swift-server-engine.io",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "EngineIO",
      "targets" : [
        "EngineIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EngineIOTestApp",
      "targets" : [
        "EngineIOTestApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "EngineIOTests",
      "module_type" : "SwiftTarget",
      "name" : "EngineIOTests",
      "path" : "Tests/EngineIOTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSTesting"
      ],
      "sources" : [
        "EngineIO.swift"
      ],
      "target_dependencies" : [
        "EngineIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EngineIOTestApp",
      "module_type" : "SwiftTarget",
      "name" : "EngineIOTestApp",
      "path" : "Demo/EngineIO",
      "product_memberships" : [
        "EngineIOTestApp"
      ],
      "sources" : [
        "App.swift"
      ],
      "target_dependencies" : [
        "EngineIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "EngineIO",
      "module_type" : "SwiftTarget",
      "name" : "EngineIO",
      "path" : "Sources/EngineIO",
      "product_dependencies" : [
        "HTTPTypes",
        "Hummingbird",
        "HummingbirdCompression",
        "HummingbirdWebSocket",
        "HummingbirdWSCompression",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "EngineIO",
        "EngineIOTestApp"
      ],
      "sources" : [
        "EngineIOMessage.swift",
        "Packets/OpenPacket.swift",
        "Packets/Packet.swift",
        "Server.swift",
        "ServerConfiguration.swift",
        "SessionStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.