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 with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-aws-lambda-runtime.git
Reference: 0.5.2
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               0.5.2      -> FETCH_HEAD
HEAD is now at 699ada1 Add guards for code that relies on _Concurrency (#237)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
699ada1724459582303c15aae64fa12ca4d33809
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/swift-server/swift-aws-lambda-runtime.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-backtrace.git
Fetching https://github.com/apple/swift-nio.git
[1/612] Fetching swift-backtrace
[234/3782] Fetching swift-backtrace, swift-log
[3783/68279] Fetching swift-backtrace, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-backtrace.git from cache (5.25s)
Fetched https://github.com/apple/swift-log.git from cache (5.26s)
Fetched https://github.com/apple/swift-nio.git from cache (5.33s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.4 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.72s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[533/4546] Fetching swift-atomics, swift-system
[4547/18292] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.11s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.11s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.78s)
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.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.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.5.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.2.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.0
Building for debugging...
[0/72] Write sources
[16/72] Compiling CNIOWindows shim.c
[17/72] Compiling CNIOWindows WSAStartup.c
[18/72] Compiling _AtomicsShims.c
[19/72] Compiling CNIOLinux liburing_shims.c
[20/72] Compiling CNIODarwin shim.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[21/72] Compiling CNIOLinux shim.c
[22/72] Compiling CNIOLLHTTP c_nio_http.c
[23/72] Write swift-version-24593BA9C3E375BF.txt
[24/72] Compiling CBacktrace simple.c
[24/72] Compiling CNIOLLHTTP c_nio_api.c
[26/72] Compiling CBacktrace sort.c
[27/72] Compiling CBacktrace state.c
[28/72] Compiling CBacktrace print.c
[29/85] Compiling CBacktrace posix.c
[30/89] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/100] Compiling CBacktrace mmapio.c
[32/100] Compiling CBacktrace fileline.c
[33/100] Compiling CBacktrace mmap.c
[34/100] Compiling CBacktrace elf.c
[35/100] Compiling CBacktrace dwarf.c
[36/100] Compiling CBacktrace backtrace.c
[37/100] Write sources
[39/100] Compiling CBacktrace atomic.c
[39/100] Write sources
[45/115] Emitting module _NIOBase64
[46/122] Emitting module Logging
[46/122] Compiling c-nioatomics.c
[47/122] Compiling c-atomics.c
[49/142] Compiling AWSLambdaEvents ALB.swift
[50/142] Compiling AWSLambdaEvents APIGateway+V2.swift
[51/142] Compiling AWSLambdaEvents DynamoDB.swift
[52/142] Compiling AWSLambdaEvents S3.swift
[53/142] Compiling AWSLambdaEvents AppSync.swift
[54/142] Compiling AWSLambdaEvents Cloudwatch.swift
[55/142] Emitting module _CollectionsUtilities
[56/142] Compiling Atomics AtomicMemoryOrderings.swift
[57/142] Compiling Atomics DoubleWord.swift
[60/142] Compiling Atomics UnsafeAtomic.swift
[61/142] Compiling Atomics UnsafeAtomicLazyReference.swift
[62/142] Compiling Atomics ManagedAtomic.swift
[63/142] Compiling Atomics ManagedAtomicLazyReference.swift
[64/144] Compiling AWSLambdaEvents APIGateway.swift
[65/144] Compiling AWSLambdaEvents AWSRegion.swift
[66/144] Compiling AWSLambdaEvents SES.swift
[67/144] Compiling AWSLambdaEvents SNS.swift
[68/144] Compiling AWSLambdaEvents SQS.swift
[69/144] Compiling AWSLambdaEvents Base64.swift
[70/146] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[71/146] Emitting module Atomics
[83/146] Compiling _NIOBase64 Base64.swift
[84/147] Compiling _NIODataStructures PriorityQueue.swift
[85/147] Compiling _NIODataStructures _TinyArray.swift
[87/147] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/147] Wrapping AST for _NIOBase64 for debugging
[89/147] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/147] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/148] Emitting module AWSLambdaEvents
[96/149] Compiling Atomics IntegerOperations.swift
[97/149] Compiling Atomics Unmanaged extensions.swift
[97/150] Wrapping AST for _CollectionsUtilities for debugging
[99/166] Wrapping AST for Atomics for debugging
[101/166] Compiling AWSLambdaEvents HTTP.swift
[102/166] Compiling DequeModule _DequeBuffer.swift
[103/166] Compiling DequeModule _DequeBufferHeader.swift
[104/168] Compiling DequeModule Deque+Descriptions.swift
[105/168] Compiling DequeModule Deque+Equatable.swift
[106/168] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/168] Compiling DequeModule Deque+Extras.swift
[108/168] Compiling Logging MetadataProvider.swift
[111/168] Compiling Backtrace Backtrace.swift
[112/168] Emitting module Backtrace
[113/168] Compiling Backtrace Demangle.swift
[114/169] Compiling NIOConcurrencyHelpers lock.swift
[115/169] Compiling DequeModule Deque+Sendable.swift
[116/169] Compiling DequeModule Deque+Testing.swift
[117/169] Compiling AWSLambdaEvents DateWrappers.swift
[118/169] Compiling DequeModule Deque._Storage.swift
[119/169] Compiling DequeModule Deque._UnsafeHandle.swift
[120/169] Compiling DequeModule Deque+Codable.swift
[121/169] Compiling DequeModule Deque+Collection.swift
[122/169] Emitting module _NIODataStructures
[123/169] Compiling _NIODataStructures Heap.swift
[124/169] Compiling Logging Locks.swift
[127/170] Compiling DequeModule _DequeSlot.swift
[128/170] Compiling DequeModule _UnsafeWrappedBuffer.swift
[129/170] Emitting module NIOConcurrencyHelpers
[130/170] Compiling NIOConcurrencyHelpers NIOLock.swift
[132/170] Compiling DequeModule Deque+Hashable.swift
[133/170] Compiling DequeModule Deque+CustomReflectable.swift
[136/171] Compiling NIOConcurrencyHelpers atomics.swift
[142/172] Compiling DequeModule Deque.swift
[142/172] Wrapping AST for Backtrace for debugging
[143/172] Wrapping AST for _NIODataStructures for debugging
[145/172] Wrapping AST for NIOConcurrencyHelpers for debugging
[147/172] Compiling Logging LogHandler.swift
[148/172] Compiling Logging Logging.swift
[153/173] Emitting module DequeModule
[153/174] Wrapping AST for Logging for debugging
[155/174] Wrapping AST for DequeModule for debugging
[157/231] Compiling NIOCore GlobalSingletons.swift
[158/231] Compiling NIOCore IO.swift
[159/231] Compiling NIOCore IOData.swift
[160/231] Compiling NIOCore IPProtocol.swift
[161/231] Compiling NIOCore IntegerBitPacking.swift
[162/231] Compiling NIOCore IntegerTypes.swift
[163/231] Compiling NIOCore Interfaces.swift
[164/231] Compiling NIOCore Linux.swift
[165/231] Compiling NIOCore EventLoop+SerialExecutor.swift
[166/231] Compiling NIOCore EventLoop.swift
[167/231] Compiling NIOCore EventLoopFuture+Deprecated.swift
[168/231] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[169/231] Compiling NIOCore EventLoopFuture.swift
[170/231] Compiling NIOCore FileDescriptor.swift
[171/231] Compiling NIOCore FileHandle.swift
[172/231] Compiling NIOCore FileRegion.swift
[173/231] Compiling NIOCore MarkedCircularBuffer.swift
[174/231] Compiling NIOCore MulticastChannel.swift
[175/231] Compiling NIOCore NIOAny.swift
[176/231] Compiling NIOCore NIOCloseOnErrorHandler.swift
[177/231] Compiling NIOCore NIOLoopBound.swift
[178/231] Compiling NIOCore NIOSendable.swift
[179/231] Compiling NIOCore PointerHelpers.swift
[180/231] Compiling NIOCore RecvByteBufferAllocator.swift
[181/239] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[182/239] Compiling NIOCore NIOAsyncWriter.swift
[183/239] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[184/239] Compiling NIOCore BSDSocketAPI.swift
[185/239] Compiling NIOCore ByteBuffer-aux.swift
[186/239] Compiling NIOCore ByteBuffer-conversions.swift
[187/239] Compiling NIOCore ByteBuffer-core.swift
[188/239] Compiling NIOCore ByteBuffer-hexdump.swift
[189/239] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[190/239] Compiling NIOCore SocketAddresses.swift
[191/239] Compiling NIOCore SocketOptionProvider.swift
[192/239] Compiling NIOCore SystemCallHelpers.swift
[193/239] Compiling NIOCore TimeAmount+Duration.swift
[194/239] Compiling NIOCore TypeAssistedChannelHandler.swift
[195/239] Compiling NIOCore UniversalBootstrapSupport.swift
[196/239] Compiling NIOCore Utilities.swift
[197/239] Compiling NIOCore ByteBuffer-int.swift
[198/239] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[199/239] Compiling NIOCore ByteBuffer-multi-int.swift
[200/239] Compiling NIOCore ByteBuffer-views.swift
[201/239] Compiling NIOCore Channel.swift
[202/239] Compiling NIOCore ChannelHandler.swift
[203/239] Compiling NIOCore ChannelHandlers.swift
[204/239] Compiling NIOCore ChannelInvoker.swift
[205/239] Compiling NIOCore AddressedEnvelope.swift
[206/239] Compiling NIOCore AsyncAwaitSupport.swift
[207/239] Compiling NIOCore AsyncChannel.swift
[208/239] Compiling NIOCore AsyncChannelInboundStream.swift
[209/239] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[210/239] Compiling NIOCore AsyncChannelOutboundWriter.swift
[211/239] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[212/239] Compiling NIOCore NIOAsyncSequenceProducer.swift
[213/239] Compiling NIOCore ChannelOption.swift
[214/239] Compiling NIOCore ChannelPipeline.swift
[215/239] Compiling NIOCore CircularBuffer.swift
[216/239] Compiling NIOCore Codec.swift
[217/239] Compiling NIOCore ConvenienceOptionSupport.swift
[218/239] Compiling NIOCore DeadChannel.swift
[219/239] Compiling NIOCore DispatchQueue+WithFuture.swift
[220/239] Compiling NIOCore EventLoop+Deprecated.swift
[221/239] Emitting module NIOCore
[222/240] Wrapping AST for NIOCore for debugging
[224/291] Emitting module NIOEmbedded
[225/291] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[226/291] Compiling NIOEmbedded Embedded.swift
[227/291] Compiling NIOEmbedded AsyncTestingChannel.swift
[228/292] Wrapping AST for NIOEmbedded for debugging
[230/292] Compiling NIOPosix ServerSocket.swift
[231/292] Compiling NIOPosix Socket.swift
[232/292] Compiling NIOPosix SocketChannel.swift
[233/292] Compiling NIOPosix SocketProtocols.swift
[234/292] Compiling NIOPosix System.swift
[235/292] Compiling NIOPosix Thread.swift
[236/292] Compiling NIOPosix SelectableChannel.swift
[237/292] Compiling NIOPosix SelectableEventLoop.swift
[238/292] Compiling NIOPosix SelectorEpoll.swift
[239/292] Compiling NIOPosix SelectorGeneric.swift
[240/292] Compiling NIOPosix SelectorKqueue.swift
[241/292] Compiling NIOPosix SelectorUring.swift
[242/298] Compiling NIOPosix PooledRecvBufferAllocator.swift
[243/298] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[244/298] Compiling NIOPosix PosixSingletons.swift
[245/298] Compiling NIOPosix RawSocketBootstrap.swift
[246/298] Compiling NIOPosix Resolver.swift
[247/298] Compiling NIOPosix Selectable.swift
[248/298] Compiling NIOPosix ThreadPosix.swift
[249/298] Compiling NIOPosix ThreadWindows.swift
[250/298] Compiling NIOPosix UnsafeTransfer.swift
[251/298] Compiling NIOPosix Utilities.swift
[252/298] Compiling NIOPosix VsockAddress.swift
[253/298] Compiling NIOPosix VsockChannelEvents.swift
[254/298] Compiling NIOPosix IntegerBitPacking.swift
[255/298] Compiling NIOPosix IntegerTypes.swift
[256/298] Compiling NIOPosix Linux.swift
[257/298] Compiling NIOPosix LinuxCPUSet.swift
[258/298] Compiling NIOPosix LinuxUring.swift
[259/298] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[260/298] Compiling NIOPosix NIOThreadPool.swift
[261/298] Compiling NIOPosix NonBlockingFileIO.swift
[262/298] Compiling NIOPosix PendingDatagramWritesManager.swift
[263/298] Compiling NIOPosix PendingWritesManager.swift
[264/298] Compiling NIOPosix PipeChannel.swift
[265/298] Compiling NIOPosix PipePair.swift
[266/298] Compiling NIOPosix PointerHelpers.swift
[267/298] Compiling NIOPosix Pool.swift
[268/298] Compiling NIOPosix BSDSocketAPICommon.swift
[269/298] Compiling NIOPosix BSDSocketAPIPosix.swift
[270/298] Compiling NIOPosix BSDSocketAPIWindows.swift
[271/298] Compiling NIOPosix BaseSocket.swift
[272/298] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[273/298] Compiling NIOPosix BaseSocketChannel.swift
[274/298] Compiling NIOPosix BaseStreamSocketChannel.swift
[275/298] Compiling NIOPosix Bootstrap.swift
[276/298] Compiling NIOPosix ControlMessage.swift
[277/298] Compiling NIOPosix DatagramVectorReadManager.swift
[278/298] Compiling NIOPosix FileDescriptor.swift
[279/298] Compiling NIOPosix GetaddrinfoResolver.swift
[280/298] Compiling NIOPosix HappyEyeballs.swift
[281/298] Compiling NIOPosix IO.swift
[282/298] Emitting module NIOPosix
[283/299] Wrapping AST for NIOPosix for debugging
[285/301] Compiling NIO Exports.swift
[286/301] Emitting module NIO
[287/302] Wrapping AST for NIO for debugging
[289/324] Emitting module _NIOConcurrency
[290/324] Compiling _NIOConcurrency Empty.swift
[292/325] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[293/325] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[293/325] Wrapping AST for _NIOConcurrency for debugging
[295/325] Emitting module NIOFoundationCompat
[296/325] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[298/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[299/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[300/328] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[301/328] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[302/328] Emitting module NIOHTTP1
[302/328] Wrapping AST for NIOFoundationCompat for debugging
[304/328] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[305/328] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[306/328] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[307/328] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[308/328] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[309/328] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[310/328] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[311/328] Compiling NIOHTTP1 HTTPTypes.swift
[312/328] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[313/328] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[314/328] Compiling NIOHTTP1 ByteCollectionUtils.swift
[315/328] Compiling NIOHTTP1 HTTPDecoder.swift
[316/328] Compiling NIOHTTP1 HTTPEncoder.swift
[317/329] Wrapping AST for NIOHTTP1 for debugging
[319/342] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[320/343] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
[321/343] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[322/343] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[323/343] Compiling AWSLambdaRuntimeCore Lambda+String.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:105:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
[324/343] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:105:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
[325/343] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[326/343] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[327/343] Compiling MockServer main.swift
[328/343] Emitting module MockServer
[329/344] Wrapping AST for MockServer for debugging
[330/344] Write Objects.LinkFileList
[332/344] Compiling AWSLambdaRuntimeCore Utils.swift
[332/344] Linking MockServer
[334/344] Emitting module AWSLambdaRuntimeCore
[335/344] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[336/344] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[337/345] Wrapping AST for AWSLambdaRuntimeCore for debugging
[339/348] Compiling AWSLambdaRuntime Context+Foundation.swift
[340/348] Emitting module AWSLambdaRuntime
[341/348] Compiling AWSLambdaRuntime Lambda+Codable.swift
[342/349] Wrapping AST for AWSLambdaRuntime for debugging
[344/355] Emitting module StringSample
[345/355] Compiling StringSample main.swift
[346/356] Emitting module AWSLambdaTesting
[347/356] Compiling AWSLambdaTesting Lambda+Testing.swift
[349/356] Emitting module CodableSample
[350/356] Compiling CodableSample main.swift
[350/357] Wrapping AST for StringSample for debugging
[351/357] Write Objects.LinkFileList
[354/358] Wrapping AST for CodableSample for debugging
[355/358] Write Objects.LinkFileList
[356/358] Linking StringSample
[357/358] Linking CodableSample
Build complete! (71.39s)
Build complete.
Done.