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.1 for Linux on 26 Apr 2025 15:37:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.61.0
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.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" : [
    {
      "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-4609320-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/2390] Fetching swift-service-lifecycle
[288/6226] Fetching swift-service-lifecycle, swift-log
[6227/22468] Fetching swift-service-lifecycle, swift-log, swift-collections
[7852/97899] Fetching swift-service-lifecycle, swift-log, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.11s)
[64583/95509] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
[49095/79267] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.92s)
Fetched https://github.com/apple/swift-nio.git from cache (5.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (10.54s)
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.89s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.03s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[1536/6058] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.93s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.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.82.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/48] Write sources
[8/48] Compiling CNIOLinux liburing_shims.c
[8/48] Write sources
[11/48] Compiling CNIODarwin shim.c
[11/48] Write sources
[19/48] Compiling CNIOWindows shim.c
[20/48] Compiling _AtomicsShims.c
[21/48] Compiling CNIOWindows WSAStartup.c
[22/48] Compiling CNIOLLHTTP c_nio_api.c
[22/48] Write sources
[26/48] Compiling CNIOWASI CNIOWASI.c
[27/48] Compiling CNIOLinux shim.c
[28/48] Compiling CNIOLLHTTP c_nio_http.c
[29/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/48] Write swift-version-24593BA9C3E375BF.txt
[32/98] Emitting module Logging
[33/98] Emitting module _NIODataStructures
[34/98] Emitting module InternalCollectionsUtilities
[34/100] Compiling c-atomics.c
[36/100] Compiling ConcurrencyHelpers LockedValueBox.swift
[37/100] Compiling _NIODataStructures _TinyArray.swift
[38/100] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[39/100] Compiling InternalCollectionsUtilities Specialize.swift
[40/100] Compiling _NIODataStructures PriorityQueue.swift
[41/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/100] Compiling _NIOBase64 Base64.swift
[44/100] Emitting module _NIOBase64
[47/100] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/100] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/102] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/102] Compiling InternalCollectionsUtilities Integer rank.swift
[53/102] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/102] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/102] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/102] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[59/103] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/103] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/103] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/103] Compiling InternalCollectionsUtilities Debugging.swift
[64/103] Compiling InternalCollectionsUtilities Descriptions.swift
[71/103] Emitting module Atomics
[76/104] Compiling c-nioatomics.c
[77/104] Wrapping AST for _NIOBase64 for debugging
[79/104] Compiling Atomics IntegerOperations.swift
[80/104] Compiling Atomics Unmanaged extensions.swift
[80/118] Wrapping AST for InternalCollectionsUtilities for debugging
[82/180] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[83/180] Compiling DequeModule Deque+CustomReflectable.swift
[84/180] Compiling DequeModule Deque+Descriptions.swift
[85/181] Compiling DequeModule _DequeBuffer.swift
[86/181] Compiling DequeModule _DequeBufferHeader.swift
[87/183] Wrapping AST for Atomics for debugging
[91/183] Compiling DequeModule Deque+Equatable.swift
[93/183] Compiling Logging Locks.swift
[94/183] Compiling NIOConcurrencyHelpers lock.swift
[95/183] Compiling Logging MetadataProvider.swift
[96/183] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/183] Compiling ConcurrencyHelpers Lock.swift
[98/183] Emitting module ConcurrencyHelpers
[99/184] Compiling Logging LogHandler.swift
[100/184] Compiling Logging Logging.swift
[101/184] Compiling _NIODataStructures Heap.swift
[102/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[103/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[104/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[105/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[106/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[107/186] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[108/186] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[109/186] Emitting module NIOConcurrencyHelpers
[110/190] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[111/190] Compiling NIOConcurrencyHelpers atomics.swift
[112/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[113/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[114/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[115/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[116/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[117/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[118/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[119/193] Compiling OrderedCollections OrderedSet+Initializers.swift
[120/193] Compiling OrderedCollections OrderedSet+Insertions.swift
[121/193] Compiling OrderedCollections OrderedSet+Invariants.swift
[122/193] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[123/193] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[124/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[125/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[126/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[127/193] Compiling DequeModule _DequeSlot.swift
[128/193] Compiling DequeModule _UnsafeWrappedBuffer.swift
[129/193] Compiling OrderedCollections OrderedDictionary.swift
[130/193] Compiling OrderedCollections OrderedSet+Codable.swift
[131/193] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[132/193] Compiling OrderedCollections OrderedSet+Descriptions.swift
[133/193] Compiling OrderedCollections OrderedSet+Diffing.swift
[134/193] Compiling OrderedCollections OrderedSet+Equatable.swift
[135/193] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[136/193] Compiling OrderedCollections OrderedSet+Hashable.swift
[137/193] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[138/193] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[139/193] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[140/193] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[141/193] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[142/193] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[143/193] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[144/193] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[145/193] Compiling OrderedCollections OrderedDictionary+Values.swift
[147/194] Compiling DequeModule Deque+Extras.swift
[148/194] Compiling DequeModule Deque+Hashable.swift
[149/194] Compiling DequeModule Deque+Testing.swift
[150/194] Compiling DequeModule Deque._Storage.swift
[152/194] Compiling DequeModule Deque._UnsafeHandle.swift
[153/194] Compiling DequeModule Deque.swift
[156/194] Emitting module DequeModule
[157/194] Compiling DequeModule Deque+Codable.swift
[158/194] Compiling DequeModule Deque+Collection.swift
[166/198] Wrapping AST for Logging for debugging
[167/198] Wrapping AST for _NIODataStructures for debugging
[168/198] Wrapping AST for NIOConcurrencyHelpers for debugging
[170/198] Wrapping AST for DequeModule for debugging
[172/257] Compiling NIOCore AddressedEnvelope.swift
[173/257] Compiling NIOCore AsyncAwaitSupport.swift
[174/257] Compiling NIOCore AsyncChannel.swift
[175/257] Compiling NIOCore AsyncChannelHandler.swift
[176/257] Compiling NIOCore AsyncChannelInboundStream.swift
[177/257] Compiling NIOCore AsyncChannelOutboundWriter.swift
[178/257] Compiling NIOCore NIOAsyncSequenceProducer.swift
[179/257] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[180/257] Emitting module OrderedCollections
[181/257] Emitting module UnixSignals
[182/257] Compiling UnixSignals UnixSignalsSequence.swift
[183/257] Compiling UnixSignals UnixSignal.swift
[185/258] Compiling NIOCore ByteBuffer-core.swift
[186/258] Compiling NIOCore ByteBuffer-hex.swift
[187/258] Compiling NIOCore ByteBuffer-int.swift
[188/258] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[189/258] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[190/258] Compiling OrderedCollections OrderedSet.swift
[191/258] Compiling OrderedCollections _UnsafeBitset.swift
[193/304] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[194/304] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[195/304] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[196/304] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[197/304] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[198/304] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[199/310] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[200/310] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[201/310] Compiling AsyncAlgorithms MergeStateMachine.swift
[202/310] Compiling AsyncAlgorithms MergeStorage.swift
[203/310] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[204/310] Compiling AsyncAlgorithms Rethrow.swift
[205/310] Emitting module AsyncAlgorithms
[206/310] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[207/310] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[208/310] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[209/310] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[210/310] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[211/310] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[212/310] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[213/310] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[214/310] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[215/310] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[216/310] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[217/310] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[218/310] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[219/310] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[220/310] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[221/310] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[222/310] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[223/310] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[224/310] Compiling AsyncAlgorithms AsyncChannel.swift
[225/310] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[226/310] Compiling AsyncAlgorithms ChannelStateMachine.swift
[227/310] Compiling AsyncAlgorithms ChannelStorage.swift
[228/310] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[229/310] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[230/310] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[231/310] Compiling AsyncAlgorithms CombineLatestStorage.swift
[232/310] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[233/310] Compiling AsyncAlgorithms DebounceStateMachine.swift
[234/310] Compiling AsyncAlgorithms DebounceStorage.swift
[235/310] Compiling AsyncAlgorithms Dictionary.swift
[236/310] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[237/310] Compiling AsyncAlgorithms Locking.swift
[238/310] Compiling AsyncAlgorithms SetAlgebra.swift
[239/310] Compiling AsyncAlgorithms UnsafeTransfer.swift
[240/310] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[241/310] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[242/310] Compiling AsyncAlgorithms ZipStateMachine.swift
[243/310] Compiling AsyncAlgorithms ZipStorage.swift
[254/319] Compiling NIOCore BSDSocketAPI.swift
[255/319] Compiling NIOCore ByteBuffer-aux.swift
[256/319] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[257/319] Compiling NIOCore ByteBuffer-conversions.swift
[286/327] Compiling ServiceLifecycle Service.swift
[287/328] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[288/328] Compiling ServiceLifecycle ServiceRunnerError.swift
[289/328] Emitting module ServiceLifecycle
[290/328] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[291/328] Compiling ServiceLifecycle CancellationWaiter.swift
[292/328] Compiling ServiceLifecycle ServiceGroup.swift
[293/328] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[294/328] Compiling ServiceLifecycle GracefulShutdown.swift
[296/329] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[297/329] Compiling NIOCore SocketAddresses.swift
[298/329] Compiling NIOCore SocketOptionProvider.swift
[299/329] Compiling NIOCore SystemCallHelpers.swift
[300/329] Compiling NIOCore TimeAmount+Duration.swift
[301/329] Compiling NIOCore TypeAssistedChannelHandler.swift
[302/329] Compiling NIOCore UniversalBootstrapSupport.swift
[303/329] Compiling NIOCore Utilities.swift
[321/329] Emitting module NIOCore
[322/330] Wrapping AST for NIOCore for debugging
[324/381] Emitting module NIOEmbedded
[325/381] Compiling NIOEmbedded AsyncTestingChannel.swift
[326/381] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[327/381] Compiling NIOEmbedded Embedded.swift
[328/382] Wrapping AST for NIOEmbedded for debugging
[330/382] Compiling NIOPosix SelectableChannel.swift
[331/382] Compiling NIOPosix SelectableEventLoop.swift
[332/382] Compiling NIOPosix SelectorEpoll.swift
[333/382] Compiling NIOPosix SelectorGeneric.swift
[334/382] Compiling NIOPosix SelectorKqueue.swift
[335/382] Compiling NIOPosix SelectorUring.swift
[336/382] Compiling NIOPosix ServerSocket.swift
[337/382] Compiling NIOPosix Socket.swift
[338/382] Compiling NIOPosix SocketChannel.swift
[339/382] Compiling NIOPosix SocketProtocols.swift
[340/382] Compiling NIOPosix System.swift
[341/382] Compiling NIOPosix Thread.swift
[342/382] Compiling NIOPosix PooledRecvBufferAllocator.swift
[343/382] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[344/382] Compiling NIOPosix PosixSingletons.swift
[345/382] Compiling NIOPosix RawSocketBootstrap.swift
[346/382] Compiling NIOPosix Resolver.swift
[347/382] Compiling NIOPosix Selectable.swift
[348/388] Compiling NIOPosix ThreadPosix.swift
[349/388] Compiling NIOPosix ThreadWindows.swift
[350/388] Compiling NIOPosix UnsafeTransfer.swift
[351/388] Compiling NIOPosix Utilities.swift
[352/388] Compiling NIOPosix VsockAddress.swift
[353/388] Compiling NIOPosix VsockChannelEvents.swift
[354/388] Compiling NIOPosix NIOThreadPool.swift
[355/388] Compiling NIOPosix NonBlockingFileIO.swift
[356/388] Compiling NIOPosix PendingDatagramWritesManager.swift
[357/388] Compiling NIOPosix PendingWritesManager.swift
[358/388] Compiling NIOPosix PipeChannel.swift
[359/388] Compiling NIOPosix PipePair.swift
[360/388] Compiling NIOPosix Pool.swift
[361/388] Compiling NIOPosix IO.swift
[362/388] Compiling NIOPosix IntegerBitPacking.swift
[363/388] Compiling NIOPosix IntegerTypes.swift
[364/388] Compiling NIOPosix Linux.swift
[365/388] Compiling NIOPosix LinuxCPUSet.swift
[366/388] Compiling NIOPosix LinuxUring.swift
[367/388] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[368/388] Compiling NIOPosix BSDSocketAPICommon.swift
[369/388] Compiling NIOPosix BSDSocketAPIPosix.swift
[370/388] Compiling NIOPosix BSDSocketAPIWindows.swift
[371/388] Compiling NIOPosix BaseSocket.swift
[372/388] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[373/388] Compiling NIOPosix BaseSocketChannel.swift
[374/388] Compiling NIOPosix BaseStreamSocketChannel.swift
[375/388] Emitting module NIOPosix
[376/388] Compiling NIOPosix Bootstrap.swift
[377/388] Compiling NIOPosix ControlMessage.swift
[378/388] Compiling NIOPosix DatagramVectorReadManager.swift
[379/388] Compiling NIOPosix Errors+Any.swift
[380/388] Compiling NIOPosix FileDescriptor.swift
[381/388] Compiling NIOPosix GetaddrinfoResolver.swift
[382/388] Compiling NIOPosix HappyEyeballs.swift
[383/389] Wrapping AST for NIOPosix for debugging
[385/391] Emitting module NIO
[386/391] Compiling NIO Exports.swift
[387/400] Wrapping AST for NIO for debugging
[389/408] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[390/408] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[391/410] Emitting module NIOHTTP1
[392/410] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[393/410] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[394/410] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[395/410] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[396/410] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[397/410] Compiling NIOHTTP1 HTTPTypes.swift
[398/410] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[399/410] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[400/410] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[401/410] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[402/410] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[403/410] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.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 AWSLambdaRuntime
[410/432] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[411/432] Compiling AWSLambdaRuntime LambdaRuntime.swift
[412/432] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[413/432] Compiling AWSLambdaRuntime Utils.swift
[414/432] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[415/432] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[416/432] Compiling AWSLambdaRuntime LambdaHandlers.swift
[417/432] Compiling AWSLambdaRuntime LambdaRequestID.swift
[418/432] Compiling AWSLambdaRuntime Lambda.swift
[419/432] Compiling AWSLambdaRuntime LambdaContext.swift
[420/432] Emitting module MockServer
[421/432] Compiling MockServer MockHTTPServer.swift
[423/433] Compiling AWSLambdaRuntime Lambda+JSON.swift
[424/433] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[425/433] Compiling AWSLambdaRuntime JSON+ByteBuffer.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
[431/434] Wrapping AST for MockServer for debugging
[432/434] Write Objects.LinkFileList
[433/434] Linking MockServer
Build complete! (88.01s)
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.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.