The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-aws-lambda-runtime, reference main (f3bd0a), with Swift 6.2 for macOS (SPM) on 10 Apr 2026 03:46:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awslabs/swift-aws-lambda-runtime.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/awslabs/swift-aws-lambda-runtime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f3bd0ae Bump picomatch from 2.3.1 to 2.3.2 in /Examples/CDK/infra (#660)
Cloned https://github.com/awslabs/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
f3bd0ae938d95701b9b5030be6678166489139e1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/awslabs/swift-aws-lambda-runtime.git at main
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-collections.git
[1/2719] Fetching swift-service-lifecycle
[817/9182] Fetching swift-service-lifecycle, swift-log
[1709/32705] Fetching swift-service-lifecycle, swift-log, swift-collections
[13182/115806] Fetching swift-service-lifecycle, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (7.13s)
Fetched https://github.com/apple/swift-collections.git from cache (7.13s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (7.13s)
Fetched https://github.com/apple/swift-nio.git from cache (7.13s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (7.75s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.05s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.81s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[329/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.23s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.57s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.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.97.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.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-aws-lambda-runtime",
      "name": "swift-aws-lambda-runtime",
      "url": "https://github.com/awslabs/swift-aws-lambda-runtime.git",
      "version": "unspecified",
      "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.97.1",
          "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.4.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.4",
              "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.11.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.4.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-service-lifecycle",
          "name": "swift-service-lifecycle",
          "url": "https://github.com/swift-server/swift-service-lifecycle.git",
          "version": "2.11.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-service-lifecycle",
          "dependencies": [
            {
              "identity": "swift-log",
              "name": "swift-log",
              "url": "https://github.com/apple/swift-log.git",
              "version": "1.11.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-async-algorithms",
              "name": "swift-async-algorithms",
              "url": "https://github.com/apple/swift-async-algorithms.git",
              "version": "1.1.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-algorithms",
              "dependencies": [
                {
                  "identity": "swift-collections",
                  "name": "swift-collections",
                  "url": "https://github.com/apple/swift-collections.git",
                  "version": "1.4.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/awslabs/swift-aws-lambda-runtime.git
[1/16042] Fetching swift-aws-lambda-runtime
Fetched https://github.com/awslabs/swift-aws-lambda-runtime.git from cache (2.65s)
Fetching https://github.com/swift-server/swift-service-lifecycle.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-log.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-nio.git from cache (0.73s)
Fetched https://github.com/apple/swift-collections.git from cache (0.74s)
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.81s)
Fetching https://github.com/apple/swift-async-algorithms.git from cache
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.54s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.04s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Fetched https://github.com/apple/swift-atomics.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 (0.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.03s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/awslabs/swift-aws-lambda-runtime.git
Working copy of https://github.com/awslabs/swift-aws-lambda-runtime.git resolved at main (f3bd0ae)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Found 4 product dependencies
  - swift-nio
  - swift-log
  - swift-collections
  - swift-service-lifecycle
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/awslabs/swift-aws-lambda-runtime.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/41] Write sources
[7/41] Copying PrivacyInfo.xcprivacy
[7/41] Write sources
[18/41] Write MockServer-entitlement.plist
[19/41] Write sources
[21/41] Compiling CNIOWindows shim.c
[22/41] Compiling CNIOWindows WSAStartup.c
[23/41] Compiling CNIOWASI CNIOWASI.c
[24/41] Compiling CNIOOpenBSD shim.c
[25/41] Compiling CNIOLinux shim.c
[26/41] Compiling CNIOLinux liburing_shims.c
[27/41] Write sources
[29/41] Write swift-version-49B95AFC49DCD68C.txt
[30/47] Compiling _AtomicsShims.c
[31/47] Compiling CNIOPosix event_loop_id.c
[32/72] Compiling CNIOLLHTTP c_nio_http.c
[33/72] Compiling CNIOLLHTTP c_nio_api.c
[34/94] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/94] Compiling CNIODarwin shim.c
[37/94] Emitting module _NIOBase64
[38/94] Compiling _NIOBase64 Base64.swift
[39/94] Compiling Logging MetadataProvider.swift
[40/94] Compiling Atomics ManagedAtomicLazyReference.swift
[41/94] Compiling Atomics UnsafeAtomic.swift
[42/94] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/94] Compiling Atomics IntegerOperations.swift
[44/94] Compiling Atomics AtomicValue.swift
[45/94] Compiling Atomics AtomicMemoryOrderings.swift
[46/94] Compiling Atomics DoubleWord.swift
[47/94] Compiling Atomics ManagedAtomic.swift
[48/94] Compiling ConcurrencyHelpers Lock.swift
[49/94] Emitting module ConcurrencyHelpers
[50/94] Compiling ConcurrencyHelpers LockedValueBox.swift
[51/95] Compiling _NIODataStructures PriorityQueue.swift
[52/95] Compiling _NIODataStructures Heap.swift
[53/95] Compiling _NIODataStructures _TinyArray.swift
[54/95] Emitting module _NIODataStructures
[55/95] Compiling Atomics AtomicReference.swift
[56/95] Compiling Atomics AtomicStorage.swift
[61/95] Compiling Atomics OptionalRawRepresentable.swift
[62/95] Compiling Atomics RawRepresentable.swift
[65/95] Compiling Atomics AtomicBool.swift
[66/95] Compiling Atomics IntegerConformances.swift
[67/95] Emitting module InternalCollectionsUtilities
[70/95] Compiling Atomics PointerConformances.swift
[71/95] Compiling Atomics Primitives.native.swift
[72/95] Compiling Atomics AtomicInteger.swift
[73/95] Compiling Atomics AtomicOptionalWrappable.swift
[78/99] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/99] Compiling Atomics Unmanaged extensions.swift
[80/99] Compiling Logging LogHandler.swift
[81/99] Compiling Logging Locks.swift
[82/99] Emitting module Logging
[83/99] Compiling Logging LogEvent.swift
[84/99] Compiling Logging Logging.swift
[85/189] Compiling OrderedCollections _HashTable+Testing.swift
[86/189] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[87/189] Compiling OrderedCollections _HashTable.swift
[88/189] Compiling OrderedCollections _Hashtable+Header.swift
[89/192] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[90/192] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[91/192] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[92/192] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[93/192] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[94/192] Compiling OrderedCollections OrderedSet+Hashable.swift
[95/192] Compiling OrderedCollections OrderedSet+Initializers.swift
[98/192] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[99/192] Compiling OrderedCollections OrderedDictionary+Elements.swift
[100/192] Emitting module Atomics
[105/192] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[106/192] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[107/192] Compiling OrderedCollections OrderedDictionary+Codable.swift
[108/192] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[109/192] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[110/192] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[111/192] Compiling ContainersPreview Inout.swift
[112/192] Compiling ContainersPreview InputSpan.swift
[113/192] Compiling ContainersPreview Shared.swift
[114/192] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[115/192] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[116/192] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[117/192] Compiling OrderedCollections OrderedDictionary+Values.swift
[118/192] Compiling OrderedCollections OrderedDictionary.swift
[119/192] Compiling OrderedCollections OrderedSet+Codable.swift
[120/192] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[121/192] Compiling OrderedCollections OrderedSet+Descriptions.swift
[122/192] Compiling OrderedCollections OrderedSet+Diffing.swift
[123/192] Compiling OrderedCollections OrderedSet+Equatable.swift
[124/192] Emitting module ContainersPreview
[125/192] Compiling OrderedCollections _HashTable+Bucket.swift
[126/192] Compiling OrderedCollections _HashTable+BucketIterator.swift
[127/192] Compiling OrderedCollections _HashTable+Constants.swift
[128/192] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[128/192] Compiling c-nioatomics.c
[130/233] Compiling DequeModule UniqueDeque+Experimental.swift
[131/233] Compiling DequeModule UniqueDeque+Hashable.swift
[132/233] Compiling DequeModule UniqueDeque+Initializers.swift
[133/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[134/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[135/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[136/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[137/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[138/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[139/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[140/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[143/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[144/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[145/239] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[146/239] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/239] Compiling OrderedCollections OrderedSet+Sendable.swift
[148/239] Compiling DequeModule UniqueDeque+Append.swift
[149/239] Compiling DequeModule UniqueDeque+Consumption.swift
[150/239] Compiling DequeModule UniqueDeque+Container.swift
[151/239] Compiling DequeModule UniqueDeque+Descriptions.swift
[152/239] Compiling DequeModule RigidDeque+Consumption.swift
[153/239] Compiling DequeModule RigidDeque+Container.swift
[154/239] Compiling DequeModule RigidDeque+Descriptions.swift
[155/239] Compiling DequeModule RigidDeque+Equatable.swift
[156/239] Compiling DequeModule RigidDeque+Experimental.swift
[157/239] Compiling DequeModule UniqueDeque+Equatable.swift
[161/243] Compiling DequeModule RigidDeque+Hashable.swift
[162/243] Compiling DequeModule RigidDeque+Initializers.swift
[163/243] Compiling DequeModule RigidDeque+Insertions.swift
[164/243] Compiling DequeModule RigidDeque+Prepend.swift
[165/243] Compiling DequeModule _DequeBufferHeader.swift
[166/243] Compiling DequeModule RigidDeque+Append.swift
[167/243] Compiling DequeModule Deque+Codable.swift
[168/243] Compiling DequeModule Deque+Collection.swift
[169/243] Compiling DequeModule Deque+CustomReflectable.swift
[170/243] Compiling DequeModule Deque+Descriptions.swift
[177/243] Compiling DequeModule Deque+Testing.swift
[178/243] Compiling DequeModule Deque._Storage.swift
[183/243] Compiling UnixSignals UnixSignal.swift
[184/243] Compiling UnixSignals UnixSignalsSequence.swift
[185/243] Emitting module UnixSignals
[186/243] Compiling DequeModule Deque+Equatable.swift
[187/243] Compiling DequeModule RigidDeque+Removals.swift
[188/243] Compiling DequeModule RigidDeque+Replacements.swift
[189/243] Compiling DequeModule RigidDeque+Testing.swift
[190/243] Compiling DequeModule RigidDeque.swift
[195/243] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[196/243] Compiling DequeModule Deque+Extras.swift
[197/243] Compiling DequeModule Deque+Hashable.swift
[207/243] Compiling DequeModule UniqueDeque+Insertions.swift
[208/243] Compiling DequeModule UniqueDeque+Prepend.swift
[209/243] Compiling DequeModule UniqueDeque+Removals.swift
[210/243] Compiling DequeModule UniqueDeque+Replacements.swift
[211/243] Compiling DequeModule Deque._UnsafeHandle.swift
[212/243] Compiling DequeModule Deque.swift
[213/243] Compiling DequeModule _DequeBuffer.swift
[228/243] Compiling OrderedCollections OrderedSet+SubSequence.swift
[229/243] Compiling OrderedCollections OrderedSet+Testing.swift
[230/243] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[231/243] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[232/243] Compiling OrderedCollections OrderedSet.swift
[233/243] Compiling OrderedCollections _UnsafeBitset.swift
[233/243] Compiling c-atomics.c
[235/250] Emitting module OrderedCollections
[236/250] Compiling NIOConcurrencyHelpers lock.swift
[237/250] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[238/250] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[239/250] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[240/250] Compiling NIOConcurrencyHelpers NIOLock.swift
[241/250] Compiling NIOConcurrencyHelpers atomics.swift
[242/250] Emitting module NIOConcurrencyHelpers
[243/250] Compiling DequeModule UniqueDeque.swift
[244/250] Compiling DequeModule _DequeSlot.swift
[245/250] Compiling DequeModule _UnsafeDequeHandle.swift
[246/250] Compiling DequeModule _UnsafeDequeSegments.swift
[247/250] Emitting module DequeModule
[248/370] Compiling NIOCore DeadChannel.swift
[249/370] Compiling NIOCore DispatchQueue+WithFuture.swift
[250/370] Compiling NIOCore EventLoop+Deprecated.swift
[251/370] Compiling NIOCore EventLoop+SerialExecutor.swift
[252/370] Compiling NIOCore EventLoop.swift
[253/370] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[254/375] Compiling NIOCore ChannelInvoker.swift
[255/375] Compiling NIOCore ChannelOption.swift
[256/375] Compiling NIOCore ChannelPipeline.swift
[257/375] Compiling NIOCore CircularBuffer.swift
[258/375] Compiling NIOCore Codec.swift
[259/375] Compiling NIOCore ConvenienceOptionSupport.swift
[260/375] Compiling NIOCore MarkedCircularBuffer.swift
[261/375] Compiling NIOCore MulticastChannel.swift
[262/375] Compiling NIOCore NIOAny.swift
[263/375] Compiling NIOCore NIOCloseOnErrorHandler.swift
[264/375] Compiling AsyncAlgorithms UnsafeTransfer.swift
[265/375] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[266/375] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[267/375] Compiling AsyncAlgorithms ZipStateMachine.swift
[268/375] Compiling AsyncAlgorithms ZipStorage.swift
[269/375] Compiling NIOCore NIOSendable.swift
[270/375] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[271/375] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[272/375] Compiling NIOCore RecvByteBufferAllocator.swift
[273/375] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[274/382] Compiling NIOCore ByteBuffer-multi-int.swift
[275/382] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[276/382] Compiling NIOCore ByteBuffer-views.swift
[277/382] Compiling NIOCore Channel.swift
[278/382] Compiling NIOCore ChannelHandler.swift
[279/382] Compiling NIOCore ChannelHandlers.swift
[280/382] Compiling NIOCore IO.swift
[281/382] Compiling NIOCore IOData.swift
[282/382] Compiling NIOCore IPProtocol.swift
[283/382] Compiling NIOCore IntegerBitPacking.swift
[284/382] Compiling NIOCore IntegerTypes.swift
[285/382] Compiling NIOCore Interfaces.swift
[286/382] Compiling NIOCore Linux.swift
[293/382] Compiling NIOCore AddressedEnvelope.swift
[294/382] Compiling NIOCore AsyncAwaitSupport.swift
[295/382] Compiling NIOCore AsyncChannel.swift
[296/382] Compiling NIOCore AsyncChannelHandler.swift
[297/382] Compiling NIOCore AsyncChannelInboundStream.swift
[298/382] Compiling NIOCore AsyncChannelOutboundWriter.swift
[299/382] Emitting module AsyncAlgorithms
[300/382] Compiling NIOCore NIOAsyncSequenceProducer.swift
[301/382] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[302/382] Compiling NIOCore NIOAsyncWriter.swift
[303/382] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[304/382] Compiling NIOCore BSDSocketAPI.swift
[305/382] Compiling NIOCore ByteBuffer-aux.swift
[306/382] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[307/382] Compiling NIOCore ByteBuffer-conversions.swift
[308/382] Compiling NIOCore ByteBuffer-core.swift
[309/382] Compiling NIOCore ByteBuffer-hex.swift
[310/382] Compiling NIOCore ByteBuffer-int.swift
[311/382] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[319/382] Compiling NIOCore EventLoopFuture+Deprecated.swift
[320/382] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[321/382] Compiling NIOCore EventLoopFuture.swift
[322/382] Compiling NIOCore FileDescriptor.swift
[323/382] Compiling NIOCore FileHandle.swift
[324/382] Compiling NIOCore FileRegion.swift
[325/382] Compiling NIOCore GlobalSingletons.swift
[343/392] Compiling NIOCore SocketAddresses.swift
[344/392] Compiling NIOCore SocketOptionProvider.swift
[345/392] Compiling NIOCore SystemCallHelpers.swift
[346/392] Compiling NIOCore TimeAmount+Duration.swift
[347/392] Compiling NIOCore TypeAssistedChannelHandler.swift
[348/392] Compiling NIOCore UniversalBootstrapSupport.swift
[349/392] Compiling NIOCore Utilities.swift
[379/392] Compiling ServiceLifecycle CancellationWaiter.swift
[380/392] Compiling ServiceLifecycle GracefulShutdown.swift
[381/392] Compiling ServiceLifecycle ServiceGroup.swift
[382/392] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[383/392] Compiling ServiceLifecycle ServiceRunnerError.swift
[384/392] Compiling ServiceLifecycle Service.swift
[385/392] Emitting module ServiceLifecycle
[386/392] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[387/392] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[388/392] Compiling ServiceLifecycle ClosureService.swift
[389/392] Emitting module NIOCore
[390/448] Compiling NIOEmbedded Embedded.swift
[391/448] Emitting module NIOEmbedded
[392/448] Compiling NIOEmbedded AsyncTestingChannel.swift
[393/448] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[394/448] Compiling NIOPosix FileDescriptor.swift
[395/448] Compiling NIOPosix GetaddrinfoResolver.swift
[396/448] Compiling NIOPosix HappyEyeballs.swift
[397/448] Compiling NIOPosix IO.swift
[398/448] Compiling NIOPosix IntegerBitPacking.swift
[399/448] Compiling NIOPosix IntegerTypes.swift
[400/453] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[401/453] Compiling NIOPosix PosixSingletons.swift
[402/453] Compiling NIOPosix RawSocketBootstrap.swift
[403/453] Compiling NIOPosix Resolver.swift
[404/453] Compiling NIOPosix Selectable.swift
[405/453] Compiling NIOPosix SelectableChannel.swift
[406/453] Compiling NIOPosix SelectorWSAPoll.swift
[407/453] Compiling NIOPosix ServerSocket.swift
[408/453] Compiling NIOPosix Socket.swift
[409/453] Compiling NIOPosix SocketChannel.swift
[410/453] Compiling NIOPosix SocketProtocols.swift
[411/453] Emitting module NIOPosix
[412/453] Compiling NIOPosix BSDSocketAPICommon.swift
[413/453] Compiling NIOPosix BSDSocketAPIPosix.swift
[414/453] Compiling NIOPosix BSDSocketAPIWindows.swift
[415/453] Compiling NIOPosix BaseSocket.swift
[416/453] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[417/453] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[418/453] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[419/453] Compiling NIOPosix System.swift
[420/453] Compiling NIOPosix Thread.swift
[421/453] Compiling NIOPosix ThreadPosix.swift
[422/453] Compiling NIOPosix ThreadWindows.swift
[423/453] Compiling NIOPosix Linux.swift
[424/453] Compiling NIOPosix LinuxCPUSet.swift
[425/453] Compiling NIOPosix LinuxUring.swift
[426/453] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[427/453] Compiling NIOPosix NIOPosixSendableMetatype.swift
[428/453] Compiling NIOPosix NIOThreadPool.swift
[429/453] Compiling NIOPosix BaseSocketChannel.swift
[430/453] Compiling NIOPosix BaseStreamSocketChannel.swift
[431/453] Compiling NIOPosix Bootstrap.swift
[432/453] Compiling NIOPosix ControlMessage.swift
[433/453] Compiling NIOPosix DatagramVectorReadManager.swift
[434/453] Compiling NIOPosix Errors+Any.swift
[435/453] Compiling NIOPosix Utilities.swift
[436/453] Compiling NIOPosix VsockAddress.swift
[437/453] Compiling NIOPosix VsockChannelEvents.swift
[438/453] Compiling NIOPosix Windows.swift
[439/453] Compiling NIOPosix resource_bundle_accessor.swift
[440/453] Compiling NIOPosix SelectableEventLoop.swift
[441/453] Compiling NIOPosix SelectorEpoll.swift
[442/453] Compiling NIOPosix SelectorGeneric.swift
[443/453] Compiling NIOPosix SelectorKqueue.swift
[444/453] Compiling NIOPosix SelectorUring.swift
[445/453] Compiling NIOPosix NonBlockingFileIO.swift
[446/453] Compiling NIOPosix PendingDatagramWritesManager.swift
[447/453] Compiling NIOPosix PendingWritesManager.swift
[448/453] Compiling NIOPosix PipeChannel.swift
[449/453] Compiling NIOPosix PipePair.swift
[450/453] Compiling NIOPosix Pool.swift
[451/455] Emitting module NIO
[452/455] Compiling NIO Exports.swift
[453/472] Compiling NIOHTTP1 HTTPEncoder.swift
[454/472] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[455/472] Compiling NIOHTTP1 ByteCollectionUtils.swift
[456/472] Compiling NIOHTTP1 HTTPDecoder.swift
[457/472] Emitting module NIOHTTP1
[458/472] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[459/472] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[460/472] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[461/472] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[462/472] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[463/472] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[464/472] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[465/472] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[466/472] Compiling NIOHTTP1 HTTPTypes.swift
[467/472] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[468/472] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[469/472] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[470/473] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[471/504] Compiling AWSLambdaRuntime LoggingConfiguration.swift
[472/504] Compiling AWSLambdaRuntime LambdaManagedRuntime+ServiceLifecycle.swift
[473/504] Compiling AWSLambdaRuntime LambdaManagedRuntime.swift
[474/507] Compiling AWSLambdaRuntime Context+Foundation.swift
[475/507] Compiling AWSLambdaRuntime LambdaManagedRuntime+JSON.swift
[476/507] Compiling AWSLambdaRuntime LambdaRuntime+JSON.swift
[477/507] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[478/507] Emitting module AWSLambdaRuntime
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 39 |
 40 | @available(LambdaSwift 2.0, *)
 41 | public struct JSONLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 42 |     public var logLevel: Logger.Level
 43 |     public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[479/507] Compiling AWSLambdaRuntime LambdaManagedRuntimeHandlers.swift
[480/507] Compiling AWSLambdaRuntime LambdaHandlers.swift
[481/507] Compiling AWSLambdaRuntime LambdaRuntime+Codable.swift
[482/507] Compiling MockServer MockHTTPServer.swift
[483/507] Emitting module MockServer
[484/507] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 39 |
 40 | @available(LambdaSwift 2.0, *)
 41 | public struct JSONLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 42 |     public var logLevel: Logger.Level
 43 |     public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[485/507] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 39 |
 40 | @available(LambdaSwift 2.0, *)
 41 | public struct JSONLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 42 |     public var logLevel: Logger.Level
 43 |     public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[486/507] Compiling AWSLambdaRuntime JSONLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/AWSLambdaRuntime/Logging/JSONLogHandler.swift:41:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 39 |
 40 | @available(LambdaSwift 2.0, *)
 41 | public struct JSONLogHandler: LogHandler {
    |               `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
 42 |     public var logLevel: Logger.Level
 43 |     public var metadata: Logger.Metadata = [:]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[486/507] Write Objects.LinkFileList
[488/507] Compiling AWSLambdaRuntime SendableMetatype.swift
[489/507] Compiling AWSLambdaRuntime Utils.swift
[490/507] Compiling AWSLambdaRuntime Version.swift
[491/507] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[492/507] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[493/507] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[494/507] Compiling AWSLambdaRuntime LambdaRuntime+Handler.swift
[495/507] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[496/507] Compiling AWSLambdaRuntime LambdaRuntime.swift
[497/507] Compiling AWSLambdaRuntime LambdaClock.swift
[498/507] Compiling AWSLambdaRuntime LambdaContext.swift
[499/507] Compiling AWSLambdaRuntime LambdaRequestID.swift
[500/507] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[501/507] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[502/507] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[503/507] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[504/507] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[505/507] Compiling AWSLambdaRuntime Lambda.swift
[505/507] Linking MockServer
[506/507] Applying MockServer
Build complete! (23.66s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.95.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "swift-aws-lambda-runtime",
  "name" : "swift-aws-lambda-runtime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSLambdaRuntime",
      "targets" : [
        "AWSLambdaRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaPackager",
      "targets" : [
        "AWSLambdaPackager"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "MockServer",
      "targets" : [
        "MockServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockServer",
      "module_type" : "SwiftTarget",
      "name" : "MockServer",
      "path" : "Sources/MockServer",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOCore",
        "NIOPosix"
      ],
      "product_memberships" : [
        "MockServer"
      ],
      "sources" : [
        "MockHTTPServer.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AWSLambdaRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeTests",
      "path" : "Tests/AWSLambdaRuntimeTests",
      "product_dependencies" : [
        "NIOTestUtils",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "CollectEverythingLogHandler.swift",
        "ControlPlaneRequestEncoderTests.swift",
        "InvocationTests.swift",
        "JSONLogHandlerTests.swift",
        "Lambda+CodableTests.swift",
        "LambdaClockTests.swift",
        "LambdaContextTests.swift",
        "LambdaLocalServer+StreamingTests.swift",
        "LambdaLocalServerTests.swift",
        "LambdaManagedRuntimeTests.swift",
        "LambdaRequestIDTests.swift",
        "LambdaResponseStreamWriter+HeadersTests.swift",
        "LambdaRunLoopTests.swift",
        "LambdaRuntime+ServiceLifeCycle.swift",
        "LambdaRuntimeClientChannelLifecycleTests.swift",
        "LambdaRuntimeClientTests.swift",
        "LambdaRuntimeTests.swift",
        "LocalServerPoolCancellationTests.swift",
        "LoggingConfigurationTests.swift",
        "MockLambdaClient.swift",
        "MockLambdaServer.swift",
        "PoolTests.swift",
        "Timeout.swift",
        "Utils.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntime",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntime",
      "path" : "Sources/AWSLambdaRuntime",
      "product_dependencies" : [
        "NIOCore",
        "DequeModule",
        "Logging",
        "NIOHTTP1",
        "NIOPosix",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime"
      ],
      "sources" : [
        "FoundationSupport/Context+Foundation.swift",
        "FoundationSupport/LambdaManagedRuntime+JSON.swift",
        "FoundationSupport/LambdaRuntime+JSON.swift",
        "FoundationSupport/Vendored/ByteBuffer-foundation.swift",
        "FoundationSupport/Vendored/JSON+ByteBuffer.swift",
        "HTTPClient/ControlPlaneRequest.swift",
        "HTTPClient/ControlPlaneRequestEncoder.swift",
        "HTTPClient/LambdaRuntimeClient+ChannelHandler.swift",
        "HTTPClient/LambdaRuntimeClient.swift",
        "HTTPClient/LambdaRuntimeClientProtocol.swift",
        "HTTPServer/Lambda+LocalServer+Pool.swift",
        "HTTPServer/Lambda+LocalServer.swift",
        "Lambda.swift",
        "LambdaClock.swift",
        "LambdaContext.swift",
        "LambdaRequestID.swift",
        "LambdaResponseStreamWriter+Headers.swift",
        "LambdaRuntimeError.swift",
        "Logging/JSONLogHandler.swift",
        "Logging/LoggingConfiguration.swift",
        "ManagedRuntime/LambdaManagedRuntime+ServiceLifecycle.swift",
        "ManagedRuntime/LambdaManagedRuntime.swift",
        "ManagedRuntime/LambdaManagedRuntimeHandlers.swift",
        "Runtime/LambdaHandlers.swift",
        "Runtime/LambdaRuntime+Codable.swift",
        "Runtime/LambdaRuntime+Handler.swift",
        "Runtime/LambdaRuntime+ServiceLifecycle.swift",
        "Runtime/LambdaRuntime.swift",
        "SendableMetatype.swift",
        "Utils.swift",
        "Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaPackager",
      "module_type" : "PluginTarget",
      "name" : "AWSLambdaPackager",
      "path" : "Plugins/AWSLambdaPackager",
      "plugin_capability" : {
        "intent" : {
          "description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
          "type" : "custom",
          "verb" : "archive"
        },
        "permissions" : [
          {
            "network_scope" : {
              "docker" : {
              }
            },
            "reason" : "This plugin uses Docker to create the AWS Lambda ZIP package.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "AWSLambdaPackager"
      ],
      "sources" : [
        "Plugin.swift",
        "PluginUtils.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.2"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/awslabs/swift-aws-lambda-runtime/main
Repository:               awslabs/swift-aws-lambda-runtime
Swift version used:       6.2
Target:                   AWSLambdaRuntime
Extracting symbol information for 'AWSLambdaRuntime'...
Finished extracting symbol information for 'AWSLambdaRuntime'. (2.31s)
Building documentation for 'AWSLambdaRuntime'...
Finished building documentation for 'AWSLambdaRuntime' (0.65s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/awslabs/swift-aws-lambda-runtime/main
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-async-algorithms.git
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-system.git
Updating https://github.com/swift-server/swift-service-lifecycle.git
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-log.git (0.53s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/apple/swift-nio.git (0.81s)
Updated https://github.com/apple/swift-collections.git (0.81s)
Updated https://github.com/swift-server/swift-service-lifecycle.git (0.81s)
Updated https://github.com/apple/swift-atomics.git (0.81s)
Updated https://github.com/apple/swift-system.git (0.81s)
Updated https://github.com/apple/swift-async-algorithms.git (0.81s)
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (2.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.69s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.12s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.03s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
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
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.6
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Relationship.swift
[8/57] Compiling SymbolKit RelationshipKind.swift
[9/57] Compiling SymbolKit SourceOrigin.swift
[10/57] Compiling SymbolKit GenericConstraints.swift
[11/57] Compiling SymbolKit Swift.swift
[12/57] Compiling SymbolKit Mixin+Equals.swift
[13/57] Compiling SymbolKit Mixin+Hash.swift
[14/57] Compiling SymbolKit Mixin.swift
[15/57] Compiling SymbolKit LineList.swift
[16/57] Compiling SymbolKit Position.swift
[17/57] Compiling SymbolKit GenericConstraint.swift
[18/57] Compiling SymbolKit GenericParameter.swift
[19/57] Compiling SymbolKit Generics.swift
[20/57] Compiling SymbolKit Namespace.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling SymbolKit Symbol.swift
[27/57] Compiling SymbolKit SymbolKind.swift
[28/57] Compiling SymbolKit SymbolGraph.swift
[29/57] Compiling SymbolKit GraphCollector.swift
[30/57] Compiling SymbolKit Identifier.swift
[31/57] Compiling SymbolKit KindIdentifier.swift
[32/57] Compiling SymbolKit Location.swift
[33/57] Compiling SymbolKit Mutability.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 Names.swift
[40/57] Compiling SymbolKit SPI.swift
[41/57] Compiling SymbolKit Snippet.swift
[42/57] Compiling SymbolKit Extension.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling Snippets SnippetParser.swift
[49/57] Emitting module Snippets
[50/57] Compiling Snippets Snippet.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.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.51s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'AWSLambdaRuntime' complete! (0.71s)
     455
18	/Users/admin/builder/spi-builder-workspace/.docs/awslabs/swift-aws-lambda-runtime/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/awslabs/swift-aws-lambda-runtime/main
File count: 455
Doc size:   18.0MB
Preparing doc bundle ...
Uploading prod-awslabs-swift-aws-lambda-runtime-main-c936f03d.zip to s3://spi-docs-inbox/prod-awslabs-swift-aws-lambda-runtime-main-c936f03d.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.