Build Information
Successful build of GraphQLHummingbird, reference main (ed02fc), with Swift 6.1 for Linux on 6 Apr 2026 06:04:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/graphql-hummingbird.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/GraphQLSwift/graphql-hummingbird
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ed02fc0 Merge pull request #14 from GraphQLSwift/refactor/swift-format
Cloned https://github.com/GraphQLSwift/graphql-hummingbird.git
Revision (git rev-parse @):
ed02fc00e882909216efdf2839f90c8d918e00db
SUCCESS checkout https://github.com/GraphQLSwift/graphql-hummingbird.git at main
========================================
Build
========================================
Selected platform: linux
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-1":/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-websocket.git
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/GraphQLSwift/GraphQLTransportWS.git
Fetching https://github.com/GraphQLSwift/GraphQLWS.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/585] Fetching graphqltransportws
[586/1070] Fetching graphqltransportws, graphqlws
[1071/4327] Fetching graphqltransportws, graphqlws, hummingbird-websocket
[4328/30539] Fetching graphqltransportws, graphqlws, hummingbird-websocket, hummingbird
[4329/36497] Fetching graphqltransportws, graphqlws, hummingbird-websocket, hummingbird, graphql
Fetched https://github.com/hummingbird-project/hummingbird-websocket.git from cache (0.87s)
[3549/33240] Fetching graphqltransportws, graphqlws, hummingbird, graphql
[11748/116266] Fetching graphqltransportws, graphqlws, hummingbird, graphql, swift-nio
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (1.38s)
[8498/110308] Fetching graphqltransportws, graphqlws, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (3.04s)
[37326/84096] Fetching graphqltransportws, graphqlws, swift-nio
Fetched https://github.com/GraphQLSwift/GraphQLTransportWS.git from cache (11.56s)
Fetched https://github.com/GraphQLSwift/GraphQLWS.git from cache (11.56s)
Fetched https://github.com/apple/swift-nio.git from cache (11.82s)
Computing version for https://github.com/GraphQLSwift/GraphQLWS.git
Computed https://github.com/GraphQLSwift/GraphQLWS.git at 1.0.0 (15.94s)
Fetching https://github.com/GraphQLSwift/Graphiti.git
[1/3839] Fetching graphiti
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (0.53s)
Computing version for https://github.com/GraphQLSwift/GraphQLTransportWS.git
Computed https://github.com/GraphQLSwift/GraphQLTransportWS.git at 1.0.0 (1.63s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 3.1.0 (1.03s)
Computing version for https://github.com/hummingbird-project/hummingbird-websocket.git
Computed https://github.com/hummingbird-project/hummingbird-websocket.git at 2.6.0 (1.04s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
[1/813] Fetching swift-websocket
[814/7320] Fetching swift-websocket, swift-nio-extras
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.47s)
[2343/6507] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.78s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.5.0 (1.94s)
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/adam-fowler/compress-nio.git
[1/984] Fetching swift-http-types
[307/3697] Fetching swift-http-types, swift-service-lifecycle
[583/4340] Fetching swift-http-types, swift-service-lifecycle, compress-nio
[2156/10689] Fetching swift-http-types, swift-service-lifecycle, compress-nio, swift-log
[2932/13521] Fetching swift-http-types, swift-service-lifecycle, compress-nio, swift-log, swift-nio-transport-services
[7401/28916] Fetching swift-http-types, swift-service-lifecycle, compress-nio, swift-log, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.76s)
[7964/28273] Fetching swift-http-types, swift-service-lifecycle, swift-log, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.09s)
[11894/25441] Fetching swift-http-types, swift-service-lifecycle, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.37s)
[6315/19092] Fetching swift-http-types, swift-service-lifecycle, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (3.63s)
Fetched https://github.com/apple/swift-http-types.git from cache (3.64s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (5.08s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.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
[39/3031] Fetching swift-http-structured-headers, swift-asn1
[924/9089] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[985/16234] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
[1041/22458] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates, swift-async-algorithms
[1536/24278] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates, swift-async-algorithms, swift-atomics
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.67s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.67s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.67s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.81s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.82s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.82s)
[1/12099] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.06s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.79s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.28s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/23426] Fetching swift-collections
[1173/29027] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
[1875/23426] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.11.0 (3.71s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.20s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.13s)
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-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.21s)
Fetching https://github.com/apple/swift-crypto.git
[1/17328] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.32s)
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.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.10s)
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 (2.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.52s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.21.1 (1.21s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
[1/5720] Fetching swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
[5721/8751] Fetching swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.52s)
[1/15678] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.94s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.94s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (4.02s)
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 (0.37s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (1.20s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.07s)
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 (1.08s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (3.40s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.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/GraphQLSwift/GraphQLWS.git
Working copy of https://github.com/GraphQLSwift/GraphQLWS.git resolved at 1.0.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/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.11.0
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-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-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-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-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-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/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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
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-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/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/58] Write sources
[39/58] Compiling CNIOWindows shim.c
[40/58] Compiling CNIOWASI CNIOWASI.c
[41/58] Compiling CNIOOpenBSD shim.c
[42/58] Compiling CNIOWindows WSAStartup.c
[43/58] Compiling _AtomicsShims.c
[44/58] Compiling CNIOPosix event_loop_id.c
[45/58] Compiling CNIOLinux liburing_shims.c
[46/58] Compiling CNIOSHA1 c_nio_sha1.c
[47/58] Compiling CNIODarwin shim.c
[48/58] Write sources
[51/58] Compiling CNIOLLHTTP c_nio_http.c
[52/58] Compiling CNIOLinux shim.c
[53/58] Compiling CNIOLLHTTP c_nio_api.c
[54/58] Write swift-version-24593BA9C3E375BF.txt
[55/58] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/100] Emitting module InternalCollectionsUtilities
[58/102] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/102] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/102] Emitting module HTTPTypes
[61/103] Compiling HTTPTypes ISOLatin1String.swift
[62/103] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[63/103] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[64/103] Compiling HTTPTypes HTTPRequest.swift
[65/103] Emitting module _NIOBase64
[66/103] Compiling _NIOBase64 Base64.swift
[67/103] Compiling HTTPTypes HTTPResponse.swift
[68/104] Compiling ServiceContextModule ServiceContextKey.swift
[69/104] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/104] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/104] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/104] Emitting module ServiceContextModule
[74/104] Compiling ServiceContextModule ServiceContext.swift
[75/105] Compiling InternalCollectionsUtilities Integer rank.swift
[76/105] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/105] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/105] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[79/105] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/105] Compiling InternalCollectionsUtilities Span+Extras.swift
[81/105] Compiling InternalCollectionsUtilities String+Padding.swift
[82/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[83/105] Compiling _NIODataStructures _TinyArray.swift
[84/105] Compiling _NIODataStructures PriorityQueue.swift
[85/105] Compiling HTTPTypes HTTPField.swift
[86/105] Compiling HTTPTypes HTTPFieldName.swift
[87/105] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/105] Compiling HTTPTypes HTTPParsedFields.swift
[89/105] Compiling Logging LogHandler.swift
[93/118] Compiling Instrumentation Instrument.swift
[94/118] Compiling ConcurrencyHelpers LockedValueBox.swift
[95/118] Compiling Instrumentation NoOpInstrument.swift
[96/118] Compiling Instrumentation MultiplexInstrument.swift
[97/118] Emitting module Instrumentation
[97/118] Compiling c-nioatomics.c
[99/118] Compiling Instrumentation InstrumentationSystem.swift
[100/188] Emitting module ConcurrencyHelpers
[101/188] Compiling ConcurrencyHelpers Lock.swift
[102/188] Emitting module CoreMetrics
[103/189] Compiling CoreMetrics Locks.swift
[104/189] Emitting module Logging
[105/189] Compiling Logging MetadataProvider.swift
[106/189] Compiling Logging Locks.swift
[107/189] Compiling HTTPTypes HTTPRequest+URL.swift
[108/189] Emitting module _NIODataStructures
[109/189] Compiling _NIODataStructures Heap.swift
[110/190] Compiling HTTPTypes NIOLock.swift
[111/190] Compiling Logging Logging.swift
[112/190] Compiling Logging LogEvent.swift
[113/191] Compiling Instrumentation Locks.swift
[115/192] Compiling _RopeModule BigString+Chunk+Breaks.swift
[116/192] Compiling _RopeModule BigString+Chunk+Character.swift
[117/192] Compiling _RopeModule BigString+Chunk+Counts.swift
[118/192] Compiling _RopeModule BigString+Chunk+Description.swift
[119/192] Compiling _RopeModule BigString+Chunk+Index.swift
[120/192] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[121/192] Compiling _RopeModule BigString+Chunk+Splitting.swift
[122/192] Compiling _RopeModule BigString+Chunk+UTF16.swift
[123/192] Compiling _RopeModule BigString+Chunk+UTF8.swift
[124/192] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[125/201] Compiling _RopeModule BigString+Builder.swift
[126/201] Compiling _RopeModule BigString+Contents.swift
[127/201] Compiling _RopeModule BigString+Debugging.swift
[128/201] Compiling _RopeModule BigString+Index.swift
[129/201] Compiling _RopeModule BigString+Ingester.swift
[130/201] Compiling _RopeModule BigString+Invariants.swift
[131/201] Compiling _RopeModule BigString+Metrics.swift
[132/201] Compiling _RopeModule BigString+Summary.swift
[133/201] Compiling _RopeModule BigString.swift
[134/201] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[137/272] Compiling c-atomics.c
[139/317] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[140/342] Compiling HeapModule Heap+Descriptions.swift
[141/342] Emitting module UnixSignals
[142/350] Compiling HeapModule _HeapNode.swift
[143/350] Compiling UnixSignals UnixSignal.swift
[144/350] Compiling HeapModule Heap.swift
[145/350] Compiling CoreMetrics Metrics.swift
[146/351] Compiling HeapModule Heap+Invariants.swift
[147/351] Compiling HeapModule Heap+UnsafeHandle.swift
[149/351] Compiling Tracing InstrumentationSystem+Tracing.swift
[150/351] Emitting module HeapModule
[151/352] Compiling Tracing TracingTime.swift
[152/352] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[153/352] Compiling HashTreeCollections TreeSet+Extras.swift
[154/352] Compiling HashTreeCollections TreeSet+Filter.swift
[155/352] Compiling HashTreeCollections _HashTreeIterator.swift
[156/352] Compiling HashTreeCollections _HashTreeStatistics.swift
[157/352] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[158/352] Compiling HashTreeCollections _RawHashNode.swift
[159/352] Compiling HashTreeCollections _UnmanagedHashNode.swift
[160/352] Compiling HashTreeCollections _UnsafePath.swift
[161/352] Compiling HashTreeCollections TreeDictionary+Codable.swift
[162/352] Compiling HashTreeCollections TreeDictionary+Collection.swift
[163/352] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[164/352] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[165/352] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[167/366] Compiling UnixSignals UnixSignalsSequence.swift
[168/367] Compiling Tracing TracerProtocol.swift
[169/367] Compiling OrderedCollections OrderedSet+Sendable.swift
[170/367] Compiling OrderedCollections OrderedSet+SubSequence.swift
[171/367] Compiling OrderedCollections OrderedSet+Testing.swift
[172/367] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[173/367] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[174/367] Compiling OrderedCollections OrderedSet.swift
[175/367] Compiling OrderedCollections _UnsafeBitset.swift
[176/367] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[177/367] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[178/367] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[179/377] Compiling Tracing Tracer.swift
[181/379] Compiling Tracing TracerProtocol+Legacy.swift
[182/379] Compiling HashTreeCollections _HashNode+Structural union.swift
[183/379] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[184/379] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[185/379] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[186/379] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[187/379] Compiling HashTreeCollections _HashNode.swift
[188/379] Compiling HashTreeCollections _HashNodeHeader.swift
[189/379] Compiling HashTreeCollections _HashSlot.swift
[190/379] Compiling HashTreeCollections _HashStack.swift
[191/379] Compiling HashTreeCollections TreeDictionary.swift
[192/379] Compiling HashTreeCollections TreeSet+Codable.swift
[193/379] Compiling HashTreeCollections TreeSet+Collection.swift
[194/379] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[195/379] Compiling HashTreeCollections TreeSet+Debugging.swift
[196/379] Compiling HashTreeCollections TreeSet+Descriptions.swift
[197/379] Compiling HashTreeCollections TreeSet+Equatable.swift
[198/379] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[199/379] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[200/379] Compiling HashTreeCollections _HashNode+Structural merge.swift
[201/379] Compiling HashTreeCollections _AncestorHashSlots.swift
[202/379] Compiling HashTreeCollections _Bitmap.swift
[203/379] Compiling HashTreeCollections _Bucket.swift
[204/379] Compiling HashTreeCollections _Hash.swift
[205/379] Compiling HashTreeCollections _HashLevel.swift
[206/379] Compiling HashTreeCollections _HashNode+Builder.swift
[207/379] Compiling HashTreeCollections _HashNode+Debugging.swift
[208/379] Compiling HashTreeCollections _HashNode+Initializers.swift
[209/379] Compiling HashTreeCollections _HashNode+Invariants.swift
[210/379] Compiling HashTreeCollections _HashNode+Lookups.swift
[211/379] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[212/379] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[213/379] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[214/379] Compiling NIOConcurrencyHelpers NIOLock.swift
[215/379] Compiling Tracing NoOpTracer.swift
[216/379] Compiling Tracing SpanProtocol.swift
[217/379] Emitting module Tracing
[218/413] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[219/413] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[220/413] Compiling HashTreeCollections TreeDictionary+Filter.swift
[221/413] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[222/413] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[223/413] Compiling HashTreeCollections TreeDictionary+Keys.swift
[224/413] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[225/413] Compiling HashTreeCollections TreeDictionary+Merge.swift
[226/413] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[227/413] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[228/413] Compiling HashTreeCollections TreeDictionary+Values.swift
[239/413] Compiling NIOConcurrencyHelpers lock.swift
[241/413] Compiling ContainersPreview Drain+Reduce.swift
[242/413] Compiling ContainersPreview Drain.swift
[243/413] Compiling ContainersPreview Producer+Collect.swift
[244/413] Compiling ContainersPreview Producer+Filter.swift
[245/417] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[246/417] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[247/417] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[248/417] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[249/417] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[250/417] Compiling ContainersPreview Producer+Map.swift
[251/417] Compiling ContainersPreview Producer+Reduce.swift
[252/417] Compiling ContainersPreview Producer.swift
[253/417] Compiling ContainersPreview Borrow.swift
[254/417] Compiling ContainersPreview RandomAccessContainer.swift
[255/417] Compiling ContainersPreview RangeExpression2.swift
[256/417] Compiling ContainersPreview RangeReplaceableContainer.swift
[257/417] Compiling ContainersPreview Drain+Map.swift
[258/417] Compiling ContainersPreview OutputSpan+Extras.swift
[259/417] Compiling ContainersPreview TemporaryAllocation.swift
[260/417] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[261/417] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[262/417] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[269/417] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[270/417] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[271/417] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[272/417] Emitting module ContainersPreview
[273/417] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[274/417] Compiling ContainersPreview BorrowingSequence.swift
[275/417] Compiling ContainersPreview BidirectionalContainer.swift
[276/417] Compiling ContainersPreview Container+Filter.swift
[277/417] Compiling ContainersPreview Container+SpanwiseZip.swift
[278/417] Compiling ContainersPreview Container.swift
[279/417] Compiling ContainersPreview ContainerIterator.swift
[280/417] Compiling ContainersPreview DynamicContainer.swift
[281/417] Compiling ContainersPreview MutableContainer.swift
[282/417] Compiling ContainersPreview PermutableContainer.swift
[292/417] Compiling ContainersPreview Box.swift
[293/417] Compiling ContainersPreview Inout.swift
[294/417] Compiling ContainersPreview InputSpan.swift
[295/417] Compiling ContainersPreview Shared.swift
[296/418] Emitting module NIOConcurrencyHelpers
[297/418] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[301/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[302/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[303/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[304/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[305/418] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[306/418] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[307/418] Compiling HashTreeCollections TreeSet.swift
[308/458] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[309/458] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[310/463] Compiling NIOConcurrencyHelpers atomics.swift
[312/473] Compiling BitCollections BitSet+BidirectionalCollection.swift
[313/473] Compiling BitCollections BitArray+Equatable.swift
[314/473] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[315/473] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[316/473] Compiling BitCollections BitArray+Extras.swift
[317/473] Compiling BitCollections BitArray+Fill.swift
[318/473] Compiling BitCollections BitArray+Hashable.swift
[319/473] Compiling BitCollections BitArray+Initializers.swift
[320/473] Compiling BitCollections BitArray+Invariants.swift
[321/473] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[322/473] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[323/473] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[324/473] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[325/473] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[326/473] Compiling BitCollections BitArray+RandomBits.swift
[327/473] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[328/473] Compiling BitCollections BitArray+Shifts.swift
[329/473] Compiling BitCollections BitArray+Testing.swift
[330/473] Compiling BitCollections BitArray._UnsafeHandle.swift
[331/473] Compiling BitCollections BitArray.swift
[332/473] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[333/473] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[334/473] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[335/473] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[336/473] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[337/473] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[338/473] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[339/473] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[340/473] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[341/473] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[342/473] Compiling BitCollections BitSet+SetAlgebra union.swift
[343/473] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[344/473] Compiling BitCollections BitSet.Counted.swift
[353/473] Compiling BitCollections BitSet+Codable.swift
[354/473] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[355/473] Compiling BitCollections BitSet+CustomReflectable.swift
[356/473] Compiling BitCollections BitSet+CustomStringConvertible.swift
[357/473] Compiling BitCollections BitSet+Equatable.swift
[358/473] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[359/473] Compiling BitCollections BitSet+Extras.swift
[360/473] Compiling BitCollections BitSet+Hashable.swift
[372/531] Emitting module _RopeModule
[380/532] Compiling DequeModule Deque+Codable.swift
[381/532] Compiling DequeModule Deque+Collection.swift
[382/532] Compiling DequeModule Deque+CustomReflectable.swift
[383/532] Compiling DequeModule Deque+Descriptions.swift
[384/532] Compiling DequeModule Deque+Equatable.swift
[385/532] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[386/532] Compiling DequeModule Deque+Extras.swift
[387/532] Compiling DequeModule Deque+Hashable.swift
[388/532] Compiling DequeModule UniqueDeque+Insertions.swift
[389/532] Compiling DequeModule UniqueDeque+Prepend.swift
[390/532] Compiling DequeModule UniqueDeque+Removals.swift
[391/532] Compiling DequeModule UniqueDeque+Consumption.swift
[392/532] Compiling DequeModule UniqueDeque+Container.swift
[393/532] Compiling DequeModule UniqueDeque+Descriptions.swift
[394/532] Compiling DequeModule UniqueDeque+Equatable.swift
[395/532] Compiling DequeModule UniqueDeque+Experimental.swift
[396/532] Compiling DequeModule RigidDeque+Insertions.swift
[397/532] Compiling DequeModule RigidDeque+Prepend.swift
[398/532] Compiling DequeModule RigidDeque+Removals.swift
[399/532] Compiling DequeModule RigidDeque+Replacements.swift
[400/532] Compiling DequeModule RigidDeque+Testing.swift
[401/532] Compiling DequeModule RigidDeque.swift
[402/532] Compiling DequeModule UniqueDeque+Append.swift
[403/539] Compiling HTTPTypes HTTPFields.swift
[412/540] Compiling DequeModule RigidDeque+Equatable.swift
[413/540] Compiling DequeModule RigidDeque+Experimental.swift
[414/540] Compiling DequeModule RigidDeque+Hashable.swift
[415/540] Compiling DequeModule RigidDeque+Initializers.swift
[423/540] Compiling DequeModule UniqueDeque+Hashable.swift
[424/540] Compiling DequeModule UniqueDeque+Initializers.swift
[432/547] Compiling DequeModule Deque.swift
[434/547] Compiling DequeModule Deque._Storage.swift
[435/547] Compiling DequeModule Deque._UnsafeHandle.swift
[436/547] Compiling DequeModule _DequeBuffer.swift
[437/547] Compiling DequeModule _DequeBufferHeader.swift
[438/547] Compiling DequeModule RigidDeque+Append.swift
[439/547] Compiling DequeModule RigidDeque+Consumption.swift
[440/547] Compiling DequeModule RigidDeque+Container.swift
[441/547] Compiling DequeModule RigidDeque+Descriptions.swift
[443/547] Emitting module BitCollections
[452/547] Compiling DequeModule Deque+Testing.swift
[455/547] Emitting module OrderedCollections
[456/548] Compiling Atomics IntegerOperations.swift
[457/548] Compiling Atomics Unmanaged extensions.swift
[458/548] Compiling DequeModule UniqueDeque+Replacements.swift
[459/548] Compiling DequeModule UniqueDeque.swift
[460/548] Compiling DequeModule _DequeSlot.swift
[461/548] Compiling DequeModule _UnsafeDequeHandle.swift
[462/548] Compiling DequeModule _UnsafeDequeSegments.swift
[476/548] Compiling BitCollections BitSet.Index.swift
[477/548] Compiling BitCollections BitSet._UnsafeHandle.swift
[478/548] Compiling BitCollections BitSet.swift
[479/548] Compiling BitCollections Range+Utilities.swift
[480/548] Compiling BitCollections Slice+Utilities.swift
[481/548] Compiling BitCollections UInt+Tricks.swift
[482/548] Compiling BitCollections _Word.swift
[534/549] Compiling Metrics Metrics.swift
[535/549] Emitting module Metrics
[536/550] Emitting module HashTreeCollections
[544/551] Emitting module DequeModule
[545/552] Emitting module Atomics
[554/718] Compiling Collections HeapModule reexports.swift
[555/723] Compiling Collections OrderedCollections reexports.swift
[556/737] Compiling Collections DequeModule reexports.swift
[557/740] Compiling Collections HashTreeCollections reexports.swift
[558/760] Compiling Collections BitCollections reexports.swift
[559/760] Emitting module Collections
[561/761] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[562/761] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[563/761] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[564/761] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[565/761] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[566/761] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[567/761] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[568/761] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[569/768] Compiling AsyncAlgorithms UnsafeTransfer.swift
[570/768] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[571/768] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[572/768] Compiling AsyncAlgorithms ZipStateMachine.swift
[573/768] Compiling AsyncAlgorithms ZipStorage.swift
[574/768] Compiling NIOCore NIOSendable.swift
[575/768] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[576/768] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[577/768] Compiling NIOCore RecvByteBufferAllocator.swift
[578/776] Compiling AsyncAlgorithms Disconnected.swift
[579/776] Compiling AsyncAlgorithms _TinyArray.swift
[580/776] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[581/776] Compiling AsyncAlgorithms Locking.swift
[582/776] Compiling AsyncAlgorithms Rethrow.swift
[583/776] Compiling AsyncAlgorithms SetAlgebra.swift
[590/787] Compiling GraphQL PossibleTypeExtensionsRule.swift
[591/787] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[592/787] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[593/787] Compiling GraphQL ScalarLeafsRule.swift
[594/787] Compiling GraphQL UniqueArgumentDefinitionNamesRule.swift
[595/787] Compiling GraphQL UniqueArgumentNamesRule.swift
[596/787] Compiling GraphQL UniqueDirectiveNamesRule.swift
[597/787] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[598/787] Compiling GraphQL UniqueEnumValueNamesRule.swift
[599/787] Compiling GraphQL UniqueFieldDefinitionNamesRule.swift
[600/787] Compiling GraphQL UniqueFragmentNamesRule.swift
[601/787] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[602/787] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[603/787] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[610/787] Emitting module AsyncAlgorithms
[611/787] Compiling AsyncAlgorithms DebounceStorage.swift
[612/787] Compiling AsyncAlgorithms Dictionary.swift
[613/787] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[614/787] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[615/787] Compiling AsyncAlgorithms MergeStateMachine.swift
[616/787] Compiling AsyncAlgorithms MergeStorage.swift
[617/787] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[618/787] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[619/787] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[627/787] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[628/787] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[629/787] Compiling AsyncAlgorithms AsyncChannel.swift
[630/787] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[631/787] Compiling AsyncAlgorithms ChannelStateMachine.swift
[632/787] Compiling AsyncAlgorithms ChannelStorage.swift
[633/787] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[634/787] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[635/787] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[636/787] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[637/787] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[638/787] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[639/787] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[640/787] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[641/787] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[642/787] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[643/787] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[644/787] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[645/787] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[646/787] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[647/787] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[648/787] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[649/787] Compiling AsyncAlgorithms AsyncShareSequence.swift
[650/787] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[651/787] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[652/787] Compiling AsyncAlgorithms CombineLatestStorage.swift
[653/787] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[654/787] Compiling AsyncAlgorithms DebounceStateMachine.swift
[669/787] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[670/787] Compiling NIOCore SocketAddresses.swift
[671/787] Compiling NIOCore SocketOptionProvider.swift
[672/787] Compiling NIOCore SystemCallHelpers.swift
[673/787] Compiling NIOCore TimeAmount+Duration.swift
[674/787] Compiling NIOCore TypeAssistedChannelHandler.swift
[675/787] Compiling NIOCore UniversalBootstrapSupport.swift
[676/787] Compiling NIOCore Utilities.swift
[677/787] Compiling GraphQL UniqueInputFieldNamesRule.swift
[678/787] Compiling GraphQL UniqueOperationNamesRule.swift
[679/787] Compiling GraphQL UniqueOperationTypesRule.swift
[680/787] Compiling GraphQL UniqueTypeNamesRule.swift
[681/787] Compiling GraphQL UniqueVariableNamesRule.swift
[682/787] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[683/787] Compiling GraphQL VariablesAreInputTypesRule.swift
[684/787] Compiling GraphQL VariablesInAllowedPositionRule.swift
[685/787] Compiling GraphQL SpecifiedRules.swift
[686/787] Compiling GraphQL Validate.swift
[687/787] Compiling GraphQL ValidationContext.swift
[712/797] Compiling ServiceLifecycle Service.swift
[713/798] Compiling ServiceLifecycle CancellationWaiter.swift
[714/798] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[715/798] Compiling ServiceLifecycle ServiceRunnerError.swift
[716/798] Emitting module ServiceLifecycle
[717/798] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[718/798] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[719/798] Compiling ServiceLifecycle ClosureService.swift
[731/798] Compiling GraphQL SuggestionList.swift
[732/798] Compiling ServiceLifecycle GracefulShutdown.swift
[733/798] Compiling ServiceLifecycle ServiceGroup.swift
[759/799] Emitting module GraphQL
[787/799] Emitting module NIOCore
[789/856] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[790/856] Emitting module NIOHTTPTypes
[792/857] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[793/857] Compiling NIOPosix BaseSocketChannel.swift
[794/857] Compiling NIOPosix SelectableChannel.swift
[795/857] Compiling NIOPosix SelectableEventLoop.swift
[796/857] Compiling NIOPosix SelectorEpoll.swift
[797/857] Compiling NIOPosix SelectorGeneric.swift
[798/857] Compiling NIOPosix SelectorKqueue.swift
[799/857] Compiling NIOPosix SelectorUring.swift
[800/857] Compiling NIOPosix SelectorWSAPoll.swift
[801/857] Compiling NIOPosix BaseStreamSocketChannel.swift
[802/857] Compiling NIOPosix Bootstrap.swift
[803/857] Compiling NIOPosix ControlMessage.swift
[805/858] Emitting module NIOEmbedded
[806/858] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[807/858] Compiling NIOEmbedded AsyncTestingChannel.swift
[808/858] Compiling NIOEmbedded Embedded.swift
[810/859] Emitting module NIOPosix
[818/865] Compiling NIOPosix ThreadPosix.swift
[819/865] Compiling NIOPosix ThreadWindows.swift
[820/865] Compiling NIOPosix Utilities.swift
[821/865] Compiling NIOPosix VsockAddress.swift
[822/865] Compiling NIOPosix VsockChannelEvents.swift
[823/865] Compiling NIOPosix Windows.swift
[824/865] Compiling NIOPosix PipePair.swift
[825/865] Compiling NIOPosix Pool.swift
[826/865] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[827/865] Compiling NIOPosix PosixSingletons.swift
[828/865] Compiling NIOPosix RawSocketBootstrap.swift
[829/865] Compiling NIOPosix Resolver.swift
[830/865] Compiling NIOPosix Selectable.swift
[831/865] Compiling NIOPosix ServerSocket.swift
[832/865] Compiling NIOPosix Socket.swift
[833/865] Compiling NIOPosix SocketChannel.swift
[834/865] Compiling NIOPosix SocketProtocols.swift
[835/865] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[836/865] Compiling NIOPosix System.swift
[837/865] Compiling NIOPosix Thread.swift
[838/865] Compiling NIOPosix HappyEyeballs.swift
[839/865] Compiling NIOPosix IO.swift
[840/865] Compiling NIOPosix IntegerBitPacking.swift
[841/865] Compiling NIOPosix IntegerTypes.swift
[842/865] Compiling NIOPosix Linux.swift
[843/865] Compiling NIOPosix LinuxCPUSet.swift
[844/865] Compiling NIOPosix LinuxUring.swift
[848/865] Compiling NIOPosix DatagramVectorReadManager.swift
[849/865] Compiling NIOPosix Errors+Any.swift
[850/865] Compiling NIOPosix FileDescriptor.swift
[851/865] Compiling NIOPosix GetaddrinfoResolver.swift
[852/865] Compiling NIOPosix BSDSocketAPICommon.swift
[853/865] Compiling NIOPosix BSDSocketAPIPosix.swift
[854/865] Compiling NIOPosix BSDSocketAPIWindows.swift
[855/865] Compiling NIOPosix BaseSocket.swift
[856/865] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[859/865] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[860/865] Compiling NIOPosix NIOPosixSendableMetatype.swift
[861/865] Compiling NIOPosix NIOThreadPool.swift
[862/865] Compiling NIOPosix NonBlockingFileIO.swift
[863/865] Compiling NIOPosix PendingDatagramWritesManager.swift
[864/865] Compiling NIOPosix PendingWritesManager.swift
[865/865] Compiling NIOPosix PipeChannel.swift
[867/918] Compiling NIO Exports.swift
[868/918] Emitting module NIO
[870/919] Compiling Graphiti API.swift
[871/919] Compiling Graphiti Argument.swift
[872/919] Compiling Graphiti ArgumentComponent.swift
[873/919] Compiling Graphiti ArgumentComponentBuilder.swift
[874/919] Compiling Graphiti NoArguments.swift
[875/919] Compiling Graphiti Coders.swift
[876/919] Compiling Graphiti Component.swift
[877/919] Emitting module Graphiti
[878/919] Compiling Graphiti ComponentBuilder.swift
[879/919] Compiling Graphiti TypeComponent.swift
[880/919] Compiling Graphiti TypeComponentBuilder.swift
[881/919] Compiling Graphiti Connection.swift
[882/919] Compiling Graphiti ConnectionType.swift
[883/919] Compiling Graphiti Edge.swift
[884/919] Compiling Graphiti PageInfo.swift
[885/919] Compiling Graphiti Wrappers.swift
[886/919] Compiling Graphiti Enum.swift
[887/919] Compiling Graphiti Any.swift
[888/919] Compiling Graphiti Entity.swift
[889/919] Compiling Graphiti Key.swift
[890/919] Compiling Graphiti KeyComponent.swift
[891/919] Compiling Graphiti Type+Key.swift
[892/919] Compiling Graphiti BackwardPaginationArguments.swift
[893/919] Compiling Graphiti ForwardPaginationArguments.swift
[894/919] Compiling Graphiti PaginationArguments.swift
[895/919] Compiling Graphiti NoContext.swift
[896/919] Compiling Graphiti AnyType.swift
[897/919] Compiling Graphiti Reflection.swift
[898/919] Compiling Graphiti TypeProvider.swift
[899/925] Compiling Graphiti Queries.swift
[900/925] Compiling Graphiti Service.swift
[901/925] Compiling Graphiti Field.swift
[902/925] Compiling Graphiti FieldComponent.swift
[903/925] Compiling Graphiti FieldComponentBuilder.swift
[904/925] Compiling Graphiti AsyncResolve.swift
[905/925] Compiling Graphiti SyncResolve.swift
[906/939] Compiling Graphiti Input.swift
[907/939] Compiling Graphiti InputField.swift
[908/939] Compiling Graphiti InputFieldComponent.swift
[909/939] Compiling Graphiti InputFieldComponentBuilder.swift
[910/939] Compiling Graphiti Interface.swift
[911/939] Compiling Graphiti Mutation.swift
[912/939] Compiling Graphiti Query.swift
[913/941] Compiling Graphiti Scalar.swift
[914/941] Compiling Graphiti Schema.swift
[915/941] Compiling Graphiti SchemaTypeProvider.swift
[916/941] Compiling Graphiti PartialSchema.swift
[917/941] Compiling Graphiti SchemaBuilder.swift
[918/941] Compiling Graphiti SubscribeField.swift
[919/941] Compiling Graphiti SubscribeResolve.swift
[920/941] Compiling Graphiti Subscription.swift
[921/941] Compiling Graphiti Type.swift
[922/941] Compiling Graphiti Union.swift
[923/941] Compiling Graphiti NoIntrospectionRule.swift
[924/941] Compiling Graphiti Value.swift
[925/941] Compiling Graphiti ValueBuilder.swift
[926/941] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[927/941] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[928/944] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[929/944] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[930/944] Emitting module NIOHTTP1
[932/944] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[933/944] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[934/960] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[935/960] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[936/960] Compiling GraphQLWS GraphQLWSError.swift
[937/961] Compiling GraphQLTransportWS Messenger.swift
[938/961] Compiling GraphQLTransportWS InitPayloads.swift
[939/961] Compiling GraphQLTransportWS JsonEncodable.swift
[940/961] Compiling GraphQLTransportWS GraphqlTransportWSError.swift
[941/961] Compiling GraphQLTransportWS Requests.swift
[942/962] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[943/962] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[944/962] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[945/962] Compiling NIOHTTP1 HTTPTypes.swift
[946/962] Emitting module GraphQLTransportWS
[947/962] Compiling GraphQLTransportWS Client.swift
[948/962] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[949/962] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[950/962] Compiling GraphQLWS JsonEncodable.swift
[951/962] Compiling GraphQLWS InitPayloads.swift
[952/962] Compiling GraphQLWS Messenger.swift
[953/962] Compiling GraphQLWS Requests.swift
[954/962] Compiling GraphQLWS Responses.swift
[955/962] Compiling GraphQLTransportWS Responses.swift
[956/962] Emitting module GraphQLWS
[957/962] Compiling GraphQLWS Client.swift
[958/962] Compiling NIOHTTP1 ByteCollectionUtils.swift
[959/962] Compiling NIOHTTP1 HTTPDecoder.swift
[960/962] Compiling NIOHTTP1 HTTPEncoder.swift
[962/963] Compiling GraphQLTransportWS Server.swift
[963/964] Compiling GraphQLWS Server.swift
[966/997] Compiling NIOWebSocket WebSocketErrorCodes.swift
[967/998] Compiling NIOWebSocket WebSocketOpcode.swift
[968/998] Emitting module NIOHTTPTypesHTTP1
[969/998] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[970/998] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[971/998] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[972/998] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[973/998] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[974/998] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[975/998] Compiling NIOExtras NIOExtrasError.swift
[976/1000] Compiling NIOExtras RequestResponseHandler.swift
[977/1000] Compiling NIOExtras RequestResponseHandlers+State.swift
[978/1000] Compiling NIOExtras FixedLengthFrameDecoder.swift
[979/1000] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[980/1000] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[981/1000] Compiling NIOExtras NIOLengthFieldBitLength.swift
[982/1000] Compiling NIOExtras NIORequestIdentifiable.swift
[983/1000] Compiling NIOExtras PCAPRingBuffer.swift
[984/1000] Compiling NIOExtras QuiescingHelper.swift
[985/1001] Emitting module NIOWebSocket
[986/1001] Compiling NIOExtras DebugInboundEventsHandler.swift
[987/1001] Compiling NIOExtras DebugOutboundEventsHandler.swift
[989/1001] Compiling NIOWebSocket WebSocketFrame.swift
[993/1002] Emitting module NIOExtras
[995/1002] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[996/1002] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[997/1002] Compiling NIOExtras JSONRPCFraming.swift
[999/1002] Compiling NIOExtras LengthFieldPrepender.swift
[1000/1002] Compiling NIOExtras LineBasedFrameDecoder.swift
[1001/1017] Compiling WSCore WebSocketDataFrame.swift
[1002/1017] Compiling WSCore WebSocketDataHandler.swift
[1003/1017] Compiling WSCore UnsafeTransfer.swift
[1004/1017] Compiling WSCore WebSocketContext.swift
[1005/1018] Emitting module WSCore
[1006/1018] Compiling WSCore WebSocketExtension.swift
[1007/1018] Compiling WSCore WebSocketExtensionBuilder.swift
[1008/1018] Compiling WSCore WebSocketMessage.swift
[1009/1018] Compiling WSCore WebSocketOutboundWriter.swift
[1010/1018] Compiling WSCore WebSocketInboundMessageStream.swift
[1011/1018] Compiling WSCore WebSocketInboundStream.swift
[1012/1018] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1013/1018] Compiling NIOExtras WritePCAPHandler.swift
[1014/1019] Compiling WSCore WebSocketStateMachine.swift
[1016/1019] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[1017/1019] Compiling WSCore String+validatingString.swift
[1018/1019] Compiling WSCore WebSocketFrameSequence.swift
[1019/1019] Compiling WSCore WebSocketHandler.swift
[1021/1046] Compiling HummingbirdCore ResponseBodyWriter.swift
[1022/1046] Compiling HummingbirdCore ResponseWriter.swift
[1023/1046] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1024/1046] Compiling HummingbirdCore BindAddress.swift
[1025/1049] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1026/1049] Compiling HummingbirdCore URI.swift
[1027/1049] Compiling HummingbirdCore Response.swift
[1028/1049] Compiling HummingbirdCore ResponseBody.swift
[1029/1049] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[1030/1049] Compiling HummingbirdCore HTTP1Channel.swift
[1031/1049] Compiling HummingbirdCore HTTPChannelHandler.swift
[1032/1049] Compiling HummingbirdCore HTTPServerBuilder.swift
[1033/1049] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1034/1049] Compiling HummingbirdCore Server.swift
[1035/1049] Compiling HummingbirdCore ServerChildChannel.swift
[1036/1049] Emitting module HummingbirdCore
[1037/1049] Compiling HummingbirdCore Deprecations.swift
[1038/1049] Compiling HummingbirdCore Request.swift
[1039/1049] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1040/1049] Compiling HummingbirdCore RequestBody.swift
[1041/1049] Compiling HummingbirdCore SendableMetatype.swift
[1042/1049] Compiling HummingbirdCore String+percentEncode.swift
[1043/1049] Compiling HummingbirdCore UnsafeTransfer.swift
[1044/1049] Compiling HummingbirdCore FlatDictionary.swift
[1045/1049] Compiling HummingbirdCore HBParser.swift
[1046/1049] Compiling HummingbirdCore OutputBuffer.swift
[1047/1049] Compiling HummingbirdCore ServerConfiguration.swift
[1048/1049] Compiling HummingbirdCore TSTLSOptions.swift
[1049/1049] Compiling HummingbirdCore AnyAsyncSequence.swift
[1051/1116] Emitting module Hummingbird
[1052/1125] Compiling Hummingbird Request.swift
[1053/1125] Compiling Hummingbird RequestContext.swift
[1054/1125] Compiling Hummingbird RequestContextSource.swift
[1055/1125] Compiling Hummingbird RequestID.swift
[1056/1125] Compiling Hummingbird RequestResponder.swift
[1057/1125] Compiling Hummingbird Response.swift
[1058/1125] Compiling Hummingbird URI+decodeQuery.swift
[1059/1125] Compiling Hummingbird MemoryPersistDriver.swift
[1060/1125] Compiling Hummingbird PersistDriver.swift
[1061/1125] Compiling Hummingbird Configuration.swift
[1062/1125] Compiling Hummingbird Deprecations.swift
[1063/1125] Compiling Hummingbird Environment.swift
[1064/1125] Compiling Hummingbird EditedHTTPError.swift
[1065/1125] Compiling Hummingbird HTTPError.swift
[1066/1125] Compiling Hummingbird HTTPResponseError.swift
[1067/1125] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1068/1125] Compiling Hummingbird Exports.swift
[1069/1125] Compiling Hummingbird CacheControl.swift
[1070/1125] Compiling Hummingbird FileIO.swift
[1071/1125] Compiling Hummingbird RouterMethods.swift
[1072/1125] Compiling Hummingbird RouterPath.swift
[1073/1125] Compiling Hummingbird RouterResponder.swift
[1074/1125] Compiling Hummingbird TransformingRouterGroup.swift
[1075/1125] Compiling Hummingbird RouterTrie.swift
[1076/1125] Compiling Hummingbird Trie+resolve.swift
[1077/1125] Compiling Hummingbird Trie+serialize.swift
[1078/1125] Compiling Hummingbird TrieRouter.swift
[1079/1125] Compiling Hummingbird ChildRequestContext.swift
[1080/1125] Compiling Hummingbird FileMiddleware.swift
[1081/1125] Compiling Hummingbird LogRequestMiddleware.swift
[1082/1125] Compiling Hummingbird MetricsMiddleware.swift
[1083/1125] Compiling Hummingbird Middleware.swift
[1084/1125] Compiling Hummingbird MiddlewareGroup.swift
[1085/1125] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1086/1125] Compiling Hummingbird _Middleware2.swift
[1087/1125] Compiling Hummingbird _OptionalMiddleware.swift
[1088/1125] Compiling Hummingbird _SpreadMiddleware.swift
[1089/1125] Compiling Hummingbird TracingMiddleware.swift
[1090/1125] Compiling Hummingbird EndpointResponder.swift
[1091/1125] Compiling Hummingbird Parameters+UUID.swift
[1092/1125] Compiling Hummingbird Parameters.swift
[1093/1125] Compiling Hummingbird ResponseGenerator.swift
[1094/1125] Compiling Hummingbird RouteCollection.swift
[1095/1125] Compiling Hummingbird Router+validation.swift
[1096/1125] Compiling Hummingbird Router.swift
[1097/1125] Compiling Hummingbird RouterGroup.swift
[1098/1125] Compiling Hummingbird FileProvider.swift
[1099/1125] Compiling Hummingbird LocalFileSystem.swift
[1100/1125] Compiling Hummingbird Cookie.swift
[1101/1125] Compiling Hummingbird Cookies.swift
[1102/1125] Compiling Hummingbird MediaType+FileExtension.swift
[1103/1125] Compiling Hummingbird MediaType.swift
[1104/1125] Compiling Hummingbird Request+Cookies.swift
[1105/1125] Compiling Hummingbird Response+Cookies.swift
[1106/1125] Compiling Hummingbird CORSMiddleware.swift
[1107/1125] Compiling Hummingbird Application+ConfigReader.swift
[1108/1125] Compiling Hummingbird Application.swift
[1109/1125] Compiling Hummingbird CodableProtocols.swift
[1110/1125] Compiling Hummingbird JSONCoding.swift
[1111/1125] Compiling Hummingbird ResponseEncodable.swift
[1112/1125] Compiling Hummingbird URLEncodedForm+Request.swift
[1113/1125] Compiling Hummingbird URLEncodedForm.swift
[1114/1125] Compiling Hummingbird URLEncodedFormDecoder.swift
[1115/1125] Compiling Hummingbird URLEncodedFormEncoder.swift
[1116/1125] Compiling Hummingbird URLEncodedFormNode.swift
[1117/1125] Compiling Hummingbird PersistError.swift
[1118/1125] Compiling Hummingbird ByteBuffer+foundation.swift
[1119/1125] Compiling Hummingbird DateCache.swift
[1120/1125] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1121/1125] Compiling Hummingbird HexDigest.swift
[1122/1125] Compiling Hummingbird InitializableFromSource.swift
[1123/1125] Compiling Hummingbird PreludeService.swift
[1124/1125] Compiling Hummingbird SplitStringSequences.swift
[1125/1125] Compiling Hummingbird StringProtocol.swift
[1127/1133] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1128/1133] Emitting module HummingbirdWebSocket
[1129/1133] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1130/1133] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1131/1133] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1132/1133] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1133/1133] Compiling HummingbirdWebSocket Exports.swift
[1135/1145] Compiling GraphQLHummingbird EmptyWebSocketInit.swift
[1136/1145] Compiling GraphQLHummingbird Router+graphql.swift
[1137/1145] Compiling GraphQLHummingbird GraphQLConfig.swift
[1138/1145] Compiling GraphQLHummingbird GraphQLHandler.swift
[1139/1145] Compiling GraphQLHummingbird GraphQLHandler+HTTP.swift
[1140/1145] Compiling GraphQLHummingbird GraphiQLHandler.swift
[1141/1145] Emitting module GraphQLHummingbird
[1142/1145] Compiling GraphQLHummingbird GraphQLJSONEncoder+encode.swift
[1143/1145] Compiling GraphQLHummingbird MediaType+jsonGraphQL.swift
[1144/1146] Compiling GraphQLHummingbird WebSocketMessenger.swift
[1145/1146] Compiling GraphQLHummingbird GraphQLHandler+handleWebSocket.swift
[1146/1146] Compiling GraphQLHummingbird WebSocketSubProtocol.swift
Build complete! (324.68s)
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"
}
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.