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 hummingbird-lambda, reference 0.4.0 (9c6ae1), with Swift 6.1 for Linux on 26 Apr 2025 15:19:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.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/hummingbird-project/hummingbird-lambda
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 9c6ae15 Update to hummingbird v0.13.0
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
9c6ae150a9f39922645d76474a35d228b34f68c6
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at 0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-lambda.git
https://github.com/hummingbird-project/hummingbird-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "HummingbirdXCT",
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "ErrorMiddleware.swift",
        "Exports.swift",
        "Lambda.swift",
        "LambdaHandler.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_dependencies" : [
        "HummingbirdFoundation"
      ],
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
[1/833] Fetching swift-extras-base64
[834/12347] Fetching swift-extras-base64, swift-aws-lambda-runtime
[1410/36753] Fetching swift-extras-base64, swift-aws-lambda-runtime, hummingbird
[5071/112184] Fetching swift-extras-base64, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.18s)
[65904/87778] Fetching swift-extras-base64, swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (2.26s)
[66579/86945] Fetching swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.32s)
[55819/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.20s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 0.7.0 (5.75s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2 (2.05s)
Fetching https://github.com/swift-server/swift-backtrace.git
Fetching https://github.com/apple/swift-log.git
[1/631] Fetching swift-backtrace
[632/4467] Fetching swift-backtrace, swift-log
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (1.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.66s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 0.16.3 (0.64s)
Fetching https://github.com/hummingbird-project/hummingbird-core.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2213] Fetching hummingbird-core
[267/4413] Fetching hummingbird-core, swift-metrics
[643/6803] Fetching hummingbird-core, swift-metrics, swift-service-lifecycle
Fetched https://github.com/hummingbird-project/hummingbird-core.git from cache (0.32s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.36s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
Computing version for https://github.com/hummingbird-project/hummingbird-core.git
Computed https://github.com/hummingbird-project/hummingbird-core.git at 0.14.0 (0.98s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5662] Fetching swift-nio-extras
[5663/8281] Fetching swift-nio-extras, swift-nio-transport-services
[8230/19773] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[10696/34566] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.88s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.88s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.89s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.91s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (2.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.21s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.28s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[3745/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.64s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/7934] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.03s)
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.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.63s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 1.0.0-alpha.11 (1.06s)
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 0.7.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 0.5.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.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 1.0.0-alpha.11
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 0.16.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
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
Creating working copy for https://github.com/hummingbird-project/hummingbird-core.git
Working copy of https://github.com/hummingbird-project/hummingbird-core.git resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.4.2
Building for debugging...
[0/89] Compiling CNIODarwin shim.c
[1/89] Compiling CBacktrace mmapio.c
[2/89] Write sources
[5/89] Compiling CBacktrace mmap.c
[5/89] Write sources
[29/89] Compiling CBacktrace fileline.c
[30/89] Compiling CNIOWindows shim.c
[31/89] Compiling _AtomicsShims.c
[32/89] Compiling CNIOWindows WSAStartup.c
[33/89] Compiling CNIOWASI CNIOWASI.c
[34/89] Compiling CNIOLinux liburing_shims.c
[35/89] Compiling CBacktrace dwarf.c
[36/89] Compiling CNIOLLHTTP c_nio_http.c
[37/89] Compiling CNIOLinux shim.c
[38/89] Compiling CBacktrace elf.c
[39/89] Compiling CBacktrace sort.c
[40/89] Compiling CBacktrace state.c
[40/89] Compiling CBacktrace simple.c
[42/89] Compiling CNIOLLHTTP c_nio_api.c
[43/89] Compiling CBacktrace backtrace.c
[44/89] Write sources
[49/89] Compiling CBacktrace print.c
[50/89] Compiling CBacktrace posix.c
[51/89] Compiling CBacktrace atomic.c
[52/89] Write swift-version-24593BA9C3E375BF.txt
[53/89] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/123] Emitting module _NIOBase64
[56/123] Emitting module Logging
[57/123] Emitting module _NIODataStructures
[57/123] Compiling c-nioatomics.c
[59/126] Compiling _NIODataStructures _TinyArray.swift
[60/126] Compiling CoreMetrics Metrics.swift
[61/126] Compiling Backtrace Backtrace.swift
[62/126] Emitting module Backtrace
[63/126] Compiling Backtrace Demangle.swift
[64/127] Compiling Logging LogHandler.swift
[65/127] Compiling InternalCollectionsUtilities Debugging.swift
[66/127] Compiling InternalCollectionsUtilities Descriptions.swift
[67/127] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/127] Compiling InternalCollectionsUtilities Specialize.swift
[69/127] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/127] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/129] Compiling _NIOBase64 Base64.swift
[73/130] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/130] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/130] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/130] Compiling InternalCollectionsUtilities Integer rank.swift
[77/130] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/130] Emitting module InternalCollectionsUtilities
[79/130] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[80/130] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[81/130] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[82/130] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/130] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/130] Compiling _NIODataStructures PriorityQueue.swift
[84/130] Compiling c-atomics.c
[87/151] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/151] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[90/170] Compiling Atomics ManagedAtomic.swift
[91/170] Compiling Atomics ManagedAtomicLazyReference.swift
[92/170] Compiling Atomics AtomicMemoryOrderings.swift
[93/170] Compiling Atomics DoubleWord.swift
[94/170] Compiling Atomics UnsafeAtomic.swift
[95/170] Compiling Atomics UnsafeAtomicLazyReference.swift
[96/187] Compiling DequeModule Deque+Codable.swift
[97/187] Compiling DequeModule Deque+Collection.swift
[98/187] Compiling DequeModule Deque+CustomReflectable.swift
[99/187] Compiling _NIODataStructures Heap.swift
[100/187] Emitting module CoreMetrics
[101/187] Compiling CoreMetrics Locks.swift
[102/189] Compiling Logging MetadataProvider.swift
[103/189] Compiling Logging Locks.swift
[104/189] Compiling NIOConcurrencyHelpers NIOLock.swift
[105/189] Compiling NIOConcurrencyHelpers lock.swift
[106/189] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[107/189] Emitting module NIOConcurrencyHelpers
[108/189] Compiling DequeModule Deque._Storage.swift
[109/189] Compiling DequeModule Deque._UnsafeHandle.swift
[110/189] Compiling DequeModule Deque.swift
[111/189] Compiling DequeModule Deque+Equatable.swift
[112/189] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[113/189] Compiling DequeModule Deque+Testing.swift
[114/189] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[115/189] Compiling NIOConcurrencyHelpers atomics.swift
[116/189] Compiling Logging Logging.swift
[117/189] Compiling DequeModule _DequeBuffer.swift
[118/189] Compiling DequeModule _DequeBufferHeader.swift
[119/193] Compiling Atomics IntegerOperations.swift
[120/193] Compiling Atomics Unmanaged extensions.swift
[125/193] Compiling DequeModule Deque+Descriptions.swift
[131/193] Compiling DequeModule Deque+Extras.swift
[132/193] Compiling DequeModule Deque+Hashable.swift
[132/193] Wrapping AST for _NIOBase64 for debugging
[133/193] Wrapping AST for _NIODataStructures for debugging
[134/193] Wrapping AST for NIOConcurrencyHelpers for debugging
[135/193] Wrapping AST for Logging for debugging
[136/195] Wrapping AST for Backtrace for debugging
[137/195] Wrapping AST for InternalCollectionsUtilities for debugging
[138/195] Wrapping AST for CoreMetrics for debugging
[140/195] Compiling DequeModule _DequeSlot.swift
[141/195] Compiling DequeModule _UnsafeWrappedBuffer.swift
[144/195] Emitting module DequeModule
[147/196] Wrapping AST for DequeModule for debugging
[149/196] Emitting module Metrics
[150/196] Emitting module Atomics
[154/197] Wrapping AST for Atomics for debugging
[156/256] Compiling Metrics Metrics.swift
[157/257] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[158/257] Compiling NIOCore AddressedEnvelope.swift
[159/257] Compiling AWSLambdaEvents DateWrappers.swift
[161/258] Compiling NIOCore AsyncAwaitSupport.swift
[162/258] Compiling NIOCore AsyncChannel.swift
[162/258] Wrapping AST for Metrics for debugging
[164/262] Compiling NIOCore ByteBuffer-aux.swift
[165/262] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[166/262] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[167/262] Compiling NIOCore BSDSocketAPI.swift
[168/262] Emitting module AWSLambdaEvents
[169/262] Compiling NIOCore ByteBuffer-hex.swift
[170/262] Compiling NIOCore ByteBuffer-int.swift
[171/262] Compiling NIOCore ByteBuffer-conversions.swift
[172/262] Compiling NIOCore ByteBuffer-core.swift
[173/262] Compiling AWSLambdaEvents HTTP.swift
[175/263] Compiling Lifecycle Locks.swift
[176/263] Emitting module Lifecycle
[176/263] Wrapping AST for AWSLambdaEvents for debugging
[178/263] Compiling NIOCore MarkedCircularBuffer.swift
[179/263] Compiling NIOCore MulticastChannel.swift
[180/263] Compiling NIOCore NIOAny.swift
[181/263] Compiling NIOCore NIOCloseOnErrorHandler.swift
[182/263] Compiling NIOCore NIOLoopBound.swift
[183/263] Compiling NIOCore NIOScheduledCallback.swift
[184/263] Compiling NIOCore NIOSendable.swift
[185/263] Compiling NIOCore RecvByteBufferAllocator.swift
[186/271] Compiling Lifecycle Lifecycle.swift
[187/271] Compiling Lifecycle Atomics.swift
[188/272] Wrapping AST for Lifecycle for debugging
[190/272] Compiling NIOCore GlobalSingletons.swift
[191/272] Compiling NIOCore IO.swift
[192/272] Compiling NIOCore IOData.swift
[193/272] Compiling NIOCore IPProtocol.swift
[194/272] Compiling NIOCore IntegerBitPacking.swift
[195/272] Compiling NIOCore IntegerTypes.swift
[196/272] Compiling NIOCore Interfaces.swift
[197/272] Compiling NIOCore Linux.swift
[198/272] Emitting module ExtrasBase64
[199/272] Compiling ExtrasBase64 Base64.swift
[200/272] Compiling ExtrasBase64 Base32.swift
[201/273] Compiling NIOCore EventLoop.swift
[202/273] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[203/273] Compiling NIOCore EventLoopFuture+Deprecated.swift
[204/273] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[205/273] Compiling NIOCore EventLoopFuture.swift
[206/273] Compiling NIOCore FileDescriptor.swift
[207/273] Compiling NIOCore FileHandle.swift
[208/273] Compiling NIOCore FileRegion.swift
[210/273] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[211/273] Compiling NIOCore SocketAddresses.swift
[212/273] Compiling NIOCore SocketOptionProvider.swift
[213/273] Compiling NIOCore SystemCallHelpers.swift
[214/273] Compiling NIOCore TimeAmount+Duration.swift
[215/273] Compiling NIOCore TypeAssistedChannelHandler.swift
[216/273] Compiling NIOCore UniversalBootstrapSupport.swift
[217/273] Compiling NIOCore Utilities.swift
[217/273] Wrapping AST for ExtrasBase64 for debugging
[219/273] Compiling NIOCore ChannelPipeline.swift
[220/273] Compiling NIOCore CircularBuffer.swift
[221/273] Compiling NIOCore Codec.swift
[222/273] Compiling NIOCore ConvenienceOptionSupport.swift
[223/273] Compiling NIOCore DeadChannel.swift
[224/273] Compiling NIOCore DispatchQueue+WithFuture.swift
[225/273] Compiling NIOCore EventLoop+Deprecated.swift
[226/273] Compiling NIOCore EventLoop+SerialExecutor.swift
[230/273] Compiling NIOCore AsyncChannelHandler.swift
[231/273] Compiling NIOCore AsyncChannelInboundStream.swift
[232/273] Compiling NIOCore AsyncChannelOutboundWriter.swift
[233/273] Compiling NIOCore NIOAsyncSequenceProducer.swift
[234/273] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[235/273] Compiling NIOCore NIOAsyncWriter.swift
[245/273] Compiling NIOCore ByteBuffer-multi-int.swift
[246/273] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[247/273] Compiling NIOCore ByteBuffer-views.swift
[248/273] Compiling NIOCore Channel.swift
[249/273] Compiling NIOCore ChannelHandler.swift
[250/273] Compiling NIOCore ChannelHandlers.swift
[251/273] Compiling NIOCore ChannelInvoker.swift
[252/273] Compiling NIOCore ChannelOption.swift
[253/273] Emitting module NIOCore
[254/274] Wrapping AST for NIOCore for debugging
[256/325] Compiling NIOEmbedded Embedded.swift
[257/325] Compiling NIOEmbedded AsyncTestingChannel.swift
[258/325] Emitting module NIOEmbedded
[259/325] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[260/326] Wrapping AST for NIOEmbedded for debugging
[262/326] Compiling NIOPosix IO.swift
[263/326] Compiling NIOPosix IntegerBitPacking.swift
[264/326] Compiling NIOPosix IntegerTypes.swift
[265/326] Compiling NIOPosix Linux.swift
[266/326] Compiling NIOPosix LinuxCPUSet.swift
[267/326] Compiling NIOPosix LinuxUring.swift
[268/326] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[269/332] Emitting module NIOPosix
[270/332] Compiling NIOPosix ThreadPosix.swift
[271/332] Compiling NIOPosix ThreadWindows.swift
[272/332] Compiling NIOPosix UnsafeTransfer.swift
[273/332] Compiling NIOPosix Utilities.swift
[274/332] Compiling NIOPosix VsockAddress.swift
[275/332] Compiling NIOPosix VsockChannelEvents.swift
[276/332] Compiling NIOPosix SelectableChannel.swift
[277/332] Compiling NIOPosix SelectableEventLoop.swift
[278/332] Compiling NIOPosix SelectorEpoll.swift
[279/332] Compiling NIOPosix SelectorGeneric.swift
[280/332] Compiling NIOPosix SelectorKqueue.swift
[281/332] Compiling NIOPosix SelectorUring.swift
[282/332] Compiling NIOPosix BSDSocketAPICommon.swift
[283/332] Compiling NIOPosix BSDSocketAPIPosix.swift
[284/332] Compiling NIOPosix BSDSocketAPIWindows.swift
[285/332] Compiling NIOPosix BaseSocket.swift
[286/332] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[287/332] Compiling NIOPosix BaseSocketChannel.swift
[288/332] Compiling NIOPosix BaseStreamSocketChannel.swift
[289/332] Compiling NIOPosix PooledRecvBufferAllocator.swift
[290/332] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[291/332] Compiling NIOPosix PosixSingletons.swift
[292/332] Compiling NIOPosix RawSocketBootstrap.swift
[293/332] Compiling NIOPosix Resolver.swift
[294/332] Compiling NIOPosix Selectable.swift
[295/332] Compiling NIOPosix ServerSocket.swift
[296/332] Compiling NIOPosix Socket.swift
[297/332] Compiling NIOPosix SocketChannel.swift
[298/332] Compiling NIOPosix SocketProtocols.swift
[299/332] Compiling NIOPosix System.swift
[300/332] Compiling NIOPosix Thread.swift
[301/332] Compiling NIOPosix Bootstrap.swift
[302/332] Compiling NIOPosix ControlMessage.swift
[303/332] Compiling NIOPosix DatagramVectorReadManager.swift
[304/332] Compiling NIOPosix Errors+Any.swift
[305/332] Compiling NIOPosix FileDescriptor.swift
[306/332] Compiling NIOPosix GetaddrinfoResolver.swift
[307/332] Compiling NIOPosix HappyEyeballs.swift
[308/332] Compiling NIOPosix NIOThreadPool.swift
[309/332] Compiling NIOPosix NonBlockingFileIO.swift
[310/332] Compiling NIOPosix PendingDatagramWritesManager.swift
[311/332] Compiling NIOPosix PendingWritesManager.swift
[312/332] Compiling NIOPosix PipeChannel.swift
[313/332] Compiling NIOPosix PipePair.swift
[314/332] Compiling NIOPosix Pool.swift
[315/333] Wrapping AST for NIOPosix for debugging
[317/335] Emitting module NIO
[318/335] Compiling NIO Exports.swift
[319/336] Wrapping AST for NIO for debugging
[321/367] Compiling _NIOConcurrency Empty.swift
[322/367] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[323/367] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[324/367] Compiling NIOTLS TLSEvents.swift
[325/367] Emitting module _NIOConcurrency
[326/367] Emitting module LifecycleNIOCompat
[327/367] Compiling LifecycleNIOCompat Bridge.swift
[328/368] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[329/368] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[331/369] Wrapping AST for _NIOConcurrency for debugging
[333/369] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[334/369] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[335/369] Emitting module NIOTLS
[336/369] Compiling NIOTLS SNIHandler.swift
[337/370] Emitting module NIOFoundationCompat
[338/370] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[338/371] Wrapping AST for LifecycleNIOCompat for debugging
[342/371] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[343/371] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[344/371] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[345/371] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[345/373] Wrapping AST for NIOTLS for debugging
[347/373] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[348/373] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[348/373] Wrapping AST for NIOFoundationCompat for debugging
[350/395] Compiling NIOTransportServices NIOTSErrors.swift
[351/395] Compiling NIOTransportServices NIOTSEventLoop.swift
[352/395] Emitting module NIOTransportServices
[353/397] Compiling NIOTransportServices StateManagedChannel.swift
[354/397] Compiling NIOTransportServices StateManagedListenerChannel.swift
[355/397] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[356/397] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[357/397] Compiling NIOTransportServices NIOTSSingletons.swift
[358/397] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[359/397] Compiling NIOTransportServices AcceptHandler.swift
[360/397] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[361/397] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[362/397] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[363/397] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[364/397] Compiling NIOTransportServices NIOTSBootstraps.swift
[365/397] Compiling NIOTransportServices NIOTSChannelOptions.swift
[366/397] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[367/397] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[370/397] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[371/397] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[372/397] Compiling NIOTransportServices NIOTSListenerChannel.swift
[373/397] Compiling NIOTransportServices NIOTSDatagramListener.swift
[374/397] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[375/397] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[380/398] Wrapping AST for NIOTransportServices for debugging
[384/398] Emitting module NIOHTTP1
[388/399] Wrapping AST for NIOHTTP1 for debugging
[390/428] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[391/429] Compiling NIOExtras RequestResponseHandler.swift
[392/429] Compiling NIOExtras RequestResponseWithIDHandler.swift
[393/431] Compiling NIOExtras PCAPRingBuffer.swift
[394/431] Compiling NIOExtras QuiescingHelper.swift
[395/431] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[396/431] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[397/431] Emitting module NIOExtras
[398/431] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[399/431] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[400/431] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
[401/431] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[402/431] Compiling NIOExtras NIORequestIdentifiable.swift
[405/431] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[406/431] Compiling NIOExtras LengthFieldPrepender.swift
[407/431] Compiling NIOExtras LineBasedFrameDecoder.swift
[408/431] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[409/431] Compiling NIOExtras NIOExtrasError.swift
[410/431] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[411/431] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[412/431] Compiling NIOExtras JSONRPCFraming.swift
[415/431] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[416/431] Compiling AWSLambdaRuntimeCore Utils.swift
[419/431] Emitting module AWSLambdaRuntimeCore
[420/432] Wrapping AST for AWSLambdaRuntimeCore for debugging
[422/435] Compiling NIOExtras UnsafeTransfer.swift
[423/435] Compiling NIOExtras WritePCAPHandler.swift
[425/436] Compiling AWSLambdaRuntime Context+Foundation.swift
[426/436] Emitting module AWSLambdaRuntime
[427/436] Compiling AWSLambdaRuntime Lambda+Codable.swift
[427/437] Wrapping AST for NIOExtras for debugging
[429/453] Wrapping AST for AWSLambdaRuntime for debugging
[431/453] Emitting module HummingbirdCore
[432/455] Compiling HummingbirdCore RequestBodyStreamer+async.swift
[433/455] Compiling HummingbirdCore Sendable.swift
[434/455] Compiling HummingbirdCore HTTPError.swift
[435/455] Compiling HummingbirdCore HTTPServer+Configuration.swift
[436/455] Compiling HummingbirdCore HTTPServer.swift
[437/455] Compiling HummingbirdCore ResponseBody.swift
[438/455] Compiling HummingbirdCore BindAddress.swift
[439/455] Compiling HummingbirdCore RequestBody.swift
[440/455] Compiling HummingbirdCore Response.swift
[441/455] Compiling HummingbirdCore ByteBufferStreamer.swift
[442/455] Compiling HummingbirdCore Request.swift
[443/455] Compiling HummingbirdCore ChannelInitializer.swift
[444/455] Compiling HummingbirdCore HTTPChannelHandlers.swift
[445/455] Compiling HummingbirdCore HTTPErrorResponse.swift
[446/455] Compiling HummingbirdCore HTTPResponder.swift
[447/455] Compiling HummingbirdCore HTTPServerHandler.swift
[448/455] Compiling HummingbirdCore TSTLSOptions.swift
[449/456] Wrapping AST for HummingbirdCore for debugging
[451/498] Compiling Hummingbird Application.swift
[452/498] Compiling Hummingbird AsyncMiddleware.swift
[453/498] Compiling Hummingbird AsyncResponder.swift
[454/498] Compiling Hummingbird ConnectionPool+async.swift
[455/498] Compiling Hummingbird Request+Persist+async.swift
[456/498] Compiling Hummingbird RouteHandler+async.swift
[457/503] Emitting module Hummingbird
[458/503] Compiling Hummingbird Router+async.swift
[459/503] Compiling Hummingbird CodableProtocols.swift
[460/503] Compiling Hummingbird RequestDecodable.swift
[461/503] Compiling Hummingbird ResponseEncodable.swift
[462/503] Compiling Hummingbird Configuration.swift
[463/503] Compiling Hummingbird ConnectionPool.swift
[464/503] Compiling Hummingbird URL.swift
[465/503] Compiling Hummingbird CORSMiddleware.swift
[466/503] Compiling Hummingbird LogRequestMiddleware.swift
[467/503] Compiling Hummingbird MetricsMiddleware.swift
[468/503] Compiling Hummingbird Middleware.swift
[469/503] Compiling Hummingbird MiddlewareGroup.swift
[470/503] Compiling Hummingbird EndpointResponder.swift
[471/503] Compiling Hummingbird Parameters.swift
[472/503] Compiling Hummingbird ResponseGenerator.swift
[473/503] Compiling Hummingbird RouteHandler.swift
[474/503] Compiling Hummingbird Router.swift
[475/503] Compiling Hummingbird RouterGroup.swift
[476/503] Compiling Hummingbird Responder.swift
[477/503] Compiling Hummingbird Response.swift
[478/503] Compiling Hummingbird ResponsePatch.swift
[479/503] Compiling Hummingbird Application+Persist.swift
[480/503] Compiling Hummingbird MemoryPersistDriver.swift
[481/503] Compiling Hummingbird ConnectionPoolGroup.swift
[482/503] Compiling Hummingbird Environment.swift
[483/503] Compiling Hummingbird Exports.swift
[484/503] Compiling Hummingbird EventLoopStorage.swift
[485/503] Compiling Hummingbird Extensions.swift
[486/503] Compiling Hummingbird MediaType.swift
[487/503] Compiling Hummingbird RouterMethods.swift
[488/503] Compiling Hummingbird RouterPath.swift
[489/503] Compiling Hummingbird TrieRouter.swift
[490/503] Compiling Hummingbird Application+HTTPResponder.swift
[491/503] Compiling Hummingbird Request.swift
[492/503] Compiling Hummingbird RequestContext.swift
[493/503] Compiling Hummingbird PersistDriver.swift
[494/503] Compiling Hummingbird PersistError.swift
[495/503] Compiling Hummingbird DateCache.swift
[496/503] Compiling Hummingbird FlatDictionary.swift
[497/503] Compiling Hummingbird HBParser.swift
[498/504] Wrapping AST for Hummingbird for debugging
[500/527] Compiling HummingbirdLambda Lambda.swift
[501/528] Compiling HummingbirdFoundation FileIO+async.swift
[502/528] Compiling HummingbirdFoundation JSONCoding.swift
[503/530] Compiling HummingbirdLambda APIGatewayLambda.swift
[504/530] Emitting module HummingbirdLambda
/host/spi-builder-workspace/Sources/HummingbirdLambda/Request+APIGateway.swift:32:1: warning: extension declares a conformance of imported type 'Context' to imported protocol 'HBRequestContext'; this will not behave correctly if the owners of 'AWSLambdaRuntimeCore' introduce this conformance in the future
30 | }
31 |
32 | extension Lambda.Context: HBRequestContext {
   | |- warning: extension declares a conformance of imported type 'Context' to imported protocol 'HBRequestContext'; this will not behave correctly if the owners of 'AWSLambdaRuntimeCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |     public var remoteAddress: SocketAddress? { return nil }
34 | }
[505/530] Compiling HummingbirdLambda APIGatewayV2Lambda.swift
[506/530] Compiling HummingbirdLambda Exports.swift
[507/530] Compiling HummingbirdLambda ErrorMiddleware.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/ErrorMiddleware.swift:22:50: warning: capture of 'request' with non-sendable type 'HBRequest' in a '@Sendable' closure
20 |         return next.respond(to: request).flatMapErrorThrowing { error in
21 |             if let error = error as? HBHTTPError {
22 |                 return error.response(allocator: request.allocator)
   |                                                  `- warning: capture of 'request' with non-sendable type 'HBRequest' in a '@Sendable' closure
23 |             }
24 |             throw error
/host/spi-builder-workspace/.build/checkouts/hummingbird/Sources/Hummingbird/Server/Request.swift:23:15: note: struct 'HBRequest' does not conform to the 'Sendable' protocol
 21 |
 22 | /// Holds all the values required to process a request
 23 | public struct HBRequest: HBExtensible {
    |               `- note: struct 'HBRequest' does not conform to the 'Sendable' protocol
 24 |     // MARK: Member variables
 25 |
/host/spi-builder-workspace/Sources/HummingbirdLambda/ErrorMiddleware.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Hummingbird'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Hummingbird
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Hummingbird'
16 |
17 | /// Catch HBHTTPErrors and return as valid response
[508/530] Compiling HummingbirdLambda LambdaHandler.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/LambdaHandler.swift:56:24: warning: capture of 'self' with non-sendable type 'HBLambdaHandler<L>' in a '@Sendable' closure
18 |
19 | /// Specialization of EventLoopLambdaHandler which runs an HBLambda
20 | public struct HBLambdaHandler<L: HBLambda>: EventLoopLambdaHandler {
   |               `- note: consider making generic struct 'HBLambdaHandler' conform to the 'Sendable' protocol
21 |     public typealias In = L.In
22 |     public typealias Out = L.Out
   :
54 |             let request = try lambda.request(context: context, application: self.application, from: event)
55 |             return self.responder.respond(to: request)
56 |                 .map { self.lambda.output(from: $0) }
   |                        `- warning: capture of 'self' with non-sendable type 'HBLambdaHandler<L>' in a '@Sendable' closure
57 |         } catch {
58 |             return context.eventLoop.makeFailedFuture(error)
[509/530] Compiling HummingbirdLambda Request+APIGateway.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/Request+APIGateway.swift:32:1: warning: extension declares a conformance of imported type 'Context' to imported protocol 'HBRequestContext'; this will not behave correctly if the owners of 'AWSLambdaRuntimeCore' introduce this conformance in the future
30 | }
31 |
32 | extension Lambda.Context: HBRequestContext {
   | |- warning: extension declares a conformance of imported type 'Context' to imported protocol 'HBRequestContext'; this will not behave correctly if the owners of 'AWSLambdaRuntimeCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |     public var remoteAddress: SocketAddress? { return nil }
34 | }
[510/530] Compiling HummingbirdFoundation Cookies.swift
[511/530] Compiling HummingbirdFoundation Request+Cookies.swift
[512/530] Compiling HummingbirdFoundation Response+Cookies.swift
[513/530] Compiling HummingbirdFoundation Exports.swift
[514/530] Compiling HummingbirdLambda Response+APIGateway.swift
/host/spi-builder-workspace/Sources/HummingbirdLambda/Response+APIGateway.swift:69:24: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
67 |             }
68 |             if body == nil {
69 |                 body = String(base64Encoding: buffer.readableBytesView)
   |                        `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
70 |                 isBase64Encoded = true
71 |             }
[516/531] Compiling HummingbirdFoundation CacheControl.swift
[517/531] Compiling HummingbirdFoundation FileIO.swift
[517/531] Wrapping AST for HummingbirdLambda for debugging
[519/531] Emitting module HummingbirdFoundation
[520/531] Compiling HummingbirdFoundation URLEncodedFormNode.swift
[521/531] Compiling HummingbirdFoundation Cookie.swift
[522/531] Compiling HummingbirdFoundation FileMiddleware.swift
[523/531] Compiling HummingbirdFoundation DateCache+Date.swift
[524/531] Compiling HummingbirdFoundation URLEncodedFormDecoder.swift
[525/531] Compiling HummingbirdFoundation URLEncodedFormEncoder.swift
[526/531] Compiling HummingbirdFoundation URLEncodedForm+Request.swift
[527/531] Compiling HummingbirdFoundation URLEncodedForm.swift
[528/532] Wrapping AST for HummingbirdFoundation for debugging
[530/534] Compiling HBLambdaTest main.swift
[531/534] Emitting module HBLambdaTest
[532/535] Wrapping AST for HBLambdaTest for debugging
[533/535] Write Objects.LinkFileList
[534/535] Linking HBLambdaTest
Build complete! (87.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "HummingbirdXCT",
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "ErrorMiddleware.swift",
        "Exports.swift",
        "Lambda.swift",
        "LambdaHandler.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_dependencies" : [
        "HummingbirdFoundation"
      ],
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
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.