The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GraphQLHummingbird, reference 1.0.0 (a4e9c4), with Swift 6.1 for Android on 16 Feb 2026 13:05:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/graphql-hummingbird.git
Reference: 1.0.0
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/GraphQLSwift/graphql-hummingbird
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at a4e9c48 Merge pull request #12 from GraphQLSwift/fix/websocket-collection-size
Cloned https://github.com/GraphQLSwift/graphql-hummingbird.git
Revision (git rev-parse @):
a4e9c48bbee95b30e5418579747d75b28472adeb
SUCCESS checkout https://github.com/GraphQLSwift/graphql-hummingbird.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GraphQLSwift/graphql-hummingbird.git
https://github.com/GraphQLSwift/graphql-hummingbird.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "graphql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQL.git"
    },
    {
      "identity" : "graphqltransportws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQLTransportWS.git"
    },
    {
      "identity" : "graphqlws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQLWS.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-websocket.git"
    }
  ],
  "manifest_display_name" : "GraphQLHummingbird",
  "name" : "GraphQLHummingbird",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphQLHummingbird",
      "targets" : [
        "GraphQLHummingbird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLHummingbirdTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLHummingbirdTests",
      "path" : "Tests/GraphQLHummingbirdTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "HummingbirdWSTesting",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "HTTPStatusCodeGraphQLJSONTests.swift",
        "HTTPStatusCodeJSONTests.swift",
        "HTTPTests.swift",
        "Utilities.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "GraphQLHummingbird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQLHummingbird",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLHummingbird",
      "path" : "Sources/GraphQLHummingbird",
      "product_dependencies" : [
        "GraphQL",
        "GraphQLTransportWS",
        "GraphQLWS",
        "Hummingbird",
        "HummingbirdWebSocket"
      ],
      "product_memberships" : [
        "GraphQLHummingbird"
      ],
      "sources" : [
        "Coding/GraphQLJSONEncoder+encode.swift",
        "Coding/MediaType+jsonGraphQL.swift",
        "GraphQLConfig.swift",
        "GraphQLHandler.swift",
        "HTTP/GraphQLHandler+HTTP.swift",
        "IDEs/GraphiQLHandler.swift",
        "Router+graphql.swift",
        "WebSocket/EmptyWebSocketInit.swift",
        "WebSocket/GraphQLHandler+handleWebSocket.swift",
        "WebSocket/WebSocketMessenger.swift",
        "WebSocket/WebSocketSubProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/hummingbird-project/hummingbird-websocket.git
Fetching https://github.com/GraphQLSwift/GraphQLWS.git
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/GraphQLSwift/GraphQLTransportWS.git
[1/465] Fetching graphqlws
[466/3689] Fetching graphqlws, hummingbird-websocket
[1950/4254] Fetching graphqlws, hummingbird-websocket, graphqltransportws
Fetched https://github.com/GraphQLSwift/GraphQLTransportWS.git from cache (0.34s)
[1/5706] Fetching graphql
[2170/31719] Fetching graphql, hummingbird
[11170/113918] Fetching graphql, hummingbird, swift-nio
Fetched https://github.com/GraphQLSwift/GraphQLWS.git from cache (2.19s)
Fetched https://github.com/hummingbird-project/hummingbird-websocket.git from cache (2.19s)
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (2.20s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.24s)
[36258/82199] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.78s)
Computing version for https://github.com/GraphQLSwift/GraphQLWS.git
Computed https://github.com/GraphQLSwift/GraphQLWS.git at 1.0.0 (20.57s)
Fetching https://github.com/GraphQLSwift/Graphiti.git
[1/3742] Fetching graphiti
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (4.23s)
Computing version for https://github.com/GraphQLSwift/GraphQLTransportWS.git
Computed https://github.com/GraphQLSwift/GraphQLTransportWS.git at 1.0.0 (5.61s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 3.1.0 (0.99s)
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.92s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
[1/721] Fetching swift-websocket
[722/7158] Fetching swift-websocket, swift-nio-extras
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.42s)
[5858/6437] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.67s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.4.0 (1.66s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2574] Fetching swift-service-lifecycle
[491/3525] Fetching swift-service-lifecycle, swift-http-types
[1272/4168] Fetching swift-service-lifecycle, swift-http-types, compress-nio
[3809/6977] Fetching swift-service-lifecycle, swift-http-types, compress-nio, swift-nio-transport-services
[5181/12876] Fetching swift-service-lifecycle, swift-http-types, compress-nio, swift-nio-transport-services, swift-log
[9810/28172] Fetching swift-service-lifecycle, swift-http-types, compress-nio, swift-nio-transport-services, swift-log, swift-nio-ssl
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.66s)
[12538/27529] Fetching swift-service-lifecycle, swift-http-types, swift-nio-transport-services, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-http-types.git from cache (0.66s)
[11646/26578] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.67s)
[9402/24004] Fetching swift-nio-transport-services, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.69s)
[7100/21195] Fetching swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.99s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.1 (4.78s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[547/7372] Fetching swift-atomics, swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
[1/19520] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (57.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (60.20s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1204] Fetching swift-http-structured-headers
[1205/7346] Fetching swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
[492/6142] Fetching swift-async-algorithms
[1046/18093] Fetching swift-async-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.74s)
[2749/11951] Fetching swift-nio-http2
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.55s)
[1/1692] Fetching swift-asn1
[983/8789] Fetching swift-asn1, swift-certificates
[984/14841] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (1.14s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.14s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/6410] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.43s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.9.1 (2.38s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (1.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (1.15s)
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.87s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.05s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.95s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.1.0 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (1.13s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.33s)
Fetching https://github.com/apple/swift-crypto.git
[1/17526] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.19s)
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 (4.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.35s)
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.94s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.20.1 (1.29s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-metrics.git
[1/2573] Fetching swift-metrics
[1751/8221] Fetching swift-metrics, swift-distributed-tracing
[3930/23274] Fetching swift-metrics, swift-distributed-tracing, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.70s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.70s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.70s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (2.69s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.1 (1.40s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.31.0 (1.06s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.23s)
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.9.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.39.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.4.0
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
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.94.1
Creating working copy for https://github.com/GraphQLSwift/Graphiti.git
Working copy of https://github.com/GraphQLSwift/Graphiti.git resolved at 3.1.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/GraphQLSwift/GraphQLWS.git
Working copy of https://github.com/GraphQLSwift/GraphQLWS.git resolved at 1.0.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.9.1
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.31.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 4.1.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.2
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.32.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.20.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/GraphQLSwift/GraphQLTransportWS.git
Working copy of https://github.com/GraphQLSwift/GraphQLTransportWS.git resolved at 1.0.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.3.1
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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Building for debugging...
[0/57] Write sources
[38/57] Compiling CNIOWASI CNIOWASI.c
[39/57] Compiling CNIOWindows WSAStartup.c
[40/57] Compiling CNIOWindows shim.c
[41/57] Compiling CNIOOpenBSD shim.c
[42/57] Compiling CNIOLinux liburing_shims.c
[43/57] Compiling CNIOPosix event_loop_id.c
[44/57] Compiling _AtomicsShims.c
[45/57] Compiling CNIODarwin shim.c
[46/57] Compiling CNIOSHA1 c_nio_sha1.c
[46/57] Write sources
[50/57] Compiling CNIOLLHTTP c_nio_http.c
[51/57] Compiling CNIOLinux shim.c
[52/57] Compiling CNIOLLHTTP c_nio_api.c
[53/57] Write swift-version-24593BA9C3E375BF.txt
[54/57] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/96] Compiling InternalCollectionsUtilities Debugging.swift
[57/96] Compiling InternalCollectionsUtilities Descriptions.swift
[58/98] Compiling _NIODataStructures PriorityQueue.swift
[59/98] Compiling _NIODataStructures _TinyArray.swift
[60/98] Compiling ServiceContextModule ServiceContextKey.swift
[61/98] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/98] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[63/98] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/98] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/98] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/98] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/98] Compiling HTTPTypes HTTPField.swift
[68/98] Compiling HTTPTypes HTTPFieldName.swift
[69/98] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/98] Emitting module InternalCollectionsUtilities
[71/98] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/98] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/98] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/98] Compiling ServiceContextModule ServiceContext.swift
[76/98] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[77/98] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/98] Emitting module ServiceContextModule
[79/99] Compiling _NIOBase64 Base64.swift
[80/99] Emitting module _NIOBase64
[81/101] Compiling _NIODataStructures Heap.swift
[82/101] Emitting module _NIODataStructures
[87/102] Compiling HTTPTypes ISOLatin1String.swift
[88/183] Compiling HTTPTypes HTTPResponse.swift
[89/183] Compiling Instrumentation NoOpInstrument.swift
[90/183] Compiling Instrumentation MultiplexInstrument.swift
[90/183] Compiling c-nioatomics.c
[92/183] Emitting module Instrumentation
[93/183] Compiling ConcurrencyHelpers LockedValueBox.swift
[94/183] Emitting module HTTPTypes
[95/183] Compiling HTTPTypes HTTPRequest.swift
[96/233] Compiling HTTPTypes NIOLock.swift
[96/238] Compiling c-atomics.c
[98/238] Compiling CoreMetrics Metrics.swift
[99/238] Emitting module ConcurrencyHelpers
[100/238] Compiling ConcurrencyHelpers Lock.swift
[101/238] Compiling Instrumentation Locks.swift
[102/238] Compiling Instrumentation InstrumentationSystem.swift
[103/238] Compiling Instrumentation Instrument.swift
[104/239] Emitting module CoreMetrics
[105/239] Compiling CoreMetrics Locks.swift
[106/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[107/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[108/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[109/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[110/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[111/241] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[112/241] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[113/241] Compiling OrderedCollections OrderedDictionary.swift
[114/241] Compiling OrderedCollections OrderedSet+Codable.swift
[115/241] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[116/241] Compiling OrderedCollections OrderedSet+Descriptions.swift
[117/241] Compiling OrderedCollections OrderedSet+Diffing.swift
[118/241] Compiling OrderedCollections OrderedSet+Equatable.swift
[119/241] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[120/241] Compiling OrderedCollections OrderedSet+Hashable.swift
[121/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[122/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[123/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[124/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[125/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[126/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[127/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[128/248] Compiling OrderedCollections OrderedSet+Initializers.swift
[129/248] Compiling OrderedCollections OrderedSet+Insertions.swift
[130/248] Compiling OrderedCollections OrderedSet+Invariants.swift
[131/248] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[132/248] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[133/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[134/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[135/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[136/248] Compiling HTTPTypes HTTPParsedFields.swift
[137/248] Compiling HTTPTypes HTTPRequest+URL.swift
[138/248] Compiling OrderedCollections OrderedDictionary+Codable.swift
[139/248] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[140/248] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[141/248] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[142/248] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[143/248] Compiling OrderedCollections OrderedDictionary+Elements.swift
[144/248] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[145/248] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[146/248] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[147/248] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[148/248] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[149/248] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[150/248] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[151/248] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[152/248] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[153/248] Compiling OrderedCollections OrderedDictionary+Values.swift
[177/264] Compiling Logging MetadataProvider.swift
[178/264] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[179/264] Compiling HeapModule Heap+Descriptions.swift
[180/264] Compiling Logging Locks.swift
[181/264] Compiling Logging LogHandler.swift
[182/264] Compiling Logging Logging.swift
[183/264] Emitting module Logging
[189/265] Compiling OrderedCollections OrderedSet+Sendable.swift
[190/265] Compiling OrderedCollections OrderedSet+SubSequence.swift
[191/265] Compiling OrderedCollections OrderedSet+Testing.swift
[192/265] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[193/265] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[194/265] Compiling OrderedCollections OrderedSet.swift
[195/265] Compiling OrderedCollections _UnsafeBitset.swift
[196/265] Compiling _RopeModule Rope+Sequence.swift
[197/265] Compiling _RopeModule Rope+Append.swift
[198/265] Compiling _RopeModule Rope+Extract.swift
[199/265] Compiling _RopeModule Rope+Find.swift
[200/265] Compiling _RopeModule Rope+ForEachWhile.swift
[201/265] Compiling _RopeModule Rope+Insert.swift
[203/265] Compiling OrderedCollections _HashTable+Constants.swift
[204/265] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[205/265] Compiling OrderedCollections _HashTable+Testing.swift
[206/265] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[207/265] Compiling OrderedCollections _HashTable.swift
[208/265] Compiling OrderedCollections _Hashtable+Header.swift
[213/265] Compiling HeapModule Heap+UnsafeHandle.swift
[214/265] Compiling HeapModule Heap+Invariants.swift
[223/265] Compiling OrderedCollections _HashTable+Bucket.swift
[224/265] Compiling OrderedCollections _HashTable+BucketIterator.swift
[225/282] Compiling HeapModule _HeapNode.swift
[226/282] Compiling HeapModule Heap.swift
[227/282] Emitting module HeapModule
[229/283] Compiling Tracing InstrumentationSystem+Tracing.swift
[230/283] Compiling Tracing TracingTime.swift
[231/286] Emitting module Tracing
[232/286] Compiling NIOConcurrencyHelpers NIOLock.swift
[233/286] Compiling Tracing TracerProtocol+Legacy.swift
[234/286] Compiling Tracing TracerProtocol.swift
[235/287] Compiling Tracing Tracer.swift
[244/287] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[245/287] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[246/287] Compiling NIOConcurrencyHelpers lock.swift
[247/331] Emitting module NIOConcurrencyHelpers
[248/333] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[249/362] Emitting module OrderedCollections
[250/362] Compiling NIOConcurrencyHelpers atomics.swift
[251/363] Compiling HashTreeCollections TreeSet+Hashable.swift
[252/363] Compiling HashTreeCollections TreeSet+Sendable.swift
[253/363] Compiling HashTreeCollections TreeSet+Sequence.swift
[254/363] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[255/363] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[256/363] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[257/363] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[258/364] Emitting module _RopeModule
[261/364] Compiling Tracing NoOpTracer.swift
[262/364] Compiling Tracing SpanProtocol.swift
[263/365] Emitting module UnixSignals
[264/365] Compiling UnixSignals UnixSignalsSequence.swift
[265/365] Compiling UnixSignals UnixSignal.swift
[268/366] Compiling HTTPTypes HTTPFields.swift
[269/366] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[270/366] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[271/367] Compiling Metrics Metrics.swift
[272/367] Emitting module Metrics
[275/538] Compiling Atomics AtomicOptionalWrappable.swift
[276/538] Compiling Atomics AtomicReference.swift
[277/538] Compiling Atomics AtomicBool.swift
[278/538] Compiling Atomics AtomicInteger.swift
[279/540] Compiling Atomics DoubleWord.swift
[280/540] Compiling Atomics ManagedAtomic.swift
[281/540] Compiling GraphQL NoFragmentCyclesRule.swift
[282/540] Compiling GraphQL NoUndefinedVariablesRule.swift
[283/540] Compiling GraphQL NoUnusedFragmentsRule.swift
[284/540] Compiling GraphQL NoUnusedVariablesRule.swift
[285/540] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[286/540] Compiling GraphQL PossibleTypeExtensionsRule.swift
[287/540] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[288/540] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[289/540] Compiling GraphQL ScalarLeafsRule.swift
[290/540] Compiling GraphQL ValueFromASTUntyped.swift
[291/540] Compiling GraphQL NoDeprecatedCustomRule.swift
[292/540] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[293/540] Compiling GraphQL ExecutableDefinitionsRule.swift
[294/540] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[295/540] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[296/540] Compiling GraphQL KnownArgumentNamesOnDirectivesRule.swift
[297/540] Compiling GraphQL KnownArgumentNamesRule.swift
[298/540] Compiling GraphQL KnownDirectivesRule.swift
[299/540] Compiling GraphQL KnownFragmentNamesRule.swift
[300/540] Compiling GraphQL KnownTypeNamesRule.swift
[301/540] Compiling GraphQL LoneAnonymousOperationRule.swift
[302/540] Compiling GraphQL LoneSchemaDefinitionRule.swift
[312/550] Compiling DequeModule _DequeSlot.swift
[313/552] Compiling Atomics AtomicStorage.swift
[314/552] Compiling Atomics AtomicValue.swift
[315/552] Compiling Atomics AtomicMemoryOrderings.swift
[317/552] Compiling Atomics IntegerConformances.swift
[318/552] Compiling Atomics PointerConformances.swift
[319/552] Compiling DequeModule _UnsafeWrappedBuffer.swift
[320/552] Compiling Atomics UnsafeAtomicLazyReference.swift
[321/552] Compiling Atomics OptionalRawRepresentable.swift
[322/552] Compiling Atomics RawRepresentable.swift
[326/552] Compiling GraphQL Values.swift
[327/552] Compiling GraphQL Codable+Extensions.swift
[328/552] Compiling GraphQL GraphQL.swift
[329/552] Compiling GraphQL GraphQLRequest.swift
[330/552] Compiling GraphQL AST.swift
[331/552] Compiling GraphQL BlockString.swift
[332/552] Compiling GraphQL CharacterClasses.swift
[333/552] Compiling GraphQL Kinds.swift
[334/552] Compiling GraphQL Keyable.swift
[338/553] Compiling GraphQL IsValidValue.swift
[339/553] Compiling GraphQL MapCoder.swift
[340/553] Compiling GraphQL MapSerialization.swift
[341/553] Compiling GraphQL Number.swift
[342/553] Compiling GraphQL PersistedQueries.swift
[343/553] Compiling GraphQL Subscribe.swift
[344/553] Compiling GraphQL DidYouMean.swift
[346/553] Compiling Atomics IntegerOperations.swift
[347/553] Compiling Atomics Unmanaged extensions.swift
[348/553] Compiling GraphQL AssertValidName.swift
[349/553] Compiling GraphQL BuildASTSchema.swift
[350/553] Compiling GraphQL ConcatAST.swift
[351/553] Compiling GraphQL ExtendSchema.swift
[352/560] Emitting module BitCollections
[355/560] Compiling Atomics Primitives.native.swift
[358/560] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[359/560] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[360/560] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[361/560] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[362/560] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[363/560] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[364/560] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[365/560] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[366/560] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[367/560] Compiling HashTreeCollections TreeSet.swift
[372/560] Compiling GraphQL PrintSchema.swift
[373/560] Compiling GraphQL TypeComparators.swift
[374/560] Compiling GraphQL TypeFromAST.swift
[375/560] Compiling GraphQL SyntaxError.swift
[376/560] Compiling GraphQL Execute.swift
[386/560] Emitting module DequeModule
[396/561] Compiling GraphQL Find.swift
[397/561] Compiling GraphQL FormatList.swift
[398/561] Compiling GraphQL IsNullish.swift
[399/561] Compiling GraphQL KeyMap.swift
[400/561] Compiling GraphQL Mirror.swift
[401/561] Compiling GraphQL SuggestionList.swift
[402/561] Compiling GraphQL GraphQLError.swift
[403/561] Compiling GraphQL LocatedError.swift
[464/561] Compiling BitCollections BitSet.Index.swift
[465/561] Compiling BitCollections BitSet._UnsafeHandle.swift
[468/611] Compiling BitCollections BitSet.swift
[469/611] Compiling BitCollections Range+Utilities.swift
[470/611] Compiling BitCollections Slice+Utilities.swift
[471/611] Compiling BitCollections UInt+Tricks.swift
[472/611] Compiling BitCollections _Word.swift
[474/612] Emitting module Atomics
[475/612] Emitting module HashTreeCollections
[477/613] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[478/613] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[479/613] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[481/614] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[482/614] Compiling AsyncAlgorithms AsyncShareSequence.swift
[483/614] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[484/614] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[485/614] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[486/614] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[490/614] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[491/614] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[492/614] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[493/614] Compiling AsyncAlgorithms AsyncChannel.swift
[494/614] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[518/632] Emitting module AsyncAlgorithms
[519/632] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[520/632] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[521/632] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[522/632] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[523/632] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[524/632] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[525/632] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[526/632] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[527/632] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[528/632] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[529/632] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[530/632] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[531/632] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[532/632] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[533/632] Compiling AsyncAlgorithms ChannelStateMachine.swift
[534/632] Compiling AsyncAlgorithms ChannelStorage.swift
[535/632] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[536/632] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[537/632] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[538/632] Compiling AsyncAlgorithms CombineLatestStorage.swift
[539/632] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[540/695] Emitting module GraphQL
[541/697] Emitting module Collections
[542/697] Compiling Collections Collections.swift
[544/698] Compiling NIOCore NIOScheduledCallback.swift
[545/698] Compiling NIOCore NIOSendable.swift
[546/698] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[547/698] Compiling NIOCore RecvByteBufferAllocator.swift
[548/698] Compiling NIOCore IPProtocol.swift
[549/698] Compiling NIOCore IntegerBitPacking.swift
[550/698] Compiling NIOCore IntegerTypes.swift
[551/698] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[559/698] Compiling NIOCore Interfaces.swift
[560/698] Compiling NIOCore Linux.swift
[561/698] Compiling NIOCore MarkedCircularBuffer.swift
[562/698] Compiling NIOCore MulticastChannel.swift
[563/698] Compiling GraphQL UniqueInputFieldNamesRule.swift
[564/698] Compiling GraphQL UniqueOperationNamesRule.swift
[565/698] Compiling GraphQL UniqueOperationTypesRule.swift
[566/698] Compiling GraphQL UniqueTypeNamesRule.swift
[567/698] Compiling GraphQL UniqueVariableNamesRule.swift
[568/698] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[569/698] Compiling GraphQL VariablesAreInputTypesRule.swift
[570/698] Compiling GraphQL VariablesInAllowedPositionRule.swift
[571/698] Compiling GraphQL SpecifiedRules.swift
[572/698] Compiling GraphQL Validate.swift
[573/698] Compiling GraphQL ValidationContext.swift
[574/698] Compiling NIOCore GlobalSingletons.swift
[575/698] Compiling NIOCore IO.swift
[576/698] Compiling NIOCore IOData.swift
[577/698] Compiling NIOCore NIOCoreSendableMetatype.swift
[578/698] Compiling NIOCore NIODecodedAsyncSequence.swift
[579/698] Compiling NIOCore NIOLoopBound.swift
[581/698] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[582/698] Compiling NIOCore EventLoopFuture+Deprecated.swift
[583/698] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[584/698] Compiling NIOCore EventLoopFuture.swift
[585/698] Compiling NIOCore FileDescriptor.swift
[586/698] Compiling NIOCore FileHandle.swift
[587/698] Compiling NIOCore FileRegion.swift
[597/715] Compiling ServiceLifecycle CancellationWaiter.swift
[598/715] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[599/716] Emitting module ServiceLifecycle
[600/716] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[601/716] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[602/716] Compiling ServiceLifecycle ServiceRunnerError.swift
[619/716] Compiling NIOCore NIOAny.swift
[620/716] Compiling NIOCore NIOCloseOnErrorHandler.swift
[621/716] Compiling ServiceLifecycle Service.swift
[622/716] Compiling ServiceLifecycle GracefulShutdown.swift
[623/716] Compiling ServiceLifecycle ServiceGroup.swift
[625/717] Compiling NIOCore CircularBuffer.swift
[626/717] Compiling NIOCore Codec.swift
[627/717] Compiling NIOCore ConvenienceOptionSupport.swift
[628/717] Compiling NIOCore DeadChannel.swift
[629/717] Compiling NIOCore DispatchQueue+WithFuture.swift
[630/717] Compiling NIOCore EventLoop+Deprecated.swift
[631/717] Compiling NIOCore EventLoop+SerialExecutor.swift
[632/717] Compiling NIOCore EventLoop.swift
[634/717] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[635/717] Compiling NIOCore BSDSocketAPI.swift
[636/717] Compiling NIOCore ByteBuffer-aux.swift
[637/717] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[638/717] Compiling NIOCore ByteBuffer-conversions.swift
[639/717] Compiling NIOCore ByteBuffer-core.swift
[640/717] Compiling NIOCore ByteBuffer-hex.swift
[641/717] Compiling NIOCore ByteBuffer-int.swift
[642/717] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[643/717] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[644/717] Compiling NIOCore SocketAddresses.swift
[645/717] Compiling NIOCore SocketOptionProvider.swift
[646/717] Compiling NIOCore SystemCallHelpers.swift
[647/717] Compiling NIOCore TimeAmount+Duration.swift
[648/717] Compiling NIOCore TypeAssistedChannelHandler.swift
[649/717] Compiling NIOCore UniversalBootstrapSupport.swift
[650/717] Compiling NIOCore Utilities.swift
[651/717] Compiling NIOCore ChannelInvoker.swift
[652/717] Compiling NIOCore ChannelOption.swift
[653/717] Compiling NIOCore ChannelPipeline.swift
[663/717] Compiling NIOCore AsyncChannelHandler.swift
[664/717] Compiling NIOCore AsyncChannelInboundStream.swift
[665/717] Compiling NIOCore AsyncChannelOutboundWriter.swift
[666/717] Compiling NIOCore NIOAsyncSequenceProducer.swift
[667/717] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[668/717] Compiling NIOCore NIOAsyncWriter.swift
[669/717] Compiling NIOCore ByteBuffer-multi-int.swift
[670/717] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[671/717] Compiling NIOCore ByteBuffer-views.swift
[672/717] Compiling NIOCore Channel.swift
[673/717] Compiling NIOCore ChannelHandler.swift
[674/717] Compiling NIOCore ChannelHandlers.swift
[696/717] Compiling NIOCore AddressedEnvelope.swift
[697/717] Compiling NIOCore AsyncAwaitSupport.swift
[698/717] Compiling NIOCore AsyncChannel.swift
[718/768] Emitting module NIOCore
[720/769] Emitting module Graphiti
[721/830] Compiling NIOPosix IO.swift
[722/830] Compiling NIOPosix IntegerBitPacking.swift
[723/830] Compiling NIOPosix IntegerTypes.swift
[724/830] Compiling NIOPosix Linux.swift
[725/830] Compiling NIOPosix LinuxCPUSet.swift
[726/830] Compiling NIOPosix LinuxUring.swift
[727/830] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[728/830] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[729/830] Emitting module NIOHTTPTypes
[731/831] Compiling Graphiti Subscription.swift
[732/831] Compiling Graphiti Type.swift
[733/831] Compiling Graphiti Union.swift
[734/831] Compiling Graphiti NoIntrospectionRule.swift
[735/831] Compiling Graphiti Value.swift
[736/831] Compiling Graphiti ValueBuilder.swift
[737/831] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[738/831] Compiling NIOPosix PosixSingletons.swift
[739/831] Compiling NIOPosix RawSocketBootstrap.swift
[740/831] Compiling NIOPosix Resolver.swift
[741/831] Compiling NIOPosix Selectable.swift
[742/831] Compiling NIOPosix SelectableChannel.swift
[743/831] Compiling NIOPosix SelectableEventLoop.swift
[744/831] Compiling NIOPosix SelectorEpoll.swift
[745/831] Compiling NIOPosix SelectorGeneric.swift
[746/831] Compiling NIOPosix SelectorKqueue.swift
[747/831] Compiling NIOPosix SelectorUring.swift
[748/831] Compiling NIOPosix SelectorWSAPoll.swift
[749/831] Compiling NIOPosix ServerSocket.swift
[750/831] Compiling Graphiti SubscribeResolve.swift
[751/831] Compiling NIOPosix BSDSocketAPICommon.swift
[752/831] Compiling NIOPosix BSDSocketAPIPosix.swift
[753/831] Compiling NIOPosix BSDSocketAPIWindows.swift
[754/831] Compiling NIOPosix BaseSocket.swift
[755/831] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[756/831] Compiling NIOPosix BaseSocketChannel.swift
[757/831] Compiling NIOPosix BaseStreamSocketChannel.swift
[758/831] Compiling NIOPosix NIOPosixSendableMetatype.swift
[759/831] Compiling NIOPosix NIOThreadPool.swift
[760/831] Compiling NIOPosix NonBlockingFileIO.swift
[761/831] Compiling NIOPosix PendingDatagramWritesManager.swift
[762/831] Compiling NIOPosix PendingWritesManager.swift
[763/831] Compiling NIOPosix PipeChannel.swift
[764/831] Compiling NIOPosix PipePair.swift
[765/831] Compiling NIOPosix Socket.swift
[766/831] Compiling NIOPosix SocketChannel.swift
[767/831] Compiling NIOPosix SocketProtocols.swift
[768/831] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[769/831] Compiling NIOPosix System.swift
[770/831] Compiling NIOPosix Thread.swift
[771/831] Compiling NIOPosix Pool.swift
[772/831] Compiling NIOPosix Bootstrap.swift
[773/831] Compiling NIOPosix ControlMessage.swift
[774/831] Compiling NIOPosix DatagramVectorReadManager.swift
[775/831] Compiling NIOPosix Errors+Any.swift
[776/831] Compiling NIOPosix FileDescriptor.swift
[777/831] Compiling NIOPosix GetaddrinfoResolver.swift
[778/831] Compiling NIOPosix HappyEyeballs.swift
[780/832] Emitting module NIOEmbedded
[781/832] Compiling NIOEmbedded AsyncTestingChannel.swift
[782/848] Compiling GraphQLWS GraphQLWSError.swift
[783/849] Compiling GraphQLTransportWS JsonEncodable.swift
[784/850] Compiling GraphQLTransportWS InitPayloads.swift
[785/850] Compiling GraphQLTransportWS GraphqlTransportWSError.swift
[786/850] Compiling GraphQLWS Messenger.swift
[787/850] Compiling GraphQLWS InitPayloads.swift
[788/850] Emitting module GraphQLWS
[789/850] Compiling GraphQLWS Client.swift
[790/850] Compiling GraphQLTransportWS Client.swift
[791/850] Emitting module GraphQLTransportWS
[792/850] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[793/850] Compiling NIOEmbedded Embedded.swift
[794/851] Compiling GraphQLTransportWS Messenger.swift
[803/857] Compiling GraphQLWS JsonEncodable.swift
[804/857] Compiling GraphQLWS Requests.swift
[805/857] Compiling GraphQLWS Responses.swift
[806/857] Compiling GraphQLTransportWS Responses.swift
[807/857] Compiling GraphQLTransportWS Requests.swift
[808/857] Compiling GraphQLTransportWS Server.swift
[810/858] Compiling GraphQLWS Server.swift
[811/859] Emitting module NIOPosix
[813/859] Compiling NIOPosix ThreadPosix.swift
[814/859] Compiling NIOPosix ThreadWindows.swift
[815/859] Compiling NIOPosix Utilities.swift
[816/859] Compiling NIOPosix VsockAddress.swift
[817/859] Compiling NIOPosix VsockChannelEvents.swift
[818/859] Compiling NIOPosix Windows.swift
[861/862] Emitting module NIO
[862/862] Compiling NIO Exports.swift
[864/879] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[865/879] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[866/881] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[867/881] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[868/881] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[869/881] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[870/881] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[871/881] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[872/881] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[873/881] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[874/881] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[875/881] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[876/881] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[877/881] Compiling NIOHTTP1 HTTPTypes.swift
[878/881] Emitting module NIOHTTP1
[879/881] Compiling NIOHTTP1 ByteCollectionUtils.swift
[880/881] Compiling NIOHTTP1 HTTPDecoder.swift
[881/881] Compiling NIOHTTP1 HTTPEncoder.swift
[883/914] Emitting module NIOHTTPTypesHTTP1
[884/914] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[885/914] Compiling NIOWebSocket WebSocketOpcode.swift
[886/915] Compiling NIOExtras RequestResponseHandler.swift
[887/915] Compiling NIOExtras RequestResponseHandlers+State.swift
[888/917] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[889/917] Compiling NIOExtras NIOExtrasError.swift
[890/917] Compiling NIOExtras NIOLengthFieldBitLength.swift
[891/917] Compiling NIOExtras NIORequestIdentifiable.swift
[892/917] Compiling NIOExtras PCAPRingBuffer.swift
[893/917] Compiling NIOExtras QuiescingHelper.swift
[894/917] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[895/917] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[896/917] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[897/917] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[898/918] Compiling NIOExtras DebugInboundEventsHandler.swift
[899/918] Compiling NIOExtras DebugOutboundEventsHandler.swift
[900/918] Compiling NIOExtras FixedLengthFrameDecoder.swift
[901/918] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[903/918] Emitting module NIOWebSocket
[904/918] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[905/918] Compiling NIOWebSocket WebSocketFrame.swift
[906/918] Compiling NIOWebSocket WebSocketErrorCodes.swift
[907/919] Emitting module NIOExtras
[913/919] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[914/919] Compiling NIOExtras JSONRPCFraming.swift
[915/919] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[916/919] Compiling NIOExtras LengthFieldPrepender.swift
[917/919] Compiling NIOExtras LineBasedFrameDecoder.swift
[918/934] Compiling WSCore WebSocketDataFrame.swift
[919/934] Compiling WSCore WebSocketDataHandler.swift
[920/935] Compiling WSCore UnsafeTransfer.swift
[921/935] Compiling WSCore WebSocketContext.swift
[922/935] Emitting module WSCore
[923/935] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[924/935] Compiling WSCore String+validatingString.swift
[925/935] Compiling WSCore WebSocketMessage.swift
[926/935] Compiling WSCore WebSocketOutboundWriter.swift
[927/935] Compiling WSCore WebSocketInboundMessageStream.swift
[928/935] Compiling WSCore WebSocketInboundStream.swift
[929/935] Compiling WSCore WebSocketStateMachine.swift
[930/935] Compiling NIOExtras RequestResponseWithIDHandler.swift
[931/935] Compiling NIOExtras WritePCAPHandler.swift
[933/936] Compiling WSCore WebSocketExtension.swift
[934/936] Compiling WSCore WebSocketExtensionBuilder.swift
[935/936] Compiling WSCore WebSocketFrameSequence.swift
[936/936] Compiling WSCore WebSocketHandler.swift
[938/963] Emitting module HummingbirdCore
[939/966] Compiling HummingbirdCore ResponseBodyWriter.swift
[940/966] Compiling HummingbirdCore ResponseWriter.swift
[941/966] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[942/966] Compiling HummingbirdCore BindAddress.swift
[943/966] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[944/966] Compiling HummingbirdCore HTTP1Channel.swift
[945/966] Compiling HummingbirdCore HTTPChannelHandler.swift
[946/966] Compiling HummingbirdCore HTTPServerBuilder.swift
[947/966] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[948/966] Compiling HummingbirdCore URI.swift
[949/966] Compiling HummingbirdCore Response.swift
[950/966] Compiling HummingbirdCore ResponseBody.swift
[951/966] Compiling HummingbirdCore ServerConfiguration.swift
[952/966] Compiling HummingbirdCore TSTLSOptions.swift
[953/966] Compiling HummingbirdCore AnyAsyncSequence.swift
[954/966] Compiling HummingbirdCore Deprecations.swift
[955/966] Compiling HummingbirdCore Request.swift
[956/966] Compiling HummingbirdCore RequestBody+inboundClose.swift
[957/966] Compiling HummingbirdCore RequestBody.swift
[958/966] Compiling HummingbirdCore SendableMetatype.swift
[959/966] Compiling HummingbirdCore String+percentEncode.swift
[960/966] Compiling HummingbirdCore UnsafeTransfer.swift
[961/966] Compiling HummingbirdCore HTTPUserEventHandler.swift
[962/966] Compiling HummingbirdCore Server.swift
[963/966] Compiling HummingbirdCore ServerChildChannel.swift
[964/966] Compiling HummingbirdCore FlatDictionary.swift
[965/966] Compiling HummingbirdCore HBParser.swift
[966/966] Compiling HummingbirdCore OutputBuffer.swift
[968/1033] Compiling Hummingbird Request.swift
[969/1033] Compiling Hummingbird RequestContext.swift
[970/1033] Compiling Hummingbird RequestContextSource.swift
[971/1033] Compiling Hummingbird RequestID.swift
[972/1033] Compiling Hummingbird RequestResponder.swift
[973/1033] Compiling Hummingbird Response.swift
[974/1033] Compiling Hummingbird URI+decodeQuery.swift
[975/1033] Compiling Hummingbird MemoryPersistDriver.swift
[976/1033] Compiling Hummingbird PersistDriver.swift
[977/1042] Emitting module Hummingbird
[978/1042] Compiling Hummingbird RouterMethods.swift
[979/1042] Compiling Hummingbird RouterPath.swift
[980/1042] Compiling Hummingbird RouterResponder.swift
[981/1042] Compiling Hummingbird TransformingRouterGroup.swift
[982/1042] Compiling Hummingbird RouterTrie.swift
[983/1042] Compiling Hummingbird Trie+resolve.swift
[984/1042] Compiling Hummingbird Trie+serialize.swift
[985/1042] Compiling Hummingbird TrieRouter.swift
[986/1042] Compiling Hummingbird ChildRequestContext.swift
[987/1042] Compiling Hummingbird Configuration.swift
[988/1042] Compiling Hummingbird Deprecations.swift
[989/1042] Compiling Hummingbird Environment.swift
[990/1042] Compiling Hummingbird EditedHTTPError.swift
[991/1042] Compiling Hummingbird HTTPError.swift
[992/1042] Compiling Hummingbird HTTPResponseError.swift
[993/1042] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[994/1042] Compiling Hummingbird Exports.swift
[995/1042] Compiling Hummingbird CacheControl.swift
[996/1042] Compiling Hummingbird FileIO.swift
[997/1042] Compiling Hummingbird TracingMiddleware.swift
[998/1042] Compiling Hummingbird EndpointResponder.swift
[999/1042] Compiling Hummingbird Parameters+UUID.swift
[1000/1042] Compiling Hummingbird Parameters.swift
[1001/1042] Compiling Hummingbird ResponseGenerator.swift
[1002/1042] Compiling Hummingbird RouteCollection.swift
[1003/1042] Compiling Hummingbird Router+validation.swift
[1004/1042] Compiling Hummingbird Router.swift
[1005/1042] Compiling Hummingbird RouterGroup.swift
[1006/1042] Compiling Hummingbird FileMiddleware.swift
[1007/1042] Compiling Hummingbird LogRequestMiddleware.swift
[1008/1042] Compiling Hummingbird MetricsMiddleware.swift
[1009/1042] Compiling Hummingbird Middleware.swift
[1010/1042] Compiling Hummingbird MiddlewareGroup.swift
[1011/1042] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1012/1042] Compiling Hummingbird _Middleware2.swift
[1013/1042] Compiling Hummingbird _OptionalMiddleware.swift
[1014/1042] Compiling Hummingbird _SpreadMiddleware.swift
[1015/1042] Compiling Hummingbird PersistError.swift
[1016/1042] Compiling Hummingbird ByteBuffer+foundation.swift
[1017/1042] Compiling Hummingbird DateCache.swift
[1018/1042] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1019/1042] Compiling Hummingbird HexDigest.swift
[1020/1042] Compiling Hummingbird InitializableFromSource.swift
[1021/1042] Compiling Hummingbird PreludeService.swift
[1022/1042] Compiling Hummingbird SplitStringSequences.swift
[1023/1042] Compiling Hummingbird StringProtocol.swift
[1024/1042] Compiling Hummingbird Application+ConfigReader.swift
[1025/1042] Compiling Hummingbird Application.swift
[1026/1042] Compiling Hummingbird CodableProtocols.swift
[1027/1042] Compiling Hummingbird JSONCoding.swift
[1028/1042] Compiling Hummingbird ResponseEncodable.swift
[1029/1042] Compiling Hummingbird URLEncodedForm+Request.swift
[1030/1042] Compiling Hummingbird URLEncodedForm.swift
[1031/1042] Compiling Hummingbird URLEncodedFormDecoder.swift
[1032/1042] Compiling Hummingbird URLEncodedFormEncoder.swift
[1033/1042] Compiling Hummingbird URLEncodedFormNode.swift
[1034/1042] Compiling Hummingbird FileProvider.swift
[1035/1042] Compiling Hummingbird LocalFileSystem.swift
[1036/1042] Compiling Hummingbird Cookie.swift
[1037/1042] Compiling Hummingbird Cookies.swift
[1038/1042] Compiling Hummingbird MediaType+FileExtension.swift
[1039/1042] Compiling Hummingbird MediaType.swift
[1040/1042] Compiling Hummingbird Request+Cookies.swift
[1041/1042] Compiling Hummingbird Response+Cookies.swift
[1042/1042] Compiling Hummingbird CORSMiddleware.swift
[1044/1050] Compiling HummingbirdWebSocket Exports.swift
[1045/1050] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1046/1050] Emitting module HummingbirdWebSocket
[1047/1050] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1048/1050] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1049/1050] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1050/1050] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1052/1062] Compiling GraphQLHummingbird WebSocketMessenger.swift
[1053/1063] Compiling GraphQLHummingbird GraphQLConfig.swift
[1054/1063] Compiling GraphQLHummingbird GraphQLHandler.swift
[1055/1063] Compiling GraphQLHummingbird GraphQLJSONEncoder+encode.swift
[1056/1063] Compiling GraphQLHummingbird MediaType+jsonGraphQL.swift
[1057/1063] Emitting module GraphQLHummingbird
[1058/1063] Compiling GraphQLHummingbird Router+graphql.swift
[1059/1063] Compiling GraphQLHummingbird GraphQLHandler+HTTP.swift
[1060/1063] Compiling GraphQLHummingbird GraphiQLHandler.swift
[1061/1063] Compiling GraphQLHummingbird EmptyWebSocketInit.swift
[1062/1063] Compiling GraphQLHummingbird GraphQLHandler+handleWebSocket.swift
[1063/1063] Compiling GraphQLHummingbird WebSocketSubProtocol.swift
Build complete! (348.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "graphql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQL.git"
    },
    {
      "identity" : "graphqltransportws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQLTransportWS.git"
    },
    {
      "identity" : "graphqlws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQLWS.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-websocket.git"
    }
  ],
  "manifest_display_name" : "GraphQLHummingbird",
  "name" : "GraphQLHummingbird",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphQLHummingbird",
      "targets" : [
        "GraphQLHummingbird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLHummingbirdTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLHummingbirdTests",
      "path" : "Tests/GraphQLHummingbirdTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "HummingbirdWSTesting",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "HTTPStatusCodeGraphQLJSONTests.swift",
        "HTTPStatusCodeJSONTests.swift",
        "HTTPTests.swift",
        "Utilities.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "GraphQLHummingbird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQLHummingbird",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLHummingbird",
      "path" : "Sources/GraphQLHummingbird",
      "product_dependencies" : [
        "GraphQL",
        "GraphQLTransportWS",
        "GraphQLWS",
        "Hummingbird",
        "HummingbirdWebSocket"
      ],
      "product_memberships" : [
        "GraphQLHummingbird"
      ],
      "sources" : [
        "Coding/GraphQLJSONEncoder+encode.swift",
        "Coding/MediaType+jsonGraphQL.swift",
        "GraphQLConfig.swift",
        "GraphQLHandler.swift",
        "HTTP/GraphQLHandler+HTTP.swift",
        "IDEs/GraphiQLHandler.swift",
        "Router+graphql.swift",
        "WebSocket/EmptyWebSocketInit.swift",
        "WebSocket/GraphQLHandler+handleWebSocket.swift",
        "WebSocket/WebSocketMessenger.swift",
        "WebSocket/WebSocketSubProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.