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 1.0.0-alpha.3 (5ecc24), with Swift 5.9 for Linux on 26 Aug 2024 13:45:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-aws-lambda-runtime.git
Reference: 1.0.0-alpha.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-server/swift-aws-lambda-runtime
 * tag               1.0.0-alpha.3 -> FETCH_HEAD
HEAD is now at 5ecc24f Add Breeze to projects.md (#343)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
5ecc24fa54e61756fe7a7a01f2451da1cffa916e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/swift-server/swift-aws-lambda-runtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/1896] Fetching swift-docc-plugin
[115/5453] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log.git (0.34s)
[1/69213] Fetching swift-nio
Fetched https://github.com/apple/swift-docc-plugin (4.70s)
Fetched https://github.com/apple/swift-nio.git (4.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.13s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/3064] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.44s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.70.0 (0.45s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[645/5207] Fetching swift-atomics, swift-system
[5208/20206] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git (0.41s)
Fetched https://github.com/apple/swift-system.git (0.42s)
[2850/14999] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git (1.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.3.2 (0.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.2 (0.53s)
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.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.70.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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.3.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.2
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
[1/1] Compiling plugin AWSLambdaPackager
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/27] Compiling CNIOWindows shim.c
[4/27] Compiling CNIOWindows WSAStartup.c
[5/27] Compiling _AtomicsShims.c
[6/27] Compiling CNIODarwin shim.c
[7/27] Compiling CNIOLinux liburing_shims.c
[8/27] Compiling CNIOLLHTTP c_nio_http.c
[9/27] Compiling CNIOLinux shim.c
[10/27] Compiling CNIOLLHTTP c_nio_api.c
[11/52] Compiling CNIOLLHTTP c_nio_llhttp.c
[12/74] Compiling c-nioatomics.c
[14/74] Emitting module _NIODataStructures
[14/74] Compiling c-atomics.c
[16/80] Emitting module _NIOBase64
[17/80] Compiling _NIOBase64 Base64.swift
[18/80] Compiling Atomics PointerConformances.swift
[19/80] Compiling Atomics Primitives.native.swift
[20/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/85] Compiling Atomics AtomicMemoryOrderings.swift
[23/85] Compiling Atomics DoubleWord.swift
[24/85] Compiling Atomics OptionalRawRepresentable.swift
[25/85] Compiling Atomics RawRepresentable.swift
[26/85] Compiling Atomics AtomicBool.swift
[27/85] Compiling Atomics ManagedAtomic.swift
[28/85] Compiling Atomics ManagedAtomicLazyReference.swift
[29/85] Compiling Atomics AtomicOptionalWrappable.swift
[30/85] Compiling Atomics IntegerConformances.swift
[34/85] Compiling Atomics Primitives.shims.swift
[35/85] Compiling Atomics AtomicInteger.swift
[37/85] Compiling Atomics AtomicReference.swift
[38/85] Compiling Atomics AtomicStorage.swift
[39/85] Compiling Atomics AtomicValue.swift
[49/85] Emitting module InternalCollectionsUtilities
[52/86] Compiling _NIODataStructures PriorityQueue.swift
[53/86] Compiling _NIODataStructures _TinyArray.swift
[53/86] Wrapping AST for _NIOBase64 for debugging
[57/87] Compiling Atomics IntegerOperations.swift
[58/87] Compiling Atomics Unmanaged extensions.swift
[60/87] Emitting module Atomics
[61/88] Wrapping AST for InternalCollectionsUtilities for debugging
[63/102] Compiling DequeModule Deque+Hashable.swift
[64/102] Compiling DequeModule Deque+Sendable.swift
[65/102] Compiling DequeModule _DequeBuffer.swift
[69/106] Compiling DequeModule _DequeBufferHeader.swift
[69/108] Wrapping AST for Atomics for debugging
[71/108] Compiling DequeModule Deque+Descriptions.swift
[72/108] Compiling DequeModule Deque+Equatable.swift
[73/108] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/108] Compiling DequeModule Deque+Extras.swift
[75/108] Compiling DequeModule Deque+Testing.swift
[76/108] Compiling DequeModule Deque._Storage.swift
[77/108] Emitting module Logging
[78/108] Compiling Logging Locks.swift
[79/108] Compiling NIOConcurrencyHelpers lock.swift
[80/108] Compiling _NIODataStructures Heap.swift
[81/109] Compiling DequeModule _DequeSlot.swift
[82/109] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/109] Emitting module NIOConcurrencyHelpers
[86/109] Compiling Logging MetadataProvider.swift
[91/110] Compiling DequeModule Deque._UnsafeHandle.swift
[92/110] Compiling DequeModule Deque.swift
[93/110] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/110] Compiling NIOConcurrencyHelpers atomics.swift
[94/111] Wrapping AST for _NIODataStructures for debugging
[98/112] Compiling DequeModule Deque+Codable.swift
[99/112] Compiling DequeModule Deque+Collection.swift
[100/112] Compiling DequeModule Deque+CustomReflectable.swift
[101/112] Compiling Logging Logging.swift
[102/112] Compiling Logging LogHandler.swift
[103/113] Emitting module DequeModule
[107/116] Wrapping AST for NIOConcurrencyHelpers for debugging
[108/116] Wrapping AST for DequeModule for debugging
[110/173] Compiling NIOCore MarkedCircularBuffer.swift
[111/173] Compiling NIOCore MulticastChannel.swift
[112/173] Compiling NIOCore NIOAny.swift
[113/173] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/173] Compiling NIOCore NIOLoopBound.swift
[115/173] Compiling NIOCore NIOSendable.swift
[116/173] Compiling NIOCore PointerHelpers.swift
[117/173] Compiling NIOCore RecvByteBufferAllocator.swift
[118/181] Compiling NIOCore GlobalSingletons.swift
[119/181] Compiling NIOCore IO.swift
[120/181] Compiling NIOCore IOData.swift
[121/181] Compiling NIOCore IPProtocol.swift
[122/181] Compiling NIOCore IntegerBitPacking.swift
[123/181] Compiling NIOCore IntegerTypes.swift
[124/181] Compiling NIOCore Interfaces.swift
[125/181] Compiling NIOCore Linux.swift
[126/181] Compiling NIOCore EventLoop.swift
[127/181] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[128/181] Compiling NIOCore EventLoopFuture+Deprecated.swift
[129/181] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[130/181] Compiling NIOCore EventLoopFuture.swift
[131/181] Compiling NIOCore FileDescriptor.swift
[132/181] Compiling NIOCore FileHandle.swift
[133/181] Compiling NIOCore FileRegion.swift
[134/181] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[135/181] Compiling NIOCore SocketAddresses.swift
[136/181] Compiling NIOCore SocketOptionProvider.swift
[137/181] Compiling NIOCore SystemCallHelpers.swift
[138/181] Compiling NIOCore TimeAmount+Duration.swift
[139/181] Compiling NIOCore TypeAssistedChannelHandler.swift
[140/181] Compiling NIOCore UniversalBootstrapSupport.swift
[141/181] Compiling NIOCore Utilities.swift
[142/181] Compiling NIOCore ChannelPipeline.swift
[143/181] Compiling NIOCore CircularBuffer.swift
[144/181] Compiling NIOCore Codec.swift
[145/181] Compiling NIOCore ConvenienceOptionSupport.swift
[146/181] Compiling NIOCore DeadChannel.swift
[147/181] Compiling NIOCore DispatchQueue+WithFuture.swift
[148/181] Compiling NIOCore EventLoop+Deprecated.swift
[149/181] Compiling NIOCore EventLoop+SerialExecutor.swift
[150/181] Compiling NIOCore NIOAsyncWriter.swift
[151/181] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/181] Compiling NIOCore BSDSocketAPI.swift
[153/181] Compiling NIOCore ByteBuffer-aux.swift
[154/181] Compiling NIOCore ByteBuffer-conversions.swift
[155/181] Compiling NIOCore ByteBuffer-core.swift
[156/181] Compiling NIOCore ByteBuffer-hexdump.swift
[157/181] Compiling NIOCore ByteBuffer-int.swift
[158/181] Compiling NIOCore AddressedEnvelope.swift
[159/181] Compiling NIOCore AsyncAwaitSupport.swift
[160/181] Compiling NIOCore AsyncChannel.swift
[161/181] Compiling NIOCore AsyncChannelHandler.swift
[162/181] Compiling NIOCore AsyncChannelInboundStream.swift
[163/181] Compiling NIOCore AsyncChannelOutboundWriter.swift
[164/181] Compiling NIOCore NIOAsyncSequenceProducer.swift
[165/181] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[166/181] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[167/181] Compiling NIOCore ByteBuffer-multi-int.swift
[168/181] Compiling NIOCore ByteBuffer-views.swift
[169/181] Compiling NIOCore Channel.swift
[170/181] Compiling NIOCore ChannelHandler.swift
[171/181] Compiling NIOCore ChannelHandlers.swift
[172/181] Compiling NIOCore ChannelInvoker.swift
[173/181] Compiling NIOCore ChannelOption.swift
[174/181] Emitting module NIOCore
[176/183] Wrapping AST for NIOCore for debugging
[178/235] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[179/235] Emitting module NIOEmbedded
[180/235] Compiling NIOEmbedded AsyncTestingChannel.swift
[181/235] Compiling NIOEmbedded Embedded.swift
[183/237] Wrapping AST for NIOEmbedded for debugging
[185/237] Compiling NIOPosix Pool.swift
[186/237] Compiling NIOPosix PooledRecvBufferAllocator.swift
[187/237] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[188/237] Compiling NIOPosix PosixSingletons.swift
[189/237] Compiling NIOPosix RawSocketBootstrap.swift
[190/237] Compiling NIOPosix Resolver.swift
[191/237] Compiling NIOPosix Selectable.swift
[192/243] Compiling NIOPosix ThreadPosix.swift
[193/243] Compiling NIOPosix ThreadWindows.swift
[194/243] Compiling NIOPosix UnsafeTransfer.swift
[195/243] Compiling NIOPosix Utilities.swift
[196/243] Compiling NIOPosix VsockAddress.swift
[197/243] Compiling NIOPosix VsockChannelEvents.swift
[198/243] Compiling NIOPosix ServerSocket.swift
[199/243] Compiling NIOPosix Socket.swift
[200/243] Compiling NIOPosix SocketChannel.swift
[201/243] Compiling NIOPosix SocketProtocols.swift
[202/243] Compiling NIOPosix System.swift
[203/243] Compiling NIOPosix Thread.swift
[204/243] Compiling NIOPosix SelectableChannel.swift
[205/243] Compiling NIOPosix SelectableEventLoop.swift
[206/243] Compiling NIOPosix SelectorEpoll.swift
[207/243] Compiling NIOPosix SelectorGeneric.swift
[208/243] Compiling NIOPosix SelectorKqueue.swift
[209/243] Compiling NIOPosix SelectorUring.swift
[210/243] Compiling NIOPosix BSDSocketAPICommon.swift
[211/243] Compiling NIOPosix BSDSocketAPIPosix.swift
[212/243] Compiling NIOPosix BSDSocketAPIWindows.swift
[213/243] Compiling NIOPosix BaseSocket.swift
[214/243] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[215/243] Compiling NIOPosix BaseSocketChannel.swift
[216/243] Compiling NIOPosix BaseStreamSocketChannel.swift
[217/243] Emitting module NIOPosix
[218/243] Compiling NIOPosix Bootstrap.swift
[219/243] Compiling NIOPosix ControlMessage.swift
[220/243] Compiling NIOPosix DatagramVectorReadManager.swift
[221/243] Compiling NIOPosix Errors+Any.swift
[222/243] Compiling NIOPosix FileDescriptor.swift
[223/243] Compiling NIOPosix GetaddrinfoResolver.swift
[224/243] Compiling NIOPosix HappyEyeballs.swift
[225/243] Compiling NIOPosix IO.swift
[226/243] Compiling NIOPosix IntegerBitPacking.swift
[227/243] Compiling NIOPosix IntegerTypes.swift
[228/243] Compiling NIOPosix Linux.swift
[229/243] Compiling NIOPosix LinuxCPUSet.swift
[230/243] Compiling NIOPosix LinuxUring.swift
[231/243] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[232/243] Compiling NIOPosix NIOThreadPool.swift
[233/243] Compiling NIOPosix NonBlockingFileIO.swift
[234/243] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/243] Compiling NIOPosix PendingWritesManager.swift
[236/243] Compiling NIOPosix PipeChannel.swift
[237/243] Compiling NIOPosix PipePair.swift
[238/243] Compiling NIOPosix PointerHelpers.swift
[240/245] Wrapping AST for NIOPosix for debugging
[242/247] Emitting module NIO
[243/247] Compiling NIO Exports.swift
[245/249] Wrapping AST for NIO for debugging
[247/269] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[248/269] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[249/271] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[250/271] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[251/271] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[252/271] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[253/271] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[254/271] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[255/271] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[256/271] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[257/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[258/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[259/271] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[260/271] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[261/271] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[262/271] Compiling NIOHTTP1 HTTPTypes.swift
[263/271] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[264/271] Emitting module NIOFoundationCompat
[267/273] Emitting module NIOHTTP1
[268/273] Compiling NIOHTTP1 ByteCollectionUtils.swift
[269/273] Compiling NIOHTTP1 HTTPDecoder.swift
[270/273] Compiling NIOHTTP1 HTTPEncoder.swift
[272/275] Wrapping AST for NIOHTTP1 for debugging
[274/292] Compiling MockServer main.swift
[275/292] Emitting module MockServer
[276/292] Compiling AWSLambdaRuntimeCore Lambda.swift
[277/292] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[278/295] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[279/295] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[282/296] Emitting module AWSLambdaRuntimeCore
[283/296] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[284/296] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[285/296] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[286/296] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[287/296] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[288/296] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[288/296] Wrapping AST for MockServer for debugging
[290/296] Compiling AWSLambdaRuntimeCore Terminator.swift
[291/296] Compiling AWSLambdaRuntimeCore Utils.swift
[292/296] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[293/296] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[294/296] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[295/296] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[295/297] Linking MockServer
[299/301] Compiling AWSLambdaRuntime Context+Foundation.swift
[300/301] Emitting module AWSLambdaRuntime
[301/301] Compiling AWSLambdaRuntime Lambda+Codable.swift
[304/305] Emitting module AWSLambdaTesting
[305/305] Compiling AWSLambdaTesting Lambda+Testing.swift
Build complete! (66.80s)
Build complete.
Done.