The Swift Package Index logo.Swift Package Index

Build Information

Successful build of hummingbird-lambda, reference 2.1.0 (d66f3e), with Swift 6.1 for macOS (SPM) on 21 Apr 2026 13:04:46 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hummingbird-project/hummingbird-lambda
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d66f3ef Fix APIGatewayV2 response cookie handling (multiValueHeaders → cookies) (#69)
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
d66f3ef5eb338313c340b0bf3ea2a76724488f28
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-lambda.git
https://github.com/hummingbird-project/hummingbird-lambda.git
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.18.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.91.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdLambdaTesting",
      "targets" : [
        "HummingbirdLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTesting",
      "path" : "Sources/HummingbirdLambdaTesting",
      "product_memberships" : [
        "HummingbirdLambdaTesting"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "FunctionURLLambda.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.swift",
        "LambdaTestFramework.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "BasicLambdaRequestContext.swift",
        "CollateResponseBodyWriter.swift",
        "Deprecations.swift",
        "Exports.swift",
        "FunctionURLLambda.swift",
        "LambdaFunction.swift",
        "LambdaRequestContext.swift",
        "PreludeService.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift",
        "Utils/OutputBuffer.swift",
        "Utils/String+percentEncode.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "maths.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/64] Write sources
[3/64] Write HBLambdaTest-entitlement.plist
[3/64] Write sources
[11/64] Copying PrivacyInfo.xcprivacy
[11/64] Write sources
[44/64] Compiling CNIOWindows shim.c
[45/64] Compiling CNIOWASI CNIOWASI.c
[45/64] Compiling CNIOWindows WSAStartup.c
[47/64] Compiling CNIOLinux liburing_shims.c
[47/64] Compiling CNIOOpenBSD shim.c
[49/64] Compiling CNIOLinux shim.c
[49/64] Write sources
[52/64] Write swift-version-2F0A5646E1D333AE.txt
[53/64] Compiling CNIOPosix event_loop_id.c
[54/64] Compiling _AtomicsShims.c
[55/70] Compiling CNIOLLHTTP c_nio_http.c
[56/79] Compiling CNIOLLHTTP c_nio_api.c
[57/108] Compiling CNIOLLHTTP c_nio_llhttp.c
[58/111] Compiling CNIODarwin shim.c
[60/116] Emitting module ServiceContextModule
[61/116] Compiling ServiceContextModule ServiceContext.swift
[62/116] Compiling ServiceContextModule ServiceContextKey.swift
[63/116] Emitting module _NIOBase64
[64/116] Compiling _NIOBase64 Base64.swift
[65/125] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[66/125] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/126] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/126] Compiling Instrumentation NoOpInstrument.swift
[69/126] Compiling InternalCollectionsUtilities Span+Extras.swift
[70/126] Compiling InternalCollectionsUtilities String+Padding.swift
[71/126] Compiling Instrumentation InstrumentationSystem.swift
[72/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/126] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[74/126] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/126] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/126] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[77/126] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/126] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/126] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/126] Compiling InternalCollectionsUtilities Debugging.swift
[81/126] Compiling InternalCollectionsUtilities Descriptions.swift
[82/126] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/126] Compiling InternalCollectionsUtilities Integer rank.swift
[84/126] Emitting module InternalCollectionsUtilities
[85/126] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/126] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/145] Emitting module ConcurrencyHelpers
[88/145] Compiling ConcurrencyHelpers LockedValueBox.swift
[89/145] Compiling _NIODataStructures _TinyArray.swift
[90/145] Compiling _NIODataStructures PriorityQueue.swift
[91/145] Emitting module _NIODataStructures
[92/145] Compiling _NIODataStructures Heap.swift
[93/145] Compiling Logging MetadataProvider.swift
[94/145] Emitting module Instrumentation
[95/145] Compiling Instrumentation Locks.swift
[96/145] Compiling Instrumentation MultiplexInstrument.swift
[97/145] Compiling Instrumentation Instrument.swift
[98/217] Compiling _RopeModule BigString+UTF16View.swift
[99/217] Compiling _RopeModule BigString+UTF8View.swift
[100/218] Compiling _RopeModule BigString+CustomStringConvertible.swift
[101/218] Compiling _RopeModule BigString+Equatable.swift
[102/218] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[103/218] Compiling _RopeModule BigString+Hashing.swift
[104/218] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[105/218] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[106/218] Compiling _RopeModule BigString+Sequence.swift
[107/218] Compiling _RopeModule BigString+TextOutputStream.swift
[108/218] Compiling _RopeModule BigString+Chunk+Splitting.swift
[109/218] Compiling _RopeModule BigString+Chunk+UTF16.swift
[110/218] Compiling _RopeModule BigString+Chunk+UTF8.swift
[111/218] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[112/218] Compiling _RopeModule BigString+Chunk.swift
[113/218] Compiling _RopeModule BigString+BidirectionalCollection.swift
[114/218] Compiling _RopeModule BigString+Comparable.swift
[115/218] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[116/281] Compiling CoreMetrics MappingMetricsFactory.swift
[117/281] Emitting module CoreMetrics
[118/281] Compiling CoreMetrics WithMetricsFactory.swift
[119/281] Compiling CoreMetrics Metrics.swift
[120/281] Compiling CoreMetrics Locks.swift
[121/281] Compiling Atomics Unmanaged extensions.swift
[122/281] Compiling Logging LogHandler.swift
[123/281] Compiling Logging Locks.swift
[124/281] Compiling Logging LogEvent.swift
[125/281] Compiling Logging Logging.swift
[126/281] Emitting module Logging
[127/289] Compiling ConcurrencyHelpers Lock.swift
[128/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[129/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[130/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[131/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[132/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[133/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[134/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[135/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[136/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[137/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[138/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[139/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[140/304] Compiling HeapModule _HeapNode.swift
[141/304] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[142/304] Compiling HeapModule Heap.swift
[143/304] Compiling OrderedCollections _Hashtable+Header.swift
[144/304] Compiling OrderedCollections OrderedDictionary+Codable.swift
[145/304] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[146/304] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[147/304] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[148/304] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[149/304] Compiling OrderedCollections OrderedSet+Hashable.swift
[150/304] Compiling OrderedCollections OrderedSet+Initializers.swift
[151/304] Compiling OrderedCollections OrderedDictionary+Values.swift
[152/304] Compiling OrderedCollections OrderedDictionary.swift
[153/304] Compiling OrderedCollections OrderedSet+Codable.swift
[154/304] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[155/304] Compiling OrderedCollections OrderedSet+Descriptions.swift
[156/304] Compiling OrderedCollections OrderedSet+Diffing.swift
[157/304] Compiling OrderedCollections OrderedSet+Equatable.swift
[158/304] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[159/304] Compiling OrderedCollections OrderedSet+Insertions.swift
[160/304] Compiling OrderedCollections OrderedSet+Invariants.swift
[161/304] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[162/304] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[163/304] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[164/304] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[165/304] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[166/304] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[167/304] Compiling HeapModule Heap+Descriptions.swift
[168/304] Compiling HeapModule Heap+Invariants.swift
[169/304] Compiling HeapModule Heap+UnsafeHandle.swift
[170/304] Compiling OrderedCollections OrderedDictionary+Elements.swift
[171/304] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[172/304] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[173/304] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[174/304] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[175/304] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[176/304] Emitting module HeapModule
[177/304] Compiling Tracing TracerProtocol+Legacy.swift
[177/304] Compiling c-nioatomics.c
[179/307] Compiling Tracing TracingTime.swift
[180/307] Compiling Tracing TracerProtocol.swift
[181/307] Compiling Tracing Tracer.swift
[182/307] Emitting module Tracing
[183/307] Compiling Tracing SpanProtocol.swift
[184/307] Compiling Tracing InstrumentationSystem+Tracing.swift
[185/307] Compiling Tracing NoOpTracer.swift
[192/419] Compiling HashTreeCollections TreeDictionary.swift
[193/419] Compiling HashTreeCollections TreeSet+Codable.swift
[194/419] Compiling HashTreeCollections TreeSet+Collection.swift
[195/419] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[196/419] Compiling HashTreeCollections TreeSet+Debugging.swift
[197/419] Compiling HashTreeCollections TreeSet+Descriptions.swift
[198/419] Compiling _RopeModule _CharacterRecognizer.swift
[199/419] Compiling ContainersPreview ContainerIterator.swift
[200/419] Compiling ContainersPreview DynamicContainer.swift
[201/419] Compiling ContainersPreview MutableContainer.swift
[202/419] Compiling ContainersPreview PermutableContainer.swift
[203/419] Compiling ContainersPreview OutputSpan+Extras.swift
[204/419] Compiling ContainersPreview TemporaryAllocation.swift
[205/419] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[206/419] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[207/419] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[208/419] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[209/419] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[210/419] Compiling ContainersPreview BorrowingSequence.swift
[211/419] Compiling ContainersPreview Producer+Filter.swift
[212/419] Compiling ContainersPreview Producer+Map.swift
[213/419] Compiling ContainersPreview Producer+Reduce.swift
[214/422] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[215/422] Compiling HashTreeCollections TreeDictionary+Keys.swift
[216/422] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[217/422] Compiling HashTreeCollections TreeDictionary+Merge.swift
[218/422] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[219/422] Compiling HashTreeCollections _RawHashNode.swift
[220/422] Compiling HashTreeCollections _UnmanagedHashNode.swift
[221/422] Compiling HashTreeCollections _UnsafePath.swift
[222/422] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[223/422] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[224/422] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[225/422] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[226/422] Compiling ContainersPreview Drain+Reduce.swift
[227/422] Compiling ContainersPreview Drain.swift
[228/422] Compiling ContainersPreview Producer+Collect.swift
[229/422] Compiling ContainersPreview Producer.swift
[230/422] Compiling ContainersPreview Borrow.swift
[231/422] Compiling ContainersPreview Box.swift
[232/422] Compiling ContainersPreview BidirectionalContainer.swift
[233/422] Compiling ContainersPreview Container+Filter.swift
[234/422] Compiling ContainersPreview Container+SpanwiseZip.swift
[235/422] Compiling ContainersPreview Container.swift
[236/422] Compiling ContainersPreview RandomAccessContainer.swift
[237/422] Compiling ContainersPreview RangeExpression2.swift
[238/422] Compiling ContainersPreview RangeReplaceableContainer.swift
[239/422] Compiling ContainersPreview Drain+Map.swift
[240/422] Emitting module ContainersPreview
[241/422] Compiling ContainersPreview Inout.swift
[242/422] Compiling ContainersPreview InputSpan.swift
[243/422] Compiling ContainersPreview Shared.swift
[260/477] Compiling BitCollections BitSet+BidirectionalCollection.swift
[261/477] Compiling BitCollections BitSet+Codable.swift
[262/477] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[263/477] Compiling BitCollections BitSet+CustomReflectable.swift
[264/477] Compiling BitCollections BitSet+CustomStringConvertible.swift
[265/477] Compiling BitCollections BitSet+Equatable.swift
[266/477] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[267/477] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[268/477] Compiling HashTreeCollections TreeDictionary+Codable.swift
[269/477] Compiling HashTreeCollections TreeDictionary+Collection.swift
[270/477] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[271/477] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[272/477] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[273/477] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[274/477] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[275/477] Compiling HashTreeCollections TreeDictionary+Values.swift
[276/477] Compiling BitCollections BitSet.Counted.swift
[277/477] Compiling BitCollections BitSet.Index.swift
[278/477] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[279/477] Compiling BitCollections BitArray+Shifts.swift
[280/477] Compiling BitCollections BitArray+Testing.swift
[281/477] Compiling BitCollections BitArray._UnsafeHandle.swift
[282/477] Compiling BitCollections BitArray.swift
[283/477] Compiling BitCollections BitArray+Hashable.swift
[284/477] Compiling BitCollections BitArray+Initializers.swift
[285/477] Compiling BitCollections BitArray+Invariants.swift
[286/477] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[287/477] Compiling BitCollections BitArray+RandomBits.swift
[288/477] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[289/477] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[290/477] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[291/477] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[292/477] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[293/477] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[294/477] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[295/477] Compiling BitCollections BitArray+CustomReflectable.swift
[296/477] Compiling BitCollections BitArray+Descriptions.swift
[297/477] Compiling BitCollections BitArray+Equatable.swift
[298/477] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[299/477] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[300/477] Compiling BitCollections BitArray+Extras.swift
[301/477] Compiling BitCollections BitSet+Extras.swift
[302/477] Compiling BitCollections BitSet+Hashable.swift
[303/477] Compiling BitCollections BitSet+Initializers.swift
[304/477] Compiling BitCollections BitSet+Invariants.swift
[305/477] Compiling BitCollections BitSet+Random.swift
[306/477] Compiling BitCollections BitSet+SetAlgebra basics.swift
[307/477] Compiling BitCollections BitArray+Fill.swift
[307/477] Compiling c-atomics.c
[315/477] Emitting module Atomics
[316/518] Compiling DequeModule RigidDeque+Hashable.swift
[317/518] Compiling DequeModule RigidDeque+Initializers.swift
[318/518] Compiling DequeModule RigidDeque+Insertions.swift
[319/518] Compiling DequeModule RigidDeque+Prepend.swift
[320/522] Compiling HTTPTypes NIOLock.swift
[321/522] Compiling DequeModule RigidDeque+Removals.swift
[322/522] Compiling DequeModule RigidDeque+Replacements.swift
[323/522] Compiling DequeModule RigidDeque+Testing.swift
[324/522] Compiling DequeModule RigidDeque.swift
[325/522] Compiling DequeModule RigidDeque+Container.swift
[326/522] Compiling DequeModule RigidDeque+Descriptions.swift
[327/522] Compiling DequeModule RigidDeque+Equatable.swift
[328/522] Compiling DequeModule RigidDeque+Experimental.swift
[331/528] Compiling DequeModule RigidDeque+Consumption.swift
[344/543] Emitting module _RopeModule
[345/543] Emitting module BitCollections
[346/543] Compiling UnixSignals UnixSignalsSequence.swift
[347/543] Emitting module UnixSignals
[348/543] Compiling UnixSignals UnixSignal.swift
[349/543] Compiling DequeModule Deque.swift
[350/543] Compiling DequeModule _DequeBuffer.swift
[351/543] Compiling DequeModule _DequeBufferHeader.swift
[352/543] Compiling DequeModule RigidDeque+Append.swift
[353/543] Compiling DequeModule UniqueDeque.swift
[354/543] Compiling DequeModule _DequeSlot.swift
[361/543] Compiling HTTPTypes ISOLatin1String.swift
[362/543] Compiling DequeModule Deque+Codable.swift
[363/543] Compiling DequeModule Deque+Collection.swift
[364/543] Compiling DequeModule Deque+CustomReflectable.swift
[365/543] Compiling DequeModule Deque+Descriptions.swift
[366/543] Compiling DequeModule Deque+Equatable.swift
[368/543] Emitting module OrderedCollections
[369/543] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[370/543] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[371/543] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[372/543] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[373/543] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[374/543] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[375/543] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[376/543] Compiling HashTreeCollections TreeSet.swift
[377/543] Compiling DequeModule UniqueDeque+Append.swift
[378/543] Compiling DequeModule UniqueDeque+Consumption.swift
[379/543] Compiling DequeModule UniqueDeque+Container.swift
[380/543] Compiling DequeModule UniqueDeque+Descriptions.swift
[383/543] Compiling BitCollections BitSet._UnsafeHandle.swift
[384/543] Compiling BitCollections BitSet.swift
[385/543] Compiling BitCollections Range+Utilities.swift
[386/543] Compiling BitCollections Slice+Utilities.swift
[387/543] Compiling BitCollections UInt+Tricks.swift
[388/543] Compiling BitCollections _Word.swift
[404/543] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[405/543] Compiling DequeModule Deque+Extras.swift
[406/543] Compiling DequeModule Deque+Hashable.swift
[407/543] Compiling DequeModule Deque+Testing.swift
[408/543] Compiling DequeModule Deque._Storage.swift
[409/543] Compiling DequeModule UniqueDeque+Equatable.swift
[410/543] Compiling DequeModule UniqueDeque+Experimental.swift
[411/543] Compiling DequeModule UniqueDeque+Hashable.swift
[412/543] Compiling DequeModule UniqueDeque+Initializers.swift
[413/543] Compiling HTTPTypes HTTPRequest.swift
[414/543] Compiling HTTPTypes HTTPResponse.swift
[415/543] Compiling DequeModule UniqueDeque+Insertions.swift
[416/543] Compiling DequeModule UniqueDeque+Prepend.swift
[417/543] Compiling DequeModule UniqueDeque+Removals.swift
[418/543] Compiling DequeModule UniqueDeque+Replacements.swift
[423/543] Compiling DequeModule Deque._UnsafeHandle.swift
[433/543] Compiling HTTPTypes HTTPFieldName.swift
[434/543] Compiling HTTPTypes HTTPField.swift
[435/543] Emitting module HTTPTypes
[436/543] Compiling HTTPTypes HTTPFields.swift
[467/543] Compiling DequeModule _UnsafeDequeHandle.swift
[468/543] Compiling DequeModule _UnsafeDequeSegments.swift
[473/543] Emitting module NIOConcurrencyHelpers
[474/543] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[475/543] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[476/543] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[477/543] Compiling NIOConcurrencyHelpers atomics.swift
[478/543] Compiling NIOConcurrencyHelpers NIOLock.swift
[479/543] Compiling NIOConcurrencyHelpers lock.swift
[503/543] Emitting module Metrics
[533/543] Emitting module DequeModule
[534/606] Emitting module HashTreeCollections
[535/663] Compiling HTTPTypes HTTPParsedFields.swift
[536/663] Compiling HTTPTypes HTTPRequest+URL.swift
[537/694] Compiling Collections HeapModule reexports.swift
[538/694] Compiling Collections HashTreeCollections reexports.swift
[539/694] Compiling Collections OrderedCollections reexports.swift
[540/694] Compiling Collections DequeModule reexports.swift
[541/694] Emitting module Collections
[542/694] Compiling Collections BitCollections reexports.swift
[543/694] Compiling ExtrasBase64 Base64.swift
[544/694] Compiling ExtrasBase64 Base32.swift
[545/694] Emitting module ExtrasBase64
[546/694] Compiling Metrics Metrics.swift
[547/694] Compiling AWSLambdaEvents AWSRegion.swift
[548/694] Compiling AWSLambdaEvents AppSync.swift
[549/694] Compiling AWSLambdaEvents BedrockAgent.swift
[550/694] Compiling AWSLambdaEvents EncodableResponse.swift
[551/694] Compiling AWSLambdaEvents SQS+Decode.swift
[552/694] Compiling AWSLambdaEvents Cognito.swift
[553/699] Compiling NIOCore Interfaces.swift
[554/699] Compiling NIOCore Linux.swift
[555/699] Compiling NIOCore MarkedCircularBuffer.swift
[556/699] Compiling NIOCore MulticastChannel.swift
[557/699] Compiling NIOCore NIOAny.swift
[558/699] Compiling NIOCore NIOCloseOnErrorHandler.swift
[563/699] Compiling AsyncAlgorithms UnsafeTransfer.swift
[564/699] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[565/699] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[566/699] Compiling AsyncAlgorithms ZipStateMachine.swift
[567/699] Compiling AsyncAlgorithms ZipStorage.swift
[568/699] Compiling NIOCore NIOSendable.swift
[569/699] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[570/699] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[571/699] Compiling NIOCore RecvByteBufferAllocator.swift
[572/699] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[573/699] Compiling NIOCore IO.swift
[574/699] Compiling NIOCore IOData.swift
[575/699] Compiling NIOCore IPProtocol.swift
[576/699] Compiling NIOCore IntegerBitPacking.swift
[577/699] Compiling NIOCore IntegerTypes.swift
[580/706] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[581/706] Compiling AWSLambdaEvents CloudFormation.swift
[582/706] Compiling AWSLambdaEvents Cloudwatch.swift
[583/706] Compiling AWSLambdaEvents DecodableRequest.swift
[584/706] Compiling AWSLambdaEvents Base64.swift
[585/706] Compiling AWSLambdaEvents DateWrappers.swift
[586/706] Compiling AWSLambdaEvents ALB.swift
[587/706] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[588/706] Compiling AWSLambdaEvents APIGateway+V2.swift
[589/708] Compiling NIOCore ConvenienceOptionSupport.swift
[590/708] Compiling NIOCore DeadChannel.swift
[591/708] Compiling NIOCore DispatchQueue+WithFuture.swift
[592/708] Compiling NIOCore EventLoop+Deprecated.swift
[593/708] Compiling NIOCore EventLoop+SerialExecutor.swift
[594/708] Compiling NIOCore EventLoop.swift
[595/708] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[596/708] Compiling NIOCore EventLoopFuture+Deprecated.swift
[597/708] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[598/708] Compiling NIOCore EventLoopFuture.swift
[599/708] Compiling NIOCore FileDescriptor.swift
[600/708] Compiling NIOCore FileHandle.swift
[601/708] Compiling NIOCore FileRegion.swift
[602/708] Compiling NIOCore GlobalSingletons.swift
[609/708] Emitting module AWSLambdaEvents
[616/708] Compiling AWSLambdaEvents DynamoDB.swift
[617/708] Compiling AWSLambdaEvents FunctionURL.swift
[618/708] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[628/708] Emitting module AsyncAlgorithms
[629/708] Compiling AWSLambdaEvents HTTP.swift
[630/708] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[631/708] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[632/708] Compiling NIOCore ByteBuffer-conversions.swift
[633/708] Compiling NIOCore ByteBuffer-core.swift
[646/708] Compiling AWSLambdaEvents SNS.swift
[647/708] Compiling AWSLambdaEvents SQS.swift
[648/708] Compiling AWSLambdaEvents S3.swift
[649/708] Compiling AWSLambdaEvents SES.swift
[650/708] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[651/708] Compiling AWSLambdaEvents APIGateway.swift
[657/708] Compiling NIOCore SocketAddresses.swift
[658/708] Compiling NIOCore SocketOptionProvider.swift
[659/708] Compiling NIOCore SystemCallHelpers.swift
[660/708] Compiling NIOCore TimeAmount+Duration.swift
[661/708] Compiling NIOCore TypeAssistedChannelHandler.swift
[662/708] Compiling NIOCore UniversalBootstrapSupport.swift
[663/708] Compiling NIOCore Utilities.swift
[676/718] Compiling ServiceLifecycle ServiceRunnerError.swift
[677/718] Compiling ServiceLifecycle GracefulShutdown.swift
[678/718] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[693/718] Compiling ServiceLifecycle Service.swift
[694/718] Compiling ServiceLifecycle ClosureService.swift
[695/718] Compiling ServiceLifecycle CancellationWaiter.swift
[696/718] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[697/718] Emitting module ServiceLifecycle
[698/718] Compiling ServiceLifecycle ServiceGroup.swift
[699/718] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[715/718] Emitting module NIOCore
[716/776] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[717/776] Emitting module NIOHTTPTypes
[718/776] Emitting module NIOEmbedded
[719/776] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[720/776] Compiling NIOEmbedded AsyncTestingChannel.swift
[721/776] Compiling NIOEmbedded Embedded.swift
[722/776] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[723/776] Compiling NIOPosix System.swift
[724/776] Compiling NIOPosix Thread.swift
[725/776] Compiling NIOPosix ThreadPosix.swift
[726/776] Compiling NIOPosix ThreadWindows.swift
[727/776] Compiling NIOPosix BSDSocketAPICommon.swift
[728/776] Compiling NIOPosix BSDSocketAPIPosix.swift
[729/776] Compiling NIOPosix BSDSocketAPIWindows.swift
[730/776] Compiling NIOPosix BaseSocket.swift
[731/776] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[732/776] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[733/781] Compiling NIOPosix Linux.swift
[734/781] Compiling NIOPosix LinuxCPUSet.swift
[735/781] Compiling NIOPosix LinuxUring.swift
[736/781] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[737/781] Compiling NIOPosix NIOPosixSendableMetatype.swift
[738/781] Compiling NIOPosix NIOThreadPool.swift
[739/781] Compiling NIOPosix SelectorWSAPoll.swift
[740/781] Compiling NIOPosix ServerSocket.swift
[741/781] Compiling NIOPosix Socket.swift
[742/781] Compiling NIOPosix SocketChannel.swift
[743/781] Compiling NIOPosix SocketProtocols.swift
[744/781] Emitting module NIOPosix
[745/781] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[746/781] Compiling NIOPosix PosixSingletons.swift
[747/781] Compiling NIOPosix RawSocketBootstrap.swift
[748/781] Compiling NIOPosix Resolver.swift
[749/781] Compiling NIOPosix Selectable.swift
[750/781] Compiling NIOPosix SelectableChannel.swift
[751/781] Compiling NIOPosix FileDescriptor.swift
[752/781] Compiling NIOPosix GetaddrinfoResolver.swift
[753/781] Compiling NIOPosix HappyEyeballs.swift
[754/781] Compiling NIOPosix IO.swift
[755/781] Compiling NIOPosix IntegerBitPacking.swift
[756/781] Compiling NIOPosix IntegerTypes.swift
[757/781] Compiling NIOPosix SelectableEventLoop.swift
[758/781] Compiling NIOPosix SelectorEpoll.swift
[759/781] Compiling NIOPosix SelectorGeneric.swift
[760/781] Compiling NIOPosix SelectorKqueue.swift
[761/781] Compiling NIOPosix SelectorUring.swift
[762/781] Compiling NIOPosix Utilities.swift
[763/781] Compiling NIOPosix VsockAddress.swift
[764/781] Compiling NIOPosix VsockChannelEvents.swift
[765/781] Compiling NIOPosix Windows.swift
[766/781] Compiling NIOPosix resource_bundle_accessor.swift
[767/781] Compiling NIOPosix NonBlockingFileIO.swift
[768/781] Compiling NIOPosix PendingDatagramWritesManager.swift
[769/781] Compiling NIOPosix PendingWritesManager.swift
[770/781] Compiling NIOPosix PipeChannel.swift
[771/781] Compiling NIOPosix PipePair.swift
[772/781] Compiling NIOPosix Pool.swift
[773/781] Compiling NIOPosix BaseSocketChannel.swift
[774/781] Compiling NIOPosix BaseStreamSocketChannel.swift
[775/781] Compiling NIOPosix Bootstrap.swift
[776/781] Compiling NIOPosix ControlMessage.swift
[777/781] Compiling NIOPosix DatagramVectorReadManager.swift
[778/781] Compiling NIOPosix Errors+Any.swift
[779/783] Compiling NIO Exports.swift
[780/783] Emitting module NIO
[781/811] Compiling NIOTLS TLSEvents.swift
[782/811] Emitting module NIOTLS
[783/811] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[784/811] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[785/811] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[786/811] Compiling NIOTLS SNIHandler.swift
[787/811] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[788/811] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[789/811] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[790/811] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[791/812] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[792/812] Emitting module NIOFoundationCompat
[793/812] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[794/812] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[795/812] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[796/834] Emitting module NIOHTTP1
[797/834] Compiling NIOTransportServices AcceptHandler.swift
[798/834] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[799/834] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[800/834] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[801/834] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[802/834] Compiling NIOTransportServices NIOTSListenerChannel.swift
[803/834] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[804/834] Compiling NIOTransportServices NIOTSErrors.swift
[805/834] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[806/834] Compiling NIOTransportServices NIOTSEventLoop.swift
[807/834] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[808/834] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[809/834] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[810/886] Compiling AWSLambdaRuntime Lambda.swift
[811/886] Compiling AWSLambdaRuntime Context+Foundation.swift
[812/887] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[813/887] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[814/887] Compiling AWSLambdaRuntime LambdaHandlers.swift
[815/887] Compiling AWSLambdaRuntime LambdaRuntime+Codable.swift
[816/887] Compiling AWSLambdaRuntime LambdaRuntime.swift
[817/887] Compiling AWSLambdaRuntime LambdaManagedRuntimeHandlers.swift
[818/887] Compiling AWSLambdaRuntime LambdaManagedRuntime+JSON.swift
[819/887] Compiling AWSLambdaRuntime LambdaRuntime+JSON.swift
[820/887] Emitting module NIOTransportServices
[821/889] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[822/889] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[823/889] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[824/889] Compiling AWSLambdaRuntime JSONLogHandler.swift
[825/889] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[826/889] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[827/889] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[828/889] Emitting module NIOHTTPTypesHTTP1
[831/889] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[834/889] Emitting module NIOExtras
[835/889] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[836/889] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[837/889] Compiling AWSLambdaRuntime LambdaRuntime+Handler.swift
[839/889] Emitting module AWSLambdaRuntime
[842/892] Compiling AWSLambdaRuntime LambdaClock.swift
[843/892] Compiling AWSLambdaRuntime LambdaContext.swift
[845/892] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[851/892] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[852/892] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[858/892] Compiling AWSLambdaRuntime SendableMetatype.swift
[859/892] Compiling AWSLambdaRuntime Utils.swift
[860/892] Compiling AWSLambdaRuntime Version.swift
[861/892] Compiling NIOExtras WritePCAPHandler.swift
[869/892] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[870/892] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[871/892] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[872/919] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[873/919] Compiling HummingbirdCore HTTP1Channel.swift
[874/919] Compiling HummingbirdCore HTTPChannelHandler.swift
[875/919] Compiling HummingbirdCore ServerConfiguration.swift
[876/919] Compiling HummingbirdCore TSTLSOptions.swift
[877/919] Compiling HummingbirdCore OutputBuffer.swift
[878/919] Compiling HummingbirdCore ResponseWriter.swift
[879/919] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[880/919] Compiling HummingbirdCore BindAddress.swift
[881/919] Compiling HummingbirdCore AnyAsyncSequence.swift
[882/919] Compiling HummingbirdCore FlatDictionary.swift
[883/919] Compiling HummingbirdCore HBParser.swift
[884/919] Compiling HummingbirdCore Response.swift
[885/919] Compiling HummingbirdCore ResponseBody.swift
[886/919] Compiling HummingbirdCore ResponseBodyWriter.swift
[887/919] Compiling HummingbirdCore HTTPServerBuilder.swift
[888/919] Compiling HummingbirdCore HTTPUserEventHandler.swift
[889/919] Compiling HummingbirdCore Server.swift
[890/919] Emitting module HummingbirdCore
[892/921] Compiling HummingbirdCore SendableMetatype.swift
[899/921] Compiling HummingbirdCore String+percentEncode.swift
[900/921] Compiling HummingbirdCore UnsafeTransfer.swift
[904/921] Compiling HummingbirdCore RequestBody.swift
[905/921] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[906/921] Compiling HummingbirdCore URI.swift
[913/921] Compiling HummingbirdCore Deprecations.swift
[914/921] Compiling HummingbirdCore Request.swift
[915/921] Compiling HummingbirdCore RequestBody+inboundClose.swift
[916/921] Compiling HummingbirdCore ServerChildChannel.swift
[919/989] Compiling Hummingbird Middleware.swift
[920/989] Compiling Hummingbird MiddlewareGroup.swift
[921/989] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[922/989] Compiling Hummingbird _Middleware2.swift
[923/989] Compiling Hummingbird _OptionalMiddleware.swift
[924/989] Compiling Hummingbird _SpreadMiddleware.swift
[925/989] Compiling Hummingbird TracingMiddleware.swift
[926/996] Compiling Hummingbird RequestResponder.swift
[927/996] Compiling Hummingbird Response.swift
[928/996] Compiling Hummingbird URI+decodeQuery.swift
[929/996] Compiling Hummingbird MemoryPersistDriver.swift
[930/996] Compiling Hummingbird PersistDriver.swift
[931/996] Compiling Hummingbird PersistError.swift
[932/996] Compiling Hummingbird ByteBuffer+foundation.swift
[933/996] Emitting module Hummingbird
[934/996] Compiling Hummingbird Trie+serialize.swift
[935/996] Compiling Hummingbird TrieRouter.swift
[936/996] Compiling Hummingbird ChildRequestContext.swift
[937/996] Compiling Hummingbird Request.swift
[938/996] Compiling Hummingbird RequestContext.swift
[939/996] Compiling Hummingbird RequestContextSource.swift
[940/996] Compiling Hummingbird RequestID.swift
[941/996] Compiling Hummingbird RouterGroup.swift
[942/996] Compiling Hummingbird RouterMethods.swift
[943/996] Compiling Hummingbird RouterPath.swift
[944/996] Compiling Hummingbird RouterResponder.swift
[945/996] Compiling Hummingbird TransformingRouterGroup.swift
[946/996] Compiling Hummingbird RouterTrie.swift
[947/996] Compiling Hummingbird Trie+resolve.swift
[948/996] Compiling Hummingbird Application+ConfigReader.swift
[949/996] Compiling Hummingbird Application.swift
[950/996] Compiling Hummingbird CodableProtocols.swift
[951/996] Compiling Hummingbird JSONCoding.swift
[952/996] Compiling Hummingbird ResponseEncodable.swift
[953/996] Compiling Hummingbird URLEncodedForm+Request.swift
[954/996] Compiling Hummingbird URLEncodedForm.swift
[955/996] Compiling Hummingbird URLEncodedFormDecoder.swift
[956/996] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[957/996] Compiling Hummingbird Exports.swift
[958/996] Compiling Hummingbird CacheControl.swift
[959/996] Compiling Hummingbird FileIO.swift
[960/996] Compiling Hummingbird FileProvider.swift
[961/996] Compiling Hummingbird LocalFileSystem.swift
[962/996] Compiling Hummingbird Cookie.swift
[963/996] Compiling Hummingbird Cookies.swift
[964/996] Compiling Hummingbird URLEncodedFormEncoder.swift
[965/996] Compiling Hummingbird URLEncodedFormNode.swift
[966/996] Compiling Hummingbird Configuration.swift
[967/996] Compiling Hummingbird Deprecations.swift
[968/996] Compiling Hummingbird Environment.swift
[969/996] Compiling Hummingbird EditedHTTPError.swift
[970/996] Compiling Hummingbird HTTPError.swift
[971/996] Compiling Hummingbird HTTPResponseError.swift
[972/996] Compiling Hummingbird EndpointResponder.swift
[973/996] Compiling Hummingbird Parameters+UUID.swift
[974/996] Compiling Hummingbird Parameters.swift
[975/996] Compiling Hummingbird ResponseGenerator.swift
[976/996] Compiling Hummingbird RouteCollection.swift
[977/996] Compiling Hummingbird Router+validation.swift
[978/996] Compiling Hummingbird Router.swift
[979/996] Compiling Hummingbird MediaType+FileExtension.swift
[980/996] Compiling Hummingbird MediaType.swift
[981/996] Compiling Hummingbird Request+Cookies.swift
[982/996] Compiling Hummingbird Response+Cookies.swift
[983/996] Compiling Hummingbird CORSMiddleware.swift
[984/996] Compiling Hummingbird FileMiddleware.swift
[985/996] Compiling Hummingbird LogRequestMiddleware.swift
[986/996] Compiling Hummingbird MetricsMiddleware.swift
[987/996] Compiling Hummingbird DateCache.swift
[988/996] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[989/996] Compiling Hummingbird HexDigest.swift
[990/996] Compiling Hummingbird InitializableFromSource.swift
[991/996] Compiling Hummingbird PreludeService.swift
[992/996] Compiling Hummingbird SplitStringSequences.swift
[993/996] Compiling Hummingbird StringProtocol.swift
[994/1010] Compiling HummingbirdLambda OutputBuffer.swift
[995/1011] Compiling HummingbirdLambda Response+APIGateway.swift
[996/1011] Compiling HummingbirdLambda PreludeService.swift
[997/1011] Compiling HummingbirdLambda Request+APIGateway.swift
[998/1011] Compiling HummingbirdLambda LambdaRequestContext.swift
[999/1011] Compiling HummingbirdLambda Deprecations.swift
[1000/1011] Compiling HummingbirdLambda Exports.swift
[1001/1011] Compiling HummingbirdLambda APIGatewayLambda.swift
[1002/1011] Compiling HummingbirdLambda APIGatewayV2Lambda.swift
[1003/1011] Emitting module HummingbirdLambda
[1004/1011] Compiling HummingbirdLambda BasicLambdaRequestContext.swift
[1005/1011] Compiling HummingbirdLambda CollateResponseBodyWriter.swift
[1006/1011] Compiling HummingbirdLambda FunctionURLLambda.swift
[1007/1011] Compiling HummingbirdLambda LambdaFunction.swift
[1008/1011] Compiling HummingbirdLambda String+percentEncode.swift
[1009/1020] Compiling HummingbirdLambdaTesting LambdaEvent.swift
[1010/1020] Compiling HummingbirdLambdaTesting APIGatewayLambda.swift
[1011/1020] Compiling HummingbirdLambdaTesting APIGatewayV2Lambda.swift
[1012/1020] Emitting module HummingbirdLambdaTesting
[1013/1020] Compiling HBLambdaTest maths.swift
[1014/1020] Emitting module HBLambdaTest
[1015/1020] Compiling HummingbirdLambdaTesting Lambda+Testing.swift
[1016/1020] Compiling HummingbirdLambdaTesting LambdaTestFramework.swift
[1017/1020] Compiling HummingbirdLambdaTesting FunctionURLLambda.swift
[1017/1020] Write Objects.LinkFileList
[1018/1020] Linking HBLambdaTest
[1019/1020] Applying HBLambdaTest
Build complete! (76.19s)
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/awslabs/swift-aws-lambda-runtime.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/awslabs/swift-aws-lambda-events.git
Fetching https://github.com/apple/swift-nio.git from cache
[1/833] Fetching swift-extras-base64
[101/3674] Fetching swift-extras-base64, swift-aws-lambda-events
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.78s)
[1166/18883] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
[3163/45368] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.64s)
Fetched https://github.com/awslabs/swift-aws-lambda-runtime.git from cache (2.64s)
Fetched https://github.com/awslabs/swift-aws-lambda-events.git from cache (2.64s)
Fetched https://github.com/apple/swift-nio.git from cache (2.74s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (6.08s)
Computing version for https://github.com/awslabs/swift-aws-lambda-events.git
Computed https://github.com/awslabs/swift-aws-lambda-events.git at 1.5.0 (0.47s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.72s)
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.21s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.22.0 (0.50s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/5764] Fetching swift-distributed-tracing
[59/8509] Fetching swift-distributed-tracing, swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.78s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.03s)
[1672/5764] Fetching swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.22s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.25s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.26s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.26s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.27s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.81s)
[1/6247] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (3.31s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.50s)
Fetching https://github.com/apple/swift-service-context.git
[1/1276] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.92s)
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.43.0 (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.48s)
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.52s)
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.47s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.76s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.40s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.27.0 (1.35s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.1 (0.45s)
Computing version for https://github.com/awslabs/swift-aws-lambda-runtime.git
Computed https://github.com/awslabs/swift-aws-lambda-runtime.git at 2.8.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.58s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.98.0 (0.63s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (0.51s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.71s)
[1/7152] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.24s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (3.73s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (0.58s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.39s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (1.87s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.4.0 (1.07s)
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.22.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.10.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/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
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.27.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.19.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.34.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.43.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.37.0
Creating working copy for https://github.com/awslabs/swift-aws-lambda-events.git
Working copy of https://github.com/awslabs/swift-aws-lambda-events.git resolved at 1.5.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-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-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/awslabs/swift-aws-lambda-runtime.git
Working copy of https://github.com/awslabs/swift-aws-lambda-runtime.git resolved at 2.8.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.12.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.98.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.18.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.91.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdLambdaTesting",
      "targets" : [
        "HummingbirdLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTesting",
      "path" : "Sources/HummingbirdLambdaTesting",
      "product_memberships" : [
        "HummingbirdLambdaTesting"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "FunctionURLLambda.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.swift",
        "LambdaTestFramework.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "BasicLambdaRequestContext.swift",
        "CollateResponseBodyWriter.swift",
        "Deprecations.swift",
        "Exports.swift",
        "FunctionURLLambda.swift",
        "LambdaFunction.swift",
        "LambdaRequestContext.swift",
        "PreludeService.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift",
        "Utils/OutputBuffer.swift",
        "Utils/String+percentEncode.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "maths.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.