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 Linux on 29 Apr 2025 17:35:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/swift-server/swift-aws-lambda-events
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/2436] Fetching swift-aws-lambda-events
[2437/13950] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
[3013/17786] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-log
[6849/93336] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (1.15s)
[64458/90900] Fetching swift-aws-lambda-runtime, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.86s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (3.91s)
Fetched https://github.com/apple/swift-nio.git from cache (3.96s)
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 (4.41s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[1706/6069] Fetching swift-atomics, swift-system
[2492/22338] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.35s)
[7293/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
[3905/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
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.51s)
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.2.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/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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/34] Write sources
[19/34] Compiling CNIOWindows WSAStartup.c
[19/34] Compiling CNIOWASI CNIOWASI.c
[21/34] Compiling CNIOWindows shim.c
[22/34] Compiling CNIOLLHTTP c_nio_http.c
[23/34] Compiling CNIOLinux liburing_shims.c
[24/34] Compiling CNIODarwin shim.c
[25/34] Write sources
[27/34] Compiling CNIOLinux shim.c
[28/34] Compiling CNIOLLHTTP c_nio_api.c
[29/34] Compiling _AtomicsShims.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[31/34] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/89] Emitting module InternalCollectionsUtilities
[34/91] Emitting module HTTPTypes
[34/92] Compiling c-nioatomics.c
[36/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/92] Compiling InternalCollectionsUtilities Specialize.swift
[38/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/94] Compiling c-atomics.c
[43/94] Compiling HTTPTypes HTTPResponse.swift
[44/94] Compiling HTTPTypes ISOLatin1String.swift
[45/94] Compiling Atomics ManagedAtomic.swift
[46/94] Compiling Atomics ManagedAtomicLazyReference.swift
[47/94] Compiling HTTPTypes HTTPRequest.swift
[48/94] Compiling _NIODataStructures _TinyArray.swift
[49/94] Emitting module _NIOBase64
[50/94] Compiling _NIOBase64 Base64.swift
[51/95] Compiling InternalCollectionsUtilities Debugging.swift
[52/95] Compiling InternalCollectionsUtilities Descriptions.swift
[53/95] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/95] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/95] Compiling _NIODataStructures PriorityQueue.swift
[56/95] Emitting module Atomics
[57/95] Compiling HTTPTypes HTTPParsedFields.swift
[58/96] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/96] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/96] Compiling Atomics AtomicReference.swift
[65/96] Compiling Atomics AtomicStorage.swift
[66/97] Compiling Atomics AtomicValue.swift
[71/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[84/102] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/102] Compiling Atomics IntegerOperations.swift
[86/102] Compiling Atomics Unmanaged extensions.swift
[88/118] Emitting module NIOConcurrencyHelpers
[89/118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/118] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/118] Compiling Logging MetadataProvider.swift
[92/118] Compiling NIOConcurrencyHelpers lock.swift
[93/118] Emitting module Logging
[94/118] Compiling Logging Locks.swift
[95/118] Compiling HTTPTypes NIOLock.swift
[96/118] Compiling NIOConcurrencyHelpers atomics.swift
[97/118] Emitting module _NIODataStructures
[98/118] Compiling _NIODataStructures Heap.swift
[99/119] Compiling DequeModule Deque+Equatable.swift
[100/119] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/122] Compiling DequeModule _DequeBuffer.swift
[102/122] Compiling DequeModule _DequeBufferHeader.swift
[103/122] Compiling DequeModule Deque+CustomReflectable.swift
[104/122] Compiling DequeModule Deque+Descriptions.swift
[107/122] Compiling Logging LogHandler.swift
[108/122] Compiling Logging Logging.swift
[110/123] Compiling DequeModule Deque+Codable.swift
[111/123] Compiling DequeModule Deque+Collection.swift
[112/123] Compiling DequeModule _DequeSlot.swift
[113/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/123] Compiling DequeModule Deque+Extras.swift
[115/123] Compiling DequeModule Deque+Hashable.swift
[116/123] Compiling DequeModule Deque+Testing.swift
[117/123] Compiling DequeModule Deque._Storage.swift
[118/123] Compiling DequeModule Deque._UnsafeHandle.swift
[119/123] Compiling DequeModule Deque.swift
[120/123] Emitting module DequeModule
[122/183] Compiling HTTPTypes HTTPFieldName.swift
[123/183] Compiling HTTPTypes HTTPField.swift
[124/183] Compiling HTTPTypes HTTPFields.swift
[126/184] Compiling NIOCore MarkedCircularBuffer.swift
[127/184] Compiling NIOCore MulticastChannel.swift
[128/184] Compiling NIOCore NIOAny.swift
[129/184] Compiling NIOCore NIOCloseOnErrorHandler.swift
[130/184] Compiling NIOCore NIOLoopBound.swift
[131/184] Compiling NIOCore NIOScheduledCallback.swift
[132/184] Compiling NIOCore NIOSendable.swift
[133/184] Compiling NIOCore RecvByteBufferAllocator.swift
[134/211] Compiling NIOCore EventLoop.swift
[135/211] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/211] Compiling NIOCore EventLoopFuture+Deprecated.swift
[137/211] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[138/211] Compiling NIOCore EventLoopFuture.swift
[139/211] Compiling NIOCore FileDescriptor.swift
[140/211] Compiling NIOCore FileHandle.swift
[141/211] Compiling NIOCore FileRegion.swift
[142/211] Compiling NIOCore GlobalSingletons.swift
[143/211] Compiling NIOCore IO.swift
[144/211] Compiling NIOCore IOData.swift
[145/211] Compiling NIOCore IPProtocol.swift
[146/211] Compiling NIOCore IntegerBitPacking.swift
[147/211] Compiling NIOCore IntegerTypes.swift
[148/211] Compiling NIOCore Interfaces.swift
[149/211] Compiling NIOCore Linux.swift
[150/211] Compiling NIOCore ChannelPipeline.swift
[151/211] Compiling NIOCore CircularBuffer.swift
[152/211] Compiling NIOCore Codec.swift
[153/211] Compiling NIOCore ConvenienceOptionSupport.swift
[154/211] Compiling NIOCore DeadChannel.swift
[155/211] Compiling NIOCore DispatchQueue+WithFuture.swift
[156/211] Compiling NIOCore EventLoop+Deprecated.swift
[157/211] Compiling NIOCore EventLoop+SerialExecutor.swift
[158/211] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[159/211] Compiling NIOCore SocketAddresses.swift
[160/211] Compiling NIOCore SocketOptionProvider.swift
[161/211] Compiling NIOCore SystemCallHelpers.swift
[162/211] Compiling NIOCore TimeAmount+Duration.swift
[163/211] Compiling NIOCore TypeAssistedChannelHandler.swift
[164/211] Compiling NIOCore UniversalBootstrapSupport.swift
[165/211] Compiling NIOCore Utilities.swift
[166/211] Compiling AWSLambdaEvents ALB.swift
[167/211] Compiling AWSLambdaEvents APIGateway+V2.swift
[168/211] Compiling AWSLambdaEvents APIGateway.swift
[169/211] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[170/211] Compiling AWSLambdaEvents AWSRegion.swift
[171/211] Compiling AWSLambdaEvents AppSync.swift
[172/211] Compiling AWSLambdaEvents BedrockAgent.swift
[173/211] Compiling AWSLambdaEvents CloudFormation.swift
[174/211] Compiling AWSLambdaEvents Cloudwatch.swift
[175/211] Compiling AWSLambdaEvents Cognito.swift
[176/211] Compiling AWSLambdaEvents DynamoDB.swift
[177/211] Compiling AWSLambdaEvents FunctionURL.swift
[178/211] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[179/211] Compiling AWSLambdaEvents S3.swift
[180/211] Compiling AWSLambdaEvents SES.swift
[181/211] Compiling AWSLambdaEvents SNS.swift
[182/211] Compiling AWSLambdaEvents SQS.swift
[183/211] Compiling AWSLambdaEvents Base64.swift
[193/213] Compiling AWSLambdaEvents DateWrappers.swift
[194/213] Compiling AWSLambdaEvents HTTP.swift
[195/213] Compiling NIOCore ByteBuffer-views.swift
[196/213] Compiling NIOCore Channel.swift
[197/213] Compiling NIOCore ChannelHandler.swift
[198/213] Compiling NIOCore ChannelHandlers.swift
[199/213] Compiling NIOCore ChannelInvoker.swift
[200/213] Compiling NIOCore ChannelOption.swift
[203/213] Emitting module AWSLambdaEvents
[214/214] Emitting module NIOCore
[216/273] Compiling LambdaExtrasCore LambdaCoding.swift
[217/273] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[218/273] Compiling LambdaExtrasCore InitializationContext.swift
[219/273] Compiling LambdaExtrasCore HandlerError.swift
[220/273] Emitting module LambdaExtrasCore
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     public var errorDescription: String? { self }
84 |     public var failureReason: String? { self }
[221/273] Compiling LambdaExtrasCore Extensions.swift
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     public var errorDescription: String? { self }
84 |     public var failureReason: String? { self }
[222/273] Compiling LambdaExtrasCore RuntimeContext.swift
[224/274] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[225/274] Emitting module NIOEmbedded
[226/274] Compiling NIOEmbedded AsyncTestingChannel.swift
[227/274] Compiling NIOEmbedded Embedded.swift
[229/275] Compiling NIOPosix PooledRecvBufferAllocator.swift
[230/275] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[231/275] Compiling NIOPosix PosixSingletons.swift
[232/275] Compiling NIOPosix RawSocketBootstrap.swift
[233/275] Compiling NIOPosix Resolver.swift
[234/275] Compiling NIOPosix Selectable.swift
[235/281] Compiling NIOPosix SelectableChannel.swift
[236/281] Compiling NIOPosix SelectableEventLoop.swift
[237/281] Compiling NIOPosix SelectorEpoll.swift
[238/281] Compiling NIOPosix SelectorGeneric.swift
[239/281] Compiling NIOPosix SelectorKqueue.swift
[240/281] Compiling NIOPosix SelectorUring.swift
[241/281] Compiling NIOPosix ServerSocket.swift
[242/281] Compiling NIOPosix Socket.swift
[243/281] Compiling NIOPosix SocketChannel.swift
[244/281] Compiling NIOPosix SocketProtocols.swift
[245/281] Compiling NIOPosix System.swift
[246/281] Compiling NIOPosix Thread.swift
[247/281] Compiling NIOPosix NIOThreadPool.swift
[248/281] Compiling NIOPosix NonBlockingFileIO.swift
[249/281] Compiling NIOPosix PendingDatagramWritesManager.swift
[250/281] Compiling NIOPosix PendingWritesManager.swift
[251/281] Compiling NIOPosix PipeChannel.swift
[252/281] Compiling NIOPosix PipePair.swift
[253/281] Compiling NIOPosix Pool.swift
[254/281] Compiling NIOPosix Bootstrap.swift
[255/281] Compiling NIOPosix ControlMessage.swift
[256/281] Compiling NIOPosix DatagramVectorReadManager.swift
[257/281] Compiling NIOPosix Errors+Any.swift
[258/281] Compiling NIOPosix FileDescriptor.swift
[259/281] Compiling NIOPosix GetaddrinfoResolver.swift
[260/281] Compiling NIOPosix HappyEyeballs.swift
[261/281] Compiling NIOPosix IO.swift
[262/281] Compiling NIOPosix IntegerBitPacking.swift
[263/281] Compiling NIOPosix IntegerTypes.swift
[264/281] Compiling NIOPosix Linux.swift
[265/281] Compiling NIOPosix LinuxCPUSet.swift
[266/281] Compiling NIOPosix LinuxUring.swift
[267/281] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[268/281] Compiling NIOPosix ThreadPosix.swift
[269/281] Compiling NIOPosix ThreadWindows.swift
[270/281] Compiling NIOPosix UnsafeTransfer.swift
[271/281] Compiling NIOPosix Utilities.swift
[272/281] Compiling NIOPosix VsockAddress.swift
[273/281] Compiling NIOPosix VsockChannelEvents.swift
[274/281] Emitting module NIOPosix
[275/281] Compiling NIOPosix BSDSocketAPICommon.swift
[276/281] Compiling NIOPosix BSDSocketAPIPosix.swift
[277/281] Compiling NIOPosix BSDSocketAPIWindows.swift
[278/281] Compiling NIOPosix BaseSocket.swift
[279/281] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[280/281] Compiling NIOPosix BaseSocketChannel.swift
[281/281] Compiling NIOPosix BaseStreamSocketChannel.swift
[283/284] Compiling NIO Exports.swift
[284/284] Emitting module NIO
[286/314] Compiling LambdaMocks Mocked.swift
[287/314] Compiling LambdaMocks Logger+Utils.swift
[288/314] Compiling LambdaMocks Dispatch+Utils.swift
[289/314] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[290/314] Compiling LambdaMocks MockInitializationContext.swift
[291/314] Emitting module LambdaMocks
[292/314] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[293/314] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[294/314] Emitting module NIOFoundationCompat
[295/314] Compiling LambdaMocks MockContext.swift
[296/314] Compiling LambdaMocks APIGatewayV2+Utils.swift
[297/314] Compiling LambdaMocks ContextProvider.swift
[298/315] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[299/315] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[301/317] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[302/317] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[303/317] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[305/318] Emitting module NIOHTTP1
[306/318] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[307/318] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[308/318] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[309/318] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[310/318] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[311/318] Compiling NIOHTTP1 HTTPTypes.swift
[312/318] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[313/318] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[314/318] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[315/318] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[316/318] Compiling NIOHTTP1 ByteCollectionUtils.swift
[317/318] Compiling NIOHTTP1 HTTPDecoder.swift
[318/318] Compiling NIOHTTP1 HTTPEncoder.swift
[320/334] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[321/334] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[322/336] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[323/336] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[324/336] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[325/336] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[326/336] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[327/336] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[328/336] Emitting module AWSLambdaRuntimeCore
[329/336] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[330/336] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[331/336] Compiling AWSLambdaRuntimeCore Lambda.swift
[332/336] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[333/336] Compiling AWSLambdaRuntimeCore Terminator.swift
[334/336] Compiling AWSLambdaRuntimeCore Utils.swift
[335/336] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[336/336] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[338/340] Compiling AWSLambdaRuntime Context+Foundation.swift
[339/340] Emitting module AWSLambdaRuntime
[340/340] Compiling AWSLambdaRuntime Lambda+Codable.swift
[342/346] Compiling LambdaExtras Exports.swift
[343/346] Compiling LambdaExtras Extensions.swift
[344/346] Compiling LambdaExtras DefaultEnvironment.swift
[345/346] Compiling LambdaExtras APIGatewayCoder.swift
[346/346] Emitting module LambdaExtras
Build complete! (54.96s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.