The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-aws-lambda-runtime, reference main (5924fb), with Swift 6.0 for Linux on 21 Mar 2025 23:40:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/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/swift-server/swift-aws-lambda-runtime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5924fb6 Add inlinable where potentially usefull (#511)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
5924fb6e75b76d45bf427e02c0017d733b235903
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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" : [
    {
      "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",
        "MockLambdaServer.swift",
        "NewLambda+CodableTests.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",
        "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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
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
Fetching https://github.com/apple/swift-nio.git
[1/3787] Fetching swift-log
[3523/19682] Fetching swift-log, swift-collections
[6491/93977] Fetching swift-log, swift-collections, swift-nio
[11052/96340] Fetching swift-log, swift-collections, swift-nio, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.17s)
Fetched https://github.com/apple/swift-collections.git from cache (2.24s)
[47622/78082] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (7.81s)
Fetched https://github.com/apple/swift-nio.git from cache (7.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.43s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4221] Fetching swift-system
[170/5926] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.62s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4565] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
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.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.7.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/48] Write sources
[17/48] Compiling CNIOWindows shim.c
[18/48] Compiling CNIOWindows WSAStartup.c
[19/48] Compiling CNIOWASI CNIOWASI.c
[20/48] Compiling CNIOLinux liburing_shims.c
[21/48] Compiling CNIODarwin shim.c
[22/48] Compiling CNIOLLHTTP c_nio_http.c
[23/48] Write sources
[26/48] Compiling CNIOLLHTTP c_nio_api.c
[27/48] Compiling CNIOLinux shim.c
[28/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/48] Compiling _AtomicsShims.c
[29/48] Write swift-version-24593BA9C3E375BF.txt
[32/98] Emitting module InternalCollectionsUtilities
[32/100] Compiling c-nioatomics.c
[33/100] Compiling c-atomics.c
[35/106] Emitting module NIOConcurrencyHelpers
[36/106] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/106] Compiling InternalCollectionsUtilities Specialize.swift
[38/106] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[39/106] Emitting module _NIOBase64
[40/106] Compiling _NIOBase64 Base64.swift
[42/107] Compiling ConcurrencyHelpers LockedValueBox.swift
[43/107] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/107] Emitting module Atomics
[45/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[46/107] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[47/107] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[48/109] Compiling InternalCollectionsUtilities Debugging.swift
[49/109] Compiling InternalCollectionsUtilities Descriptions.swift
[50/109] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[51/109] Compiling InternalCollectionsUtilities _SortedCollection.swift
[52/109] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/109] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/109] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/109] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/109] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/109] Compiling InternalCollectionsUtilities Integer rank.swift
[64/109] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/109] Compiling _NIODataStructures _TinyArray.swift
[66/109] Compiling _NIODataStructures PriorityQueue.swift
[67/109] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/109] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/110] Wrapping AST for _NIOBase64 for debugging
[83/110] Compiling Atomics IntegerOperations.swift
[84/110] Compiling Atomics Unmanaged extensions.swift
[84/111] Wrapping AST for InternalCollectionsUtilities for debugging
[86/118] Wrapping AST for Atomics for debugging
[88/118] Compiling NIOConcurrencyHelpers NIOLock.swift
[89/132] Compiling Logging MetadataProvider.swift
[90/181] Compiling ConcurrencyHelpers Lock.swift
[91/181] Emitting module ConcurrencyHelpers
[92/181] Compiling NIOConcurrencyHelpers atomics.swift
[93/181] Compiling NIOConcurrencyHelpers lock.swift
[94/181] Compiling Logging Locks.swift
[95/181] Emitting module Logging
[96/182] Emitting module _NIODataStructures
[97/182] Compiling _NIODataStructures Heap.swift
[98/184] Compiling Logging LogHandler.swift
[99/184] Compiling Logging Logging.swift
[103/185] Compiling OrderedCollections _HashTable+Constants.swift
[104/185] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[105/185] Compiling OrderedCollections _HashTable+Testing.swift
[106/185] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[108/187] Compiling OrderedCollections OrderedSet+Diffing.swift
[109/187] Compiling OrderedCollections OrderedSet+Equatable.swift
[109/187] Wrapping AST for _NIODataStructures for debugging
[110/187] Wrapping AST for NIOConcurrencyHelpers for debugging
[111/187] Wrapping AST for Logging for debugging
[113/190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[114/190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[115/190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[116/190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[117/190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[118/190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[119/190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[120/197] Compiling DequeModule _DequeSlot.swift
[121/197] Compiling DequeModule _UnsafeWrappedBuffer.swift
[122/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[123/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[124/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[125/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[126/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[127/197] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[128/197] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[129/197] Compiling OrderedCollections OrderedDictionary.swift
[130/197] Compiling OrderedCollections OrderedSet+Codable.swift
[131/197] Compiling OrderedCollections _HashTable.swift
[132/197] Compiling OrderedCollections _Hashtable+Header.swift
[133/197] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[134/197] Compiling OrderedCollections OrderedSet+Descriptions.swift
[143/197] Compiling OrderedCollections OrderedSet+Initializers.swift
[144/197] Compiling OrderedCollections OrderedSet+Insertions.swift
[145/197] Compiling OrderedCollections OrderedSet+Invariants.swift
[146/197] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[147/197] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[148/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[149/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[150/197] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[151/197] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[152/197] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[153/197] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[154/197] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[155/197] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[156/197] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[157/197] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[158/197] Compiling OrderedCollections OrderedDictionary+Values.swift
[159/197] Compiling OrderedCollections OrderedDictionary+Codable.swift
[160/197] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[161/197] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[162/197] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[163/197] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[164/197] Compiling OrderedCollections OrderedDictionary+Elements.swift
[165/197] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[166/197] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[167/197] Compiling OrderedCollections _HashTable+Bucket.swift
[168/197] Compiling OrderedCollections _HashTable+BucketIterator.swift
[169/197] Compiling UnixSignals UnixSignalsSequence.swift
[170/197] Compiling UnixSignals UnixSignal.swift
[171/197] Emitting module UnixSignals
[173/198] Emitting module DequeModule
[182/199] Wrapping AST for DequeModule for debugging
[184/239] Compiling OrderedCollections OrderedSet+Sendable.swift
[185/239] Compiling OrderedCollections OrderedSet+SubSequence.swift
[186/246] Compiling OrderedCollections OrderedSet+Testing.swift
[187/246] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[188/246] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[189/246] Compiling OrderedCollections OrderedSet.swift
[190/246] Compiling OrderedCollections _UnsafeBitset.swift
[191/258] Emitting module OrderedCollections
[193/304] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[194/304] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[195/304] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[196/304] Compiling AsyncAlgorithms CombineLatestStorage.swift
[197/304] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[198/304] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[199/304] Compiling AsyncAlgorithms MergeStateMachine.swift
[200/304] Compiling AsyncAlgorithms MergeStorage.swift
[201/312] Emitting module AsyncAlgorithms
[202/318] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[203/318] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[204/318] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[205/318] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[206/318] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[207/318] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[208/318] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[209/318] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[210/318] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[211/318] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[212/318] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[213/318] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[214/318] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[215/318] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[216/318] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[217/318] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[218/318] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[219/318] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[220/318] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[221/318] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[226/318] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[227/318] Compiling AsyncAlgorithms Rethrow.swift
[230/318] Compiling AsyncAlgorithms SetAlgebra.swift
[231/318] Compiling AsyncAlgorithms UnsafeTransfer.swift
[232/318] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[233/318] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[234/318] Compiling AsyncAlgorithms ZipStateMachine.swift
[235/318] Compiling AsyncAlgorithms ZipStorage.swift
[236/318] Compiling NIOCore GlobalSingletons.swift
[237/318] Compiling NIOCore IO.swift
[238/318] Compiling NIOCore IOData.swift
[239/318] Compiling NIOCore IPProtocol.swift
[240/318] Compiling NIOCore IntegerBitPacking.swift
[241/318] Compiling NIOCore IntegerTypes.swift
[242/318] Compiling NIOCore Interfaces.swift
[243/318] Compiling NIOCore Linux.swift
[244/318] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[245/318] Compiling AsyncAlgorithms DebounceStateMachine.swift
[246/318] Compiling AsyncAlgorithms DebounceStorage.swift
[247/318] Compiling AsyncAlgorithms Dictionary.swift
[248/318] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[249/318] Compiling AsyncAlgorithms Locking.swift
[250/318] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[251/318] Compiling NIOCore SocketAddresses.swift
[252/318] Compiling NIOCore SocketOptionProvider.swift
[253/318] Compiling NIOCore SystemCallHelpers.swift
[254/318] Compiling NIOCore TimeAmount+Duration.swift
[255/318] Compiling NIOCore TypeAssistedChannelHandler.swift
[256/318] Compiling NIOCore UniversalBootstrapSupport.swift
[257/318] Compiling NIOCore Utilities.swift
[281/318] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[282/318] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[283/318] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[284/318] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[285/318] Compiling AsyncAlgorithms AsyncChannel.swift
[286/318] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[287/318] Compiling AsyncAlgorithms ChannelStateMachine.swift
[288/318] Compiling AsyncAlgorithms ChannelStorage.swift
[294/327] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[295/328] Emitting module ServiceLifecycle
[296/328] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[297/328] Compiling ServiceLifecycle GracefulShutdown.swift
[298/328] Compiling ServiceLifecycle CancellationWaiter.swift
[299/328] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[300/328] Compiling ServiceLifecycle ServiceRunnerError.swift
[318/328] Compiling ServiceLifecycle ServiceGroup.swift
[319/328] Compiling ServiceLifecycle Service.swift
[321/329] Emitting module NIOCore
[322/330] Wrapping AST for NIOCore for debugging
[324/381] Compiling NIOEmbedded AsyncTestingChannel.swift
[325/381] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[326/381] Emitting module NIOEmbedded
[327/381] Compiling NIOEmbedded Embedded.swift
[328/382] Wrapping AST for NIOEmbedded for debugging
[330/382] Compiling NIOPosix PooledRecvBufferAllocator.swift
[331/382] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[332/382] Compiling NIOPosix PosixSingletons.swift
[333/382] Compiling NIOPosix RawSocketBootstrap.swift
[334/382] Compiling NIOPosix Resolver.swift
[335/382] Compiling NIOPosix Selectable.swift
[336/388] Compiling NIOPosix ThreadPosix.swift
[337/388] Compiling NIOPosix ThreadWindows.swift
[338/388] Compiling NIOPosix UnsafeTransfer.swift
[339/388] Compiling NIOPosix Utilities.swift
[340/388] Compiling NIOPosix VsockAddress.swift
[341/388] Compiling NIOPosix VsockChannelEvents.swift
[342/388] Emitting module NIOPosix
[343/388] Compiling NIOPosix Bootstrap.swift
[344/388] Compiling NIOPosix ControlMessage.swift
[345/388] Compiling NIOPosix DatagramVectorReadManager.swift
[346/388] Compiling NIOPosix Errors+Any.swift
[347/388] Compiling NIOPosix FileDescriptor.swift
[348/388] Compiling NIOPosix GetaddrinfoResolver.swift
[349/388] Compiling NIOPosix HappyEyeballs.swift
[350/388] Compiling NIOPosix SelectableChannel.swift
[351/388] Compiling NIOPosix SelectableEventLoop.swift
[352/388] Compiling NIOPosix SelectorEpoll.swift
[353/388] Compiling NIOPosix SelectorGeneric.swift
[354/388] Compiling NIOPosix SelectorKqueue.swift
[355/388] Compiling NIOPosix SelectorUring.swift
[356/388] Compiling NIOPosix BSDSocketAPICommon.swift
[357/388] Compiling NIOPosix BSDSocketAPIPosix.swift
[358/388] Compiling NIOPosix BSDSocketAPIWindows.swift
[359/388] Compiling NIOPosix BaseSocket.swift
[360/388] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[361/388] Compiling NIOPosix BaseSocketChannel.swift
[362/388] Compiling NIOPosix BaseStreamSocketChannel.swift
[363/388] Compiling NIOPosix ServerSocket.swift
[364/388] Compiling NIOPosix Socket.swift
[365/388] Compiling NIOPosix SocketChannel.swift
[366/388] Compiling NIOPosix SocketProtocols.swift
[367/388] Compiling NIOPosix System.swift
[368/388] Compiling NIOPosix Thread.swift
[369/388] Compiling NIOPosix IO.swift
[370/388] Compiling NIOPosix IntegerBitPacking.swift
[371/388] Compiling NIOPosix IntegerTypes.swift
[372/388] Compiling NIOPosix Linux.swift
[373/388] Compiling NIOPosix LinuxCPUSet.swift
[374/388] Compiling NIOPosix LinuxUring.swift
[375/388] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[376/388] Compiling NIOPosix NIOThreadPool.swift
[377/388] Compiling NIOPosix NonBlockingFileIO.swift
[378/388] Compiling NIOPosix PendingDatagramWritesManager.swift
[379/388] Compiling NIOPosix PendingWritesManager.swift
[380/388] Compiling NIOPosix PipeChannel.swift
[381/388] Compiling NIOPosix PipePair.swift
[382/388] Compiling NIOPosix Pool.swift
[383/389] Wrapping AST for NIOPosix for debugging
[385/391] Emitting module NIO
[386/391] Compiling NIO Exports.swift
[387/392] Wrapping AST for NIO for debugging
[389/408] Emitting module NIOHTTP1
[390/408] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[391/408] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[392/410] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[393/410] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[394/410] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[395/410] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[396/410] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[397/410] Compiling NIOHTTP1 HTTPTypes.swift
[398/410] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[399/410] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[400/410] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[401/410] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[402/410] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[403/410] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[404/410] Compiling NIOHTTP1 ByteCollectionUtils.swift
[405/410] Compiling NIOHTTP1 HTTPDecoder.swift
[406/410] Compiling NIOHTTP1 HTTPEncoder.swift
[407/411] Wrapping AST for NIOHTTP1 for debugging
[409/430] Emitting module MockServer
[410/430] Emitting module AWSLambdaRuntime
[411/432] Compiling AWSLambdaRuntime Lambda.swift
[412/432] Compiling AWSLambdaRuntime LambdaContext.swift
[413/432] Compiling AWSLambdaRuntime Lambda+JSON.swift
[414/432] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[415/432] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[416/432] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[417/432] Compiling AWSLambdaRuntime Utils.swift
[418/432] Compiling AWSLambdaRuntime LambdaHandlers.swift
[419/432] Compiling AWSLambdaRuntime LambdaRequestID.swift
[420/432] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[421/432] Compiling AWSLambdaRuntime LambdaRuntime.swift
[422/432] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[423/432] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[424/432] Compiling MockServer MockHTTPServer.swift
[426/433] Compiling AWSLambdaRuntime Lambda+Codable.swift
[427/433] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[428/433] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[429/433] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[430/433] Compiling AWSLambdaRuntime Context+Foundation.swift
[430/434] Wrapping AST for MockServer for debugging
[431/434] Write Objects.LinkFileList
[433/434] Linking MockServer
Build complete! (98.99s)
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",
        "MockLambdaServer.swift",
        "NewLambda+CodableTests.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",
        "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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.