The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-aws-lambda-runtime, reference 2.0.0-beta.3 (d8ee71), with Swift 6.1 for Linux on 3 Sep 2025 16:49:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-aws-lambda-runtime.git
Reference: 2.0.0-beta.3
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/swift-server/swift-aws-lambda-runtime
 * tag               2.0.0-beta.3 -> FETCH_HEAD
HEAD is now at d8ee71f add support for LOCAL_LAMBDA_PORT / HOST(#557)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
d8ee71fc096e6bc87b300e7668f4ae4f09c01a9d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at 2.0.0-beta.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-aws-lambda-runtime.git
https://github.com/swift-server/swift-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "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" : "/host/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",
        "Lambda+CodableTests.swift",
        "LambdaClockTests.swift",
        "LambdaContextTests.swift",
        "LambdaLocalServerTests.swift",
        "LambdaRequestIDTests.swift",
        "LambdaResponseStreamWriter+HeadersTests.swift",
        "LambdaRunLoopTests.swift",
        "LambdaRuntime+ServiceLifeCycle.swift",
        "LambdaRuntimeClientTests.swift",
        "LambdaRuntimeTests.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" : [
        "ControlPlaneRequest.swift",
        "ControlPlaneRequestEncoder.swift",
        "FoundationSupport/Context+Foundation.swift",
        "FoundationSupport/Lambda+JSON.swift",
        "FoundationSupport/Vendored/ByteBuffer-foundation.swift",
        "FoundationSupport/Vendored/JSON+ByteBuffer.swift",
        "Lambda+Codable.swift",
        "Lambda+LocalServer.swift",
        "Lambda.swift",
        "LambdaClock.swift",
        "LambdaContext.swift",
        "LambdaHandlers.swift",
        "LambdaRequestID.swift",
        "LambdaResponseStreamWriter+Headers.swift",
        "LambdaRuntime+ServiceLifecycle.swift",
        "LambdaRuntime.swift",
        "LambdaRuntimeClient+ChannelHandler.swift",
        "LambdaRuntimeClient.swift",
        "LambdaRuntimeClientProtocol.swift",
        "LambdaRuntimeError.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.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
[1/2433] Fetching swift-service-lifecycle
[902/6336] Fetching swift-service-lifecycle, swift-log
[6337/23730] Fetching swift-service-lifecycle, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[5390/19827] Fetching swift-service-lifecycle, swift-collections
[8696/97855] Fetching swift-service-lifecycle, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.41s)
[55628/95422] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.44s)
[41355/78028] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.73s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (8.72s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5165] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.61s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.08s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[709/6755] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.68s)
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.8.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.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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.86.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.3.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/49] Write sources
[12/49] Compiling CNIOPosix event_loop_id.c
[12/49] Write sources
[20/49] Compiling CNIOLinux liburing_shims.c
[21/49] Compiling _AtomicsShims.c
[22/49] Compiling CNIOWindows shim.c
[23/49] Compiling CNIOWASI CNIOWASI.c
[24/49] Compiling CNIOWindows WSAStartup.c
[25/49] Compiling CNIODarwin shim.c
[26/49] Write sources
[27/49] Compiling CNIOLLHTTP c_nio_api.c
[28/49] Compiling CNIOLLHTTP c_nio_http.c
[29/49] Compiling CNIOLinux shim.c
[30/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/49] Compiling c-nioatomics.c
[31/49] Write swift-version-24593BA9C3E375BF.txt
[33/95] Compiling c-atomics.c
[35/101] Emitting module Atomics
[36/103] Compiling _NIODataStructures _TinyArray.swift
[37/103] Compiling ConcurrencyHelpers LockedValueBox.swift
[38/103] Compiling Atomics IntegerOperations.swift
[39/103] Compiling Atomics Unmanaged extensions.swift
[40/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/103] Compiling InternalCollectionsUtilities Debugging.swift
[42/103] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/103] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/103] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/103] Compiling Atomics DoubleWord.swift
[46/103] Compiling Atomics ManagedAtomic.swift
[47/103] Compiling Atomics ManagedAtomicLazyReference.swift
[48/104] Compiling _NIODataStructures PriorityQueue.swift
[49/104] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[50/104] Compiling InternalCollectionsUtilities Integer rank.swift
[51/104] Emitting module InternalCollectionsUtilities
[53/104] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/104] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/104] Compiling _NIOBase64 Base64.swift
[56/104] Emitting module _NIOBase64
[57/105] Compiling Atomics UnsafeAtomic.swift
[58/105] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/105] Compiling InternalCollectionsUtilities Descriptions.swift
[61/105] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/105] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[65/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/107] Wrapping AST for Atomics for debugging
[79/107] Wrapping AST for _NIOBase64 for debugging
[81/107] Compiling Logging MetadataProvider.swift
[82/107] Compiling NIOConcurrencyHelpers lock.swift
[83/107] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/107] Emitting module NIOConcurrencyHelpers
[85/107] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/107] Wrapping AST for InternalCollectionsUtilities for debugging
[87/107] Compiling NIOConcurrencyHelpers atomics.swift
[88/107] Emitting module _NIODataStructures
[89/107] Compiling _NIODataStructures Heap.swift
[90/109] Compiling Logging LogHandler.swift
[91/109] Emitting module Logging
[92/109] Compiling Logging Locks.swift
[93/109] Compiling Logging Logging.swift
[94/109] Emitting module ConcurrencyHelpers
[95/110] Compiling ConcurrencyHelpers Lock.swift
[99/181] Wrapping AST for _NIODataStructures for debugging
[100/181] Wrapping AST for NIOConcurrencyHelpers for debugging
[102/181] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[103/181] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[103/183] Wrapping AST for Logging for debugging
[105/183] Compiling OrderedCollections _HashTable+Constants.swift
[106/183] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[107/186] Compiling DequeModule _DequeSlot.swift
[108/186] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[110/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[111/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[112/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[113/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[114/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[115/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[116/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[117/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[118/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[119/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[120/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[121/193] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[122/193] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[123/193] Compiling OrderedCollections _HashTable+Testing.swift
[124/193] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[125/193] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[126/193] Compiling OrderedCollections OrderedDictionary+Elements.swift
[127/193] Compiling OrderedCollections _HashTable+Bucket.swift
[128/193] Compiling OrderedCollections _HashTable+BucketIterator.swift
[129/193] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[130/193] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[131/193] Emitting module UnixSignals
[132/193] Compiling UnixSignals UnixSignal.swift
[133/193] Compiling UnixSignals UnixSignalsSequence.swift
[134/194] Compiling OrderedCollections OrderedDictionary+Codable.swift
[135/194] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[145/194] Compiling OrderedCollections OrderedSet+Initializers.swift
[146/194] Compiling OrderedCollections OrderedSet+Insertions.swift
[147/194] Compiling OrderedCollections OrderedSet+Invariants.swift
[148/194] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[149/194] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[150/194] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[151/194] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[152/194] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[153/194] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[154/194] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[155/194] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[156/194] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[157/194] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[158/194] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[159/194] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[160/194] Compiling OrderedCollections OrderedDictionary+Values.swift
[161/194] Compiling OrderedCollections OrderedDictionary.swift
[162/194] Compiling OrderedCollections OrderedSet+Codable.swift
[163/194] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[164/194] Compiling OrderedCollections OrderedSet+Descriptions.swift
[165/194] Compiling OrderedCollections OrderedSet+Diffing.swift
[166/194] Compiling OrderedCollections OrderedSet+Equatable.swift
[167/194] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[168/194] Compiling OrderedCollections OrderedSet+Hashable.swift
[169/194] Emitting module DequeModule
[170/195] Wrapping AST for DequeModule for debugging
[172/256] Compiling NIOCore NIOAsyncWriter.swift
[173/256] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[174/256] Compiling NIOCore BSDSocketAPI.swift
[175/256] Compiling NIOCore ByteBuffer-aux.swift
[176/256] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[177/256] Compiling NIOCore ByteBuffer-conversions.swift
[178/256] Compiling NIOCore ByteBuffer-core.swift
[179/256] Compiling NIOCore ByteBuffer-hex.swift
[180/256] Compiling NIOCore NIOCoreSendableMetatype.swift
[181/256] Compiling NIOCore NIOLoopBound.swift
[182/256] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[183/256] Compiling NIOCore NIOScheduledCallback.swift
[184/256] Compiling NIOCore NIOSendable.swift
[185/256] Compiling NIOCore RecvByteBufferAllocator.swift
[186/256] Compiling OrderedCollections _UnsafeBitset.swift
[187/256] Emitting module OrderedCollections
[189/257] Compiling NIOCore NIOAny.swift
[190/257] Compiling NIOCore NIOCloseOnErrorHandler.swift
[197/310] Compiling NIOCore IOData.swift
[198/310] Compiling NIOCore IPProtocol.swift
[199/310] Compiling NIOCore IntegerBitPacking.swift
[200/310] Compiling NIOCore IntegerTypes.swift
[201/310] Compiling NIOCore Interfaces.swift
[202/310] Compiling NIOCore Linux.swift
[203/310] Compiling NIOCore MarkedCircularBuffer.swift
[204/310] Compiling NIOCore MulticastChannel.swift
[205/310] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[206/310] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[207/310] Compiling AsyncAlgorithms MergeStateMachine.swift
[208/310] Compiling AsyncAlgorithms MergeStorage.swift
[209/310] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[210/310] Compiling AsyncAlgorithms Rethrow.swift
[211/316] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[212/316] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[213/316] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[214/316] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[215/316] Compiling AsyncAlgorithms AsyncChannel.swift
[216/316] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[217/316] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[218/316] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[219/316] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[220/316] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[221/316] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[222/316] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[223/316] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[224/316] Compiling AsyncAlgorithms CombineLatestStorage.swift
[231/316] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[232/316] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[233/316] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[234/316] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[235/316] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[236/316] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[237/316] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[238/316] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[239/316] Compiling AsyncAlgorithms DebounceStateMachine.swift
[240/316] Compiling AsyncAlgorithms DebounceStorage.swift
[241/316] Compiling AsyncAlgorithms Dictionary.swift
[242/316] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[243/316] Compiling AsyncAlgorithms Locking.swift
[244/316] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[245/316] Compiling NIOCore SocketAddresses.swift
[246/316] Compiling NIOCore SocketOptionProvider.swift
[247/316] Compiling NIOCore SystemCallHelpers.swift
[248/316] Compiling NIOCore TimeAmount+Duration.swift
[249/316] Compiling NIOCore TypeAssistedChannelHandler.swift
[250/316] Compiling NIOCore UniversalBootstrapSupport.swift
[251/316] Compiling NIOCore Utilities.swift
[252/316] Emitting module AsyncAlgorithms
[253/316] Compiling AsyncAlgorithms ChannelStateMachine.swift
[254/316] Compiling AsyncAlgorithms ChannelStorage.swift
[255/316] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[256/316] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[259/316] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[260/316] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[261/316] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[262/316] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[263/316] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[264/316] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[265/316] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[266/316] Compiling AsyncAlgorithms SetAlgebra.swift
[267/316] Compiling AsyncAlgorithms UnsafeTransfer.swift
[268/316] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[269/316] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[270/316] Compiling AsyncAlgorithms ZipStateMachine.swift
[271/316] Compiling AsyncAlgorithms ZipStorage.swift
[291/325] Compiling ServiceLifecycle Service.swift
[292/325] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[293/326] Compiling ServiceLifecycle ServiceRunnerError.swift
[294/326] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[295/326] Emitting module ServiceLifecycle
[296/326] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[297/326] Compiling ServiceLifecycle GracefulShutdown.swift
[298/326] Compiling ServiceLifecycle CancellationWaiter.swift
[299/326] Compiling ServiceLifecycle ServiceGroup.swift
[319/327] Emitting module NIOCore
[320/328] Wrapping AST for NIOCore for debugging
[322/380] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[323/380] Compiling NIOEmbedded AsyncTestingChannel.swift
[324/380] Emitting module NIOEmbedded
[325/380] Compiling NIOEmbedded Embedded.swift
[326/381] Wrapping AST for NIOEmbedded for debugging
[328/381] Compiling NIOPosix IO.swift
[329/381] Compiling NIOPosix IntegerBitPacking.swift
[330/381] Compiling NIOPosix IntegerTypes.swift
[331/381] Compiling NIOPosix Linux.swift
[332/381] Compiling NIOPosix LinuxCPUSet.swift
[333/381] Compiling NIOPosix LinuxUring.swift
[334/381] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[335/387] Compiling NIOPosix ThreadPosix.swift
[336/387] Compiling NIOPosix ThreadWindows.swift
[337/387] Compiling NIOPosix UnsafeTransfer.swift
[338/387] Compiling NIOPosix Utilities.swift
[339/387] Compiling NIOPosix VsockAddress.swift
[340/387] Compiling NIOPosix VsockChannelEvents.swift
[341/387] Compiling NIOPosix Socket.swift
[342/387] Compiling NIOPosix SocketChannel.swift
[343/387] Compiling NIOPosix SocketProtocols.swift
[344/387] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[345/387] Compiling NIOPosix System.swift
[346/387] Compiling NIOPosix Thread.swift
[347/387] Compiling NIOPosix Pool.swift
[348/387] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[349/387] Compiling NIOPosix PosixSingletons.swift
[350/387] Compiling NIOPosix RawSocketBootstrap.swift
[351/387] Compiling NIOPosix Resolver.swift
[352/387] Compiling NIOPosix Selectable.swift
[353/387] Compiling NIOPosix SelectableChannel.swift
[354/387] Compiling NIOPosix SelectableEventLoop.swift
[355/387] Compiling NIOPosix SelectorEpoll.swift
[356/387] Compiling NIOPosix SelectorGeneric.swift
[357/387] Compiling NIOPosix SelectorKqueue.swift
[358/387] Compiling NIOPosix SelectorUring.swift
[359/387] Compiling NIOPosix ServerSocket.swift
[360/387] Compiling NIOPosix BSDSocketAPICommon.swift
[361/387] Compiling NIOPosix BSDSocketAPIPosix.swift
[362/387] Compiling NIOPosix BSDSocketAPIWindows.swift
[363/387] Compiling NIOPosix BaseSocket.swift
[364/387] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[365/387] Compiling NIOPosix BaseSocketChannel.swift
[366/387] Compiling NIOPosix BaseStreamSocketChannel.swift
[367/387] Emitting module NIOPosix
[368/387] Compiling NIOPosix NIOPosixSendableMetatype.swift
[369/387] Compiling NIOPosix NIOThreadPool.swift
[370/387] Compiling NIOPosix NonBlockingFileIO.swift
[371/387] Compiling NIOPosix PendingDatagramWritesManager.swift
[372/387] Compiling NIOPosix PendingWritesManager.swift
[373/387] Compiling NIOPosix PipeChannel.swift
[374/387] Compiling NIOPosix PipePair.swift
[375/387] Compiling NIOPosix Bootstrap.swift
[376/387] Compiling NIOPosix ControlMessage.swift
[377/387] Compiling NIOPosix DatagramVectorReadManager.swift
[378/387] Compiling NIOPosix Errors+Any.swift
[379/387] Compiling NIOPosix FileDescriptor.swift
[380/387] Compiling NIOPosix GetaddrinfoResolver.swift
[381/387] Compiling NIOPosix HappyEyeballs.swift
[382/388] Wrapping AST for NIOPosix for debugging
[384/390] Compiling NIO Exports.swift
[385/390] Emitting module NIO
[386/391] Wrapping AST for NIO for debugging
[388/407] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[389/407] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[390/409] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[391/409] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[392/409] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[393/409] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[394/409] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[395/409] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[396/409] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[397/409] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[398/409] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[399/409] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[400/409] Compiling NIOHTTP1 ByteCollectionUtils.swift
[401/409] Compiling NIOHTTP1 HTTPDecoder.swift
[402/409] Compiling NIOHTTP1 HTTPEncoder.swift
[403/409] Emitting module NIOHTTP1
[404/409] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[405/409] Compiling NIOHTTP1 HTTPTypes.swift
[406/410] Wrapping AST for NIOHTTP1 for debugging
[408/434] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[409/434] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[410/434] Compiling AWSLambdaRuntime SendableMetatype.swift
[411/436] Compiling AWSLambdaRuntime LambdaClock.swift
[412/436] Compiling AWSLambdaRuntime LambdaContext.swift
[413/436] Compiling AWSLambdaRuntime LambdaHandlers.swift
[414/436] Compiling AWSLambdaRuntime Utils.swift
[415/436] Compiling AWSLambdaRuntime Version.swift
[416/436] Emitting module AWSLambdaRuntime
[417/436] Emitting module MockServer
[418/436] Compiling MockServer MockHTTPServer.swift
[419/437] Compiling AWSLambdaRuntime Lambda+JSON.swift
[420/437] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[421/437] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[422/437] Compiling AWSLambdaRuntime Lambda+Codable.swift
[423/437] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[424/437] Compiling AWSLambdaRuntime Lambda.swift
[425/437] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[426/437] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[427/437] Compiling AWSLambdaRuntime Context+Foundation.swift
[429/437] Compiling AWSLambdaRuntime LambdaRuntime.swift
[430/437] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[431/437] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[432/437] Compiling AWSLambdaRuntime LambdaRequestID.swift
[433/437] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[434/437] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[434/438] Wrapping AST for MockServer for debugging
[435/438] Write Objects.LinkFileList
[437/438] Linking MockServer
Build complete! (116.44s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "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" : "/host/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",
        "Lambda+CodableTests.swift",
        "LambdaClockTests.swift",
        "LambdaContextTests.swift",
        "LambdaLocalServerTests.swift",
        "LambdaRequestIDTests.swift",
        "LambdaResponseStreamWriter+HeadersTests.swift",
        "LambdaRunLoopTests.swift",
        "LambdaRuntime+ServiceLifeCycle.swift",
        "LambdaRuntimeClientTests.swift",
        "LambdaRuntimeTests.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" : [
        "ControlPlaneRequest.swift",
        "ControlPlaneRequestEncoder.swift",
        "FoundationSupport/Context+Foundation.swift",
        "FoundationSupport/Lambda+JSON.swift",
        "FoundationSupport/Vendored/ByteBuffer-foundation.swift",
        "FoundationSupport/Vendored/JSON+ByteBuffer.swift",
        "Lambda+Codable.swift",
        "Lambda+LocalServer.swift",
        "Lambda.swift",
        "LambdaClock.swift",
        "LambdaContext.swift",
        "LambdaHandlers.swift",
        "LambdaRequestID.swift",
        "LambdaResponseStreamWriter+Headers.swift",
        "LambdaRuntime+ServiceLifecycle.swift",
        "LambdaRuntime.swift",
        "LambdaRuntimeClient+ChannelHandler.swift",
        "LambdaRuntimeClient.swift",
        "LambdaRuntimeClientProtocol.swift",
        "LambdaRuntimeError.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.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.