Build Information
Successful build of swift-aws-lambda-runtime, reference 2.4.1 (1f0888), with Swift 6.1 for macOS (SPM) on 14 Dec 2025 11:05:20 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awslabs/swift-aws-lambda-runtime.git
Reference: 2.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/awslabs/swift-aws-lambda-runtime
* tag 2.4.1 -> FETCH_HEAD
HEAD is now at 1f0888e Fix after release of swift-log 1.8.0 (#619)
Cloned https://github.com/awslabs/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
1f0888ee7be7b0dacd8bae1daa2494c36f266f47
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/awslabs/swift-aws-lambda-runtime.git at 2.4.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/awslabs/swift-aws-lambda-runtime.git
https://github.com/awslabs/swift-aws-lambda-runtime.git
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-aws-lambda-runtime",
"name" : "swift-aws-lambda-runtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AWSLambdaRuntime",
"targets" : [
"AWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaPackager",
"targets" : [
"AWSLambdaPackager"
],
"type" : {
"plugin" : null
}
},
{
"name" : "MockServer",
"targets" : [
"MockServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MockServer",
"module_type" : "SwiftTarget",
"name" : "MockServer",
"path" : "Sources/MockServer",
"product_dependencies" : [
"Logging",
"NIOHTTP1",
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"MockServer"
],
"sources" : [
"MockHTTPServer.swift"
],
"type" : "executable"
},
{
"c99name" : "AWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeTests",
"path" : "Tests/AWSLambdaRuntimeTests",
"product_dependencies" : [
"NIOTestUtils",
"NIOFoundationCompat"
],
"sources" : [
"CollectEverythingLogHandler.swift",
"ControlPlaneRequestEncoderTests.swift",
"InvocationTests.swift",
"Lambda+CodableTests.swift",
"LambdaClockTests.swift",
"LambdaContextTests.swift",
"LambdaLocalServer+StreamingTests.swift",
"LambdaLocalServerTests.swift",
"LambdaRequestIDTests.swift",
"LambdaResponseStreamWriter+HeadersTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntime+ServiceLifeCycle.swift",
"LambdaRuntimeClientTests.swift",
"LambdaRuntimeTests.swift",
"MockLambdaClient.swift",
"MockLambdaServer.swift",
"PoolTests.swift",
"Timeout.swift",
"Utils.swift",
"UtilsTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntime",
"path" : "Sources/AWSLambdaRuntime",
"product_dependencies" : [
"NIOCore",
"DequeModule",
"Logging",
"NIOHTTP1",
"NIOPosix",
"ServiceLifecycle"
],
"product_memberships" : [
"AWSLambdaRuntime"
],
"sources" : [
"ControlPlaneRequest.swift",
"ControlPlaneRequestEncoder.swift",
"FoundationSupport/Context+Foundation.swift",
"FoundationSupport/Lambda+JSON.swift",
"FoundationSupport/Vendored/ByteBuffer-foundation.swift",
"FoundationSupport/Vendored/JSON+ByteBuffer.swift",
"Lambda+Codable.swift",
"Lambda+LocalServer+Pool.swift",
"Lambda+LocalServer.swift",
"Lambda.swift",
"LambdaClock.swift",
"LambdaContext.swift",
"LambdaHandlers.swift",
"LambdaRequestID.swift",
"LambdaResponseStreamWriter+Headers.swift",
"LambdaRuntime+ServiceLifecycle.swift",
"LambdaRuntime.swift",
"LambdaRuntimeClient+ChannelHandler.swift",
"LambdaRuntimeClient.swift",
"LambdaRuntimeClientProtocol.swift",
"LambdaRuntimeError.swift",
"SendableMetatype.swift",
"Utils.swift",
"Version.swift"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaPackager",
"module_type" : "PluginTarget",
"name" : "AWSLambdaPackager",
"path" : "Plugins/AWSLambdaPackager",
"plugin_capability" : {
"intent" : {
"description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
"type" : "custom",
"verb" : "archive"
},
"permissions" : [
{
"network_scope" : {
"docker" : {
}
},
"reason" : "This plugin uses Docker to create the AWS Lambda ZIP package.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"AWSLambdaPackager"
],
"sources" : [
"Plugin.swift",
"PluginUtils.swift"
],
"type" : "plugin"
}
],
"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/40] Write sources
[7/40] Copying PrivacyInfo.xcprivacy
[7/40] Write sources
[8/40] Write MockServer-entitlement.plist
[8/40] Write sources
[19/40] Compiling CNIOWindows shim.c
[20/40] Compiling CNIOWindows WSAStartup.c
[20/40] Compiling CNIOWASI CNIOWASI.c
[22/40] Compiling CNIOOpenBSD shim.c
[23/40] Compiling CNIOLinux shim.c
[23/40] Compiling CNIOLinux liburing_shims.c
[25/40] Write sources
[28/40] Write swift-version-2F0A5646E1D333AE.txt
[29/43] Compiling CNIOPosix event_loop_id.c
[30/43] Compiling _AtomicsShims.c
[31/60] Compiling CNIOLLHTTP c_nio_http.c
[32/60] Compiling CNIOLLHTTP c_nio_api.c
[33/90] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/90] Compiling CNIODarwin shim.c
[36/90] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[37/91] Compiling Atomics DoubleWord.swift
[38/91] Compiling Atomics ManagedAtomic.swift
[39/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[40/91] Compiling Atomics IntegerOperations.swift
[41/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/91] Compiling Atomics AtomicValue.swift
[43/91] Compiling Atomics AtomicMemoryOrderings.swift
[44/91] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[45/91] Compiling Atomics AtomicBool.swift
[46/91] Compiling Atomics IntegerConformances.swift
[47/91] Compiling Atomics ManagedAtomicLazyReference.swift
[48/91] Compiling Atomics UnsafeAtomic.swift
[49/91] Compiling Atomics AtomicInteger.swift
[50/91] Compiling Atomics AtomicOptionalWrappable.swift
[51/91] Compiling Atomics OptionalRawRepresentable.swift
[52/91] Compiling Atomics RawRepresentable.swift
[53/91] Emitting module InternalCollectionsUtilities
[54/91] Emitting module _NIOBase64
[55/91] Compiling _NIOBase64 Base64.swift
[64/92] Compiling Atomics AtomicReference.swift
[65/92] Compiling Atomics AtomicStorage.swift
[66/92] Compiling Atomics Unmanaged extensions.swift
[67/108] Compiling _NIODataStructures PriorityQueue.swift
[68/164] Emitting module ConcurrencyHelpers
[69/164] Compiling ConcurrencyHelpers Lock.swift
[70/164] Compiling ConcurrencyHelpers LockedValueBox.swift
[71/164] Compiling _NIODataStructures _TinyArray.swift
[72/164] Compiling DequeModule _DequeSlot.swift
[73/165] Compiling DequeModule _DequeBufferHeader.swift
[74/165] Compiling DequeModule _DequeBuffer.swift
[75/168] Compiling _NIODataStructures Heap.swift
[76/168] Emitting module _NIODataStructures
[77/168] Compiling OrderedCollections _HashTable+Constants.swift
[78/168] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/168] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/168] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/168] Emitting module Atomics
[82/168] Compiling OrderedCollections _HashTable+Bucket.swift
[83/168] Compiling OrderedCollections _HashTable+BucketIterator.swift
[84/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[85/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[86/168] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[90/168] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/168] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/168] Compiling OrderedCollections OrderedSet+Sendable.swift
[93/168] Compiling OrderedCollections OrderedDictionary+Elements.swift
[94/168] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[95/168] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[96/168] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[97/168] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[98/168] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[99/174] Compiling OrderedCollections _HashTable.swift
[100/174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[101/174] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[102/174] Compiling OrderedCollections OrderedDictionary+Values.swift
[103/174] Compiling OrderedCollections _HashTable+Testing.swift
[104/174] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[107/174] Compiling OrderedCollections OrderedSet+Codable.swift
[108/174] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[109/174] Compiling OrderedCollections OrderedSet+Descriptions.swift
[110/174] Compiling OrderedCollections OrderedSet+Diffing.swift
[111/174] Compiling OrderedCollections OrderedSet+Equatable.swift
[112/174] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[113/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[114/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[115/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[116/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[117/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[118/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[119/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[120/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[121/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[122/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[123/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[124/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[125/174] Compiling OrderedCollections OrderedSet+Hashable.swift
[126/174] Compiling OrderedCollections OrderedSet+Initializers.swift
[127/174] Compiling OrderedCollections OrderedSet+Insertions.swift
[128/174] Compiling OrderedCollections OrderedSet+Invariants.swift
[129/174] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[130/174] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[131/174] Compiling OrderedCollections _Hashtable+Header.swift
[132/174] Compiling OrderedCollections OrderedDictionary+Codable.swift
[133/174] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[134/174] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[135/174] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[136/174] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[137/174] Compiling Logging MetadataProvider.swift
[138/174] Compiling Logging LogHandler.swift
[139/174] Compiling Logging Locks.swift
[140/174] Emitting module Logging
[141/174] Compiling Logging Logging.swift
[144/174] Emitting module DequeModule
[147/174] Emitting module UnixSignals
[148/174] Compiling UnixSignals UnixSignalsSequence.swift
[149/174] Compiling UnixSignals UnixSignal.swift
[149/174] Compiling c-nioatomics.c
[156/174] Compiling OrderedCollections OrderedDictionary.swift
[164/174] Compiling OrderedCollections OrderedSet+SubSequence.swift
[165/174] Compiling OrderedCollections OrderedSet+Testing.swift
[166/174] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[167/174] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[168/174] Compiling OrderedCollections OrderedSet.swift
[169/174] Compiling OrderedCollections _UnsafeBitset.swift
[169/174] Compiling c-atomics.c
[171/174] Emitting module OrderedCollections
[172/230] Compiling NIOConcurrencyHelpers lock.swift
[173/230] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[174/230] Compiling NIOConcurrencyHelpers atomics.swift
[175/230] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[176/230] Emitting module NIOConcurrencyHelpers
[177/230] Compiling NIOConcurrencyHelpers NIOLock.swift
[178/230] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[179/230] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[180/230] Compiling AsyncAlgorithms AsyncShareSequence.swift
[181/230] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[182/230] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[183/230] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[184/235] Compiling AsyncAlgorithms Locking.swift
[185/235] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[186/235] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[187/235] Compiling AsyncAlgorithms MergeStateMachine.swift
[188/235] Compiling AsyncAlgorithms MergeStorage.swift
[189/235] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[190/235] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[191/235] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[192/235] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[193/235] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[194/235] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[195/235] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[196/235] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[197/235] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[198/235] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[199/235] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[200/235] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[201/299] Compiling NIOCore ChannelInvoker.swift
[202/299] Compiling NIOCore ChannelOption.swift
[203/299] Compiling NIOCore ChannelPipeline.swift
[204/299] Compiling NIOCore CircularBuffer.swift
[205/299] Compiling NIOCore NIOLoopBound.swift
[206/299] Emitting module AsyncAlgorithms
[207/299] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[208/299] Compiling NIOCore NIOAsyncWriter.swift
[209/299] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[210/299] Compiling NIOCore BSDSocketAPI.swift
[211/299] Compiling NIOCore ByteBuffer-aux.swift
[212/299] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[213/299] Compiling NIOCore ByteBuffer-multi-int.swift
[214/299] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[215/299] Compiling NIOCore ByteBuffer-views.swift
[216/299] Compiling NIOCore Codec.swift
[217/299] Compiling NIOCore ConvenienceOptionSupport.swift
[218/299] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[219/299] Compiling NIOCore ByteBuffer-conversions.swift
[220/299] Compiling NIOCore Channel.swift
[221/299] Compiling NIOCore ChannelHandler.swift
[222/299] Compiling NIOCore ChannelHandlers.swift
[223/299] Compiling NIOCore DeadChannel.swift
[224/299] Compiling NIOCore DispatchQueue+WithFuture.swift
[225/299] Compiling NIOCore EventLoop+Deprecated.swift
[226/299] Compiling NIOCore EventLoop+SerialExecutor.swift
[227/299] Compiling NIOCore EventLoop.swift
[228/299] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[229/299] Compiling NIOCore EventLoopFuture+Deprecated.swift
[230/299] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[231/299] Compiling NIOCore EventLoopFuture.swift
[232/299] Compiling NIOCore FileDescriptor.swift
[233/308] Compiling NIOCore Linux.swift
[234/308] Compiling NIOCore MarkedCircularBuffer.swift
[235/308] Compiling NIOCore MulticastChannel.swift
[236/308] Compiling NIOCore NIOAny.swift
[237/308] Compiling NIOCore NIOCloseOnErrorHandler.swift
[238/308] Compiling NIOCore NIOCoreSendableMetatype.swift
[239/308] Compiling NIOCore NIODecodedAsyncSequence.swift
[240/315] Compiling NIOCore GlobalSingletons.swift
[241/315] Compiling NIOCore IO.swift
[242/315] Compiling NIOCore IOData.swift
[243/315] Compiling NIOCore IPProtocol.swift
[244/315] Compiling NIOCore IntegerBitPacking.swift
[245/315] Compiling NIOCore IntegerTypes.swift
[246/315] Compiling NIOCore Interfaces.swift
[247/315] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[253/315] Compiling NIOCore FileHandle.swift
[254/315] Compiling NIOCore FileRegion.swift
[256/315] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[257/315] Compiling NIOCore NIOScheduledCallback.swift
[258/315] Compiling NIOCore NIOSendable.swift
[259/315] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[260/315] Compiling NIOCore RecvByteBufferAllocator.swift
[261/315] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[262/315] Compiling NIOCore AddressedEnvelope.swift
[263/315] Compiling NIOCore AsyncAwaitSupport.swift
[264/315] Compiling NIOCore AsyncChannel.swift
[265/315] Compiling NIOCore AsyncChannelHandler.swift
[266/315] Compiling NIOCore AsyncChannelInboundStream.swift
[267/315] Compiling NIOCore AsyncChannelOutboundWriter.swift
[268/315] Compiling NIOCore NIOAsyncSequenceProducer.swift
[269/315] Compiling ServiceLifecycle Service.swift
[270/315] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[271/315] Compiling ServiceLifecycle ServiceRunnerError.swift
[272/315] Compiling ServiceLifecycle CancellationWaiter.swift
[273/315] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[274/315] Compiling ServiceLifecycle ServiceGroup.swift
[275/315] Emitting module ServiceLifecycle
[276/315] Compiling ServiceLifecycle GracefulShutdown.swift
[277/315] Compiling NIOCore SocketAddresses.swift
[278/315] Compiling NIOCore SocketOptionProvider.swift
[279/315] Compiling NIOCore SystemCallHelpers.swift
[280/315] Compiling NIOCore TimeAmount+Duration.swift
[281/315] Compiling NIOCore TypeAssistedChannelHandler.swift
[282/315] Compiling NIOCore UniversalBootstrapSupport.swift
[283/315] Compiling NIOCore Utilities.swift
[305/315] Compiling NIOCore ByteBuffer-core.swift
[306/315] Compiling NIOCore ByteBuffer-hex.swift
[307/315] Compiling NIOCore ByteBuffer-int.swift
[312/315] Emitting module NIOCore
[313/371] Compiling NIOEmbedded AsyncTestingChannel.swift
[314/371] Emitting module NIOEmbedded
[315/371] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[316/371] Compiling NIOEmbedded Embedded.swift
[317/371] Emitting module NIOPosix
[318/376] Compiling NIOPosix System.swift
[319/376] Compiling NIOPosix Thread.swift
[320/376] Compiling NIOPosix ThreadPosix.swift
[321/376] Compiling NIOPosix ThreadWindows.swift
[322/376] Compiling NIOPosix UnsafeTransfer.swift
[323/376] Compiling NIOPosix BSDSocketAPICommon.swift
[324/376] Compiling NIOPosix BSDSocketAPIPosix.swift
[325/376] Compiling NIOPosix BSDSocketAPIWindows.swift
[326/376] Compiling NIOPosix BaseSocket.swift
[327/376] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[328/376] Compiling NIOPosix BaseSocketChannel.swift
[329/376] Compiling NIOPosix PosixSingletons.swift
[330/376] Compiling NIOPosix RawSocketBootstrap.swift
[331/376] Compiling NIOPosix Resolver.swift
[332/376] Compiling NIOPosix Selectable.swift
[333/376] Compiling NIOPosix SelectableChannel.swift
[334/376] Compiling NIOPosix SelectableEventLoop.swift
[335/376] Compiling NIOPosix GetaddrinfoResolver.swift
[336/376] Compiling NIOPosix HappyEyeballs.swift
[337/376] Compiling NIOPosix IO.swift
[338/376] Compiling NIOPosix IntegerBitPacking.swift
[339/376] Compiling NIOPosix IntegerTypes.swift
[340/376] Compiling NIOPosix Linux.swift
[341/376] Compiling NIOPosix ServerSocket.swift
[342/376] Compiling NIOPosix Socket.swift
[343/376] Compiling NIOPosix SocketChannel.swift
[344/376] Compiling NIOPosix SocketProtocols.swift
[345/376] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[346/376] Compiling NIOPosix LinuxCPUSet.swift
[347/376] Compiling NIOPosix LinuxUring.swift
[348/376] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[349/376] Compiling NIOPosix NIOPosixSendableMetatype.swift
[350/376] Compiling NIOPosix NIOThreadPool.swift
[351/376] Compiling NIOPosix NonBlockingFileIO.swift
[352/376] Compiling NIOPosix PendingDatagramWritesManager.swift
[353/376] Compiling NIOPosix PendingWritesManager.swift
[354/376] Compiling NIOPosix PipeChannel.swift
[355/376] Compiling NIOPosix PipePair.swift
[356/376] Compiling NIOPosix Pool.swift
[357/376] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[358/376] Compiling NIOPosix SelectorEpoll.swift
[359/376] Compiling NIOPosix SelectorGeneric.swift
[360/376] Compiling NIOPosix SelectorKqueue.swift
[361/376] Compiling NIOPosix SelectorUring.swift
[362/376] Compiling NIOPosix SelectorWSAPoll.swift
[363/376] Compiling NIOPosix BaseStreamSocketChannel.swift
[364/376] Compiling NIOPosix Bootstrap.swift
[365/376] Compiling NIOPosix ControlMessage.swift
[366/376] Compiling NIOPosix DatagramVectorReadManager.swift
[367/376] Compiling NIOPosix Errors+Any.swift
[368/376] Compiling NIOPosix FileDescriptor.swift
[369/376] Compiling NIOPosix Utilities.swift
[370/376] Compiling NIOPosix VsockAddress.swift
[371/376] Compiling NIOPosix VsockChannelEvents.swift
[372/376] Compiling NIOPosix Windows.swift
[373/376] Compiling NIOPosix resource_bundle_accessor.swift
[374/378] Emitting module NIO
[375/378] Compiling NIO Exports.swift
[376/395] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[377/396] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[378/396] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[379/396] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[380/396] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[381/396] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[382/396] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[383/396] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[384/396] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[385/396] Compiling NIOHTTP1 HTTPEncoder.swift
[386/396] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[387/396] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[388/396] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[389/396] Compiling NIOHTTP1 HTTPTypes.swift
[390/396] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[391/396] Compiling NIOHTTP1 ByteCollectionUtils.swift
[392/396] Compiling NIOHTTP1 HTTPDecoder.swift
[393/396] Emitting module NIOHTTP1
[394/421] Compiling MockServer MockHTTPServer.swift
[395/421] Emitting module MockServer
[395/421] Write Objects.LinkFileList
[397/421] Emitting module AWSLambdaRuntime
[398/423] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[399/423] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[400/423] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[401/423] Compiling AWSLambdaRuntime SendableMetatype.swift
[402/423] Compiling AWSLambdaRuntime Lambda.swift
[403/423] Compiling AWSLambdaRuntime LambdaClock.swift
[404/423] Compiling AWSLambdaRuntime LambdaContext.swift
[405/423] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[406/423] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[407/423] Compiling AWSLambdaRuntime Utils.swift
[408/423] Compiling AWSLambdaRuntime Version.swift
[409/423] Compiling AWSLambdaRuntime LambdaHandlers.swift
[410/423] Compiling AWSLambdaRuntime LambdaRequestID.swift
[411/423] Compiling AWSLambdaRuntime LambdaRuntime.swift
[412/423] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[413/423] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[414/423] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[415/423] Compiling AWSLambdaRuntime Context+Foundation.swift
[416/423] Compiling AWSLambdaRuntime Lambda+JSON.swift
[417/423] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[418/423] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[419/423] Compiling AWSLambdaRuntime Lambda+Codable.swift
[420/423] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[421/423] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[421/423] Linking MockServer
[422/423] Applying MockServer
Build complete! (33.05s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/2568] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.17s)
Fetched https://github.com/apple/swift-log.git from cache (4.03s)
Fetched https://github.com/apple/swift-collections.git from cache (4.07s)
Fetched https://github.com/apple/swift-nio.git from cache (4.11s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (4.65s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5830] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.12s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (0.65s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.55s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-aws-lambda-runtime",
"name" : "swift-aws-lambda-runtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AWSLambdaRuntime",
"targets" : [
"AWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaPackager",
"targets" : [
"AWSLambdaPackager"
],
"type" : {
"plugin" : null
}
},
{
"name" : "MockServer",
"targets" : [
"MockServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MockServer",
"module_type" : "SwiftTarget",
"name" : "MockServer",
"path" : "Sources/MockServer",
"product_dependencies" : [
"Logging",
"NIOHTTP1",
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"MockServer"
],
"sources" : [
"MockHTTPServer.swift"
],
"type" : "executable"
},
{
"c99name" : "AWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeTests",
"path" : "Tests/AWSLambdaRuntimeTests",
"product_dependencies" : [
"NIOTestUtils",
"NIOFoundationCompat"
],
"sources" : [
"CollectEverythingLogHandler.swift",
"ControlPlaneRequestEncoderTests.swift",
"InvocationTests.swift",
"Lambda+CodableTests.swift",
"LambdaClockTests.swift",
"LambdaContextTests.swift",
"LambdaLocalServer+StreamingTests.swift",
"LambdaLocalServerTests.swift",
"LambdaRequestIDTests.swift",
"LambdaResponseStreamWriter+HeadersTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntime+ServiceLifeCycle.swift",
"LambdaRuntimeClientTests.swift",
"LambdaRuntimeTests.swift",
"MockLambdaClient.swift",
"MockLambdaServer.swift",
"PoolTests.swift",
"Timeout.swift",
"Utils.swift",
"UtilsTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntime",
"path" : "Sources/AWSLambdaRuntime",
"product_dependencies" : [
"NIOCore",
"DequeModule",
"Logging",
"NIOHTTP1",
"NIOPosix",
"ServiceLifecycle"
],
"product_memberships" : [
"AWSLambdaRuntime"
],
"sources" : [
"ControlPlaneRequest.swift",
"ControlPlaneRequestEncoder.swift",
"FoundationSupport/Context+Foundation.swift",
"FoundationSupport/Lambda+JSON.swift",
"FoundationSupport/Vendored/ByteBuffer-foundation.swift",
"FoundationSupport/Vendored/JSON+ByteBuffer.swift",
"Lambda+Codable.swift",
"Lambda+LocalServer+Pool.swift",
"Lambda+LocalServer.swift",
"Lambda.swift",
"LambdaClock.swift",
"LambdaContext.swift",
"LambdaHandlers.swift",
"LambdaRequestID.swift",
"LambdaResponseStreamWriter+Headers.swift",
"LambdaRuntime+ServiceLifecycle.swift",
"LambdaRuntime.swift",
"LambdaRuntimeClient+ChannelHandler.swift",
"LambdaRuntimeClient.swift",
"LambdaRuntimeClientProtocol.swift",
"LambdaRuntimeError.swift",
"SendableMetatype.swift",
"Utils.swift",
"Version.swift"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaPackager",
"module_type" : "PluginTarget",
"name" : "AWSLambdaPackager",
"path" : "Plugins/AWSLambdaPackager",
"plugin_capability" : {
"intent" : {
"description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
"type" : "custom",
"verb" : "archive"
},
"permissions" : [
{
"network_scope" : {
"docker" : {
}
},
"reason" : "This plugin uses Docker to create the AWS Lambda ZIP package.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"AWSLambdaPackager"
],
"sources" : [
"Plugin.swift",
"PluginUtils.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Done.