Build Information
Successful build of swift-aws-lambda-runtime, reference main (f3bd0a), with Swift 6.1 for macOS (SPM) on 10 Apr 2026 03:33:24 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awslabs/swift-aws-lambda-runtime.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/awslabs/swift-aws-lambda-runtime
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f3bd0ae Bump picomatch from 2.3.1 to 2.3.2 in /Examples/CDK/infra (#660)
Cloned https://github.com/awslabs/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
f3bd0ae938d95701b9b5030be6678166489139e1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/awslabs/swift-aws-lambda-runtime.git at main
========================================
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.92.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.9.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",
"JSONLogHandlerTests.swift",
"Lambda+CodableTests.swift",
"LambdaClockTests.swift",
"LambdaContextTests.swift",
"LambdaLocalServer+StreamingTests.swift",
"LambdaLocalServerTests.swift",
"LambdaManagedRuntimeTests.swift",
"LambdaRequestIDTests.swift",
"LambdaResponseStreamWriter+HeadersTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntime+ServiceLifeCycle.swift",
"LambdaRuntimeClientChannelLifecycleTests.swift",
"LambdaRuntimeClientTests.swift",
"LambdaRuntimeTests.swift",
"LocalServerPoolCancellationTests.swift",
"LoggingConfigurationTests.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" : [
"FoundationSupport/Context+Foundation.swift",
"FoundationSupport/LambdaManagedRuntime+JSON.swift",
"FoundationSupport/LambdaRuntime+JSON.swift",
"FoundationSupport/Vendored/ByteBuffer-foundation.swift",
"FoundationSupport/Vendored/JSON+ByteBuffer.swift",
"HTTPClient/ControlPlaneRequest.swift",
"HTTPClient/ControlPlaneRequestEncoder.swift",
"HTTPClient/LambdaRuntimeClient+ChannelHandler.swift",
"HTTPClient/LambdaRuntimeClient.swift",
"HTTPClient/LambdaRuntimeClientProtocol.swift",
"HTTPServer/Lambda+LocalServer+Pool.swift",
"HTTPServer/Lambda+LocalServer.swift",
"Lambda.swift",
"LambdaClock.swift",
"LambdaContext.swift",
"LambdaRequestID.swift",
"LambdaResponseStreamWriter+Headers.swift",
"LambdaRuntimeError.swift",
"Logging/JSONLogHandler.swift",
"Logging/LoggingConfiguration.swift",
"ManagedRuntime/LambdaManagedRuntime+ServiceLifecycle.swift",
"ManagedRuntime/LambdaManagedRuntime.swift",
"ManagedRuntime/LambdaManagedRuntimeHandlers.swift",
"Runtime/LambdaHandlers.swift",
"Runtime/LambdaRuntime+Codable.swift",
"Runtime/LambdaRuntime+Handler.swift",
"Runtime/LambdaRuntime+ServiceLifecycle.swift",
"Runtime/LambdaRuntime.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/41] Copying PrivacyInfo.xcprivacy
[1/41] Write sources
[16/41] Write MockServer-entitlement.plist
[16/41] Write sources
[20/41] Compiling CNIOWindows WSAStartup.c
[21/41] Compiling CNIOWindows shim.c
[22/41] Compiling CNIOWASI CNIOWASI.c
[23/41] Compiling CNIOLinux shim.c
[24/41] Compiling CNIOLinux liburing_shims.c
[24/41] Compiling CNIOOpenBSD shim.c
[26/41] Write sources
[29/41] Write swift-version-2F0A5646E1D333AE.txt
[30/41] Compiling CNIOPosix event_loop_id.c
[31/41] Compiling _AtomicsShims.c
[32/47] Compiling CNIOLLHTTP c_nio_http.c
[33/72] Compiling CNIOLLHTTP c_nio_api.c
[34/94] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/94] Compiling CNIODarwin shim.c
[37/94] Compiling _NIOBase64 Base64.swift
[38/94] Emitting module _NIOBase64
[39/94] Emitting module InternalCollectionsUtilities
[40/95] Compiling Atomics PointerConformances.swift
[41/95] Compiling Atomics Primitives.native.swift
[42/95] Compiling Atomics AtomicInteger.swift
[43/95] Compiling Atomics AtomicOptionalWrappable.swift
[44/95] Compiling Atomics AtomicReference.swift
[45/95] Compiling Atomics AtomicStorage.swift
[46/95] Compiling Atomics AtomicBool.swift
[47/95] Compiling Atomics IntegerConformances.swift
[48/95] Compiling Atomics OptionalRawRepresentable.swift
[49/95] Compiling Atomics RawRepresentable.swift
[50/95] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[51/95] Compiling Atomics AtomicValue.swift
[52/95] Compiling Atomics AtomicMemoryOrderings.swift
[53/95] Compiling Atomics ManagedAtomicLazyReference.swift
[54/95] Compiling Atomics UnsafeAtomic.swift
[55/95] Compiling Atomics DoubleWord.swift
[56/95] Compiling Atomics ManagedAtomic.swift
[57/95] Compiling ConcurrencyHelpers LockedValueBox.swift
[58/95] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/95] Compiling Atomics IntegerOperations.swift
[78/186] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/186] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/186] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[81/189] Compiling OrderedCollections _HashTable+Bucket.swift
[82/189] Compiling OrderedCollections _HashTable+BucketIterator.swift
[83/189] Compiling OrderedCollections _HashTable+Constants.swift
[84/189] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[85/189] Compiling OrderedCollections _HashTable+Testing.swift
[86/189] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[87/189] Compiling OrderedCollections _HashTable.swift
[88/189] Compiling OrderedCollections _Hashtable+Header.swift
[89/189] Compiling ContainersPreview Inout.swift
[90/189] Compiling ContainersPreview InputSpan.swift
[91/189] Compiling ContainersPreview Shared.swift
[92/189] Emitting module ContainersPreview
[93/189] Compiling OrderedCollections OrderedSet+Equatable.swift
[94/189] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[95/189] Compiling OrderedCollections OrderedSet+Hashable.swift
[96/189] Compiling OrderedCollections OrderedSet+Initializers.swift
[97/189] Compiling OrderedCollections OrderedSet+Codable.swift
[98/189] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[99/189] Compiling OrderedCollections OrderedSet+Descriptions.swift
[100/189] Compiling OrderedCollections OrderedSet+Diffing.swift
[101/189] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[102/189] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[103/189] Compiling OrderedCollections OrderedDictionary+Values.swift
[104/189] Compiling OrderedCollections OrderedDictionary.swift
[105/189] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[106/189] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[107/189] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[108/189] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[109/189] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[110/189] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[111/189] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[112/189] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[113/189] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[114/189] Compiling OrderedCollections OrderedDictionary+Elements.swift
[115/189] Compiling Atomics Unmanaged extensions.swift
[116/189] Compiling Logging MetadataProvider.swift
[117/189] Compiling Logging Locks.swift
[118/189] Emitting module Logging
[119/189] Compiling _NIODataStructures PriorityQueue.swift
[120/189] Compiling _NIODataStructures _TinyArray.swift
[121/189] Emitting module _NIODataStructures
[122/189] Compiling _NIODataStructures Heap.swift
[123/230] Compiling DequeModule _DequeBuffer.swift
[124/230] Compiling DequeModule _DequeBufferHeader.swift
[125/230] Compiling DequeModule RigidDeque+Append.swift
[126/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[127/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[128/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[129/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[130/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[131/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[132/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[133/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[134/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[135/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[136/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[137/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[138/230] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[139/230] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[140/230] Compiling OrderedCollections OrderedSet+Sendable.swift
[141/236] Compiling Logging Logging.swift
[142/236] Compiling Logging LogHandler.swift
[143/236] Compiling Logging LogEvent.swift
[144/236] Emitting module Atomics
[145/236] Emitting module ConcurrencyHelpers
[146/236] Compiling ConcurrencyHelpers Lock.swift
[147/236] Compiling DequeModule RigidDeque+Container.swift
[148/236] Compiling DequeModule RigidDeque+Descriptions.swift
[149/236] Compiling DequeModule RigidDeque+Equatable.swift
[150/236] Compiling DequeModule RigidDeque+Experimental.swift
[151/236] Compiling DequeModule Deque._UnsafeHandle.swift
[152/236] Compiling DequeModule Deque.swift
[153/236] Compiling DequeModule Deque._Storage.swift
[154/236] Compiling DequeModule RigidDeque+Removals.swift
[155/236] Compiling DequeModule RigidDeque+Replacements.swift
[156/236] Compiling DequeModule RigidDeque+Testing.swift
[157/236] Compiling DequeModule RigidDeque.swift
[158/236] Compiling DequeModule RigidDeque+Consumption.swift
[159/236] Compiling DequeModule RigidDeque+Hashable.swift
[160/236] Compiling DequeModule RigidDeque+Initializers.swift
[161/236] Compiling DequeModule RigidDeque+Insertions.swift
[162/236] Compiling DequeModule RigidDeque+Prepend.swift
[165/240] Compiling DequeModule UniqueDeque+Append.swift
[166/240] Compiling DequeModule UniqueDeque+Consumption.swift
[167/240] Compiling DequeModule UniqueDeque+Container.swift
[168/240] Compiling DequeModule UniqueDeque+Descriptions.swift
[169/240] Compiling DequeModule UniqueDeque+Equatable.swift
[170/240] Compiling DequeModule UniqueDeque+Experimental.swift
[171/240] Compiling DequeModule UniqueDeque+Hashable.swift
[172/240] Compiling DequeModule UniqueDeque+Initializers.swift
[173/240] Compiling DequeModule UniqueDeque+Insertions.swift
[174/240] Compiling DequeModule UniqueDeque+Prepend.swift
[175/240] Compiling DequeModule UniqueDeque+Removals.swift
[176/240] Compiling DequeModule UniqueDeque+Replacements.swift
[177/240] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[178/240] Compiling DequeModule Deque+Extras.swift
[179/240] Compiling DequeModule Deque+Hashable.swift
[180/240] Compiling DequeModule Deque+Testing.swift
[212/243] Compiling DequeModule Deque+Codable.swift
[213/243] Compiling DequeModule Deque+Collection.swift
[214/243] Compiling DequeModule Deque+CustomReflectable.swift
[215/243] Compiling DequeModule Deque+Descriptions.swift
[216/243] Compiling DequeModule Deque+Equatable.swift
[216/243] Compiling c-nioatomics.c
[225/243] Compiling OrderedCollections OrderedSet+SubSequence.swift
[226/243] Compiling OrderedCollections OrderedSet+Testing.swift
[227/243] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[228/243] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[229/243] Compiling OrderedCollections OrderedSet.swift
[230/243] Compiling OrderedCollections _UnsafeBitset.swift
[231/243] Compiling UnixSignals UnixSignal.swift
[231/243] Compiling c-atomics.c
[233/243] Emitting module OrderedCollections
[234/243] Emitting module DequeModule
[235/250] Compiling UnixSignals UnixSignalsSequence.swift
[236/250] Emitting module UnixSignals
[237/250] Compiling DequeModule UniqueDeque.swift
[238/250] Compiling DequeModule _DequeSlot.swift
[239/250] Compiling DequeModule _UnsafeDequeHandle.swift
[240/250] Compiling DequeModule _UnsafeDequeSegments.swift
[241/305] Compiling NIOConcurrencyHelpers NIOLock.swift
[242/305] Emitting module NIOConcurrencyHelpers
[243/305] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[244/305] Compiling NIOConcurrencyHelpers atomics.swift
[245/305] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[246/305] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[247/305] Compiling NIOConcurrencyHelpers lock.swift
[248/370] Compiling NIOCore ByteBuffer-core.swift
[249/370] Compiling NIOCore ByteBuffer-hex.swift
[250/370] Compiling NIOCore ByteBuffer-int.swift
[251/370] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[252/370] Compiling NIOCore ByteBuffer-multi-int.swift
[253/370] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[254/375] Compiling NIOCore NIOAsyncWriter.swift
[255/375] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[256/375] Compiling NIOCore BSDSocketAPI.swift
[257/375] Compiling NIOCore ByteBuffer-aux.swift
[258/375] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[259/375] Compiling NIOCore ByteBuffer-conversions.swift
[260/375] Compiling NIOCore IntegerTypes.swift
[261/375] Compiling NIOCore Interfaces.swift
[262/375] Compiling NIOCore Linux.swift
[263/375] Compiling NIOCore EventLoopFuture+Deprecated.swift
[264/375] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[265/375] Compiling NIOCore EventLoopFuture.swift
[266/375] Compiling NIOCore ByteBuffer-views.swift
[267/375] Compiling NIOCore Channel.swift
[268/375] Compiling NIOCore IO.swift
[269/375] Compiling NIOCore IOData.swift
[270/375] Compiling NIOCore IPProtocol.swift
[271/375] Compiling NIOCore IntegerBitPacking.swift
[272/375] Compiling NIOCore FileDescriptor.swift
[273/375] Compiling NIOCore FileHandle.swift
[274/375] Compiling NIOCore FileRegion.swift
[275/375] Compiling NIOCore GlobalSingletons.swift
[276/375] Compiling NIOCore ChannelHandler.swift
[277/375] Compiling NIOCore ChannelHandlers.swift
[278/375] Emitting module AsyncAlgorithms
[286/382] Compiling AsyncAlgorithms UnsafeTransfer.swift
[287/382] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[288/382] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[289/382] Compiling AsyncAlgorithms ZipStateMachine.swift
[290/382] Compiling AsyncAlgorithms ZipStorage.swift
[291/382] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[292/382] Compiling NIOCore NIOScheduledCallback.swift
[293/382] Compiling NIOCore NIOSendable.swift
[294/382] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[300/382] Compiling NIOCore NIOAny.swift
[301/382] Compiling NIOCore NIOCloseOnErrorHandler.swift
[302/382] Compiling NIOCore NIOCoreSendableMetatype.swift
[303/382] Compiling NIOCore NIODecodedAsyncSequence.swift
[304/382] Compiling NIOCore NIOLoopBound.swift
[305/382] Compiling NIOCore ConvenienceOptionSupport.swift
[306/382] Compiling NIOCore DeadChannel.swift
[307/382] Compiling NIOCore DispatchQueue+WithFuture.swift
[308/382] Compiling NIOCore EventLoop+Deprecated.swift
[309/382] Compiling NIOCore EventLoop+SerialExecutor.swift
[310/382] Compiling NIOCore EventLoop.swift
[311/382] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[312/382] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[318/382] Compiling NIOCore AsyncAwaitSupport.swift
[319/382] Compiling NIOCore AsyncChannel.swift
[320/382] Compiling NIOCore AsyncChannelHandler.swift
[321/382] Compiling NIOCore AsyncChannelInboundStream.swift
[322/382] Compiling NIOCore AsyncChannelOutboundWriter.swift
[323/382] Compiling NIOCore NIOAsyncSequenceProducer.swift
[324/382] Compiling NIOCore ChannelInvoker.swift
[325/382] Compiling NIOCore ChannelOption.swift
[326/382] Compiling NIOCore ChannelPipeline.swift
[327/382] Compiling NIOCore CircularBuffer.swift
[328/382] Compiling NIOCore Codec.swift
[329/382] Compiling NIOCore AddressedEnvelope.swift
[336/392] Compiling ServiceLifecycle ServiceRunnerError.swift
[337/392] Compiling NIOCore SocketAddresses.swift
[338/392] Compiling NIOCore SocketOptionProvider.swift
[339/392] Compiling NIOCore SystemCallHelpers.swift
[340/392] Compiling NIOCore TimeAmount+Duration.swift
[341/392] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[342/392] Compiling NIOCore TypeAssistedChannelHandler.swift
[343/392] Compiling NIOCore UniversalBootstrapSupport.swift
[344/392] Compiling NIOCore Utilities.swift
[367/392] Compiling ServiceLifecycle CancellationWaiter.swift
[368/392] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[369/392] Compiling ServiceLifecycle GracefulShutdown.swift
[370/392] Compiling ServiceLifecycle ClosureService.swift
[371/392] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[372/392] Emitting module ServiceLifecycle
[373/392] Compiling ServiceLifecycle Service.swift
[374/392] Compiling ServiceLifecycle ServiceGroup.swift
[382/392] Emitting module NIOCore
[390/448] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[391/448] Emitting module NIOEmbedded
[392/448] Compiling NIOEmbedded Embedded.swift
[393/448] Compiling NIOEmbedded AsyncTestingChannel.swift
[394/448] Compiling NIOPosix BSDSocketAPICommon.swift
[395/448] Compiling NIOPosix BSDSocketAPIPosix.swift
[396/448] Compiling NIOPosix BSDSocketAPIWindows.swift
[397/448] Compiling NIOPosix BaseSocket.swift
[398/448] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[399/448] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[400/453] Compiling NIOPosix FileDescriptor.swift
[401/453] Compiling NIOPosix GetaddrinfoResolver.swift
[402/453] Compiling NIOPosix HappyEyeballs.swift
[403/453] Compiling NIOPosix IO.swift
[404/453] Compiling NIOPosix IntegerBitPacking.swift
[405/453] Compiling NIOPosix IntegerTypes.swift
[406/453] Emitting module NIOPosix
[407/453] Compiling NIOPosix Linux.swift
[408/453] Compiling NIOPosix LinuxCPUSet.swift
[409/453] Compiling NIOPosix LinuxUring.swift
[410/453] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[411/453] Compiling NIOPosix NIOPosixSendableMetatype.swift
[412/453] Compiling NIOPosix NIOThreadPool.swift
[413/453] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[414/453] Compiling NIOPosix PosixSingletons.swift
[415/453] Compiling NIOPosix RawSocketBootstrap.swift
[416/453] Compiling NIOPosix Resolver.swift
[417/453] Compiling NIOPosix Selectable.swift
[418/453] Compiling NIOPosix SelectableChannel.swift
[419/453] Compiling NIOPosix SelectorWSAPoll.swift
[420/453] Compiling NIOPosix ServerSocket.swift
[421/453] Compiling NIOPosix Socket.swift
[422/453] Compiling NIOPosix SocketChannel.swift
[423/453] Compiling NIOPosix SocketProtocols.swift
[424/453] Compiling NIOPosix SelectableEventLoop.swift
[425/453] Compiling NIOPosix SelectorEpoll.swift
[426/453] Compiling NIOPosix SelectorGeneric.swift
[427/453] Compiling NIOPosix SelectorKqueue.swift
[428/453] Compiling NIOPosix SelectorUring.swift
[429/453] Compiling NIOPosix BaseSocketChannel.swift
[430/453] Compiling NIOPosix BaseStreamSocketChannel.swift
[431/453] Compiling NIOPosix Bootstrap.swift
[432/453] Compiling NIOPosix ControlMessage.swift
[433/453] Compiling NIOPosix DatagramVectorReadManager.swift
[434/453] Compiling NIOPosix Errors+Any.swift
[435/453] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[436/453] Compiling NIOPosix System.swift
[437/453] Compiling NIOPosix Thread.swift
[438/453] Compiling NIOPosix ThreadPosix.swift
[439/453] Compiling NIOPosix ThreadWindows.swift
[440/453] Compiling NIOPosix NonBlockingFileIO.swift
[441/453] Compiling NIOPosix PendingDatagramWritesManager.swift
[442/453] Compiling NIOPosix PendingWritesManager.swift
[443/453] Compiling NIOPosix PipeChannel.swift
[444/453] Compiling NIOPosix PipePair.swift
[445/453] Compiling NIOPosix Pool.swift
[446/453] Compiling NIOPosix Utilities.swift
[447/453] Compiling NIOPosix VsockAddress.swift
[448/453] Compiling NIOPosix VsockChannelEvents.swift
[449/453] Compiling NIOPosix Windows.swift
[450/453] Compiling NIOPosix resource_bundle_accessor.swift
[451/455] Compiling NIO Exports.swift
[452/455] Emitting module NIO
[453/472] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[454/472] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[455/473] Compiling NIOHTTP1 HTTPEncoder.swift
[456/473] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[457/473] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[458/473] Compiling NIOHTTP1 ByteCollectionUtils.swift
[459/473] Compiling NIOHTTP1 HTTPDecoder.swift
[460/473] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[461/473] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[462/473] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[463/473] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[464/473] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[465/473] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[466/473] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[467/473] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[468/473] Compiling NIOHTTP1 HTTPTypes.swift
[469/473] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[470/473] Emitting module NIOHTTP1
[471/504] Emitting module AWSLambdaRuntime
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
39 |
40 | @available(LambdaSwift 2.0, *)
41 | public struct JSONLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
42 | public var logLevel: Logger.Level
43 | public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[472/507] Compiling AWSLambdaRuntime Context+Foundation.swift
[473/507] Compiling AWSLambdaRuntime LambdaManagedRuntime+JSON.swift
[474/507] Compiling AWSLambdaRuntime LambdaRuntime+JSON.swift
[475/507] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[476/507] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
39 |
40 | @available(LambdaSwift 2.0, *)
41 | public struct JSONLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
42 | public var logLevel: Logger.Level
43 | public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[477/507] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
39 |
40 | @available(LambdaSwift 2.0, *)
41 | public struct JSONLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
42 | public var logLevel: Logger.Level
43 | public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[478/507] Compiling AWSLambdaRuntime JSONLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
39 |
40 | @available(LambdaSwift 2.0, *)
41 | public struct JSONLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
42 | public var logLevel: Logger.Level
43 | public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[479/507] Compiling AWSLambdaRuntime LambdaManagedRuntimeHandlers.swift
[480/507] Compiling AWSLambdaRuntime LambdaHandlers.swift
[481/507] Compiling AWSLambdaRuntime LambdaRuntime+Codable.swift
[482/507] Compiling MockServer MockHTTPServer.swift
[483/507] Emitting module MockServer
[483/507] Write Objects.LinkFileList
[485/507] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[486/507] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[487/507] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[488/507] Compiling AWSLambdaRuntime LambdaRuntime+Handler.swift
[489/507] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[490/507] Compiling AWSLambdaRuntime LambdaRuntime.swift
[491/507] Compiling AWSLambdaRuntime SendableMetatype.swift
[492/507] Compiling AWSLambdaRuntime Utils.swift
[493/507] Compiling AWSLambdaRuntime Version.swift
[494/507] Compiling AWSLambdaRuntime LambdaClock.swift
[495/507] Compiling AWSLambdaRuntime LambdaContext.swift
[496/507] Compiling AWSLambdaRuntime LambdaRequestID.swift
[497/507] Compiling AWSLambdaRuntime LoggingConfiguration.swift
[498/507] Compiling AWSLambdaRuntime LambdaManagedRuntime+ServiceLifecycle.swift
[499/507] Compiling AWSLambdaRuntime LambdaManagedRuntime.swift
[500/507] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[501/507] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[502/507] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[503/507] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[504/507] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[505/507] Compiling AWSLambdaRuntime Lambda.swift
[505/507] Linking MockServer
[506/507] Applying MockServer
Build complete! (29.98s)
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/2719] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.37s)
Fetched https://github.com/apple/swift-log.git from cache (2.43s)
Fetched https://github.com/apple/swift-collections.git from cache (2.46s)
Fetched https://github.com/apple/swift-nio.git from cache (2.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.19s)
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.50s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.01s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.66s)
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.67s)
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.51s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.92.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.9.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",
"JSONLogHandlerTests.swift",
"Lambda+CodableTests.swift",
"LambdaClockTests.swift",
"LambdaContextTests.swift",
"LambdaLocalServer+StreamingTests.swift",
"LambdaLocalServerTests.swift",
"LambdaManagedRuntimeTests.swift",
"LambdaRequestIDTests.swift",
"LambdaResponseStreamWriter+HeadersTests.swift",
"LambdaRunLoopTests.swift",
"LambdaRuntime+ServiceLifeCycle.swift",
"LambdaRuntimeClientChannelLifecycleTests.swift",
"LambdaRuntimeClientTests.swift",
"LambdaRuntimeTests.swift",
"LocalServerPoolCancellationTests.swift",
"LoggingConfigurationTests.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" : [
"FoundationSupport/Context+Foundation.swift",
"FoundationSupport/LambdaManagedRuntime+JSON.swift",
"FoundationSupport/LambdaRuntime+JSON.swift",
"FoundationSupport/Vendored/ByteBuffer-foundation.swift",
"FoundationSupport/Vendored/JSON+ByteBuffer.swift",
"HTTPClient/ControlPlaneRequest.swift",
"HTTPClient/ControlPlaneRequestEncoder.swift",
"HTTPClient/LambdaRuntimeClient+ChannelHandler.swift",
"HTTPClient/LambdaRuntimeClient.swift",
"HTTPClient/LambdaRuntimeClientProtocol.swift",
"HTTPServer/Lambda+LocalServer+Pool.swift",
"HTTPServer/Lambda+LocalServer.swift",
"Lambda.swift",
"LambdaClock.swift",
"LambdaContext.swift",
"LambdaRequestID.swift",
"LambdaResponseStreamWriter+Headers.swift",
"LambdaRuntimeError.swift",
"Logging/JSONLogHandler.swift",
"Logging/LoggingConfiguration.swift",
"ManagedRuntime/LambdaManagedRuntime+ServiceLifecycle.swift",
"ManagedRuntime/LambdaManagedRuntime.swift",
"ManagedRuntime/LambdaManagedRuntimeHandlers.swift",
"Runtime/LambdaHandlers.swift",
"Runtime/LambdaRuntime+Codable.swift",
"Runtime/LambdaRuntime+Handler.swift",
"Runtime/LambdaRuntime+ServiceLifecycle.swift",
"Runtime/LambdaRuntime.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.