The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-lambda-extras, reference 0.4.0 (3d5faf), with Swift 6.1 for macOS (SPM) on 3 Sep 2025 06:56:25 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgacy/swift-lambda-extras.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgacy/swift-lambda-extras
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 3d5faf8 Strict Concurrency Support (#15)
Cloned https://github.com/mgacy/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mgacy/swift-lambda-extras.git at 0.4.0
Fetching https://github.com/apple/swift-atomics.git from cache
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-http-types.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.git from cache
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (0.80s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
Fetched https://github.com/apple/swift-http-types.git from cache (2.09s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.09s)
Fetched https://github.com/apple/swift-log.git from cache (2.12s)
Fetched https://github.com/apple/swift-nio.git from cache (2.13s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events
Computed https://github.com/swift-server/swift-aws-lambda-events at 0.4.0 (2.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.75.0 (3.36s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.47s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.5 (0.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.51s)
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.52s)
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.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.4.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.5
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.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.75.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-lambda-extras",
      "name": "swift-lambda-extras",
      "url": "https://github.com/mgacy/swift-lambda-extras.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-lambda-extras",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-nio",
          "name": "swift-nio",
          "url": "https://github.com/apple/swift-nio.git",
          "version": "2.86.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
          "dependencies": [
            {
              "identity": "swift-atomics",
              "name": "swift-atomics",
              "url": "https://github.com/apple/swift-atomics.git",
              "version": "1.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.2.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-system",
              "name": "swift-system",
              "url": "https://github.com/apple/swift-system.git",
              "version": "1.6.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-aws-lambda-events",
          "name": "swift-aws-lambda-events",
          "url": "https://github.com/swift-server/swift-aws-lambda-events",
          "version": "0.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-aws-lambda-events",
          "dependencies": [
            {
              "identity": "swift-http-types",
              "name": "swift-http-types",
              "url": "https://github.com/apple/swift-http-types.git",
              "version": "1.4.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-aws-lambda-runtime",
          "name": "swift-aws-lambda-runtime",
          "url": "https://github.com/swift-server/swift-aws-lambda-runtime",
          "version": "1.0.0-alpha.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-aws-lambda-runtime",
          "dependencies": [
            {
              "identity": "swift-nio",
              "name": "swift-nio",
              "url": "https://github.com/apple/swift-nio.git",
              "version": "2.86.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
              "dependencies": [
                {
                  "identity": "swift-atomics",
                  "name": "swift-atomics",
                  "url": "https://github.com/apple/swift-atomics.git",
                  "version": "1.3.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swift-collections",
                  "name": "swift-collections",
                  "url": "https://github.com/apple/swift-collections.git",
                  "version": "1.2.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swift-system",
                  "name": "swift-system",
                  "url": "https://github.com/apple/swift-system.git",
                  "version": "1.6.2",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "swift-log",
              "name": "swift-log",
              "url": "https://github.com/apple/swift-log.git",
              "version": "1.6.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mgacy/swift-lambda-extras.git
[1/418] Fetching swift-lambda-extras
Fetched https://github.com/mgacy/swift-lambda-extras.git from cache (0.76s)
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/apple/swift-nio.git from cache
Fetching https://github.com/swift-server/swift-aws-lambda-runtime from cache
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (0.47s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (0.80s)
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
Fetched https://github.com/apple/swift-nio.git from cache (0.85s)
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.38s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
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.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.60s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Fetched https://github.com/apple/swift-collections.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.57s)
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.48s)
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.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.2.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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/mgacy/swift-lambda-extras.git
Working copy of https://github.com/mgacy/swift-lambda-extras.git resolved at 0.4.0 (3d5faf8)
warning: '.resolve-product-dependencies': dependency 'swift-lambda-extras' is not used by any target
Found 4 product dependencies
  - swift-log
  - swift-nio
  - swift-aws-lambda-events
  - swift-aws-lambda-runtime
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mgacy/swift-lambda-extras.git
https://github.com/mgacy/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/34] Write sources
[6/34] Copying PrivacyInfo.xcprivacy
[10/34] Write sources
[19/34] Compiling CNIOWindows WSAStartup.c
[20/34] Compiling CNIOWindows shim.c
[21/34] Compiling CNIOWASI CNIOWASI.c
[22/34] Compiling CNIOLinux liburing_shims.c
[23/34] Compiling CNIOLinux shim.c
[24/34] Write sources
[26/34] Write swift-version-2F0A5646E1D333AE.txt
[27/34] Compiling _AtomicsShims.c
[28/45] Compiling CNIOLLHTTP c_nio_http.c
[29/45] Compiling CNIOLLHTTP c_nio_api.c
[30/53] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/91] Compiling CNIODarwin shim.c
[33/91] Emitting module _NIOBase64
[34/91] Compiling _NIOBase64 Base64.swift
[35/91] Compiling Atomics ManagedAtomic.swift
[36/91] Compiling Atomics ManagedAtomicLazyReference.swift
[37/92] Compiling Atomics UnsafeAtomic.swift
[38/92] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[44/94] Compiling Atomics Primitives.shims.swift
[45/94] Compiling Atomics AtomicInteger.swift
[46/94] Compiling Atomics AtomicMemoryOrderings.swift
[47/94] Compiling Atomics DoubleWord.swift
[48/94] Compiling Atomics AtomicStorage.swift
[49/94] Compiling Atomics AtomicValue.swift
[52/94] Compiling Atomics IntegerOperations.swift
[53/94] Compiling Atomics Unmanaged extensions.swift
[54/94] Compiling Atomics PointerConformances.swift
[55/94] Compiling Atomics Primitives.native.swift
[56/94] Emitting module DequeModule
[57/94] Compiling Atomics AtomicBool.swift
[58/94] Compiling Atomics IntegerConformances.swift
[59/94] Compiling Atomics AtomicOptionalWrappable.swift
[60/94] Compiling Atomics AtomicReference.swift
[61/94] Compiling Atomics OptionalRawRepresentable.swift
[62/94] Compiling Atomics RawRepresentable.swift
[75/94] Compiling Logging MetadataProvider.swift
[76/94] Compiling HTTPTypes ISOLatin1String.swift
[77/94] Compiling _NIODataStructures PriorityQueue.swift
[78/94] Compiling _NIODataStructures _TinyArray.swift
[79/94] Emitting module _NIODataStructures
[80/94] Compiling _NIODataStructures Heap.swift
[81/94] Compiling Logging LogHandler.swift
[82/94] Compiling Logging Locks.swift
[83/94] Compiling Logging Logging.swift
[84/94] Emitting module Logging
[85/94] Emitting module Atomics
[86/94] Compiling HTTPTypes HTTPResponse.swift
[87/94] Compiling HTTPTypes HTTPParsedFields.swift
[88/94] Compiling HTTPTypes HTTPRequest.swift
[89/94] Emitting module HTTPTypes
[90/94] Compiling HTTPTypes HTTPField.swift
[91/94] Compiling HTTPTypes HTTPFields.swift
[92/94] Compiling HTTPTypes HTTPFieldName.swift
[92/94] Compiling c-nioatomics.c
[93/113] Compiling c-atomics.c
[95/119] Compiling NIOConcurrencyHelpers lock.swift
[96/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/119] Compiling NIOConcurrencyHelpers atomics.swift
[99/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/119] Emitting module NIOConcurrencyHelpers
[101/181] Compiling NIOCore NIOScheduledCallback.swift
[102/181] Compiling NIOCore NIOSendable.swift
[103/181] Compiling NIOCore PointerHelpers.swift
[104/181] Compiling NIOCore RecvByteBufferAllocator.swift
[105/181] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[106/181] Compiling NIOCore SocketAddresses.swift
[107/187] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[108/187] Compiling NIOCore EventLoopFuture+Deprecated.swift
[109/187] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[110/187] Compiling NIOCore EventLoopFuture.swift
[111/187] Compiling NIOCore FileDescriptor.swift
[112/187] Compiling NIOCore FileHandle.swift
[113/187] Compiling NIOCore FileRegion.swift
[114/187] Compiling NIOCore Codec.swift
[115/187] Compiling NIOCore ConvenienceOptionSupport.swift
[116/187] Compiling NIOCore DeadChannel.swift
[117/187] Compiling NIOCore DispatchQueue+WithFuture.swift
[118/187] Compiling NIOCore EventLoop+Deprecated.swift
[119/187] Compiling NIOCore EventLoop+SerialExecutor.swift
[120/187] Compiling NIOCore EventLoop.swift
[121/187] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[122/187] Compiling NIOCore ByteBuffer-multi-int.swift
[123/189] Compiling NIOCore SocketOptionProvider.swift
[124/189] Compiling NIOCore SystemCallHelpers.swift
[125/189] Compiling NIOCore TimeAmount+Duration.swift
[126/189] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/189] Compiling NIOCore UniversalBootstrapSupport.swift
[128/189] Compiling NIOCore Utilities.swift
[129/189] Compiling NIOCore GlobalSingletons.swift
[130/189] Compiling NIOCore IO.swift
[131/189] Compiling NIOCore IOData.swift
[132/189] Compiling NIOCore IPProtocol.swift
[133/189] Compiling NIOCore IntegerBitPacking.swift
[134/189] Compiling NIOCore IntegerTypes.swift
[135/189] Compiling NIOCore Interfaces.swift
[136/189] Compiling NIOCore Linux.swift
[137/189] Compiling NIOCore MarkedCircularBuffer.swift
[138/189] Compiling NIOCore MulticastChannel.swift
[139/189] Compiling NIOCore NIOAny.swift
[140/189] Compiling NIOCore NIOCloseOnErrorHandler.swift
[141/189] Compiling NIOCore NIOLoopBound.swift
[142/189] Compiling NIOCore Channel.swift
[143/189] Compiling NIOCore ChannelHandler.swift
[144/189] Compiling NIOCore ChannelHandlers.swift
[145/189] Compiling NIOCore ChannelInvoker.swift
[146/189] Compiling NIOCore ChannelOption.swift
[147/189] Compiling NIOCore ChannelPipeline.swift
[148/189] Compiling NIOCore CircularBuffer.swift
[149/189] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[150/189] Compiling NIOCore NIOAsyncWriter.swift
[151/189] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/189] Compiling NIOCore BSDSocketAPI.swift
[153/189] Compiling NIOCore ByteBuffer-aux.swift
[154/189] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/189] Compiling NIOCore ByteBuffer-conversions.swift
[156/189] Compiling AWSLambdaEvents DateWrappers.swift
[157/189] Compiling AWSLambdaEvents HTTP.swift
[158/189] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/189] Compiling NIOCore ByteBuffer-core.swift
[160/189] Compiling NIOCore AsyncChannelInboundStream.swift
[161/189] Compiling NIOCore AsyncChannelOutboundWriter.swift
[162/189] Compiling NIOCore AddressedEnvelope.swift
[163/189] Compiling NIOCore AsyncAwaitSupport.swift
[164/189] Compiling NIOCore ByteBuffer-hex.swift
[165/189] Compiling NIOCore ByteBuffer-int.swift
[170/189] Compiling NIOCore AsyncChannel.swift
[171/189] Compiling NIOCore AsyncChannelHandler.swift
[172/189] Emitting module AWSLambdaEvents
[189/189] Emitting module NIOCore
[190/250] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[191/250] Compiling NIOEmbedded Embedded.swift
[192/250] Compiling NIOEmbedded AsyncTestingChannel.swift
[193/250] Emitting module NIOEmbedded
[194/250] Compiling NIOPosix PooledRecvBufferAllocator.swift
[195/250] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[196/250] Compiling NIOPosix PosixSingletons.swift
[197/250] Compiling NIOPosix RawSocketBootstrap.swift
[198/250] Compiling NIOPosix Resolver.swift
[199/255] Compiling NIOPosix SocketProtocols.swift
[200/255] Compiling NIOPosix System.swift
[201/255] Compiling NIOPosix Thread.swift
[202/255] Compiling NIOPosix ThreadPosix.swift
[203/255] Compiling NIOPosix ThreadWindows.swift
[204/255] Compiling NIOPosix PendingWritesManager.swift
[205/255] Compiling NIOPosix PipeChannel.swift
[206/255] Compiling NIOPosix PipePair.swift
[207/255] Compiling NIOPosix PointerHelpers.swift
[208/255] Compiling NIOPosix Pool.swift
[209/255] Emitting module NIOPosix
[210/255] Compiling NIOPosix UnsafeTransfer.swift
[211/255] Compiling NIOPosix Utilities.swift
[212/255] Compiling NIOPosix VsockAddress.swift
[213/255] Compiling NIOPosix VsockChannelEvents.swift
[214/255] Compiling NIOPosix resource_bundle_accessor.swift
[215/255] Compiling NIOPosix LinuxCPUSet.swift
[216/255] Compiling NIOPosix LinuxUring.swift
[217/255] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[218/255] Compiling NIOPosix NIOThreadPool.swift
[219/255] Compiling NIOPosix NonBlockingFileIO.swift
[220/255] Compiling NIOPosix PendingDatagramWritesManager.swift
[221/255] Compiling NIOPosix GetaddrinfoResolver.swift
[222/255] Compiling NIOPosix HappyEyeballs.swift
[223/255] Compiling NIOPosix IO.swift
[224/255] Compiling NIOPosix IntegerBitPacking.swift
[225/255] Compiling NIOPosix IntegerTypes.swift
[226/255] Compiling NIOPosix Linux.swift
[227/255] Compiling NIOPosix SelectorKqueue.swift
[228/255] Compiling NIOPosix SelectorUring.swift
[229/255] Compiling NIOPosix ServerSocket.swift
[230/255] Compiling NIOPosix Socket.swift
[231/255] Compiling NIOPosix SocketChannel.swift
[232/255] Compiling NIOPosix Selectable.swift
[233/255] Compiling NIOPosix SelectableChannel.swift
[234/255] Compiling NIOPosix SelectableEventLoop.swift
[235/255] Compiling NIOPosix SelectorEpoll.swift
[236/255] Compiling NIOPosix SelectorGeneric.swift
[237/255] Compiling NIOPosix BaseStreamSocketChannel.swift
[238/255] Compiling NIOPosix Bootstrap.swift
[239/255] Compiling NIOPosix ControlMessage.swift
[240/255] Compiling NIOPosix DatagramVectorReadManager.swift
[241/255] Compiling NIOPosix Errors+Any.swift
[242/255] Compiling NIOPosix FileDescriptor.swift
[243/255] Compiling NIOPosix BSDSocketAPICommon.swift
[244/255] Compiling NIOPosix BSDSocketAPIPosix.swift
[245/255] Compiling NIOPosix BSDSocketAPIWindows.swift
[246/255] Compiling NIOPosix BaseSocket.swift
[247/255] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[248/255] Compiling NIOPosix BaseSocketChannel.swift
[249/257] Emitting module NIO
[250/257] Compiling NIO Exports.swift
[251/278] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[252/278] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[253/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[254/279] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[255/279] Emitting module NIOFoundationCompat
[256/279] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[257/279] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[258/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[259/279] Emitting module LambdaExtrasCore
[260/279] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[261/279] Compiling NIOHTTP1 ByteCollectionUtils.swift
[262/279] Compiling NIOHTTP1 HTTPDecoder.swift
[263/279] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[264/279] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[265/279] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[266/279] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[267/279] Compiling NIOHTTP1 HTTPEncoder.swift
[268/279] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[269/279] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[270/279] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[271/279] Compiling NIOHTTP1 HTTPTypes.swift
[272/279] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[273/279] Emitting module NIOHTTP1
[274/286] Compiling LambdaExtrasCore InitializationContext.swift
[275/286] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[276/286] Compiling LambdaExtrasCore HandlerError.swift
[277/286] Compiling LambdaExtrasCore LambdaCoding.swift
[278/286] Compiling LambdaExtrasCore Extensions.swift
[279/287] Compiling LambdaExtrasCore RuntimeContext.swift
[280/303] Compiling AWSLambdaRuntimeCore Terminator.swift
[281/304] Compiling LambdaMocks Mocked.swift
[282/304] Compiling LambdaMocks MockInitializationContext.swift
[283/304] Compiling LambdaMocks MockContext.swift
[284/304] Compiling LambdaMocks Logger+Utils.swift
[285/304] Compiling LambdaMocks Dispatch+Utils.swift
[286/304] Compiling LambdaMocks ContextProvider.swift
[287/304] Emitting module LambdaMocks
[288/304] Compiling LambdaMocks APIGatewayV2+Utils.swift
[289/304] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[290/304] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[291/304] Emitting module AWSLambdaRuntimeCore
[292/304] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[293/304] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[294/304] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[295/304] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[296/304] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[297/304] Compiling AWSLambdaRuntimeCore Utils.swift
[298/304] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[299/304] Compiling AWSLambdaRuntimeCore Lambda.swift
[300/304] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[301/304] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[302/304] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[303/304] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[304/304] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[305/307] Emitting module AWSLambdaRuntime
[306/307] Compiling AWSLambdaRuntime Context+Foundation.swift
[307/307] Compiling AWSLambdaRuntime Lambda+Codable.swift
[308/312] Compiling LambdaExtras Exports.swift
[309/312] Compiling LambdaExtras Extensions.swift
[310/312] Compiling LambdaExtras DefaultEnvironment.swift
[311/312] Emitting module LambdaExtras
[312/312] Compiling LambdaExtras APIGatewayCoder.swift
Build complete! (15.41s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mgacy/swift-lambda-extras/0.4.0
Repository:               mgacy/swift-lambda-extras
Swift version used:       6.1
Target:                   LambdaExtras
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'LambdaExtras'...
Finished extracting symbol information for 'LambdaExtras'. (10.61s)
Building documentation for 'LambdaExtras'...
Finished building documentation for 'LambdaExtras' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mgacy/swift-lambda-extras/0.4.0
Updating https://github.com/swift-server/swift-aws-lambda-events
Updating https://github.com/apple/swift-system.git
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-http-types.git
Updated https://github.com/swift-server/swift-aws-lambda-events (0.49s)
Updated https://github.com/apple/swift-atomics.git (0.49s)
Updated https://github.com/apple/swift-system.git (0.49s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/swift-server/swift-aws-lambda-runtime.git
Updated https://github.com/apple/swift-collections.git (0.58s)
Updated https://github.com/apple/swift-nio.git (0.77s)
Updated https://github.com/apple/swift-log.git (0.77s)
Updated https://github.com/apple/swift-http-types.git (0.77s)
Updated https://github.com/swift-server/swift-aws-lambda-runtime.git (0.52s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.64s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events
Computed https://github.com/swift-server/swift-aws-lambda-events at 0.4.0 (1.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.75.0 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.47s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.5 (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
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.48s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit Names.swift
[20/57] Compiling SymbolKit SPI.swift
[21/57] Compiling SymbolKit Snippet.swift
[22/57] Compiling SymbolKit Extension.swift
[23/57] Emitting module SymbolKit
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit Mixin+Equals.swift
[30/57] Compiling SymbolKit Mixin+Hash.swift
[31/57] Compiling SymbolKit Mixin.swift
[32/57] Compiling SymbolKit LineList.swift
[33/57] Compiling SymbolKit Position.swift
[34/57] Compiling SymbolKit DeclarationFragments.swift
[35/57] Compiling SymbolKit Fragment.swift
[36/57] Compiling SymbolKit FragmentKind.swift
[37/57] Compiling SymbolKit FunctionParameter.swift
[38/57] Compiling SymbolKit FunctionSignature.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SourceRange.swift
[44/57] Compiling SymbolKit Metadata.swift
[45/57] Compiling SymbolKit Module.swift
[46/57] Compiling SymbolKit OperatingSystem.swift
[47/57] Compiling SymbolKit Platform.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.80s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/64] Compiling Atomics PointerConformances.swift
[3/64] Compiling Atomics Primitives.native.swift
[4/65] Compiling Atomics UnsafeAtomic.swift
[5/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/65] Compiling Logging MetadataProvider.swift
[7/65] Compiling Atomics ManagedAtomic.swift
[8/65] Compiling Atomics ManagedAtomicLazyReference.swift
[9/65] Compiling Atomics Primitives.shims.swift
[10/65] Compiling Atomics AtomicInteger.swift
[15/65] Compiling Atomics AtomicMemoryOrderings.swift
[16/65] Compiling Atomics DoubleWord.swift
[17/65] Compiling Atomics AtomicStorage.swift
[18/65] Compiling Atomics AtomicValue.swift
[19/67] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/67] Emitting module _NIOBase64
[21/67] Compiling _NIOBase64 Base64.swift
[22/67] Compiling Atomics AtomicOptionalWrappable.swift
[23/67] Compiling Atomics AtomicReference.swift
[24/67] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/67] Compiling DequeModule _UnsafeWrappedBuffer.swift
[26/67] Compiling NIOConcurrencyHelpers lock.swift
[27/67] Compiling _NIODataStructures _TinyArray.swift
[28/67] Compiling HTTPTypes ISOLatin1String.swift
[29/67] Compiling _NIODataStructures PriorityQueue.swift
[30/67] Compiling _NIODataStructures Heap.swift
[31/67] Emitting module _NIODataStructures
[32/67] Compiling Atomics IntegerOperations.swift
[33/67] Compiling Atomics Unmanaged extensions.swift
[38/67] Emitting module NIOConcurrencyHelpers
[39/67] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[40/67] Compiling NIOConcurrencyHelpers atomics.swift
[41/67] Emitting module HTTPTypes
[42/67] Compiling HTTPTypes HTTPField.swift
[47/67] Compiling HTTPTypes HTTPParsedFields.swift
[48/67] Compiling Atomics OptionalRawRepresentable.swift
[49/67] Compiling Atomics RawRepresentable.swift
[50/67] Compiling Atomics AtomicBool.swift
[51/67] Compiling Atomics IntegerConformances.swift
[54/67] Compiling HTTPTypes HTTPResponse.swift
[55/67] Compiling HTTPTypes HTTPRequest.swift
[56/67] Compiling HTTPTypes HTTPFieldName.swift
[57/67] Compiling HTTPTypes HTTPFields.swift
[58/67] Emitting module DequeModule
[59/67] Emitting module Logging
[60/67] Compiling Logging LogHandler.swift
[61/67] Compiling Logging Locks.swift
[62/67] Compiling Logging Logging.swift
[67/86] Emitting module Atomics
[68/86] Compiling AWSLambdaEvents SES.swift
[69/86] Compiling AWSLambdaEvents SNS.swift
[70/86] Compiling AWSLambdaEvents SQS.swift
[71/86] Compiling AWSLambdaEvents Base64.swift
[72/150] Emitting module AWSLambdaEvents
[73/150] Compiling NIOCore EventLoop+Deprecated.swift
[74/150] Compiling NIOCore EventLoop+SerialExecutor.swift
[75/150] Compiling NIOCore Codec.swift
[76/150] Compiling NIOCore ConvenienceOptionSupport.swift
[77/150] Compiling NIOCore EventLoop.swift
[78/150] Compiling NIOCore NIOScheduledCallback.swift
[79/150] Compiling NIOCore DeadChannel.swift
[80/150] Compiling NIOCore DispatchQueue+WithFuture.swift
[81/150] Compiling NIOCore SocketAddresses.swift
[82/150] Compiling NIOCore GlobalSingletons.swift
[83/150] Compiling NIOCore IPProtocol.swift
[84/150] Compiling NIOCore IntegerBitPacking.swift
[85/150] Compiling NIOCore IO.swift
[86/150] Compiling NIOCore IOData.swift
[87/150] Compiling NIOCore IntegerTypes.swift
[88/150] Compiling NIOCore Interfaces.swift
[96/156] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[97/156] Compiling NIOCore EventLoopFuture+Deprecated.swift
[98/156] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[99/156] Compiling NIOCore EventLoopFuture.swift
[100/156] Compiling NIOCore FileDescriptor.swift
[101/156] Compiling NIOCore FileHandle.swift
[102/156] Compiling NIOCore FileRegion.swift
[110/156] Compiling NIOCore AddressedEnvelope.swift
[111/156] Compiling NIOCore AsyncAwaitSupport.swift
[112/156] Compiling NIOCore AsyncChannel.swift
[113/156] Compiling NIOCore AsyncChannelHandler.swift
[114/156] Compiling NIOCore AsyncChannelInboundStream.swift
[115/156] Compiling NIOCore AsyncChannelOutboundWriter.swift
[116/156] Compiling NIOCore NIOAsyncSequenceProducer.swift
[118/156] Compiling NIOCore NIOSendable.swift
[119/156] Compiling NIOCore PointerHelpers.swift
[120/156] Compiling NIOCore RecvByteBufferAllocator.swift
[121/156] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[123/156] Compiling NIOCore SocketOptionProvider.swift
[124/156] Compiling NIOCore SystemCallHelpers.swift
[125/156] Compiling NIOCore TimeAmount+Duration.swift
[126/156] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/156] Compiling NIOCore UniversalBootstrapSupport.swift
[128/156] Compiling NIOCore Utilities.swift
[129/156] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[130/156] Compiling NIOCore NIOAsyncWriter.swift
[131/156] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/156] Compiling NIOCore BSDSocketAPI.swift
[133/156] Compiling NIOCore ByteBuffer-aux.swift
[134/156] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/156] Compiling NIOCore ByteBuffer-conversions.swift
[136/156] Compiling NIOCore Linux.swift
[137/156] Compiling NIOCore MarkedCircularBuffer.swift
[138/156] Compiling NIOCore MulticastChannel.swift
[139/156] Compiling NIOCore NIOAny.swift
[140/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[141/156] Compiling NIOCore NIOLoopBound.swift
[142/156] Compiling NIOCore Channel.swift
[143/156] Compiling NIOCore ChannelHandler.swift
[144/156] Compiling NIOCore ChannelHandlers.swift
[145/156] Compiling NIOCore ChannelInvoker.swift
[146/156] Compiling NIOCore ChannelOption.swift
[147/156] Compiling NIOCore ChannelPipeline.swift
[148/156] Compiling NIOCore CircularBuffer.swift
[149/156] Compiling NIOCore ByteBuffer-core.swift
[150/156] Compiling NIOCore ByteBuffer-hex.swift
[151/156] Compiling NIOCore ByteBuffer-int.swift
[152/156] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[153/156] Compiling NIOCore ByteBuffer-multi-int.swift
[154/156] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[155/156] Compiling NIOCore ByteBuffer-views.swift
[156/156] Emitting module NIOCore
[157/217] Compiling LambdaExtrasCore LambdaCoding.swift
[158/217] Compiling LambdaExtrasCore HandlerError.swift
[159/217] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[160/217] Compiling LambdaExtrasCore InitializationContext.swift
[161/217] Compiling LambdaExtrasCore RuntimeContext.swift
[162/217] Compiling LambdaExtrasCore Extensions.swift
[163/217] Emitting module LambdaExtrasCore
[164/217] Compiling NIOEmbedded AsyncTestingChannel.swift
[165/217] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[166/217] Emitting module NIOEmbedded
[167/217] Compiling NIOEmbedded Embedded.swift
[168/217] Compiling NIOPosix GetaddrinfoResolver.swift
[169/217] Compiling NIOPosix HappyEyeballs.swift
[170/217] Compiling NIOPosix IO.swift
[171/217] Compiling NIOPosix IntegerBitPacking.swift
[172/217] Compiling NIOPosix IntegerTypes.swift
[173/217] Compiling NIOPosix Linux.swift
[174/222] Compiling NIOPosix SocketProtocols.swift
[175/222] Compiling NIOPosix System.swift
[176/222] Compiling NIOPosix Thread.swift
[177/222] Compiling NIOPosix ThreadPosix.swift
[178/222] Compiling NIOPosix ThreadWindows.swift
[179/222] Emitting module NIOPosix
[180/222] Compiling NIOPosix BSDSocketAPICommon.swift
[181/222] Compiling NIOPosix BSDSocketAPIPosix.swift
[182/222] Compiling NIOPosix BSDSocketAPIWindows.swift
[183/222] Compiling NIOPosix BaseSocket.swift
[184/222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[185/222] Compiling NIOPosix BaseSocketChannel.swift
[186/222] Compiling NIOPosix UnsafeTransfer.swift
[187/222] Compiling NIOPosix Utilities.swift
[188/222] Compiling NIOPosix VsockAddress.swift
[189/222] Compiling NIOPosix VsockChannelEvents.swift
[190/222] Compiling NIOPosix resource_bundle_accessor.swift
[191/222] Compiling NIOPosix PooledRecvBufferAllocator.swift
[192/222] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[193/222] Compiling NIOPosix PosixSingletons.swift
[194/222] Compiling NIOPosix RawSocketBootstrap.swift
[195/222] Compiling NIOPosix Resolver.swift
[196/222] Compiling NIOPosix Selectable.swift
[197/222] Compiling NIOPosix SelectableChannel.swift
[198/222] Compiling NIOPosix SelectableEventLoop.swift
[199/222] Compiling NIOPosix SelectorEpoll.swift
[200/222] Compiling NIOPosix SelectorGeneric.swift
[201/222] Compiling NIOPosix SelectorKqueue.swift
[202/222] Compiling NIOPosix SelectorUring.swift
[203/222] Compiling NIOPosix ServerSocket.swift
[204/222] Compiling NIOPosix Socket.swift
[205/222] Compiling NIOPosix SocketChannel.swift
[206/222] Compiling NIOPosix PendingWritesManager.swift
[207/222] Compiling NIOPosix PipeChannel.swift
[208/222] Compiling NIOPosix PipePair.swift
[209/222] Compiling NIOPosix PointerHelpers.swift
[210/222] Compiling NIOPosix Pool.swift
[211/222] Compiling NIOPosix LinuxCPUSet.swift
[212/222] Compiling NIOPosix LinuxUring.swift
[213/222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[214/222] Compiling NIOPosix NIOThreadPool.swift
[215/222] Compiling NIOPosix NonBlockingFileIO.swift
[216/222] Compiling NIOPosix PendingDatagramWritesManager.swift
[217/222] Compiling NIOPosix BaseStreamSocketChannel.swift
[218/222] Compiling NIOPosix Bootstrap.swift
[219/222] Compiling NIOPosix ControlMessage.swift
[220/222] Compiling NIOPosix DatagramVectorReadManager.swift
[221/222] Compiling NIOPosix Errors+Any.swift
[222/222] Compiling NIOPosix FileDescriptor.swift
[223/224] Emitting module NIO
[224/224] Compiling NIO Exports.swift
[225/245] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[226/245] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[227/245] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[228/245] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[229/246] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[230/246] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[231/246] Emitting module NIOFoundationCompat
[232/246] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[233/246] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[234/246] Emitting module NIOHTTP1
[235/246] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[236/246] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[237/246] Compiling NIOHTTP1 HTTPEncoder.swift
[238/246] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[239/246] Compiling NIOHTTP1 HTTPTypes.swift
[240/246] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[241/246] Compiling NIOHTTP1 ByteCollectionUtils.swift
[242/246] Compiling NIOHTTP1 HTTPDecoder.swift
[243/246] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[244/246] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[245/246] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[246/246] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[247/262] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[248/263] Compiling AWSLambdaRuntimeCore Lambda.swift
[249/263] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[250/263] Compiling AWSLambdaRuntimeCore Terminator.swift
[251/263] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[252/263] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[253/263] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[254/263] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[255/263] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[256/263] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[257/263] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[258/263] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[259/263] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[260/263] Emitting module AWSLambdaRuntimeCore
[261/263] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[262/263] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[263/263] Compiling AWSLambdaRuntimeCore Utils.swift
[264/266] Compiling AWSLambdaRuntime Context+Foundation.swift
[265/266] Compiling AWSLambdaRuntime Lambda+Codable.swift
[266/266] Emitting module AWSLambdaRuntime
[267/271] Compiling LambdaExtras Extensions.swift
[268/271] Compiling LambdaExtras Exports.swift
[269/271] Compiling LambdaExtras DefaultEnvironment.swift
[270/271] Compiling LambdaExtras APIGatewayCoder.swift
[271/271] Emitting module LambdaExtras
Build of target: 'LambdaExtras' complete! (8.51s)
Target:                   LambdaExtrasCore
Extracting symbol information for 'LambdaExtrasCore'...
Finished extracting symbol information for 'LambdaExtrasCore'. (0.56s)
Building documentation for 'LambdaExtrasCore'...
Finished building documentation for 'LambdaExtrasCore' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mgacy/swift-lambda-extras/0.4.0
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.39s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'LambdaExtrasCore' complete! (0.41s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mgacy/swift-lambda-extras/0.4.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mgacy/swift-lambda-extras/0.4.0/linkable-paths.json
Target:                   LambdaMocks
Extracting symbol information for 'LambdaMocks'...
Finished extracting symbol information for 'LambdaMocks'. (0.95s)
Building documentation for 'LambdaMocks'...
warning: Parameter 'logger' is missing documentation
  --> ../ContextProvider.swift:52:30-52:30
50 |     ///
51 |     /// - Parameter environmentValueProvider: A closure returning the value of the given
   |         ╰─suggestion: Document 'logger' parameter
52 +     /// environment variable.
53 |     public init(
54 |         logger: Logger = .mock,
Finished building documentation for 'LambdaMocks' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mgacy/swift-lambda-extras/0.4.0
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.37s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/9] Compiling LambdaMocks Mocked.swift
[3/9] Compiling LambdaMocks MockInitializationContext.swift
[4/9] Compiling LambdaMocks MockContext.swift
[5/9] Compiling LambdaMocks Logger+Utils.swift
[6/9] Compiling LambdaMocks Dispatch+Utils.swift
[7/9] Compiling LambdaMocks ContextProvider.swift
[8/9] Emitting module LambdaMocks
[9/9] Compiling LambdaMocks APIGatewayV2+Utils.swift
Build of target: 'LambdaMocks' complete! (0.84s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mgacy/swift-lambda-extras/0.4.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mgacy/swift-lambda-extras/0.4.0/linkable-paths.json
     346
3	/Users/admin/builder/spi-builder-workspace/.docs/mgacy/swift-lambda-extras/0.4.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mgacy/swift-lambda-extras/0.4.0
File count: 346
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-mgacy-swift-lambda-extras-0.4.0-77195d00.zip to s3://spi-docs-inbox/prod-mgacy-swift-lambda-extras-0.4.0-77195d00.zip
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [59%]
Copying... [69%]
Copying... [79%]
Copying... [89%]
Copying... [99%]
Copying... [100%]
Done.