The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GraphQLHummingbird, reference main (ed02fc), with Swift 6.1 for macOS (SPM) on 6 Apr 2026 06:00:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GraphQLSwift/graphql-hummingbird.git
https://github.com/GraphQLSwift/graphql-hummingbird.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/62] Write sources
[8/62] Copying PrivacyInfo.xcprivacy
[8/62] Write sources
[43/62] Compiling CNIOWASI CNIOWASI.c
[43/62] Compiling CNIOWindows shim.c
[44/62] Compiling CNIOWindows WSAStartup.c
[46/62] Compiling CNIOLinux shim.c
[47/62] Compiling CNIOOpenBSD shim.c
[47/62] Compiling CNIOLinux liburing_shims.c
[49/62] Write swift-version-2F0A5646E1D333AE.txt
[50/62] Write sources
[51/66] Compiling CNIOPosix event_loop_id.c
[52/66] Compiling _AtomicsShims.c
[53/66] Compiling CNIOLLHTTP c_nio_http.c
[53/66] Compiling CNIOSHA1 c_nio_sha1.c
[55/71] Compiling CNIOLLHTTP c_nio_api.c
[57/96] Emitting module _NIOBase64
[57/106] Compiling CNIOLLHTTP c_nio_llhttp.c
[58/109] Compiling CNIODarwin shim.c
[60/112] Compiling ServiceContextModule ServiceContextKey.swift
[61/112] Compiling _NIOBase64 Base64.swift
[62/112] Emitting module ServiceContextModule
[63/112] Compiling ServiceContextModule ServiceContext.swift
[64/112] Emitting module InternalCollectionsUtilities
[65/113] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[66/113] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/113] Write sources
[68/113] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/113] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/113] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[71/138] Compiling _NIODataStructures PriorityQueue.swift
[72/138] Compiling Atomics AtomicBool.swift
[73/138] Compiling Atomics IntegerConformances.swift
[74/138] Compiling Atomics OptionalRawRepresentable.swift
[75/138] Compiling Atomics RawRepresentable.swift
[76/138] Compiling _NIODataStructures _TinyArray.swift
[77/138] Compiling Instrumentation MultiplexInstrument.swift
[78/138] Compiling Atomics PointerConformances.swift
[79/138] Compiling Atomics Primitives.native.swift
[80/138] Compiling Atomics AtomicReference.swift
[81/138] Compiling Atomics AtomicStorage.swift
[82/138] Compiling Atomics AtomicValue.swift
[83/138] Compiling Atomics AtomicMemoryOrderings.swift
[84/138] Compiling Atomics AtomicInteger.swift
[85/138] Compiling Atomics AtomicOptionalWrappable.swift
[86/138] Compiling Atomics DoubleWord.swift
[87/138] Compiling Atomics ManagedAtomic.swift
[87/138] Write sources
[91/138] Compiling Atomics UnsafeAtomicLazyReference.swift
[92/138] Compiling Atomics IntegerOperations.swift
[93/138] Compiling Atomics ManagedAtomicLazyReference.swift
[94/138] Compiling Atomics UnsafeAtomic.swift
[97/139] Emitting module Logging
[98/139] Compiling Logging Locks.swift
[99/139] Compiling Logging MetadataProvider.swift
[100/139] Compiling _NIODataStructures Heap.swift
[101/139] Emitting module _NIODataStructures
[106/139] Compiling Atomics Unmanaged extensions.swift
[107/140] Compiling Instrumentation NoOpInstrument.swift
[108/140] Emitting module Instrumentation
[109/140] Compiling Instrumentation InstrumentationSystem.swift
[110/140] Compiling Instrumentation Instrument.swift
[111/140] Compiling Instrumentation Locks.swift
[112/274] Emitting module ConcurrencyHelpers
[113/274] Compiling ConcurrencyHelpers LockedValueBox.swift
[114/274] Compiling ConcurrencyHelpers Lock.swift
[115/282] Emitting module CoreMetrics
[116/282] Compiling CoreMetrics Metrics.swift
[117/282] Compiling CoreMetrics Locks.swift
[118/282] Compiling HeapModule Heap.swift
[119/282] Compiling HeapModule _HeapNode.swift
[120/282] Compiling Logging LogHandler.swift
[121/282] Compiling Logging LogEvent.swift
[122/282] Compiling Logging Logging.swift
[123/285] Compiling HeapModule Heap+Invariants.swift
[124/285] Compiling HeapModule Heap+Descriptions.swift
[125/285] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[126/285] Emitting module HeapModule
[127/285] Compiling HeapModule Heap+UnsafeHandle.swift
[128/287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[129/287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[130/287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[131/287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[132/287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[133/287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[134/371] Compiling HashTreeCollections TreeSet+Codable.swift
[135/371] Compiling HashTreeCollections TreeSet+Collection.swift
[136/371] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[137/371] Compiling HashTreeCollections TreeSet+Debugging.swift
[138/371] Compiling HashTreeCollections TreeSet+Descriptions.swift
[139/371] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[140/371] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[141/371] Compiling HashTreeCollections _HashNode.swift
[142/371] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[143/371] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[144/371] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[145/371] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[146/371] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[147/371] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[148/371] Compiling HashTreeCollections TreeDictionary+Values.swift
[149/371] Compiling HashTreeCollections TreeDictionary.swift
[150/378] Compiling HashTreeCollections TreeDictionary+Filter.swift
[151/378] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[152/378] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[153/378] Compiling HashTreeCollections TreeDictionary+Keys.swift
[154/378] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[155/378] Compiling HashTreeCollections TreeDictionary+Merge.swift
[156/378] Compiling HashTreeCollections TreeDictionary+Collection.swift
[157/378] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[158/378] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[159/378] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[160/378] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[161/378] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[162/378] Compiling Tracing TracerProtocol.swift
[163/378] Compiling HashTreeCollections _HashNode+Structural union.swift
[164/378] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[165/378] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[166/378] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[167/378] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[168/378] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[169/378] Compiling HashTreeCollections _HashNode+Builder.swift
[170/378] Compiling HashTreeCollections _HashNode+Debugging.swift
[171/378] Compiling HashTreeCollections _HashNode+Initializers.swift
[172/378] Compiling HashTreeCollections _HashNode+Invariants.swift
[173/378] Compiling HashTreeCollections TreeSet+Equatable.swift
[174/378] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[175/378] Compiling HashTreeCollections TreeSet+Extras.swift
[176/378] Compiling HashTreeCollections TreeSet+Filter.swift
[177/378] Compiling HashTreeCollections TreeSet+Hashable.swift
[178/378] Compiling HashTreeCollections TreeSet+Sendable.swift
[179/378] Compiling HashTreeCollections TreeSet+Sequence.swift
[180/378] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[181/378] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[182/378] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[183/378] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[184/378] Compiling HashTreeCollections _HashNode+Structural merge.swift
[185/378] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[186/378] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[187/378] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[188/378] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[189/378] Compiling HashTreeCollections _HashNode+Lookups.swift
[190/378] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[191/378] Compiling HashTreeCollections _HashNode+Storage.swift
[192/378] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[193/378] Emitting module Tracing
[194/378] Compiling Tracing TracingTime.swift
[195/378] Compiling Tracing SpanProtocol.swift
[196/378] Compiling Tracing NoOpTracer.swift
[197/378] Compiling Tracing InstrumentationSystem+Tracing.swift
[198/378] Compiling Tracing TracerProtocol+Legacy.swift
[199/378] Compiling Tracing Tracer.swift
[209/378] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[210/378] Compiling HashTreeCollections _AncestorHashSlots.swift
[211/378] Compiling HashTreeCollections _Bitmap.swift
[212/378] Compiling HashTreeCollections _Bucket.swift
[213/378] Compiling HashTreeCollections _Hash.swift
[214/378] Compiling HashTreeCollections _HashLevel.swift
[230/378] Compiling c-nioatomics.c
[232/412] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[233/412] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[234/412] Compiling ContainersPreview BorrowingSequence.swift
[235/412] Compiling ContainersPreview BidirectionalContainer.swift
[236/412] Compiling ContainersPreview Container+Filter.swift
[237/412] Compiling ContainersPreview Container+SpanwiseZip.swift
[238/412] Compiling ContainersPreview Container.swift
[239/412] Compiling ContainersPreview Producer.swift
[240/412] Compiling ContainersPreview Producer+Filter.swift
[241/412] Compiling ContainersPreview Producer+Map.swift
[242/412] Compiling ContainersPreview Producer+Reduce.swift
[243/415] Emitting module ContainersPreview
[244/415] Compiling ContainersPreview OutputSpan+Extras.swift
[245/415] Compiling ContainersPreview TemporaryAllocation.swift
[246/415] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[247/415] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[248/415] Compiling ContainersPreview ContainerIterator.swift
[249/415] Compiling ContainersPreview DynamicContainer.swift
[250/415] Compiling ContainersPreview MutableContainer.swift
[251/415] Compiling ContainersPreview PermutableContainer.swift
[252/415] Compiling ContainersPreview RandomAccessContainer.swift
[253/415] Compiling ContainersPreview RangeExpression2.swift
[254/415] Compiling ContainersPreview RangeReplaceableContainer.swift
[255/415] Compiling ContainersPreview Drain+Map.swift
[256/470] Compiling BitCollections BitSet.Index.swift
[257/470] Compiling BitCollections BitSet+Codable.swift
[258/470] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[259/470] Compiling BitCollections BitSet+CustomReflectable.swift
[260/470] Compiling BitCollections BitSet+CustomStringConvertible.swift
[261/470] Compiling BitCollections BitSet+Equatable.swift
[262/470] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[263/470] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[264/470] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[265/470] Compiling BitCollections BitArray+Extras.swift
[266/470] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[267/470] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[268/470] Compiling BitCollections BitSet+SetAlgebra union.swift
[269/470] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[270/470] Compiling BitCollections BitSet.Counted.swift
[271/470] Compiling BitCollections BitArray+CustomReflectable.swift
[272/470] Compiling BitCollections BitArray+Descriptions.swift
[273/470] Compiling BitCollections BitArray+Equatable.swift
[274/470] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[275/470] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[276/470] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[277/470] Compiling BitCollections BitArray+Initializers.swift
[278/470] Compiling BitCollections BitArray+Invariants.swift
[279/470] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[280/470] Compiling BitCollections BitArray+RandomBits.swift
[285/470] Compiling BitCollections BinaryInteger extensions.swift
[286/470] Compiling BitCollections BitArray+BitwiseOperations.swift
[287/470] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[288/470] Compiling BitCollections BitArray+Codable.swift
[289/470] Compiling BitCollections BitArray+Collection.swift
[290/470] Compiling BitCollections BitArray+Copy.swift
[291/470] Compiling BitCollections BitArray+Fill.swift
[292/470] Compiling BitCollections BitArray+Hashable.swift
[293/511] Compiling DequeModule UniqueDeque+Append.swift
[294/511] Compiling DequeModule UniqueDeque+Consumption.swift
[295/511] Compiling DequeModule UniqueDeque+Container.swift
[296/511] Compiling DequeModule UniqueDeque+Descriptions.swift
[297/511] Compiling DequeModule UniqueDeque+Insertions.swift
[298/511] Compiling DequeModule UniqueDeque+Prepend.swift
[299/511] Compiling DequeModule UniqueDeque+Removals.swift
[300/511] Compiling DequeModule UniqueDeque+Replacements.swift
[301/511] Compiling DequeModule RigidDeque+Removals.swift
[302/511] Compiling DequeModule RigidDeque+Replacements.swift
[303/511] Compiling DequeModule RigidDeque+Testing.swift
[304/511] Compiling DequeModule RigidDeque.swift
[305/511] Compiling DequeModule RigidDeque+Hashable.swift
[306/511] Compiling DequeModule RigidDeque+Initializers.swift
[307/511] Compiling DequeModule RigidDeque+Insertions.swift
[308/511] Compiling DequeModule RigidDeque+Prepend.swift
[309/511] Compiling DequeModule UniqueDeque+Equatable.swift
[310/511] Compiling DequeModule UniqueDeque+Experimental.swift
[311/511] Compiling DequeModule UniqueDeque+Hashable.swift
[312/511] Compiling DequeModule UniqueDeque+Initializers.swift
[313/515] Compiling DequeModule RigidDeque+Consumption.swift
[314/515] Compiling DequeModule RigidDeque+Container.swift
[315/515] Compiling DequeModule RigidDeque+Descriptions.swift
[316/515] Compiling DequeModule RigidDeque+Equatable.swift
[317/515] Compiling DequeModule RigidDeque+Experimental.swift
[318/515] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[319/515] Compiling DequeModule Deque+Extras.swift
[320/515] Compiling DequeModule Deque+Hashable.swift
[321/515] Compiling DequeModule Deque+Testing.swift
[322/515] Compiling DequeModule Deque._Storage.swift
[323/515] Compiling DequeModule Deque._UnsafeHandle.swift
[324/515] Compiling DequeModule Deque.swift
[325/515] Compiling DequeModule _DequeBuffer.swift
[326/515] Emitting module Atomics
[333/515] Compiling BitCollections BitSet+Extras.swift
[334/515] Compiling BitCollections BitSet+Hashable.swift
[335/515] Compiling BitCollections BitSet+Initializers.swift
[336/515] Compiling BitCollections BitSet+Invariants.swift
[337/515] Compiling BitCollections BitSet+Random.swift
[338/515] Compiling BitCollections BitSet+SetAlgebra basics.swift
[339/521] Compiling _RopeModule Rope+Remove.swift
[340/521] Compiling _RopeModule Rope+RemoveSubrange.swift
[341/521] Compiling _RopeModule Rope+Split.swift
[342/521] Compiling _RopeModule Optional Utilities.swift
[343/521] Compiling _RopeModule String Utilities.swift
[344/521] Compiling _RopeModule String.Index+ABI.swift
[345/521] Compiling _RopeModule _CharacterRecognizer.swift
[346/521] Emitting module BitCollections
[347/521] Emitting module UnixSignals
[348/521] Compiling UnixSignals UnixSignal.swift
[349/521] Compiling UnixSignals UnixSignalsSequence.swift
[349/521] Compiling c-atomics.c
[352/521] Compiling DequeModule _DequeBufferHeader.swift
[353/521] Compiling DequeModule RigidDeque+Append.swift
[354/521] Compiling DequeModule Deque+Codable.swift
[355/521] Compiling DequeModule Deque+Collection.swift
[356/521] Compiling DequeModule Deque+CustomReflectable.swift
[363/521] Compiling DequeModule Deque+Descriptions.swift
[364/521] Compiling DequeModule Deque+Equatable.swift
[369/521] Emitting module _RopeModule
[387/536] Emitting module OrderedCollections
[403/536] Compiling HTTPTypes ISOLatin1String.swift
[404/536] Compiling HTTPTypes NIOLock.swift
[405/622] Compiling GraphQL PrintSchema.swift
[406/622] Compiling GraphQL TypeComparators.swift
[407/622] Compiling GraphQL TypeFromAST.swift
[408/622] Compiling GraphQL TypeInfo.swift
[409/622] Compiling GraphQL ValueFromAST.swift
[410/622] Compiling GraphQL Codable+Extensions.swift
[411/622] Compiling GraphQL GraphQL.swift
[412/622] Compiling GraphQL GraphQLRequest.swift
[413/622] Compiling GraphQL AST.swift
[414/622] Compiling GraphQL BlockString.swift
[415/622] Compiling GraphQL GraphQLError.swift
[416/622] Compiling GraphQL LocatedError.swift
[417/622] Compiling GraphQL SyntaxError.swift
[418/622] Compiling GraphQL Execute.swift
[419/622] Compiling GraphQL Values.swift
[420/622] Compiling GraphQL ValueFromASTUntyped.swift
[421/622] Compiling GraphQL NoDeprecatedCustomRule.swift
[422/622] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[423/622] Compiling GraphQL ExecutableDefinitionsRule.swift
[424/622] Compiling GraphQL Schema.swift
[427/622] Compiling GraphQL Validation.swift
[428/622] Compiling GraphQL ASTFromValue.swift
[429/622] Compiling GraphQL AssertValidName.swift
[430/622] Compiling GraphQL BuildASTSchema.swift
[431/622] Compiling GraphQL ConcatAST.swift
[432/622] Compiling GraphQL ExtendSchema.swift
[433/622] Compiling GraphQL IsValidValue.swift
[434/622] Compiling GraphQL Keyable.swift
[435/622] Compiling GraphQL Find.swift
[436/622] Compiling GraphQL FormatList.swift
[437/622] Compiling GraphQL IsNullish.swift
[438/622] Compiling GraphQL KeyMap.swift
[439/622] Compiling GraphQL Mirror.swift
[440/622] Compiling GraphQL SuggestionList.swift
[441/622] Compiling GraphQL Definition.swift
[451/622] Compiling GraphQL Introspection.swift
[452/622] Compiling GraphQL Scalars.swift
[453/622] Compiling GraphQL CharacterClasses.swift
[454/622] Compiling GraphQL Kinds.swift
[455/622] Compiling GraphQL Lexer.swift
[456/622] Compiling GraphQL Location.swift
[462/622] Compiling GraphQL Directives.swift
[463/622] Compiling GraphQL Parser.swift
[464/622] Compiling GraphQL Predicates.swift
[465/622] Compiling GraphQL PrintString.swift
[466/622] Compiling GraphQL Printer.swift
[467/622] Compiling GraphQL Source.swift
[468/622] Compiling GraphQL Visitor.swift
[475/622] Compiling GraphQL NoUndefinedVariablesRule.swift
[476/622] Compiling GraphQL NoUnusedFragmentsRule.swift
[477/622] Compiling GraphQL NoUnusedVariablesRule.swift
[478/622] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[479/622] Compiling GraphQL PossibleTypeExtensionsRule.swift
[480/622] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[481/622] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[482/622] Compiling GraphQL ScalarLeafsRule.swift
[483/622] Compiling GraphQL Number.swift
[484/622] Compiling GraphQL PersistedQueries.swift
[485/622] Compiling GraphQL Subscribe.swift
[486/622] Compiling GraphQL DidYouMean.swift
[487/622] Compiling GraphQL UniqueArgumentDefinitionNamesRule.swift
[488/622] Compiling GraphQL UniqueArgumentNamesRule.swift
[489/622] Compiling HTTPTypes HTTPResponse.swift
[490/622] Compiling NIOConcurrencyHelpers lock.swift
[491/622] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[492/622] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[493/622] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[494/622] Compiling NIOConcurrencyHelpers NIOLock.swift
[495/622] Emitting module NIOConcurrencyHelpers
[496/622] Compiling NIOConcurrencyHelpers atomics.swift
[497/622] Compiling GraphQL MapCoder.swift
[498/622] Compiling GraphQL MapSerialization.swift
[518/622] Compiling GraphQL AnyCoder.swift
[519/622] Compiling GraphQL AnySerialization.swift
[520/622] Compiling GraphQL GraphQLJSONEncoder.swift
[521/622] Compiling GraphQL Map.swift
[522/622] Compiling HTTPTypes HTTPRequest.swift
[527/622] Emitting module DequeModule
[528/671] Emitting module HashTreeCollections
[529/748] Compiling Collections HeapModule reexports.swift
[530/748] Compiling Collections OrderedCollections reexports.swift
[531/748] Compiling Collections BitCollections reexports.swift
[532/748] Emitting module Collections
[533/748] Compiling Collections HashTreeCollections reexports.swift
[534/748] Compiling Collections DequeModule reexports.swift
[535/748] Compiling HTTPTypes HTTPFields.swift
[536/748] Compiling HTTPTypes HTTPParsedFields.swift
[537/748] Compiling HTTPTypes HTTPField.swift
[538/748] Emitting module HTTPTypes
[539/748] Compiling HTTPTypes HTTPFieldName.swift
[540/748] Compiling HTTPTypes HTTPRequest+URL.swift
[541/748] Compiling NIOCore NIOAsyncSequenceProducer.swift
[542/748] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[543/748] Compiling NIOCore NIOAsyncWriter.swift
[544/748] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[545/748] Compiling NIOCore BSDSocketAPI.swift
[546/748] Compiling NIOCore ByteBuffer-aux.swift
[547/753] Compiling AsyncAlgorithms ZipStateMachine.swift
[548/753] Compiling AsyncAlgorithms ZipStorage.swift
[549/753] Compiling NIOCore NIOSendable.swift
[550/753] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[551/753] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[552/753] Compiling NIOCore RecvByteBufferAllocator.swift
[553/753] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[554/760] Compiling NIOCore MarkedCircularBuffer.swift
[555/760] Compiling NIOCore MulticastChannel.swift
[556/760] Compiling NIOCore NIOAny.swift
[557/760] Compiling NIOCore NIOCloseOnErrorHandler.swift
[558/760] Compiling NIOCore NIOCoreSendableMetatype.swift
[559/760] Compiling NIOCore NIODecodedAsyncSequence.swift
[560/760] Compiling NIOCore NIOLoopBound.swift
[561/760] Compiling NIOCore IO.swift
[562/760] Compiling NIOCore IOData.swift
[563/760] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[564/760] Compiling NIOCore IntegerBitPacking.swift
[565/760] Compiling AsyncAlgorithms UnsafeTransfer.swift
[566/760] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[567/760] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[568/760] Compiling Metrics Metrics.swift
[569/760] Emitting module Metrics
[576/760] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[577/760] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[578/760] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[579/760] Compiling AsyncAlgorithms AsyncShareSequence.swift
[580/760] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[581/760] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[582/760] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[583/760] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[584/760] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[585/760] Compiling NIOCore ChannelHandler.swift
[586/760] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[587/760] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[588/760] Compiling AsyncAlgorithms _TinyArray.swift
[589/760] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[590/760] Compiling AsyncAlgorithms Locking.swift
[591/760] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[592/760] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[593/760] Compiling AsyncAlgorithms MergeStateMachine.swift
[594/760] Emitting module AsyncAlgorithms
[595/760] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[596/760] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[597/760] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[598/760] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[599/760] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[600/760] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[601/760] Compiling AsyncAlgorithms MergeStorage.swift
[602/760] Compiling NIOCore AddressedEnvelope.swift
[603/760] Compiling NIOCore AsyncAwaitSupport.swift
[604/760] Compiling NIOCore AsyncChannel.swift
[605/760] Compiling NIOCore AsyncChannelHandler.swift
[606/760] Compiling NIOCore AsyncChannelInboundStream.swift
[607/760] Compiling NIOCore AsyncChannelOutboundWriter.swift
[619/760] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[620/760] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[621/760] Compiling AsyncAlgorithms AsyncChannel.swift
[622/760] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[623/760] Compiling AsyncAlgorithms ChannelStateMachine.swift
[624/760] Compiling AsyncAlgorithms ChannelStorage.swift
[631/760] Compiling NIOCore SocketAddresses.swift
[632/760] Compiling NIOCore SocketOptionProvider.swift
[633/760] Compiling NIOCore SystemCallHelpers.swift
[634/760] Compiling NIOCore TimeAmount+Duration.swift
[635/760] Compiling NIOCore TypeAssistedChannelHandler.swift
[636/760] Compiling NIOCore UniversalBootstrapSupport.swift
[637/760] Compiling NIOCore Utilities.swift
[645/770] Compiling ServiceLifecycle ServiceRunnerError.swift
[646/770] Emitting module ServiceLifecycle
[647/770] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[667/770] Compiling GraphQL KnownDirectivesRule.swift
[668/770] Compiling GraphQL KnownFragmentNamesRule.swift
[669/770] Compiling GraphQL KnownTypeNamesRule.swift
[670/770] Compiling GraphQL LoneAnonymousOperationRule.swift
[671/770] Compiling GraphQL LoneSchemaDefinitionRule.swift
[681/770] Compiling GraphQL NoFragmentCyclesRule.swift
[690/779] Compiling ServiceLifecycle GracefulShutdown.swift
[691/779] Compiling ServiceLifecycle Service.swift
[692/779] Compiling ServiceLifecycle ClosureService.swift
[693/779] Compiling ServiceLifecycle CancellationWaiter.swift
[694/779] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[695/779] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[696/779] Compiling ServiceLifecycle ServiceGroup.swift
[697/779] Emitting module GraphQL
[712/779] Compiling GraphQL UniqueOperationTypesRule.swift
[713/779] Compiling GraphQL UniqueTypeNamesRule.swift
[714/779] Compiling GraphQL UniqueVariableNamesRule.swift
[715/779] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[716/779] Compiling GraphQL VariablesAreInputTypesRule.swift
[717/779] Compiling GraphQL VariablesInAllowedPositionRule.swift
[718/779] Compiling GraphQL SpecifiedRules.swift
[719/779] Compiling GraphQL Validate.swift
[720/779] Compiling GraphQL ValidationContext.swift
[749/779] Emitting module NIOCore
[750/837] Emitting module NIOHTTPTypes
[751/837] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[752/837] Compiling NIOPosix BSDSocketAPICommon.swift
[753/837] Compiling NIOPosix BSDSocketAPIPosix.swift
[754/837] Compiling NIOPosix BSDSocketAPIWindows.swift
[755/837] Compiling NIOPosix BaseSocket.swift
[756/837] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[757/837] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[758/837] Compiling NIOPosix BaseSocketChannel.swift
[759/837] Compiling NIOPosix BaseStreamSocketChannel.swift
[760/837] Compiling NIOPosix Bootstrap.swift
[761/837] Compiling NIOPosix ControlMessage.swift
[762/837] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[763/837] Emitting module NIOEmbedded
[764/837] Compiling NIOEmbedded Embedded.swift
[765/837] Compiling NIOEmbedded AsyncTestingChannel.swift
[766/837] Compiling NIOPosix FileDescriptor.swift
[767/837] Compiling NIOPosix GetaddrinfoResolver.swift
[768/837] Compiling NIOPosix HappyEyeballs.swift
[769/837] Compiling NIOPosix IO.swift
[770/837] Compiling NIOPosix IntegerBitPacking.swift
[771/837] Compiling NIOPosix IntegerTypes.swift
[772/842] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[773/842] Compiling NIOPosix System.swift
[774/842] Compiling NIOPosix Thread.swift
[775/842] Compiling NIOPosix ThreadPosix.swift
[776/842] Compiling NIOPosix ThreadWindows.swift
[777/842] Compiling NIOPosix SelectorWSAPoll.swift
[778/842] Compiling NIOPosix ServerSocket.swift
[779/842] Compiling NIOPosix Socket.swift
[780/842] Compiling NIOPosix SocketChannel.swift
[781/842] Compiling NIOPosix SocketProtocols.swift
[788/842] Compiling NIOPosix Utilities.swift
[789/842] Compiling NIOPosix VsockAddress.swift
[790/842] Compiling NIOPosix VsockChannelEvents.swift
[791/842] Compiling NIOPosix Windows.swift
[792/842] Compiling NIOPosix resource_bundle_accessor.swift
[793/842] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[794/842] Compiling NIOPosix PosixSingletons.swift
[795/842] Compiling NIOPosix RawSocketBootstrap.swift
[796/842] Compiling NIOPosix Resolver.swift
[797/842] Compiling NIOPosix Selectable.swift
[798/842] Compiling NIOPosix SelectableChannel.swift
[799/842] Compiling NIOPosix SelectableEventLoop.swift
[800/842] Compiling NIOPosix SelectorEpoll.swift
[801/842] Compiling NIOPosix SelectorGeneric.swift
[802/842] Compiling NIOPosix SelectorKqueue.swift
[803/842] Compiling NIOPosix SelectorUring.swift
[804/842] Compiling NIOPosix Linux.swift
[805/842] Compiling NIOPosix LinuxCPUSet.swift
[806/842] Compiling NIOPosix LinuxUring.swift
[807/842] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[808/842] Compiling NIOPosix NIOPosixSendableMetatype.swift
[809/842] Compiling NIOPosix NIOThreadPool.swift
[810/842] Compiling NIOPosix NonBlockingFileIO.swift
[811/842] Compiling NIOPosix PendingDatagramWritesManager.swift
[812/842] Compiling NIOPosix PendingWritesManager.swift
[813/842] Compiling NIOPosix PipeChannel.swift
[814/842] Compiling NIOPosix PipePair.swift
[815/842] Compiling NIOPosix Pool.swift
[816/842] Emitting module NIOPosix
[821/842] Compiling NIOPosix DatagramVectorReadManager.swift
[822/842] Compiling NIOPosix Errors+Any.swift
[843/894] Emitting module NIO
[844/894] Compiling NIO Exports.swift
[845/923] Compiling NIOTLS TLSEvents.swift
[846/923] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[847/923] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[848/923] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[849/923] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[850/923] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[851/923] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[852/923] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[853/923] Compiling NIOHTTP1 HTTPTypes.swift
[854/928] Emitting module Graphiti
[855/928] Compiling NIOHTTP1 ByteCollectionUtils.swift
[856/928] Compiling NIOHTTP1 HTTPDecoder.swift
[857/928] Compiling NIOHTTP1 HTTPEncoder.swift
[858/928] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[859/928] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[860/928] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[861/928] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[862/929] Compiling Graphiti Edge.swift
[863/929] Compiling Graphiti PageInfo.swift
[864/929] Compiling Graphiti BackwardPaginationArguments.swift
[865/929] Compiling Graphiti ForwardPaginationArguments.swift
[866/929] Compiling Graphiti PaginationArguments.swift
[867/929] Compiling Graphiti NoContext.swift
[868/929] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[869/929] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[870/929] Compiling NIOTLS SNIHandler.swift
[871/929] Emitting module NIOTLS
[872/929] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[873/929] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[874/929] Compiling Graphiti Input.swift
[875/929] Compiling Graphiti InputField.swift
[876/929] Compiling Graphiti InputFieldComponent.swift
[877/929] Compiling Graphiti InputFieldComponentBuilder.swift
[878/929] Compiling Graphiti Interface.swift
[879/929] Compiling Graphiti PartialSchema.swift
[880/929] Compiling Graphiti SchemaBuilder.swift
[881/929] Compiling Graphiti SubscribeField.swift
[882/929] Compiling Graphiti SubscribeResolve.swift
[883/929] Compiling Graphiti Subscription.swift
[884/929] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[885/929] Emitting module NIOFoundationCompat
[886/929] Compiling Graphiti Entity.swift
[887/929] Compiling Graphiti Key.swift
[888/929] Compiling Graphiti KeyComponent.swift
[889/929] Compiling Graphiti Type+Key.swift
[890/929] Compiling Graphiti Queries.swift
[891/929] Compiling Graphiti Service.swift
[892/929] Compiling Graphiti Component.swift
[893/929] Compiling Graphiti ComponentBuilder.swift
[894/929] Compiling Graphiti TypeComponent.swift
[895/929] Compiling Graphiti TypeComponentBuilder.swift
[896/929] Compiling Graphiti Connection.swift
[897/929] Compiling Graphiti ConnectionType.swift
[898/929] Compiling Graphiti Mutation.swift
[899/929] Compiling Graphiti Query.swift
[900/929] Compiling Graphiti Scalar.swift
[901/929] Compiling Graphiti Schema.swift
[902/929] Compiling Graphiti SchemaTypeProvider.swift
[903/929] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[904/929] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[905/929] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[906/929] Compiling Graphiti Wrappers.swift
[907/929] Compiling Graphiti Enum.swift
[908/929] Compiling Graphiti Any.swift
[911/929] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[912/929] Compiling Graphiti Type.swift
[913/929] Compiling Graphiti Union.swift
[914/929] Compiling Graphiti NoIntrospectionRule.swift
[915/929] Compiling Graphiti Value.swift
[916/929] Compiling Graphiti ValueBuilder.swift
[917/969] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[918/969] Compiling NIOTransportServices NIOTSBootstraps.swift
[919/969] Compiling NIOTransportServices NIOTSChannelOptions.swift
[920/969] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[921/969] Compiling NIOTransportServices NIOTSEventLoop.swift
[922/969] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[923/969] Compiling NIOTransportServices AcceptHandler.swift
[924/969] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[925/969] Compiling NIOTransportServices StateManagedListenerChannel.swift
[926/969] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[927/969] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[928/969] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[929/969] Emitting module NIOHTTP1
[930/1002] Compiling NIOWebSocket WebSocketOpcode.swift
[931/1003] Compiling NIOExtras LineBasedFrameDecoder.swift
[932/1003] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[933/1003] Compiling NIOExtras NIOExtrasError.swift
[934/1003] Compiling NIOExtras NIOLengthFieldBitLength.swift
[935/1004] Emitting module NIOTransportServices
[936/1006] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[937/1006] Compiling NIOExtras JSONRPCFraming.swift
[938/1006] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[939/1006] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[940/1006] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[941/1006] Compiling NIOTransportServices NIOTSSingletons.swift
[942/1006] Compiling NIOExtras RequestResponseHandlers+State.swift
[943/1006] Compiling NIOExtras RequestResponseWithIDHandler.swift
[944/1006] Compiling NIOExtras DebugInboundEventsHandler.swift
[945/1006] Compiling NIOExtras DebugOutboundEventsHandler.swift
[946/1006] Compiling GraphQLTransportWS Requests.swift
[947/1006] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[948/1006] Compiling NIOExtras NIORequestIdentifiable.swift
[949/1006] Compiling NIOExtras PCAPRingBuffer.swift
[950/1006] Compiling NIOExtras QuiescingHelper.swift
[951/1006] Compiling NIOExtras RequestResponseHandler.swift
[952/1006] Compiling NIOExtras FixedLengthFrameDecoder.swift
[953/1006] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[954/1006] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[955/1006] Compiling NIOExtras LengthFieldPrepender.swift
[956/1006] Compiling GraphQLTransportWS Responses.swift
[957/1006] Compiling GraphQLTransportWS Messenger.swift
[958/1006] Compiling GraphQLTransportWS JsonEncodable.swift
[959/1006] Compiling GraphQLTransportWS GraphqlTransportWSError.swift
[960/1006] Compiling GraphQLTransportWS Client.swift
[961/1006] Compiling GraphQLTransportWS InitPayloads.swift
[962/1006] Emitting module GraphQLTransportWS
[963/1006] Compiling GraphQLTransportWS Server.swift
[964/1006] Emitting module NIOExtras
[965/1006] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[966/1006] Emitting module NIOHTTPTypesHTTP1
[968/1006] Compiling NIOTransportServices NIOTSListenerChannel.swift
[969/1006] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[970/1006] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[981/1006] Compiling GraphQLWS Messenger.swift
[982/1006] Compiling GraphQLWS JsonEncodable.swift
[983/1006] Compiling GraphQLWS Responses.swift
[984/1006] Compiling GraphQLWS Requests.swift
[985/1006] Compiling GraphQLWS GraphQLWSError.swift
[986/1006] Compiling GraphQLWS Client.swift
[987/1006] Compiling GraphQLWS InitPayloads.swift
[988/1006] Compiling GraphQLWS Server.swift
[989/1006] Emitting module GraphQLWS
[990/1006] Compiling NIOWebSocket SHA1.swift
[991/1006] Compiling NIOWebSocket WebSocketErrorCodes.swift
[992/1006] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[993/1006] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[994/1006] Emitting module NIOWebSocket
[995/1006] Compiling NIOWebSocket WebSocketFrame.swift
[996/1006] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[997/1006] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[998/1006] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1006/1021] Compiling NIOExtras WritePCAPHandler.swift
[1007/1048] Compiling HummingbirdCore Deprecations.swift
[1008/1048] Compiling HummingbirdCore Request.swift
[1009/1049] Compiling WSCore WebSocketOutboundWriter.swift
[1010/1049] Compiling WSCore WebSocketMessage.swift
[1011/1049] Compiling WSCore WebSocketInboundStream.swift
[1012/1049] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1013/1049] Compiling HummingbirdCore URI.swift
[1014/1049] Emitting module WSCore
[1015/1049] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1016/1049] Compiling HummingbirdCore RequestBody.swift
[1017/1049] Compiling WSCore WebSocketStateMachine.swift
[1018/1049] Compiling WSCore WebSocketInboundMessageStream.swift
[1019/1049] Compiling HummingbirdCore HTTPServerBuilder.swift
[1020/1049] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1021/1049] Compiling HummingbirdCore Server.swift
[1022/1049] Compiling HummingbirdCore ServerChildChannel.swift
[1023/1049] Emitting module HummingbirdCore
[1024/1051] Compiling HummingbirdCore Response.swift
[1025/1051] Compiling HummingbirdCore ResponseBody.swift
[1026/1051] Compiling HummingbirdCore ResponseBodyWriter.swift
[1027/1051] Compiling HummingbirdCore OutputBuffer.swift
[1028/1051] Compiling HummingbirdCore SendableMetatype.swift
[1032/1051] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[1033/1051] Compiling HummingbirdCore HTTP1Channel.swift
[1034/1051] Compiling HummingbirdCore HTTPChannelHandler.swift
[1038/1051] Compiling HummingbirdCore AnyAsyncSequence.swift
[1039/1051] Compiling HummingbirdCore FlatDictionary.swift
[1040/1051] Compiling HummingbirdCore HBParser.swift
[1041/1051] Compiling HummingbirdCore ResponseWriter.swift
[1042/1051] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1043/1051] Compiling HummingbirdCore BindAddress.swift
[1045/1051] Compiling HummingbirdCore ServerConfiguration.swift
[1046/1051] Compiling HummingbirdCore TSTLSOptions.swift
[1050/1051] Compiling HummingbirdCore String+percentEncode.swift
[1051/1051] Compiling HummingbirdCore UnsafeTransfer.swift
[1052/1119] Compiling Hummingbird Middleware.swift
[1053/1119] Compiling Hummingbird MiddlewareGroup.swift
[1054/1119] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1055/1119] Compiling Hummingbird _Middleware2.swift
[1056/1119] Compiling Hummingbird _OptionalMiddleware.swift
[1057/1119] Compiling Hummingbird _SpreadMiddleware.swift
[1058/1119] Compiling Hummingbird TracingMiddleware.swift
[1059/1126] Compiling Hummingbird RequestResponder.swift
[1060/1126] Compiling Hummingbird Response.swift
[1061/1126] Compiling Hummingbird URI+decodeQuery.swift
[1062/1126] Compiling Hummingbird MemoryPersistDriver.swift
[1063/1126] Compiling Hummingbird PersistDriver.swift
[1064/1126] Compiling Hummingbird PersistError.swift
[1065/1126] Compiling Hummingbird ByteBuffer+foundation.swift
[1066/1126] Compiling Hummingbird Trie+serialize.swift
[1067/1126] Compiling Hummingbird TrieRouter.swift
[1068/1126] Compiling Hummingbird ChildRequestContext.swift
[1069/1126] Compiling Hummingbird Request.swift
[1070/1126] Compiling Hummingbird RequestContext.swift
[1071/1126] Compiling Hummingbird RequestContextSource.swift
[1072/1126] Compiling Hummingbird RequestID.swift
[1073/1126] Compiling Hummingbird EndpointResponder.swift
[1074/1126] Compiling Hummingbird Parameters+UUID.swift
[1075/1126] Compiling Hummingbird Parameters.swift
[1076/1126] Compiling Hummingbird ResponseGenerator.swift
[1077/1126] Compiling Hummingbird RouteCollection.swift
[1078/1126] Compiling Hummingbird Router+validation.swift
[1079/1126] Compiling Hummingbird Router.swift
[1080/1126] Emitting module Hummingbird
[1081/1126] Compiling Hummingbird RouterGroup.swift
[1082/1126] Compiling Hummingbird RouterMethods.swift
[1083/1126] Compiling Hummingbird RouterPath.swift
[1084/1126] Compiling Hummingbird RouterResponder.swift
[1085/1126] Compiling Hummingbird TransformingRouterGroup.swift
[1086/1126] Compiling Hummingbird RouterTrie.swift
[1087/1126] Compiling Hummingbird Trie+resolve.swift
[1088/1126] Compiling Hummingbird Application+ConfigReader.swift
[1089/1126] Compiling Hummingbird Application.swift
[1090/1126] Compiling Hummingbird CodableProtocols.swift
[1091/1126] Compiling Hummingbird JSONCoding.swift
[1092/1126] Compiling Hummingbird ResponseEncodable.swift
[1093/1126] Compiling Hummingbird URLEncodedForm+Request.swift
[1094/1126] Compiling Hummingbird URLEncodedForm.swift
[1095/1126] Compiling Hummingbird URLEncodedFormDecoder.swift
[1096/1126] Compiling Hummingbird URLEncodedFormEncoder.swift
[1097/1126] Compiling Hummingbird URLEncodedFormNode.swift
[1098/1126] Compiling Hummingbird Configuration.swift
[1099/1126] Compiling Hummingbird Deprecations.swift
[1100/1126] Compiling Hummingbird Environment.swift
[1101/1126] Compiling Hummingbird EditedHTTPError.swift
[1102/1126] Compiling Hummingbird HTTPError.swift
[1103/1126] Compiling Hummingbird HTTPResponseError.swift
[1104/1126] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1105/1126] Compiling Hummingbird Exports.swift
[1106/1126] Compiling Hummingbird CacheControl.swift
[1107/1126] Compiling Hummingbird FileIO.swift
[1108/1126] Compiling Hummingbird FileProvider.swift
[1109/1126] Compiling Hummingbird LocalFileSystem.swift
[1110/1126] Compiling Hummingbird Cookie.swift
[1111/1126] Compiling Hummingbird Cookies.swift
[1112/1126] Compiling Hummingbird MediaType+FileExtension.swift
[1113/1126] Compiling Hummingbird MediaType.swift
[1114/1126] Compiling Hummingbird Request+Cookies.swift
[1115/1126] Compiling Hummingbird Response+Cookies.swift
[1116/1126] Compiling Hummingbird CORSMiddleware.swift
[1117/1126] Compiling Hummingbird FileMiddleware.swift
[1118/1126] Compiling Hummingbird LogRequestMiddleware.swift
[1119/1126] Compiling Hummingbird MetricsMiddleware.swift
[1120/1126] Compiling Hummingbird DateCache.swift
[1121/1126] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1122/1126] Compiling Hummingbird HexDigest.swift
[1123/1126] Compiling Hummingbird InitializableFromSource.swift
[1124/1126] Compiling Hummingbird PreludeService.swift
[1125/1126] Compiling Hummingbird SplitStringSequences.swift
[1126/1126] Compiling Hummingbird StringProtocol.swift
[1127/1133] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1128/1133] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1129/1133] Compiling HummingbirdWebSocket Exports.swift
[1130/1133] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1131/1133] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1132/1133] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1133/1133] Emitting module HummingbirdWebSocket
[1134/1144] Compiling GraphQLHummingbird WebSocketMessenger.swift
[1135/1145] Compiling GraphQLHummingbird Router+graphql.swift
[1136/1145] Compiling GraphQLHummingbird EmptyWebSocketInit.swift
[1137/1145] Compiling GraphQLHummingbird GraphiQLHandler.swift
[1138/1145] Compiling GraphQLHummingbird GraphQLJSONEncoder+encode.swift
[1139/1145] Compiling GraphQLHummingbird MediaType+jsonGraphQL.swift
[1140/1145] Compiling GraphQLHummingbird GraphQLHandler.swift
[1141/1145] Compiling GraphQLHummingbird GraphQLConfig.swift
[1142/1145] Emitting module GraphQLHummingbird
[1143/1145] Compiling GraphQLHummingbird GraphQLHandler+HTTP.swift
[1144/1145] Compiling GraphQLHummingbird GraphQLHandler+handleWebSocket.swift
[1145/1145] Compiling GraphQLHummingbird WebSocketSubProtocol.swift
Build complete! (78.24s)
Fetching https://github.com/GraphQLSwift/GraphQLWS.git
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/GraphQLSwift/GraphQLTransportWS.git
Fetching https://github.com/hummingbird-project/hummingbird-websocket.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/485] Fetching graphqlws
[220/1070] Fetching graphqlws, graphqltransportws
[566/4327] Fetching graphqlws, graphqltransportws, hummingbird-websocket
[1788/10285] Fetching graphqlws, graphqltransportws, hummingbird-websocket, graphql
[1789/36497] Fetching graphqlws, graphqltransportws, hummingbird-websocket, graphql, hummingbird
Fetched https://github.com/GraphQLSwift/GraphQLWS.git from cache (1.18s)
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (1.18s)
[9085/30054] Fetching graphqltransportws, hummingbird-websocket, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.32s)
Fetched https://github.com/GraphQLSwift/GraphQLTransportWS.git from cache (2.32s)
Fetched https://github.com/hummingbird-project/hummingbird-websocket.git from cache (2.32s)
Fetched https://github.com/apple/swift-nio.git from cache (2.42s)
Computing version for https://github.com/GraphQLSwift/GraphQLWS.git
Computed https://github.com/GraphQLSwift/GraphQLWS.git at 1.0.0 (5.46s)
Fetching https://github.com/GraphQLSwift/Graphiti.git
[1/3839] Fetching graphiti
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (0.91s)
Computing version for https://github.com/GraphQLSwift/GraphQLTransportWS.git
Computed https://github.com/GraphQLSwift/GraphQLTransportWS.git at 1.0.0 (1.51s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 3.1.0 (0.53s)
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.49s)
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/813] Fetching swift-websocket
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.79s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.92s)
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.43s)
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/2713] Fetching swift-service-lifecycle
[191/3356] Fetching swift-service-lifecycle, compress-nio
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.85s)
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.85s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.98s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.00s)
Fetched https://github.com/apple/swift-log.git from cache (1.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.58s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.62s)
[1/7145] Fetching swift-certificates
[216/13369] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.92s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.15s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.15s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.76s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.24s)
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.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.52s)
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.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.64s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.11.0 (1.97s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.78s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.46s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.1.0 (0.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.60s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.46s)
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 (1.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.49s)
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.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.61s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.21.1 (0.52s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git from cache
[1/5720] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.10s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.12s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.13s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.64s)
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.82s)
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.32s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.08s)
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/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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-http-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-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-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/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 4.1.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-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-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-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/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/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/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.3.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.6.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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.21.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/GraphQLSwift/GraphQLWS.git
Working copy of https://github.com/GraphQLSwift/GraphQLWS.git resolved at 1.0.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/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/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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
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" : "/Users/admin/builder/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"
}
Done.