Build Information
Successful build of hummingbird-lambda, reference main (d66f3e), with Swift 6.1 for macOS (SPM) on 21 Apr 2026 12:52:42 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hummingbird-project/hummingbird-lambda
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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
[2/64] Write HBLambdaTest-entitlement.plist
[3/64] Write sources
[9/64] Copying PrivacyInfo.xcprivacy
[9/64] Write sources
[43/64] Compiling CNIOWindows WSAStartup.c
[43/64] Compiling CNIOWindows shim.c
[45/64] Compiling CNIOWASI CNIOWASI.c
[46/64] Compiling CNIOLinux liburing_shims.c
[46/64] Compiling CNIOOpenBSD shim.c
[47/64] Compiling CNIOLinux shim.c
[49/64] Write sources
[52/64] Write swift-version-2F0A5646E1D333AE.txt
[53/70] Compiling _AtomicsShims.c
[54/70] Compiling CNIOPosix event_loop_id.c
[55/70] Compiling CNIOLLHTTP c_nio_http.c
[56/79] Compiling CNIOLLHTTP c_nio_api.c
[58/98] Emitting module ServiceContextModule
[58/108] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/111] Compiling CNIODarwin shim.c
[61/116] Emitting module _NIOBase64
[62/116] Compiling _NIOBase64 Base64.swift
[63/116] Compiling ServiceContextModule ServiceContextKey.swift
[64/116] Compiling ServiceContextModule ServiceContext.swift
[65/138] Compiling Atomics DoubleWord.swift
[66/138] Compiling Atomics ManagedAtomic.swift
[67/138] Compiling Atomics AtomicValue.swift
[68/138] Compiling Atomics AtomicMemoryOrderings.swift
[69/139] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/139] Compiling _NIODataStructures _TinyArray.swift
[71/139] Compiling _NIODataStructures PriorityQueue.swift
[72/139] Compiling Atomics UnsafeAtomicLazyReference.swift
[73/139] Compiling Atomics IntegerOperations.swift
[74/139] Compiling Atomics ManagedAtomicLazyReference.swift
[75/139] Compiling Atomics UnsafeAtomic.swift
[76/139] Compiling Atomics AtomicBool.swift
[77/139] Compiling Atomics IntegerConformances.swift
[78/139] Compiling Atomics OptionalRawRepresentable.swift
[79/139] Compiling Atomics RawRepresentable.swift
[80/139] Compiling Atomics AtomicReference.swift
[81/139] Compiling Atomics AtomicStorage.swift
[82/139] Compiling Atomics AtomicInteger.swift
[83/139] Compiling Atomics AtomicOptionalWrappable.swift
[84/139] Emitting module InternalCollectionsUtilities
[85/139] Compiling Atomics PointerConformances.swift
[86/139] Compiling Atomics Primitives.native.swift
[95/140] Emitting module CoreMetrics
[96/140] Compiling CoreMetrics WithMetricsFactory.swift
[97/146] Compiling Atomics Unmanaged extensions.swift
[102/146] Emitting module Logging
[103/146] Compiling Logging MetadataProvider.swift
[104/146] Compiling _NIODataStructures Heap.swift
[105/146] Emitting module _NIODataStructures
[106/146] Compiling Instrumentation NoOpInstrument.swift
[107/146] Emitting module Instrumentation
[108/146] Compiling Instrumentation Locks.swift
[109/146] Compiling Instrumentation InstrumentationSystem.swift
[110/146] Compiling Instrumentation MultiplexInstrument.swift
[111/146] Compiling Instrumentation Instrument.swift
[112/274] Emitting module ConcurrencyHelpers
[113/274] Compiling ConcurrencyHelpers Lock.swift
[114/274] Compiling ConcurrencyHelpers LockedValueBox.swift
[115/274] Compiling _RopeModule BigString+CustomStringConvertible.swift
[116/274] Compiling _RopeModule BigString+Equatable.swift
[117/274] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[118/274] Compiling _RopeModule BigString+Hashing.swift
[119/274] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[120/274] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[121/274] Compiling _RopeModule BigString+Sequence.swift
[122/274] Compiling _RopeModule BigString+TextOutputStream.swift
[123/281] Compiling _RopeModule BigString+Chunk+Splitting.swift
[124/281] Compiling _RopeModule BigString+Chunk+UTF16.swift
[125/281] Compiling _RopeModule BigString+Chunk+UTF8.swift
[126/281] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[127/281] Compiling _RopeModule BigString+Chunk.swift
[128/281] Compiling _RopeModule BigString+BidirectionalCollection.swift
[129/281] Compiling _RopeModule BigString+Comparable.swift
[130/281] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[131/281] Compiling CoreMetrics Metrics.swift
[132/281] Compiling CoreMetrics Locks.swift
[133/281] Compiling CoreMetrics MappingMetricsFactory.swift
[134/292] Compiling Logging LogHandler.swift
[135/292] Compiling Logging LogEvent.swift
[136/292] Compiling Logging Locks.swift
[137/292] Compiling Logging Logging.swift
[138/292] Compiling Tracing InstrumentationSystem+Tracing.swift
[139/292] Compiling Tracing TracingTime.swift
[140/294] Compiling OrderedCollections OrderedSet+Insertions.swift
[141/294] Compiling OrderedCollections OrderedSet+Invariants.swift
[142/294] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[143/294] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[144/294] Compiling OrderedCollections OrderedSet+Hashable.swift
[145/294] Compiling OrderedCollections OrderedSet+Initializers.swift
[152/294] Compiling OrderedCollections _HashTable+Bucket.swift
[153/294] Compiling OrderedCollections _HashTable+BucketIterator.swift
[154/294] Compiling OrderedCollections _HashTable+Constants.swift
[155/294] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[156/294] Compiling OrderedCollections _HashTable+Testing.swift
[157/294] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[158/294] Compiling OrderedCollections _HashTable.swift
[159/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[160/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[161/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[162/294] Compiling Tracing TracerProtocol+Legacy.swift
[163/294] Compiling Tracing SpanProtocol.swift
[164/294] Compiling Tracing Tracer.swift
[165/294] Compiling Tracing NoOpTracer.swift
[166/294] Compiling Tracing TracerProtocol.swift
[167/294] Emitting module Tracing
[168/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[169/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[170/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[171/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[172/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[173/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[174/294] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[175/294] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[176/294] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[177/294] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[178/294] Compiling OrderedCollections OrderedDictionary+Values.swift
[179/294] Compiling OrderedCollections OrderedDictionary.swift
[180/294] Compiling OrderedCollections OrderedSet+Codable.swift
[181/294] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[182/294] Compiling OrderedCollections OrderedSet+Descriptions.swift
[183/294] Compiling OrderedCollections OrderedSet+Diffing.swift
[184/294] Compiling OrderedCollections OrderedSet+Equatable.swift
[185/294] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[186/300] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[187/300] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[188/300] Compiling OrderedCollections OrderedSet+Sendable.swift
[189/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[190/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[191/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[192/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[193/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[194/300] Compiling _RopeModule Rope+Remove.swift
[195/300] Compiling _RopeModule Rope+RemoveSubrange.swift
[196/300] Compiling _RopeModule Rope+Split.swift
[197/300] Compiling _RopeModule Optional Utilities.swift
[198/300] Compiling _RopeModule String Utilities.swift
[199/300] Compiling _RopeModule String.Index+ABI.swift
[200/300] Compiling _RopeModule _CharacterRecognizer.swift
[200/307] Compiling c-nioatomics.c
[202/307] Emitting module Atomics
[203/307] Compiling HeapModule _HeapNode.swift
[204/307] Compiling HeapModule Heap.swift
[205/307] Compiling HeapModule Heap+Invariants.swift
[206/307] Compiling HeapModule Heap+UnsafeHandle.swift
[207/419] Compiling ContainersPreview Box.swift
[208/419] Compiling ContainersPreview Drain+Reduce.swift
[209/419] Compiling ContainersPreview Drain.swift
[210/419] Compiling ContainersPreview Producer+Collect.swift
[211/419] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[212/419] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[213/419] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[214/419] Compiling ContainersPreview OutputSpan+Extras.swift
[215/419] Compiling ContainersPreview TemporaryAllocation.swift
[216/419] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[217/419] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[218/419] Compiling ContainersPreview Producer.swift
[219/419] Compiling ContainersPreview Borrow.swift
[220/419] Compiling HashTreeCollections TreeSet+Filter.swift
[221/419] Compiling HashTreeCollections TreeSet+Hashable.swift
[222/419] Compiling HashTreeCollections TreeSet+Sendable.swift
[223/419] Compiling HashTreeCollections TreeSet+Sequence.swift
[224/419] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[225/419] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[226/419] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[227/419] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[228/419] Compiling HashTreeCollections _HashLevel.swift
[229/419] Compiling HashTreeCollections _HashNode+Builder.swift
[230/419] Compiling HashTreeCollections _HashNode+Debugging.swift
[231/419] Compiling HashTreeCollections _HashNode+Initializers.swift
[232/419] Compiling HashTreeCollections _HashNode+Invariants.swift
[233/419] Compiling HashTreeCollections TreeSet+Equatable.swift
[234/419] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[235/419] Compiling HashTreeCollections TreeSet+Extras.swift
[236/419] Compiling ContainersPreview Container+SpanwiseZip.swift
[237/419] Compiling ContainersPreview Container.swift
[238/419] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[239/419] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[240/419] Compiling HashTreeCollections _AncestorHashSlots.swift
[241/419] Compiling HashTreeCollections _Bitmap.swift
[242/419] Compiling HashTreeCollections _Bucket.swift
[243/419] Compiling HashTreeCollections _Hash.swift
[244/419] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[245/419] Compiling ContainersPreview RandomAccessContainer.swift
[246/419] Compiling ContainersPreview RangeExpression2.swift
[247/419] Compiling ContainersPreview RangeReplaceableContainer.swift
[248/419] Compiling ContainersPreview Drain+Map.swift
[249/419] Compiling ContainersPreview BidirectionalContainer.swift
[250/419] Compiling ContainersPreview Container+Filter.swift
[251/419] Compiling ContainersPreview Producer+Filter.swift
[252/419] Compiling ContainersPreview Producer+Map.swift
[253/419] Compiling ContainersPreview Producer+Reduce.swift
[257/419] Compiling ContainersPreview BorrowingSequence.swift
[261/419] Compiling ContainersPreview ContainerIterator.swift
[262/419] Compiling ContainersPreview DynamicContainer.swift
[263/419] Compiling ContainersPreview MutableContainer.swift
[264/419] Compiling ContainersPreview PermutableContainer.swift
[265/422] Compiling HeapModule Heap+Descriptions.swift
[266/422] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[267/422] Emitting module HeapModule
[276/422] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[277/422] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[278/422] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[284/422] Emitting module ContainersPreview
[288/422] Compiling ContainersPreview Inout.swift
[289/422] Compiling ContainersPreview InputSpan.swift
[290/422] Compiling ContainersPreview Shared.swift
[290/518] Compiling c-atomics.c
[292/518] Compiling UnixSignals UnixSignalsSequence.swift
[293/518] Compiling UnixSignals UnixSignal.swift
[294/518] Emitting module UnixSignals
[295/518] Compiling DequeModule RigidDeque+Hashable.swift
[296/518] Compiling DequeModule RigidDeque+Initializers.swift
[297/518] Compiling DequeModule RigidDeque+Insertions.swift
[298/518] Compiling DequeModule RigidDeque+Prepend.swift
[299/518] Compiling DequeModule UniqueDeque+Insertions.swift
[300/518] Compiling DequeModule UniqueDeque+Prepend.swift
[301/518] Compiling DequeModule UniqueDeque+Removals.swift
[302/518] Compiling DequeModule UniqueDeque+Replacements.swift
[303/518] Compiling DequeModule RigidDeque+Removals.swift
[304/518] Compiling DequeModule RigidDeque+Replacements.swift
[305/518] Compiling DequeModule RigidDeque+Testing.swift
[306/518] Compiling DequeModule RigidDeque.swift
[307/518] Compiling DequeModule UniqueDeque+Equatable.swift
[308/518] Compiling DequeModule UniqueDeque+Experimental.swift
[309/518] Compiling DequeModule UniqueDeque+Hashable.swift
[310/518] Compiling DequeModule UniqueDeque+Initializers.swift
[311/522] Compiling DequeModule RigidDeque+Consumption.swift
[312/522] Compiling DequeModule RigidDeque+Container.swift
[313/522] Compiling DequeModule RigidDeque+Descriptions.swift
[314/522] Compiling DequeModule RigidDeque+Equatable.swift
[315/522] Compiling DequeModule RigidDeque+Experimental.swift
[316/522] Compiling DequeModule UniqueDeque+Append.swift
[317/522] Compiling DequeModule UniqueDeque+Consumption.swift
[318/522] Compiling DequeModule UniqueDeque+Container.swift
[319/522] Compiling DequeModule UniqueDeque+Descriptions.swift
[320/529] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[321/529] Compiling HashTreeCollections TreeDictionary+Filter.swift
[322/529] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[323/529] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[324/529] Compiling HashTreeCollections TreeDictionary+Keys.swift
[325/529] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[326/529] Compiling HashTreeCollections TreeDictionary+Merge.swift
[327/529] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[328/537] Emitting module _RopeModule
[329/537] Compiling HashTreeCollections _HashNode+Structural merge.swift
[330/537] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[331/537] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[332/537] Compiling HashTreeCollections _HashNode+Structural union.swift
[333/537] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[334/537] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[335/537] Compiling HTTPTypes NIOLock.swift
[342/537] Compiling DequeModule _DequeBufferHeader.swift
[343/537] Compiling DequeModule RigidDeque+Append.swift
[348/537] Emitting module OrderedCollections
[361/537] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[362/537] Compiling HashTreeCollections TreeDictionary+Values.swift
[363/537] Compiling HashTreeCollections TreeDictionary.swift
[364/537] Compiling HashTreeCollections TreeSet+Codable.swift
[365/537] Compiling HashTreeCollections TreeSet+Collection.swift
[366/537] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[367/537] Compiling HashTreeCollections TreeSet+Debugging.swift
[368/537] Compiling HashTreeCollections TreeSet+Descriptions.swift
[369/537] Emitting module BitCollections
[370/543] Compiling HTTPTypes ISOLatin1String.swift
[371/543] Compiling DequeModule _UnsafeDequeHandle.swift
[372/543] Compiling DequeModule _UnsafeDequeSegments.swift
[373/543] Compiling BitCollections BitArray+Equatable.swift
[374/543] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[375/543] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[376/543] Compiling BitCollections BitArray+Extras.swift
[381/543] Compiling DequeModule UniqueDeque.swift
[382/543] Compiling DequeModule _DequeSlot.swift
[395/543] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[396/543] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[397/543] Compiling BitCollections BitSet+SetAlgebra union.swift
[398/543] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[399/543] Compiling BitCollections BitSet.Counted.swift
[400/543] Compiling BitCollections BitSet.Index.swift
[407/543] Compiling HTTPTypes HTTPResponse.swift
[408/543] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[409/543] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[410/543] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[411/543] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[412/543] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[413/543] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[414/543] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[415/543] Compiling HashTreeCollections TreeSet.swift
[416/543] Compiling DequeModule Deque._UnsafeHandle.swift
[417/543] Compiling DequeModule Deque.swift
[418/543] Compiling DequeModule _DequeBuffer.swift
[421/543] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[422/543] Compiling DequeModule Deque+Extras.swift
[423/543] Compiling DequeModule Deque+Hashable.swift
[424/543] Compiling DequeModule Deque+Testing.swift
[425/543] Compiling DequeModule Deque._Storage.swift
[426/543] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[427/543] Compiling NIOConcurrencyHelpers NIOLock.swift
[428/543] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[429/543] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[430/543] Compiling NIOConcurrencyHelpers atomics.swift
[431/543] Emitting module NIOConcurrencyHelpers
[432/543] Compiling DequeModule Deque+Codable.swift
[433/543] Compiling DequeModule Deque+Collection.swift
[434/543] Compiling NIOConcurrencyHelpers lock.swift
[435/543] Compiling DequeModule Deque+CustomReflectable.swift
[436/543] Compiling DequeModule Deque+Descriptions.swift
[437/543] Compiling DequeModule Deque+Equatable.swift
[474/543] Compiling BitCollections BitSet._UnsafeHandle.swift
[475/543] Compiling BitCollections BitSet.swift
[476/543] Compiling BitCollections Range+Utilities.swift
[477/543] Compiling BitCollections Slice+Utilities.swift
[478/543] Compiling BitCollections UInt+Tricks.swift
[479/543] Compiling BitCollections _Word.swift
[527/543] Emitting module DequeModule
[528/543] Compiling HTTPTypes HTTPRequest.swift
[529/543] Compiling HTTPTypes HTTPParsedFields.swift
[530/543] Compiling HTTPTypes HTTPFields.swift
[531/543] Compiling HTTPTypes HTTPFieldName.swift
[532/543] Compiling HTTPTypes HTTPField.swift
[533/543] Emitting module HTTPTypes
[534/543] Compiling HTTPTypes HTTPRequest+URL.swift
[535/543] Compiling Metrics Metrics.swift
[536/543] Emitting module Metrics
[537/688] Emitting module HashTreeCollections
[538/694] Compiling Collections HeapModule reexports.swift
[539/694] Compiling Collections OrderedCollections reexports.swift
[540/694] Compiling Collections BitCollections reexports.swift
[541/694] Compiling Collections DequeModule reexports.swift
[542/694] Compiling Collections HashTreeCollections reexports.swift
[543/694] Emitting module Collections
[544/694] Compiling AWSLambdaEvents ALB.swift
[545/694] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[546/694] Compiling AWSLambdaEvents APIGateway+V2.swift
[547/694] Compiling AWSLambdaEvents SNS.swift
[548/694] Compiling AWSLambdaEvents SQS.swift
[549/694] Compiling AWSLambdaEvents DynamoDB.swift
[550/699] Emitting module ExtrasBase64
[551/699] Compiling ExtrasBase64 Base32.swift
[552/699] Compiling ExtrasBase64 Base64.swift
[553/699] Compiling NIOCore GlobalSingletons.swift
[554/699] Compiling NIOCore IO.swift
[555/699] Compiling NIOCore IOData.swift
[556/699] Compiling NIOCore IPProtocol.swift
[557/699] Compiling NIOCore IntegerBitPacking.swift
[558/699] Compiling NIOCore IntegerTypes.swift
[559/699] Compiling NIOCore Interfaces.swift
[560/699] Compiling NIOCore Linux.swift
[561/699] Compiling NIOCore MarkedCircularBuffer.swift
[562/699] Compiling NIOCore MulticastChannel.swift
[563/699] Compiling NIOCore NIOAny.swift
[564/699] Compiling NIOCore NIOCloseOnErrorHandler.swift
[576/706] Compiling AsyncAlgorithms UnsafeTransfer.swift
[577/706] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[578/706] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[579/706] Compiling AsyncAlgorithms ZipStateMachine.swift
[580/706] Compiling AsyncAlgorithms ZipStorage.swift
[581/706] Compiling NIOCore NIOSendable.swift
[582/706] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[583/706] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[584/706] Compiling NIOCore RecvByteBufferAllocator.swift
[585/706] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[586/706] Compiling NIOCore EventLoopFuture+Deprecated.swift
[587/706] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[588/706] Compiling NIOCore EventLoopFuture.swift
[589/706] Compiling NIOCore FileDescriptor.swift
[590/706] Compiling NIOCore FileHandle.swift
[591/706] Compiling NIOCore FileRegion.swift
[592/706] Compiling AWSLambdaEvents S3.swift
[593/706] Compiling AWSLambdaEvents SES.swift
[594/706] Compiling AWSLambdaEvents EncodableResponse.swift
[595/706] Compiling AWSLambdaEvents SQS+Decode.swift
[596/706] Compiling AWSLambdaEvents Cognito.swift
[597/708] Emitting module AsyncAlgorithms
[605/708] Compiling NIOCore ConvenienceOptionSupport.swift
[606/708] Compiling NIOCore DeadChannel.swift
[607/708] Compiling NIOCore DispatchQueue+WithFuture.swift
[608/708] Compiling NIOCore EventLoop+Deprecated.swift
[609/708] Compiling NIOCore EventLoop+SerialExecutor.swift
[610/708] Compiling NIOCore EventLoop.swift
[611/708] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[612/708] Emitting module AWSLambdaEvents
[613/708] Compiling AWSLambdaEvents FunctionURL.swift
[614/708] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[615/708] Compiling AWSLambdaEvents AWSRegion.swift
[616/708] Compiling AWSLambdaEvents AppSync.swift
[617/708] Compiling AWSLambdaEvents BedrockAgent.swift
[618/708] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[619/708] Compiling AWSLambdaEvents APIGateway.swift
[620/708] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[621/708] Compiling AWSLambdaEvents CloudFormation.swift
[622/708] Compiling AWSLambdaEvents Cloudwatch.swift
[623/708] Compiling AWSLambdaEvents DecodableRequest.swift
[630/708] Compiling AWSLambdaEvents HTTP.swift
[631/708] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[638/708] Compiling AWSLambdaEvents Base64.swift
[639/708] Compiling AWSLambdaEvents DateWrappers.swift
[645/708] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[646/708] Compiling NIOCore ByteBuffer-conversions.swift
[647/708] Compiling NIOCore ByteBuffer-core.swift
[655/708] Compiling NIOCore SocketAddresses.swift
[656/708] Compiling NIOCore SocketOptionProvider.swift
[657/708] Compiling NIOCore SystemCallHelpers.swift
[658/708] Compiling NIOCore TimeAmount+Duration.swift
[659/708] Compiling NIOCore TypeAssistedChannelHandler.swift
[660/708] Compiling NIOCore UniversalBootstrapSupport.swift
[661/708] Compiling NIOCore Utilities.swift
[676/718] Compiling ServiceLifecycle ServiceRunnerError.swift
[677/718] Compiling ServiceLifecycle CancellationWaiter.swift
[678/718] Emitting module ServiceLifecycle
[679/718] Compiling ServiceLifecycle ClosureService.swift
[694/718] Compiling ServiceLifecycle Service.swift
[695/718] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[696/718] Compiling ServiceLifecycle GracefulShutdown.swift
[697/718] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[698/718] Compiling ServiceLifecycle ServiceGroup.swift
[699/718] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[715/718] Emitting module NIOCore
[716/776] Emitting module NIOHTTPTypes
[717/776] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[718/776] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[719/776] Compiling NIOEmbedded AsyncTestingChannel.swift
[720/776] Compiling NIOEmbedded Embedded.swift
[721/776] Emitting module NIOEmbedded
[722/776] Compiling NIOPosix BSDSocketAPICommon.swift
[723/776] Compiling NIOPosix BSDSocketAPIPosix.swift
[724/776] Compiling NIOPosix BSDSocketAPIWindows.swift
[725/776] Compiling NIOPosix BaseSocket.swift
[726/776] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[727/776] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[728/781] Compiling NIOPosix SelectorWSAPoll.swift
[729/781] Compiling NIOPosix ServerSocket.swift
[730/781] Compiling NIOPosix Socket.swift
[731/781] Compiling NIOPosix SocketChannel.swift
[732/781] Compiling NIOPosix SocketProtocols.swift
[733/781] Compiling NIOPosix Utilities.swift
[734/781] Compiling NIOPosix VsockAddress.swift
[735/781] Compiling NIOPosix VsockChannelEvents.swift
[736/781] Compiling NIOPosix Windows.swift
[737/781] Compiling NIOPosix resource_bundle_accessor.swift
[738/781] Compiling NIOPosix SelectableEventLoop.swift
[739/781] Compiling NIOPosix SelectorEpoll.swift
[740/781] Compiling NIOPosix SelectorGeneric.swift
[741/781] Compiling NIOPosix SelectorKqueue.swift
[742/781] Compiling NIOPosix SelectorUring.swift
[743/781] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[744/781] Compiling NIOPosix System.swift
[745/781] Compiling NIOPosix Thread.swift
[746/781] Compiling NIOPosix ThreadPosix.swift
[747/781] Compiling NIOPosix ThreadWindows.swift
[748/781] Compiling NIOPosix Linux.swift
[749/781] Compiling NIOPosix LinuxCPUSet.swift
[750/781] Compiling NIOPosix LinuxUring.swift
[751/781] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[752/781] Compiling NIOPosix NIOPosixSendableMetatype.swift
[753/781] Compiling NIOPosix NIOThreadPool.swift
[754/781] Compiling NIOPosix FileDescriptor.swift
[755/781] Compiling NIOPosix GetaddrinfoResolver.swift
[756/781] Compiling NIOPosix HappyEyeballs.swift
[757/781] Compiling NIOPosix IO.swift
[758/781] Compiling NIOPosix IntegerBitPacking.swift
[759/781] Compiling NIOPosix IntegerTypes.swift
[760/781] Emitting module NIOPosix
[761/781] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[762/781] Compiling NIOPosix PosixSingletons.swift
[763/781] Compiling NIOPosix RawSocketBootstrap.swift
[764/781] Compiling NIOPosix Resolver.swift
[765/781] Compiling NIOPosix Selectable.swift
[766/781] Compiling NIOPosix SelectableChannel.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] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[783/811] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[784/812] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[785/812] Emitting module NIOTLS
[786/812] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[787/812] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[788/812] Compiling NIOTLS SNIHandler.swift
[789/812] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[790/812] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[791/812] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[792/812] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[793/812] Emitting module NIOFoundationCompat
[794/812] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[795/812] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[796/834] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[797/834] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[798/834] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[799/834] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[800/834] Compiling NIOTransportServices NIOTSErrors.swift
[801/834] Compiling NIOTransportServices StateManagedChannel.swift
[802/834] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[803/834] Emitting module NIOHTTP1
[804/834] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[805/834] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[806/834] Compiling NIOTransportServices NIOTSBootstraps.swift
[807/834] Compiling NIOTransportServices NIOTSChannelOptions.swift
[808/834] Compiling NIOTransportServices AcceptHandler.swift
[809/834] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[810/886] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[811/886] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[812/886] Compiling AWSLambdaRuntime LoggingConfiguration.swift
[813/886] Compiling AWSLambdaRuntime LambdaManagedRuntime+ServiceLifecycle.swift
[814/887] Emitting module NIOTransportServices
[815/889] Compiling AWSLambdaRuntime Lambda.swift
[816/889] Compiling AWSLambdaRuntime LambdaClock.swift
[817/889] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[818/889] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[819/889] Compiling AWSLambdaRuntime LambdaContext.swift
[820/889] Compiling AWSLambdaRuntime LambdaRequestID.swift
[821/889] Emitting module NIOHTTPTypesHTTP1
[822/889] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[823/889] Compiling AWSLambdaRuntime LambdaRuntime+JSON.swift
[824/889] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[825/889] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[826/889] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[827/889] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[828/889] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[829/889] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[830/889] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[831/889] Compiling AWSLambdaRuntime Context+Foundation.swift
[832/889] Compiling AWSLambdaRuntime LambdaManagedRuntime+JSON.swift
[833/889] Emitting module NIOExtras
[834/889] Emitting module AWSLambdaRuntime
[837/892] Compiling AWSLambdaRuntime LambdaManagedRuntime.swift
[838/892] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[839/892] Compiling AWSLambdaRuntime LambdaHandlers.swift
[840/892] Compiling AWSLambdaRuntime LambdaRuntime+Codable.swift
[841/892] Compiling AWSLambdaRuntime LambdaRuntime+Handler.swift
[842/892] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[843/892] Compiling AWSLambdaRuntime LambdaRuntime.swift
[844/892] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[845/892] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[846/892] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[847/892] Compiling AWSLambdaRuntime SendableMetatype.swift
[848/892] Compiling AWSLambdaRuntime Utils.swift
[849/892] Compiling AWSLambdaRuntime Version.swift
[876/892] Compiling NIOExtras WritePCAPHandler.swift
[877/919] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[878/919] Compiling HummingbirdCore URI.swift
[879/919] Compiling HummingbirdCore ResponseWriter.swift
[880/919] Compiling HummingbirdCore Request.swift
[881/919] Compiling HummingbirdCore RequestBody+inboundClose.swift
[882/919] Compiling HummingbirdCore RequestBody.swift
[883/919] Compiling HummingbirdCore Response.swift
[884/919] Compiling HummingbirdCore ResponseBody.swift
[885/919] Compiling HummingbirdCore ResponseBodyWriter.swift
[886/919] Compiling HummingbirdCore Deprecations.swift
[887/919] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[888/919] Compiling HummingbirdCore BindAddress.swift
[889/919] Compiling HummingbirdCore ServerChildChannel.swift
[890/919] Emitting module HummingbirdCore
[891/921] Compiling HummingbirdCore HTTPServerBuilder.swift
[892/921] Compiling HummingbirdCore HTTPUserEventHandler.swift
[893/921] Compiling HummingbirdCore Server.swift
[900/921] Compiling HummingbirdCore OutputBuffer.swift
[901/921] Compiling HummingbirdCore SendableMetatype.swift
[902/921] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[903/921] Compiling HummingbirdCore HTTP1Channel.swift
[904/921] Compiling HummingbirdCore HTTPChannelHandler.swift
[908/921] Compiling HummingbirdCore AnyAsyncSequence.swift
[909/921] Compiling HummingbirdCore FlatDictionary.swift
[910/921] Compiling HummingbirdCore HBParser.swift
[912/921] Compiling HummingbirdCore ServerConfiguration.swift
[913/921] Compiling HummingbirdCore TSTLSOptions.swift
[917/921] Compiling HummingbirdCore String+percentEncode.swift
[918/921] Compiling HummingbirdCore UnsafeTransfer.swift
[919/989] Emitting module Hummingbird
[920/996] Compiling Hummingbird Middleware.swift
[921/996] Compiling Hummingbird MiddlewareGroup.swift
[922/996] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[923/996] Compiling Hummingbird _Middleware2.swift
[924/996] Compiling Hummingbird _OptionalMiddleware.swift
[925/996] Compiling Hummingbird _SpreadMiddleware.swift
[926/996] Compiling Hummingbird TracingMiddleware.swift
[927/996] Compiling Hummingbird Trie+serialize.swift
[928/996] Compiling Hummingbird TrieRouter.swift
[929/996] Compiling Hummingbird ChildRequestContext.swift
[930/996] Compiling Hummingbird Request.swift
[931/996] Compiling Hummingbird RequestContext.swift
[932/996] Compiling Hummingbird RequestContextSource.swift
[933/996] Compiling Hummingbird RequestID.swift
[934/996] Compiling Hummingbird EndpointResponder.swift
[935/996] Compiling Hummingbird Parameters+UUID.swift
[936/996] Compiling Hummingbird Parameters.swift
[937/996] Compiling Hummingbird ResponseGenerator.swift
[938/996] Compiling Hummingbird RouteCollection.swift
[939/996] Compiling Hummingbird Router+validation.swift
[940/996] Compiling Hummingbird Router.swift
[941/996] Compiling Hummingbird RequestResponder.swift
[942/996] Compiling Hummingbird Response.swift
[943/996] Compiling Hummingbird URI+decodeQuery.swift
[944/996] Compiling Hummingbird MemoryPersistDriver.swift
[945/996] Compiling Hummingbird PersistDriver.swift
[946/996] Compiling Hummingbird PersistError.swift
[947/996] Compiling Hummingbird ByteBuffer+foundation.swift
[948/996] Compiling Hummingbird RouterGroup.swift
[949/996] Compiling Hummingbird RouterMethods.swift
[950/996] Compiling Hummingbird RouterPath.swift
[951/996] Compiling Hummingbird RouterResponder.swift
[952/996] Compiling Hummingbird TransformingRouterGroup.swift
[953/996] Compiling Hummingbird RouterTrie.swift
[954/996] Compiling Hummingbird Trie+resolve.swift
[955/996] Compiling Hummingbird Application+ConfigReader.swift
[956/996] Compiling Hummingbird Application.swift
[957/996] Compiling Hummingbird CodableProtocols.swift
[958/996] Compiling Hummingbird JSONCoding.swift
[959/996] Compiling Hummingbird ResponseEncodable.swift
[960/996] Compiling Hummingbird URLEncodedForm+Request.swift
[961/996] Compiling Hummingbird URLEncodedForm.swift
[962/996] Compiling Hummingbird URLEncodedFormDecoder.swift
[963/996] Compiling Hummingbird URLEncodedFormEncoder.swift
[964/996] Compiling Hummingbird URLEncodedFormNode.swift
[965/996] Compiling Hummingbird Configuration.swift
[966/996] Compiling Hummingbird Deprecations.swift
[967/996] Compiling Hummingbird Environment.swift
[968/996] Compiling Hummingbird EditedHTTPError.swift
[969/996] Compiling Hummingbird HTTPError.swift
[970/996] Compiling Hummingbird HTTPResponseError.swift
[971/996] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[972/996] Compiling Hummingbird Exports.swift
[973/996] Compiling Hummingbird CacheControl.swift
[974/996] Compiling Hummingbird FileIO.swift
[975/996] Compiling Hummingbird FileProvider.swift
[976/996] Compiling Hummingbird LocalFileSystem.swift
[977/996] Compiling Hummingbird Cookie.swift
[978/996] Compiling Hummingbird Cookies.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] Emitting module HummingbirdLambda
[995/1010] Compiling HummingbirdLambda APIGatewayLambda.swift
[996/1010] Compiling HummingbirdLambda APIGatewayV2Lambda.swift
[997/1011] Compiling HummingbirdLambda LambdaRequestContext.swift
[998/1011] Compiling HummingbirdLambda Response+APIGateway.swift
[999/1011] Compiling HummingbirdLambda PreludeService.swift
[1000/1011] Compiling HummingbirdLambda Deprecations.swift
[1001/1011] Compiling HummingbirdLambda Exports.swift
[1002/1011] Compiling HummingbirdLambda OutputBuffer.swift
[1003/1011] Compiling HummingbirdLambda BasicLambdaRequestContext.swift
[1004/1011] Compiling HummingbirdLambda CollateResponseBodyWriter.swift
[1005/1011] Compiling HummingbirdLambda FunctionURLLambda.swift
[1006/1011] Compiling HummingbirdLambda LambdaFunction.swift
[1007/1011] Compiling HummingbirdLambda Request+APIGateway.swift
[1008/1011] Compiling HummingbirdLambda String+percentEncode.swift
[1009/1020] Compiling HummingbirdLambdaTesting FunctionURLLambda.swift
[1010/1020] Compiling HummingbirdLambdaTesting Lambda+Testing.swift
[1011/1020] Emitting module HBLambdaTest
[1012/1020] Compiling HBLambdaTest maths.swift
[1013/1020] Compiling HummingbirdLambdaTesting LambdaEvent.swift
[1014/1020] Compiling HummingbirdLambdaTesting APIGatewayV2Lambda.swift
[1015/1020] Compiling HummingbirdLambdaTesting LambdaTestFramework.swift
[1016/1020] Compiling HummingbirdLambdaTesting APIGatewayLambda.swift
[1017/1020] Emitting module HummingbirdLambdaTesting
[1017/1020] Write Objects.LinkFileList
[1018/1020] Linking HBLambdaTest
[1019/1020] Applying HBLambdaTest
Build complete! (76.26s)
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/awslabs/swift-aws-lambda-runtime.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/awslabs/swift-aws-lambda-events.git
Fetching https://github.com/apple/swift-nio.git from cache
[1/2841] Fetching swift-aws-lambda-events
[229/3674] Fetching swift-aws-lambda-events, swift-extras-base64
[1517/19716] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime
[4317/46201] Fetching swift-aws-lambda-events, swift-extras-base64, swift-aws-lambda-runtime, hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (3.83s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (3.83s)
Fetched https://github.com/awslabs/swift-aws-lambda-events.git from cache (3.83s)
Fetched https://github.com/awslabs/swift-aws-lambda-runtime.git from cache (3.83s)
Fetched https://github.com/apple/swift-nio.git from cache (3.93s)
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.99s)
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.45s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
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.10s)
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/apple/swift-distributed-tracing.git
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-ssl.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/2745] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.64s)
[276/8509] Fetching swift-service-lifecycle, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.09s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.09s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.09s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.15s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.15s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.90s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
[1/6247] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (3.05s)
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.46s)
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 (1.05s)
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.53s)
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.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
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.50s)
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.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.27s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
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.38s)
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/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.50s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.1 (0.46s)
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.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.59s)
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.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.98.0 (0.66s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
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.53s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[1/7152] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.07s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.08s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.08s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (3.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (0.60s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.50s)
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.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.4.0 (1.09s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.19.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-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-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/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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.22.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.7.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-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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.98.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-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-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-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-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-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/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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
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.