The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-lambda-extras, reference 0.4.0 (3d5faf), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:41:57 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/swift-lambda-extras.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mobelux/swift-lambda-extras
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 3d5faf8 Strict Concurrency Support (#15)
Cloned https://github.com/Mobelux/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mobelux/swift-lambda-extras.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Mobelux/swift-lambda-extras.git
https://github.com/Mobelux/swift-lambda-extras.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.43.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events"
    },
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
    }
  ],
  "manifest_display_name" : "swift-lambda-extras",
  "name" : "swift-lambda-extras",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LambdaExtras",
      "targets" : [
        "LambdaExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaExtrasCore",
      "targets" : [
        "LambdaExtrasCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaMocks",
      "targets" : [
        "LambdaMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LambdaMocks",
      "module_type" : "SwiftTarget",
      "name" : "LambdaMocks",
      "path" : "Sources/LambdaMocks",
      "product_dependencies" : [
        "AWSLambdaEvents",
        "NIO"
      ],
      "product_memberships" : [
        "LambdaMocks"
      ],
      "sources" : [
        "ContextProvider.swift",
        "Extensions/APIGatewayV2+Utils.swift",
        "Extensions/Dispatch+Utils.swift",
        "Extensions/Logger+Utils.swift",
        "MockContext.swift",
        "MockInitializationContext.swift",
        "Mocked.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasTests",
      "path" : "Tests/LambdaExtrasTests",
      "sources" : [
        "APIGatewayCoderTests.swift",
        "LambdaExtrasTests.swift",
        "Support/Helpers.swift",
        "Support/Mock.swift"
      ],
      "target_dependencies" : [
        "LambdaExtras",
        "LambdaMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LambdaExtrasCore",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasCore",
      "path" : "Sources/LambdaExtrasCore",
      "product_dependencies" : [
        "Logging",
        "NIOCore"
      ],
      "product_memberships" : [
        "LambdaExtras",
        "LambdaExtrasCore",
        "LambdaMocks"
      ],
      "sources" : [
        "Extensions.swift",
        "HandlerError.swift",
        "Protocols/EnvironmentValueProvider.swift",
        "Protocols/InitializationContext.swift",
        "Protocols/LambdaCoding.swift",
        "Protocols/RuntimeContext.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtras",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtras",
      "path" : "Sources/LambdaExtras",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents"
      ],
      "product_memberships" : [
        "LambdaExtras"
      ],
      "sources" : [
        "APIGatewayCoder.swift",
        "DefaultEnvironment.swift",
        "Exports.swift",
        "Extensions.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/35] Write sources
[5/35] Copying PrivacyInfo.xcprivacy
[5/35] Write sources
[20/35] Compiling CNIOWindows WSAStartup.c
[21/35] Compiling CNIOWindows shim.c
[22/35] Compiling CNIOWASI CNIOWASI.c
[23/35] Compiling CNIOLinux shim.c
[23/35] Compiling CNIOLinux liburing_shims.c
[25/35] Write sources
[27/35] Write swift-version-2F0A5646E1D333AE.txt
[28/46] Compiling _AtomicsShims.c
[29/46] Compiling CNIOLLHTTP c_nio_http.c
[30/64] Compiling CNIOLLHTTP c_nio_api.c
[31/73] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/92] Compiling CNIODarwin shim.c
[34/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/92] Compiling Atomics AtomicStorage.swift
[36/92] Compiling Atomics AtomicValue.swift
[37/92] Compiling Atomics PointerConformances.swift
[38/92] Compiling Atomics Primitives.native.swift
[39/92] Compiling Atomics Primitives.shims.swift
[40/92] Compiling Atomics AtomicInteger.swift
[41/93] Compiling _NIOBase64 Base64.swift
[42/93] Emitting module _NIOBase64
[43/93] Compiling Atomics UnsafeAtomic.swift
[44/93] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/93] Compiling Atomics AtomicOptionalWrappable.swift
[47/93] Compiling Atomics AtomicReference.swift
[48/93] Compiling Atomics AtomicMemoryOrderings.swift
[49/93] Compiling Atomics DoubleWord.swift
[50/93] Compiling Atomics OptionalRawRepresentable.swift
[51/93] Compiling Atomics RawRepresentable.swift
[52/93] Compiling Atomics AtomicBool.swift
[53/93] Compiling Atomics IntegerConformances.swift
[54/93] Emitting module InternalCollectionsUtilities
[55/93] Compiling HTTPTypes NIOLock.swift
[56/93] Compiling Logging MetadataProvider.swift
[57/93] Compiling HTTPTypes ISOLatin1String.swift
[58/93] Compiling HTTPTypes HTTPResponse.swift
[59/93] Compiling Atomics ManagedAtomic.swift
[60/93] Compiling Atomics ManagedAtomicLazyReference.swift
[72/93] Compiling _NIODataStructures _TinyArray.swift
[75/93] Emitting module _NIODataStructures
[79/93] Compiling _NIODataStructures Heap.swift
[80/93] Compiling _NIODataStructures PriorityQueue.swift
[81/111] Compiling Atomics IntegerOperations.swift
[82/111] Compiling Atomics Unmanaged extensions.swift
[83/111] Compiling Logging LogHandler.swift
[84/111] Compiling Logging Locks.swift
[85/111] Emitting module Logging
[86/111] Compiling Logging Logging.swift
[87/111] Compiling DequeModule Deque+CustomReflectable.swift
[88/111] Compiling DequeModule Deque+Descriptions.swift
[89/111] Compiling DequeModule Deque+Equatable.swift
[90/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/112] Compiling HTTPTypes HTTPRequest.swift
[92/112] Compiling HTTPTypes HTTPField.swift
[93/112] Compiling HTTPTypes HTTPParsedFields.swift
[94/112] Compiling HTTPTypes HTTPFieldName.swift
[95/112] Emitting module HTTPTypes
[96/112] Compiling HTTPTypes HTTPFields.swift
[97/112] Emitting module Atomics
[98/112] Compiling DequeModule _DequeBufferHeader.swift
[99/112] Compiling DequeModule Deque+Testing.swift
[100/112] Compiling DequeModule Deque._Storage.swift
[101/112] Compiling DequeModule Deque+Extras.swift
[102/112] Compiling DequeModule Deque+Hashable.swift
[103/112] Compiling DequeModule _DequeSlot.swift
[104/112] Compiling DequeModule _DequeBuffer.swift
[105/112] Compiling DequeModule Deque._UnsafeHandle.swift
[106/112] Compiling DequeModule Deque.swift
[107/125] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/131] Compiling AWSLambdaEvents ALB.swift
[109/131] Compiling AWSLambdaEvents APIGateway+V2.swift
[110/131] Emitting module DequeModule
[110/131] Compiling c-nioatomics.c
[111/131] Compiling c-atomics.c
[113/137] Emitting module NIOConcurrencyHelpers
[114/137] Compiling NIOConcurrencyHelpers lock.swift
[115/137] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[116/137] Compiling NIOConcurrencyHelpers NIOLock.swift
[117/137] Compiling NIOConcurrencyHelpers atomics.swift
[118/137] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[119/198] Compiling NIOCore GlobalSingletons.swift
[120/198] Compiling NIOCore IO.swift
[121/198] Compiling NIOCore IOData.swift
[122/198] Compiling NIOCore IPProtocol.swift
[123/198] Compiling NIOCore IntegerBitPacking.swift
[124/198] Compiling NIOCore IntegerTypes.swift
[125/204] Compiling NIOCore Interfaces.swift
[126/204] Compiling NIOCore Linux.swift
[127/204] Compiling NIOCore MarkedCircularBuffer.swift
[128/204] Compiling NIOCore MulticastChannel.swift
[129/204] Compiling NIOCore NIOAny.swift
[130/204] Compiling NIOCore NIOCloseOnErrorHandler.swift
[131/204] Compiling NIOCore NIOLoopBound.swift
[132/204] Compiling NIOCore NIOScheduledCallback.swift
[133/204] Compiling NIOCore NIOSendable.swift
[134/204] Compiling NIOCore RecvByteBufferAllocator.swift
[135/204] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/204] Compiling NIOCore SocketAddresses.swift
[137/204] Compiling NIOCore SocketOptionProvider.swift
[138/204] Compiling NIOCore SystemCallHelpers.swift
[139/204] Compiling NIOCore TimeAmount+Duration.swift
[140/204] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/204] Compiling NIOCore UniversalBootstrapSupport.swift
[142/204] Compiling NIOCore Utilities.swift
[145/204] Compiling NIOCore Codec.swift
[146/204] Compiling NIOCore ConvenienceOptionSupport.swift
[147/204] Compiling NIOCore DeadChannel.swift
[148/204] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/204] Compiling NIOCore EventLoop+Deprecated.swift
[150/204] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/204] Compiling NIOCore EventLoop.swift
[152/206] Compiling NIOCore Channel.swift
[153/206] Compiling NIOCore ChannelHandler.swift
[154/206] Compiling NIOCore ChannelHandlers.swift
[155/206] Compiling NIOCore ChannelInvoker.swift
[156/206] Compiling NIOCore ChannelOption.swift
[157/206] Compiling NIOCore ChannelPipeline.swift
[158/206] Compiling NIOCore CircularBuffer.swift
[159/206] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/206] Compiling NIOCore NIOAsyncWriter.swift
[161/206] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/206] Compiling NIOCore BSDSocketAPI.swift
[163/206] Compiling NIOCore ByteBuffer-aux.swift
[164/206] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/206] Compiling NIOCore ByteBuffer-conversions.swift
[168/206] Compiling AWSLambdaEvents DateWrappers.swift
[169/206] Compiling AWSLambdaEvents HTTP.swift
[174/206] Compiling NIOCore AsyncChannel.swift
[175/206] Compiling NIOCore AsyncChannelHandler.swift
[176/206] Compiling NIOCore AsyncChannelInboundStream.swift
[177/206] Compiling NIOCore AsyncChannelOutboundWriter.swift
[180/206] Compiling NIOCore AddressedEnvelope.swift
[181/206] Compiling NIOCore AsyncAwaitSupport.swift
[182/206] Emitting module AWSLambdaEvents
[183/206] Compiling NIOCore NIOAsyncSequenceProducer.swift
[185/206] Compiling NIOCore ByteBuffer-core.swift
[186/206] Compiling NIOCore ByteBuffer-hex.swift
[187/206] Compiling NIOCore ByteBuffer-int.swift
[188/206] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[189/206] Compiling NIOCore ByteBuffer-multi-int.swift
[190/206] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[191/206] Compiling NIOCore ByteBuffer-views.swift
[192/206] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[193/206] Compiling NIOCore EventLoopFuture+Deprecated.swift
[194/206] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[195/206] Compiling NIOCore EventLoopFuture.swift
[196/206] Compiling NIOCore FileDescriptor.swift
[197/206] Compiling NIOCore FileHandle.swift
[198/206] Compiling NIOCore FileRegion.swift
[199/206] Emitting module NIOCore
[207/266] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[208/266] Compiling NIOEmbedded AsyncTestingChannel.swift
[209/266] Emitting module NIOEmbedded
[210/266] Compiling NIOEmbedded Embedded.swift
[211/266] Compiling NIOPosix SocketProtocols.swift
[212/266] Compiling NIOPosix System.swift
[213/266] Compiling NIOPosix Thread.swift
[214/266] Compiling NIOPosix ThreadPosix.swift
[215/266] Compiling NIOPosix ThreadWindows.swift
[216/271] Compiling NIOPosix PooledRecvBufferAllocator.swift
[217/271] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[218/271] Compiling NIOPosix PosixSingletons.swift
[219/271] Compiling NIOPosix RawSocketBootstrap.swift
[220/271] Compiling NIOPosix Resolver.swift
[221/271] Compiling NIOPosix GetaddrinfoResolver.swift
[222/271] Compiling NIOPosix HappyEyeballs.swift
[223/271] Compiling NIOPosix IO.swift
[224/271] Compiling NIOPosix IntegerBitPacking.swift
[225/271] Compiling NIOPosix IntegerTypes.swift
[226/271] Compiling NIOPosix Linux.swift
[227/271] Compiling NIOPosix BSDSocketAPICommon.swift
[228/271] Compiling NIOPosix BSDSocketAPIPosix.swift
[229/271] Compiling NIOPosix BSDSocketAPIWindows.swift
[230/271] Compiling NIOPosix BaseSocket.swift
[231/271] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[232/271] Compiling NIOPosix BaseSocketChannel.swift
[233/271] Compiling NIOPosix SelectorKqueue.swift
[234/271] Compiling NIOPosix SelectorUring.swift
[235/271] Compiling NIOPosix ServerSocket.swift
[236/271] Compiling NIOPosix Socket.swift
[237/271] Compiling NIOPosix SocketChannel.swift
[238/271] Compiling NIOPosix Selectable.swift
[239/271] Compiling NIOPosix SelectableChannel.swift
[240/271] Compiling NIOPosix SelectableEventLoop.swift
[241/271] Compiling NIOPosix SelectorEpoll.swift
[242/271] Compiling NIOPosix SelectorGeneric.swift
[243/271] Compiling NIOPosix LinuxCPUSet.swift
[244/271] Compiling NIOPosix LinuxUring.swift
[245/271] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[246/271] Compiling NIOPosix NIOThreadPool.swift
[247/271] Compiling NIOPosix NonBlockingFileIO.swift
[248/271] Compiling NIOPosix PendingDatagramWritesManager.swift
[249/271] Compiling NIOPosix PendingWritesManager.swift
[250/271] Compiling NIOPosix PipeChannel.swift
[251/271] Compiling NIOPosix PipePair.swift
[252/271] Compiling NIOPosix Pool.swift
[253/271] Compiling NIOPosix UnsafeTransfer.swift
[254/271] Compiling NIOPosix Utilities.swift
[255/271] Compiling NIOPosix VsockAddress.swift
[256/271] Compiling NIOPosix VsockChannelEvents.swift
[257/271] Compiling NIOPosix resource_bundle_accessor.swift
[258/271] Emitting module NIOPosix
[259/271] Compiling NIOPosix BaseStreamSocketChannel.swift
[260/271] Compiling NIOPosix Bootstrap.swift
[261/271] Compiling NIOPosix ControlMessage.swift
[262/271] Compiling NIOPosix DatagramVectorReadManager.swift
[263/271] Compiling NIOPosix Errors+Any.swift
[264/271] Compiling NIOPosix FileDescriptor.swift
[265/273] Compiling NIO Exports.swift
[266/273] Emitting module NIO
[267/295] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[268/295] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[269/295] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[270/295] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[271/296] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[272/296] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[273/296] Emitting module NIOFoundationCompat
[274/296] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[275/296] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[276/296] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[277/296] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[278/296] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[279/296] Compiling NIOHTTP1 ByteCollectionUtils.swift
[280/296] Compiling NIOHTTP1 HTTPDecoder.swift
[281/296] Emitting module NIOHTTP1
[282/296] Compiling LambdaExtrasCore LambdaCoding.swift
[283/296] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[284/296] Compiling LambdaExtrasCore RuntimeContext.swift
[285/296] Compiling LambdaExtrasCore HandlerError.swift
[286/296] Emitting module LambdaExtrasCore
[287/296] Compiling LambdaExtrasCore Extensions.swift
[288/296] Compiling LambdaExtrasCore InitializationContext.swift
[289/296] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[290/296] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[291/296] Compiling NIOHTTP1 HTTPTypes.swift
[292/296] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[293/296] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[294/296] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[295/296] Compiling NIOHTTP1 HTTPEncoder.swift
[296/296] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[297/320] Compiling AWSLambdaRuntimeCore Terminator.swift
[298/321] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[299/321] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[300/321] Compiling LambdaMocks Logger+Utils.swift
[301/321] Compiling LambdaMocks Mocked.swift
[302/321] Compiling LambdaMocks MockInitializationContext.swift
[303/321] Compiling LambdaMocks Dispatch+Utils.swift
[304/321] Compiling LambdaMocks MockContext.swift
[305/321] Compiling LambdaMocks ContextProvider.swift
[306/321] Compiling LambdaMocks APIGatewayV2+Utils.swift
[307/321] Emitting module LambdaMocks
[308/321] Compiling AWSLambdaRuntimeCore Utils.swift
[309/321] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[310/321] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[311/321] Compiling AWSLambdaRuntimeCore Lambda.swift
[312/321] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[313/321] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[314/321] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[315/321] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[316/321] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[317/321] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[318/321] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[319/321] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[320/321] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[321/321] Emitting module AWSLambdaRuntimeCore
[322/324] Compiling AWSLambdaRuntime Context+Foundation.swift
[323/324] Emitting module AWSLambdaRuntime
[324/324] Compiling AWSLambdaRuntime Lambda+Codable.swift
[325/329] Compiling LambdaExtras Extensions.swift
[326/329] Compiling LambdaExtras Exports.swift
[327/329] Compiling LambdaExtras DefaultEnvironment.swift
[328/329] Emitting module LambdaExtras
[329/329] Compiling LambdaExtras APIGatewayCoder.swift
Build complete! (26.17s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/swift-server/swift-aws-lambda-events from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/swift-server/swift-aws-lambda-runtime from cache
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (0.97s)
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (0.97s)
Fetched https://github.com/apple/swift-log.git from cache (0.97s)
Fetched https://github.com/apple/swift-nio.git from cache (0.98s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events
Computed https://github.com/swift-server/swift-aws-lambda-events at 0.5.0 (1.47s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.10s)
Fetching https://github.com/apple/swift-collections.git from cache
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-system.git from cache (0.61s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetched https://github.com/apple/swift-collections.git from cache (0.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime
Computed https://github.com/swift-server/swift-aws-lambda-runtime at 1.0.0-alpha.3 (0.46s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events
Working copy of https://github.com/swift-server/swift-aws-lambda-events resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.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.82.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.43.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events"
    },
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
    }
  ],
  "manifest_display_name" : "swift-lambda-extras",
  "name" : "swift-lambda-extras",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LambdaExtras",
      "targets" : [
        "LambdaExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaExtrasCore",
      "targets" : [
        "LambdaExtrasCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaMocks",
      "targets" : [
        "LambdaMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LambdaMocks",
      "module_type" : "SwiftTarget",
      "name" : "LambdaMocks",
      "path" : "Sources/LambdaMocks",
      "product_dependencies" : [
        "AWSLambdaEvents",
        "NIO"
      ],
      "product_memberships" : [
        "LambdaMocks"
      ],
      "sources" : [
        "ContextProvider.swift",
        "Extensions/APIGatewayV2+Utils.swift",
        "Extensions/Dispatch+Utils.swift",
        "Extensions/Logger+Utils.swift",
        "MockContext.swift",
        "MockInitializationContext.swift",
        "Mocked.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasTests",
      "path" : "Tests/LambdaExtrasTests",
      "sources" : [
        "APIGatewayCoderTests.swift",
        "LambdaExtrasTests.swift",
        "Support/Helpers.swift",
        "Support/Mock.swift"
      ],
      "target_dependencies" : [
        "LambdaExtras",
        "LambdaMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LambdaExtrasCore",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasCore",
      "path" : "Sources/LambdaExtrasCore",
      "product_dependencies" : [
        "Logging",
        "NIOCore"
      ],
      "product_memberships" : [
        "LambdaExtras",
        "LambdaExtrasCore",
        "LambdaMocks"
      ],
      "sources" : [
        "Extensions.swift",
        "HandlerError.swift",
        "Protocols/EnvironmentValueProvider.swift",
        "Protocols/InitializationContext.swift",
        "Protocols/LambdaCoding.swift",
        "Protocols/RuntimeContext.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtras",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtras",
      "path" : "Sources/LambdaExtras",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents"
      ],
      "product_memberships" : [
        "LambdaExtras"
      ],
      "sources" : [
        "APIGatewayCoder.swift",
        "DefaultEnvironment.swift",
        "Exports.swift",
        "Extensions.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.