The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-aws-lambda-runtime, reference 2.8.0 (553b5e), with Swift 6.1 for macOS (SPM) on 25 Feb 2026 08:52:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awslabs/swift-aws-lambda-runtime.git
Reference: 2.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/awslabs/swift-aws-lambda-runtime
 * tag               2.8.0      -> FETCH_HEAD
HEAD is now at 553b5e3 Add support for JSON Structured Logging (#638)
Cloned https://github.com/awslabs/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
553b5e3716ef8e922e57b6f271248a808d23d0fb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/awslabs/swift-aws-lambda-runtime.git at 2.8.0
========================================
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/40] Write sources
[11/40] Copying PrivacyInfo.xcprivacy
[12/40] Write MockServer-entitlement.plist
[12/40] Write sources
[19/40] Compiling CNIOWindows shim.c
[19/40] Compiling CNIOWindows WSAStartup.c
[21/40] Compiling CNIOWASI CNIOWASI.c
[22/40] Write swift-version-2F0A5646E1D333AE.txt
[23/40] Compiling CNIOLinux liburing_shims.c
[24/40] Compiling CNIOOpenBSD shim.c
[24/40] Compiling CNIOLinux shim.c
[26/42] Compiling CNIOPosix event_loop_id.c
[27/46] Compiling _AtomicsShims.c
[28/51] Compiling CNIOLLHTTP c_nio_http.c
[29/71] Compiling CNIOLLHTTP c_nio_api.c
[30/71] Write sources
[33/71] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/90] Compiling CNIODarwin shim.c
[36/90] Emitting module _NIOBase64
[37/90] Compiling _NIOBase64 Base64.swift
[38/90] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[39/90] Compiling Atomics AtomicReference.swift
[40/90] Compiling Atomics AtomicStorage.swift
[41/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/90] Compiling Atomics IntegerOperations.swift
[43/90] Compiling Atomics DoubleWord.swift
[44/90] Compiling Atomics ManagedAtomic.swift
[45/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/91] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[47/91] Compiling _NIODataStructures PriorityQueue.swift
[48/91] Compiling Atomics OptionalRawRepresentable.swift
[49/91] Compiling Atomics RawRepresentable.swift
[50/91] Compiling Atomics AtomicInteger.swift
[51/91] Compiling Atomics AtomicOptionalWrappable.swift
[52/91] Emitting module InternalCollectionsUtilities
[53/91] Compiling Atomics PointerConformances.swift
[54/91] Compiling Atomics Primitives.native.swift
[55/91] Compiling Atomics AtomicBool.swift
[56/91] Compiling Atomics IntegerConformances.swift
[57/163] Compiling DequeModule _DequeBufferHeader.swift
[58/163] Compiling DequeModule _DequeBuffer.swift
[59/163] Compiling DequeModule _DequeSlot.swift
[60/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[61/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[62/164] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/164] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[64/164] Compiling OrderedCollections OrderedSet+Descriptions.swift
[65/164] Compiling OrderedCollections OrderedSet+Diffing.swift
[66/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[67/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[68/164] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[69/164] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[72/164] Compiling OrderedCollections OrderedSet+Equatable.swift
[73/164] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[74/165] Compiling _NIODataStructures _TinyArray.swift
[75/165] Compiling Logging MetadataProvider.swift
[76/165] Emitting module ConcurrencyHelpers
[77/165] Compiling ConcurrencyHelpers LockedValueBox.swift
[78/165] Compiling ConcurrencyHelpers Lock.swift
[79/165] Compiling Atomics Unmanaged extensions.swift
[80/165] Compiling OrderedCollections OrderedSet+Codable.swift
[81/165] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[86/171] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/174] Compiling OrderedCollections _Hashtable+Header.swift
[88/174] Compiling OrderedCollections OrderedDictionary+Codable.swift
[89/174] Compiling _NIODataStructures Heap.swift
[90/174] Emitting module _NIODataStructures
[109/174] Compiling Logging Locks.swift
[110/174] Compiling Logging Logging.swift
[111/174] Emitting module Logging
[112/174] Compiling Logging LogHandler.swift
[119/174] Compiling OrderedCollections OrderedSet+Hashable.swift
[120/174] Compiling OrderedCollections OrderedSet+Initializers.swift
[121/174] Compiling OrderedCollections OrderedSet+Insertions.swift
[122/174] Compiling OrderedCollections OrderedSet+Invariants.swift
[123/174] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[124/174] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[125/174] Emitting module Atomics
[126/174] Emitting module DequeModule
[128/174] Compiling c-nioatomics.c
[130/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[131/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[132/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[133/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[134/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[135/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[136/174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[137/174] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[138/174] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[139/174] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[140/174] Compiling OrderedCollections OrderedDictionary+Values.swift
[141/174] Compiling OrderedCollections OrderedDictionary.swift
[142/174] Compiling OrderedCollections _HashTable+Bucket.swift
[143/174] Compiling OrderedCollections _HashTable+BucketIterator.swift
[144/174] Compiling OrderedCollections _HashTable+Constants.swift
[145/174] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[146/174] Compiling OrderedCollections _HashTable+Testing.swift
[147/174] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[148/174] Compiling OrderedCollections _HashTable.swift
[149/174] Compiling OrderedCollections OrderedDictionary+Elements.swift
[150/174] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[151/174] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[152/174] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[153/174] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[154/174] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[155/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[156/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[157/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[158/174] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[159/174] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[160/174] Compiling OrderedCollections OrderedSet+Sendable.swift
[161/174] Compiling OrderedCollections OrderedSet+SubSequence.swift
[162/174] Compiling OrderedCollections OrderedSet+Testing.swift
[163/174] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[164/174] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[165/174] Compiling OrderedCollections OrderedSet.swift
[166/174] Compiling OrderedCollections _UnsafeBitset.swift
[167/174] Emitting module OrderedCollections
[168/174] Emitting module UnixSignals
[169/174] Compiling UnixSignals UnixSignalsSequence.swift
[170/174] Compiling UnixSignals UnixSignal.swift
[170/174] Compiling c-atomics.c
[172/233] Compiling NIOConcurrencyHelpers lock.swift
[173/233] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[174/233] Compiling NIOConcurrencyHelpers atomics.swift
[175/233] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[176/233] Compiling NIOConcurrencyHelpers NIOLock.swift
[177/233] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[178/233] Emitting module NIOConcurrencyHelpers
[179/233] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[180/233] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[181/233] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[182/233] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[183/233] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[184/233] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[185/238] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[186/238] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[187/238] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[188/238] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[189/238] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[190/238] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[191/238] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[192/238] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[193/238] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[194/238] Compiling AsyncAlgorithms AsyncShareSequence.swift
[195/238] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[196/238] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[197/238] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[198/238] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[199/238] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[200/238] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[201/238] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[202/238] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[203/238] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[204/238] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[205/238] Compiling AsyncAlgorithms AsyncChannel.swift
[206/238] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[207/238] Compiling AsyncAlgorithms ChannelStateMachine.swift
[208/238] Compiling AsyncAlgorithms ChannelStorage.swift
[209/303] Compiling NIOCore FileDescriptor.swift
[210/303] Compiling NIOCore FileHandle.swift
[211/303] Compiling NIOCore FileRegion.swift
[212/303] Compiling NIOCore GlobalSingletons.swift
[213/303] Compiling NIOCore NIOAsyncWriter.swift
[214/303] Emitting module AsyncAlgorithms
[215/303] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[216/303] Compiling NIOCore AddressedEnvelope.swift
[217/303] Compiling NIOCore AsyncAwaitSupport.swift
[218/303] Compiling NIOCore AsyncChannel.swift
[219/303] Compiling NIOCore AsyncChannelHandler.swift
[220/303] Compiling NIOCore AsyncChannelInboundStream.swift
[221/303] Compiling NIOCore NIOScheduledCallback.swift
[222/303] Compiling NIOCore NIOSendable.swift
[223/303] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[224/303] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[225/303] Compiling NIOCore RecvByteBufferAllocator.swift
[226/303] Compiling NIOCore Interfaces.swift
[227/303] Compiling NIOCore Linux.swift
[228/303] Compiling NIOCore MarkedCircularBuffer.swift
[229/303] Compiling NIOCore MulticastChannel.swift
[230/303] Compiling NIOCore NIOAny.swift
[231/303] Compiling NIOCore NIOCloseOnErrorHandler.swift
[232/303] Compiling NIOCore NIOCoreSendableMetatype.swift
[233/303] Compiling NIOCore NIODecodedAsyncSequence.swift
[234/303] Compiling NIOCore NIOLoopBound.swift
[235/303] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[236/313] Compiling ServiceLifecycle ServiceRunnerError.swift
[237/313] Compiling NIOCore ConvenienceOptionSupport.swift
[238/313] Compiling NIOCore DeadChannel.swift
[239/313] Compiling NIOCore DispatchQueue+WithFuture.swift
[240/313] Compiling NIOCore EventLoop+Deprecated.swift
[241/313] Compiling NIOCore EventLoop+SerialExecutor.swift
[242/313] Compiling NIOCore EventLoop.swift
[249/320] Compiling NIOCore AsyncChannelOutboundWriter.swift
[250/320] Compiling NIOCore NIOAsyncSequenceProducer.swift
[251/320] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[252/320] Compiling NIOCore EventLoopFuture+Deprecated.swift
[253/320] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[254/320] Compiling NIOCore EventLoopFuture.swift
[259/320] Compiling ServiceLifecycle Service.swift
[260/320] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[261/320] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[262/320] Compiling ServiceLifecycle ClosureService.swift
[263/320] Compiling ServiceLifecycle CancellationWaiter.swift
[264/320] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[265/320] Emitting module ServiceLifecycle
[266/320] Compiling ServiceLifecycle ServiceGroup.swift
[267/320] Compiling ServiceLifecycle GracefulShutdown.swift
[268/320] Compiling NIOCore SocketAddresses.swift
[269/320] Compiling NIOCore SocketOptionProvider.swift
[270/320] Compiling NIOCore SystemCallHelpers.swift
[271/320] Compiling NIOCore TimeAmount+Duration.swift
[272/320] Compiling NIOCore TypeAssistedChannelHandler.swift
[273/320] Compiling NIOCore UniversalBootstrapSupport.swift
[274/320] Compiling NIOCore Utilities.swift
[281/320] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[289/320] Compiling NIOCore IO.swift
[290/320] Compiling NIOCore IOData.swift
[291/320] Compiling NIOCore IPProtocol.swift
[292/320] Compiling NIOCore IntegerBitPacking.swift
[293/320] Compiling NIOCore IntegerTypes.swift
[296/320] Compiling NIOCore ChannelHandler.swift
[297/320] Compiling NIOCore ChannelHandlers.swift
[298/320] Compiling NIOCore ChannelInvoker.swift
[299/320] Compiling NIOCore ChannelOption.swift
[300/320] Compiling NIOCore ChannelPipeline.swift
[301/320] Compiling NIOCore CircularBuffer.swift
[302/320] Compiling NIOCore Codec.swift
[303/320] Compiling NIOCore ByteBuffer-hex.swift
[304/320] Compiling NIOCore ByteBuffer-int.swift
[305/320] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[306/320] Compiling NIOCore ByteBuffer-multi-int.swift
[307/320] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[308/320] Compiling NIOCore ByteBuffer-views.swift
[309/320] Compiling NIOCore Channel.swift
[311/320] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[312/320] Compiling NIOCore BSDSocketAPI.swift
[313/320] Compiling NIOCore ByteBuffer-aux.swift
[314/320] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[315/320] Compiling NIOCore ByteBuffer-conversions.swift
[316/320] Compiling NIOCore ByteBuffer-core.swift
[317/320] Emitting module NIOCore
[318/376] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[319/376] Emitting module NIOEmbedded
[320/376] Compiling NIOEmbedded AsyncTestingChannel.swift
[321/376] Compiling NIOEmbedded Embedded.swift
[322/376] Compiling NIOPosix Linux.swift
[323/376] Compiling NIOPosix LinuxCPUSet.swift
[324/376] Compiling NIOPosix LinuxUring.swift
[325/376] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[326/376] Compiling NIOPosix NIOPosixSendableMetatype.swift
[327/376] Compiling NIOPosix NIOThreadPool.swift
[328/381] Compiling NIOPosix BSDSocketAPICommon.swift
[329/381] Compiling NIOPosix BSDSocketAPIPosix.swift
[330/381] Compiling NIOPosix BSDSocketAPIWindows.swift
[331/381] Compiling NIOPosix BaseSocket.swift
[332/381] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[333/381] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[334/381] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[335/381] Compiling NIOPosix PosixSingletons.swift
[336/381] Compiling NIOPosix RawSocketBootstrap.swift
[337/381] Compiling NIOPosix Resolver.swift
[338/381] Compiling NIOPosix Selectable.swift
[339/381] Compiling NIOPosix SelectableChannel.swift
[340/381] Emitting module NIOPosix
[341/381] Compiling NIOPosix SelectableEventLoop.swift
[342/381] Compiling NIOPosix SelectorEpoll.swift
[343/381] Compiling NIOPosix SelectorGeneric.swift
[344/381] Compiling NIOPosix SelectorKqueue.swift
[345/381] Compiling NIOPosix SelectorUring.swift
[346/381] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[347/381] Compiling NIOPosix System.swift
[348/381] Compiling NIOPosix Thread.swift
[349/381] Compiling NIOPosix ThreadPosix.swift
[350/381] Compiling NIOPosix ThreadWindows.swift
[351/381] Compiling NIOPosix BaseSocketChannel.swift
[352/381] Compiling NIOPosix BaseStreamSocketChannel.swift
[353/381] Compiling NIOPosix Bootstrap.swift
[354/381] Compiling NIOPosix ControlMessage.swift
[355/381] Compiling NIOPosix DatagramVectorReadManager.swift
[356/381] Compiling NIOPosix Errors+Any.swift
[357/381] Compiling NIOPosix FileDescriptor.swift
[358/381] Compiling NIOPosix GetaddrinfoResolver.swift
[359/381] Compiling NIOPosix HappyEyeballs.swift
[360/381] Compiling NIOPosix IO.swift
[361/381] Compiling NIOPosix IntegerBitPacking.swift
[362/381] Compiling NIOPosix IntegerTypes.swift
[363/381] Compiling NIOPosix SelectorWSAPoll.swift
[364/381] Compiling NIOPosix ServerSocket.swift
[365/381] Compiling NIOPosix Socket.swift
[366/381] Compiling NIOPosix SocketChannel.swift
[367/381] Compiling NIOPosix SocketProtocols.swift
[368/381] Compiling NIOPosix NonBlockingFileIO.swift
[369/381] Compiling NIOPosix PendingDatagramWritesManager.swift
[370/381] Compiling NIOPosix PendingWritesManager.swift
[371/381] Compiling NIOPosix PipeChannel.swift
[372/381] Compiling NIOPosix PipePair.swift
[373/381] Compiling NIOPosix Pool.swift
[374/381] Compiling NIOPosix Utilities.swift
[375/381] Compiling NIOPosix VsockAddress.swift
[376/381] Compiling NIOPosix VsockChannelEvents.swift
[377/381] Compiling NIOPosix Windows.swift
[378/381] Compiling NIOPosix resource_bundle_accessor.swift
[379/383] Emitting module NIO
[380/383] Compiling NIO Exports.swift
[381/400] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[382/400] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[383/401] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[384/401] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[385/401] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[386/401] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[387/401] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[388/401] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[389/401] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[390/401] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[391/401] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[392/401] Compiling NIOHTTP1 ByteCollectionUtils.swift
[393/401] Compiling NIOHTTP1 HTTPDecoder.swift
[394/401] Compiling NIOHTTP1 HTTPEncoder.swift
[395/401] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[396/401] Emitting module NIOHTTP1
[397/401] Compiling NIOHTTP1 HTTPTypes.swift
[398/401] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[399/432] Compiling AWSLambdaRuntime Context+Foundation.swift
[400/432] Compiling AWSLambdaRuntime LambdaManagedRuntime+JSON.swift
[401/432] Compiling AWSLambdaRuntime LambdaRuntime+JSON.swift
[402/432] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[403/435] Emitting module MockServer
[404/435] Compiling MockServer MockHTTPServer.swift
[404/435] Write Objects.LinkFileList
[406/435] Emitting module AWSLambdaRuntime
[407/435] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[408/435] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[409/435] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[410/435] Compiling AWSLambdaRuntime SendableMetatype.swift
[411/435] Compiling AWSLambdaRuntime Utils.swift
[412/435] Compiling AWSLambdaRuntime Version.swift
[413/435] Compiling AWSLambdaRuntime LambdaClock.swift
[414/435] Compiling AWSLambdaRuntime LambdaContext.swift
[415/435] Compiling AWSLambdaRuntime LambdaRequestID.swift
[416/435] Compiling AWSLambdaRuntime LoggingConfiguration.swift
[417/435] Compiling AWSLambdaRuntime LambdaManagedRuntime+ServiceLifecycle.swift
[418/435] Compiling AWSLambdaRuntime LambdaManagedRuntime.swift
[419/435] Compiling AWSLambdaRuntime LambdaRuntime+Handler.swift
[420/435] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[421/435] Compiling AWSLambdaRuntime LambdaRuntime.swift
[422/435] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[423/435] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[424/435] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[425/435] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[426/435] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[427/435] Compiling AWSLambdaRuntime JSONLogHandler.swift
[428/435] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[429/435] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[430/435] Compiling AWSLambdaRuntime Lambda.swift
[431/435] Compiling AWSLambdaRuntime LambdaManagedRuntimeHandlers.swift
[432/435] Compiling AWSLambdaRuntime LambdaHandlers.swift
[433/435] Compiling AWSLambdaRuntime LambdaRuntime+Codable.swift
[433/435] Linking MockServer
[434/435] Applying MockServer
Build complete! (29.31s)
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/2621] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.43s)
Fetched https://github.com/apple/swift-log.git from cache (2.47s)
Fetched https://github.com/apple/swift-collections.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio.git from cache (2.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (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.10.1 (0.46s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6142] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.11s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (1.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (0.62s)
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.74s)
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.48s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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.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.2
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
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.