The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-aws-lambda-runtime, reference main (4a7d95), with Swift 6.1 for Linux on 13 Jul 2025 11:37:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Reference: main
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/andrea-scuderi/swift-aws-lambda-runtime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4a7d95e fix: remove unused code in v2 (#427)
Cloned https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
4a7d95e4a38a6936074a0a7a3721fd0eaf4c666d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
https://github.com/andrea-scuderi/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" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "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",
        "LambdaMockClient.swift",
        "LambdaRequestIDTests.swift",
        "LambdaRunLoopTests.swift",
        "LambdaRuntimeClientTests.swift",
        "LambdaRuntimeTests.swift",
        "MockLambdaServer.swift",
        "NewLambda+CodableTests.swift",
        "PoolTests.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",
        "LambdaContext.swift",
        "LambdaHandlers.swift",
        "LambdaRequestID.swift",
        "LambdaRuntime+ServiceLifecycle.swift",
        "LambdaRuntime.swift",
        "LambdaRuntimeClient.swift",
        "LambdaRuntimeClientProtocol.swift",
        "LambdaRuntimeError.swift",
        "SendableMetatype.swift",
        "Utils.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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
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
[1/2426] Fetching swift-service-lifecycle
[851/6280] Fetching swift-service-lifecycle, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.30s)
[1/16746] Fetching swift-collections
[3518/93325] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.02s)
Fetched https://github.com/apple/swift-collections.git from cache (4.04s)
Fetched https://github.com/apple/swift-nio.git from cache (4.11s)
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 (4.62s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4990] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.28s)
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.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (2.13s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[887/6465] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.46s)
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.8.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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.5.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.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.84.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/48] Write sources
[17/48] Compiling CNIOWindows WSAStartup.c
[18/48] Compiling CNIOWindows shim.c
[19/48] Compiling CNIOWASI CNIOWASI.c
[20/48] Compiling CNIOLinux liburing_shims.c
[20/48] Compiling _AtomicsShims.c
[22/48] Compiling CNIODarwin shim.c
[23/48] Write sources
[26/48] Compiling CNIOLLHTTP c_nio_http.c
[27/48] Compiling CNIOLLHTTP c_nio_api.c
[28/48] Compiling CNIOLinux shim.c
[29/48] Write swift-version-24593BA9C3E375BF.txt
[30/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/94] Emitting module InternalCollectionsUtilities
[33/95] Emitting module _NIODataStructures
[33/95] Compiling c-nioatomics.c
[34/95] Compiling c-atomics.c
[36/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/101] Compiling Atomics AtomicStorage.swift
[38/101] Compiling Atomics AtomicValue.swift
[39/103] Compiling _NIOBase64 Base64.swift
[40/103] Emitting module _NIOBase64
[41/103] Compiling Logging LogHandler.swift
[42/104] Compiling _NIODataStructures _TinyArray.swift
[43/104] Compiling _NIODataStructures PriorityQueue.swift
[44/104] Compiling Atomics ManagedAtomic.swift
[45/104] Compiling Atomics ManagedAtomicLazyReference.swift
[46/104] Compiling Atomics UnsafeAtomic.swift
[47/104] Compiling Atomics UnsafeAtomicLazyReference.swift
[48/104] Compiling Atomics AtomicInteger.swift
[49/104] Compiling Atomics AtomicOptionalWrappable.swift
[50/104] Compiling Atomics AtomicReference.swift
[52/104] Compiling Atomics AtomicMemoryOrderings.swift
[53/104] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/104] Compiling ConcurrencyHelpers LockedValueBox.swift
[55/104] Compiling Atomics AtomicBool.swift
[56/104] Compiling Atomics IntegerConformances.swift
[59/104] Compiling Atomics PointerConformances.swift
[60/104] Compiling Atomics Primitives.native.swift
[63/104] Compiling Atomics OptionalRawRepresentable.swift
[64/104] Compiling Atomics RawRepresentable.swift
[66/104] Compiling Atomics DoubleWord.swift
[67/105] Emitting module Atomics
[75/105] Wrapping AST for _NIOBase64 for debugging
[77/105] Compiling Atomics IntegerOperations.swift
[78/105] Compiling Atomics Unmanaged extensions.swift
[78/117] Wrapping AST for InternalCollectionsUtilities for debugging
[81/176] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/176] Emitting module NIOConcurrencyHelpers
[83/176] Compiling OrderedCollections _HashTable+Testing.swift
[84/176] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/178] Compiling OrderedCollections _HashTable+Bucket.swift
[86/178] Compiling OrderedCollections _HashTable+BucketIterator.swift
[86/178] Wrapping AST for Atomics for debugging
[88/178] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[89/178] Compiling OrderedCollections OrderedDictionary+Elements.swift
[90/178] Compiling NIOConcurrencyHelpers lock.swift
[91/178] Emitting module Logging
[92/178] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/178] Compiling NIOConcurrencyHelpers atomics.swift
[94/178] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/178] Compiling Logging Locks.swift
[96/179] Compiling _NIODataStructures Heap.swift
[97/179] Emitting module ConcurrencyHelpers
[98/179] Compiling ConcurrencyHelpers Lock.swift
[99/181] Compiling Logging Logging.swift
[100/181] Compiling Logging MetadataProvider.swift
[105/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[106/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[107/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[108/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[109/182] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[110/182] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[111/182] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[112/189] Compiling DequeModule _DequeSlot.swift
[113/189] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/189] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[120/189] Wrapping AST for _NIODataStructures for debugging
[121/189] Wrapping AST for NIOConcurrencyHelpers for debugging
[122/189] Wrapping AST for Logging for debugging
[124/192] Compiling OrderedCollections _HashTable.swift
[125/192] Compiling OrderedCollections _Hashtable+Header.swift
[126/192] Compiling OrderedCollections OrderedDictionary+Codable.swift
[127/192] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[128/192] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[129/192] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[130/192] Compiling OrderedCollections _HashTable+Constants.swift
[131/192] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[132/192] Compiling OrderedCollections OrderedDictionary.swift
[133/192] Compiling OrderedCollections OrderedSet+Codable.swift
[134/192] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[135/192] Compiling OrderedCollections OrderedSet+Descriptions.swift
[136/192] Compiling OrderedCollections OrderedSet+Diffing.swift
[137/192] Compiling OrderedCollections OrderedSet+Equatable.swift
[138/192] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[139/192] Compiling OrderedCollections OrderedSet+Hashable.swift
[140/192] Compiling OrderedCollections OrderedSet+Initializers.swift
[141/192] Compiling OrderedCollections OrderedSet+Insertions.swift
[142/192] Compiling OrderedCollections OrderedSet+Invariants.swift
[143/192] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[144/192] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[145/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[146/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[147/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[156/192] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[157/192] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[158/192] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[159/192] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[160/192] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/192] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[162/192] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[163/192] Compiling OrderedCollections OrderedDictionary+Values.swift
[164/192] Emitting module DequeModule
[166/193] Compiling UnixSignals UnixSignal.swift
[167/193] Emitting module UnixSignals
[167/193] Wrapping AST for DequeModule for debugging
[169/193] Compiling UnixSignals UnixSignalsSequence.swift
[179/255] Compiling NIOCore NIOCoreSendableMetatype.swift
[180/255] Compiling NIOCore NIOLoopBound.swift
[181/255] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[182/255] Compiling NIOCore NIOScheduledCallback.swift
[183/255] Compiling NIOCore NIOSendable.swift
[184/255] Compiling NIOCore RecvByteBufferAllocator.swift
[185/255] Compiling OrderedCollections _UnsafeBitset.swift
[186/255] Emitting module OrderedCollections
[188/301] Compiling NIOCore NIOAny.swift
[189/301] Compiling NIOCore NIOCloseOnErrorHandler.swift
[196/309] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[197/309] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[198/309] Compiling AsyncAlgorithms MergeStateMachine.swift
[199/309] Compiling AsyncAlgorithms MergeStorage.swift
[200/309] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[201/309] Compiling AsyncAlgorithms Rethrow.swift
[207/315] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[208/315] Compiling AsyncAlgorithms DebounceStateMachine.swift
[209/315] Compiling AsyncAlgorithms DebounceStorage.swift
[210/315] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[211/315] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[212/315] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[213/315] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[214/315] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[215/315] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[216/315] Compiling AsyncAlgorithms SetAlgebra.swift
[217/315] Compiling AsyncAlgorithms UnsafeTransfer.swift
[218/315] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[219/315] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[220/315] Compiling AsyncAlgorithms ZipStateMachine.swift
[221/315] Compiling AsyncAlgorithms ZipStorage.swift
[222/315] Compiling NIOCore GlobalSingletons.swift
[223/315] Compiling NIOCore IO.swift
[224/315] Emitting module AsyncAlgorithms
[225/315] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[226/315] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[227/315] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[228/315] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[229/315] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[230/315] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[231/315] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[232/315] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[233/315] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[234/315] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[235/315] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[236/315] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[237/315] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[238/315] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[242/315] Compiling AsyncAlgorithms Dictionary.swift
[243/315] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[244/315] Compiling AsyncAlgorithms Locking.swift
[245/315] Compiling AsyncAlgorithms ChannelStateMachine.swift
[246/315] Compiling AsyncAlgorithms ChannelStorage.swift
[247/315] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[248/315] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[249/315] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[250/315] Compiling AsyncAlgorithms CombineLatestStorage.swift
[251/315] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[252/315] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[253/315] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[254/315] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[255/315] Compiling AsyncAlgorithms AsyncChannel.swift
[256/315] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[257/315] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[258/315] Compiling NIOCore SocketAddresses.swift
[259/315] Compiling NIOCore SocketOptionProvider.swift
[260/315] Compiling NIOCore SystemCallHelpers.swift
[261/315] Compiling NIOCore TimeAmount+Duration.swift
[262/315] Compiling NIOCore TypeAssistedChannelHandler.swift
[263/315] Compiling NIOCore UniversalBootstrapSupport.swift
[264/315] Compiling NIOCore Utilities.swift
[281/324] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[282/325] Emitting module ServiceLifecycle
[283/325] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[284/325] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[285/325] Compiling ServiceLifecycle ServiceRunnerError.swift
[286/325] Compiling ServiceLifecycle GracefulShutdown.swift
[287/325] Compiling ServiceLifecycle CancellationWaiter.swift
[288/325] Compiling ServiceLifecycle Service.swift
[289/325] Compiling ServiceLifecycle ServiceGroup.swift
[318/326] Emitting module NIOCore
[319/327] Wrapping AST for NIOCore for debugging
[321/378] Emitting module NIOEmbedded
[322/378] Compiling NIOEmbedded AsyncTestingChannel.swift
[323/378] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[324/378] Compiling NIOEmbedded Embedded.swift
[325/379] Wrapping AST for NIOEmbedded for debugging
[327/379] Emitting module NIOPosix
[328/385] Compiling NIOPosix ServerSocket.swift
[329/385] Compiling NIOPosix Socket.swift
[330/385] Compiling NIOPosix SocketChannel.swift
[331/385] Compiling NIOPosix SocketProtocols.swift
[332/385] Compiling NIOPosix System.swift
[333/385] Compiling NIOPosix Thread.swift
[334/385] Compiling NIOPosix ThreadPosix.swift
[335/385] Compiling NIOPosix ThreadWindows.swift
[336/385] Compiling NIOPosix UnsafeTransfer.swift
[337/385] Compiling NIOPosix Utilities.swift
[338/385] Compiling NIOPosix VsockAddress.swift
[339/385] Compiling NIOPosix VsockChannelEvents.swift
[340/385] Compiling NIOPosix BSDSocketAPICommon.swift
[341/385] Compiling NIOPosix BSDSocketAPIPosix.swift
[342/385] Compiling NIOPosix BSDSocketAPIWindows.swift
[343/385] Compiling NIOPosix BaseSocket.swift
[344/385] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[345/385] Compiling NIOPosix BaseSocketChannel.swift
[346/385] Compiling NIOPosix BaseStreamSocketChannel.swift
[347/385] Compiling NIOPosix Pool.swift
[348/385] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[349/385] Compiling NIOPosix PosixSingletons.swift
[350/385] Compiling NIOPosix RawSocketBootstrap.swift
[351/385] Compiling NIOPosix Resolver.swift
[352/385] Compiling NIOPosix Selectable.swift
[353/385] Compiling NIOPosix SelectableChannel.swift
[354/385] Compiling NIOPosix SelectableEventLoop.swift
[355/385] Compiling NIOPosix SelectorEpoll.swift
[356/385] Compiling NIOPosix SelectorGeneric.swift
[357/385] Compiling NIOPosix SelectorKqueue.swift
[358/385] Compiling NIOPosix SelectorUring.swift
[359/385] Compiling NIOPosix Bootstrap.swift
[360/385] Compiling NIOPosix ControlMessage.swift
[361/385] Compiling NIOPosix DatagramVectorReadManager.swift
[362/385] Compiling NIOPosix Errors+Any.swift
[363/385] Compiling NIOPosix FileDescriptor.swift
[364/385] Compiling NIOPosix GetaddrinfoResolver.swift
[365/385] Compiling NIOPosix HappyEyeballs.swift
[366/385] Compiling NIOPosix IO.swift
[367/385] Compiling NIOPosix IntegerBitPacking.swift
[368/385] Compiling NIOPosix IntegerTypes.swift
[369/385] Compiling NIOPosix Linux.swift
[370/385] Compiling NIOPosix LinuxCPUSet.swift
[371/385] Compiling NIOPosix LinuxUring.swift
[372/385] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[373/385] Compiling NIOPosix NIOPosixSendableMetatype.swift
[374/385] Compiling NIOPosix NIOThreadPool.swift
[375/385] Compiling NIOPosix NonBlockingFileIO.swift
[376/385] Compiling NIOPosix PendingDatagramWritesManager.swift
[377/385] Compiling NIOPosix PendingWritesManager.swift
[378/385] Compiling NIOPosix PipeChannel.swift
[379/385] Compiling NIOPosix PipePair.swift
[380/386] Wrapping AST for NIOPosix for debugging
[382/388] Emitting module NIO
[383/388] Compiling NIO Exports.swift
[384/389] Wrapping AST for NIO for debugging
[386/405] Emitting module NIOHTTP1
[387/407] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[388/407] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[389/407] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[390/407] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[391/407] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[392/407] Compiling NIOHTTP1 HTTPTypes.swift
[393/407] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[394/407] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[395/407] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[396/407] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[397/407] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[398/407] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[399/407] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[400/407] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[401/407] Compiling NIOHTTP1 ByteCollectionUtils.swift
[402/407] Compiling NIOHTTP1 HTTPDecoder.swift
[403/407] Compiling NIOHTTP1 HTTPEncoder.swift
[404/408] Wrapping AST for NIOHTTP1 for debugging
[406/428] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[407/428] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[408/430] Emitting module AWSLambdaRuntime
[409/430] Compiling AWSLambdaRuntime SendableMetatype.swift
[410/430] Compiling AWSLambdaRuntime Utils.swift
[411/430] Compiling AWSLambdaRuntime LambdaContext.swift
[412/430] Compiling AWSLambdaRuntime LambdaHandlers.swift
[413/430] Compiling AWSLambdaRuntime LambdaRequestID.swift
[414/430] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[415/430] Emitting module MockServer
[416/430] Compiling MockServer MockHTTPServer.swift
[417/430] Compiling AWSLambdaRuntime Lambda+JSON.swift
[418/430] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[419/430] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[420/430] Compiling AWSLambdaRuntime Lambda+Codable.swift
[421/430] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[422/430] Compiling AWSLambdaRuntime Lambda.swift
[423/431] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[424/431] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[425/431] Compiling AWSLambdaRuntime Context+Foundation.swift
[426/431] Compiling AWSLambdaRuntime LambdaRuntime.swift
[427/431] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[429/432] Wrapping AST for MockServer for debugging
[430/432] Write Objects.LinkFileList
[431/432] Linking MockServer
Build complete! (72.06s)
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" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "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",
        "LambdaMockClient.swift",
        "LambdaRequestIDTests.swift",
        "LambdaRunLoopTests.swift",
        "LambdaRuntimeClientTests.swift",
        "LambdaRuntimeTests.swift",
        "MockLambdaServer.swift",
        "NewLambda+CodableTests.swift",
        "PoolTests.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",
        "LambdaContext.swift",
        "LambdaHandlers.swift",
        "LambdaRequestID.swift",
        "LambdaRuntime+ServiceLifecycle.swift",
        "LambdaRuntime.swift",
        "LambdaRuntimeClient.swift",
        "LambdaRuntimeClientProtocol.swift",
        "LambdaRuntimeError.swift",
        "SendableMetatype.swift",
        "Utils.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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.