The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-nio-redis with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-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/SwiftNIOExtras/swift-nio-redis.git
Reference: develop
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/SwiftNIOExtras/swift-nio-redis
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7d74e47 Make sure the channel is flushed
Cloned https://github.com/SwiftNIOExtras/swift-nio-redis.git
Revision (git rev-parse @):
7d74e47d65f341856658962c351a2a2206e74677
SUCCESS checkout https://github.com/SwiftNIOExtras/swift-nio-redis.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SwiftNIOExtras/swift-nio-redis.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio.git
[1/64601] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.27s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.61s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1563] Fetching swift-atomics
[1564/4546] Fetching swift-atomics, swift-system
[4547/18292] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetched https://github.com/apple/swift-system.git from cache (0.98s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.68s)
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.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
Building for debugging...
[0/21] Write sources
[11/21] Compiling _AtomicsShims.c
[12/21] Compiling CNIOWindows WSAStartup.c
[13/21] Write sources
[13/21] Compiling CNIOWindows shim.c
[15/21] Compiling CNIOLinux liburing_shims.c
[15/21] 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.
[17/21] Compiling CNIOLinux shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[19/63] Compiling c-nioatomics.c
[20/63] Compiling c-atomics.c
[22/69] Compiling _CollectionsUtilities _SortedCollection.swift
[23/69] Compiling _CollectionsUtilities _UniqueCollection.swift
[24/71] Compiling _CollectionsUtilities Debugging.swift
[25/71] Compiling _CollectionsUtilities Descriptions.swift
[26/71] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[27/71] Compiling _CollectionsUtilities Specialize.swift
[28/71] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/71] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/73] Emitting module _CollectionsUtilities
[31/73] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[32/73] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[33/73] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[34/73] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[35/73] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[36/73] Emitting module Atomics
[40/73] Compiling _CollectionsUtilities Integer rank.swift
[41/73] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[43/73] Compiling _CollectionsUtilities UInt+reversed.swift
[44/73] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[45/73] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/73] Emitting module _NIOBase64
[59/73] Compiling _NIOBase64 Base64.swift
[60/74] Compiling _NIODataStructures PriorityQueue.swift
[61/74] Compiling _NIODataStructures _TinyArray.swift
[63/74] Compiling Atomics IntegerOperations.swift
[64/74] Compiling Atomics Unmanaged extensions.swift
[69/92] Compiling DequeModule Deque+Descriptions.swift
[70/92] Compiling DequeModule Deque+Equatable.swift
[71/94] Compiling DequeModule Deque+Hashable.swift
[72/94] Compiling DequeModule Deque+Sendable.swift
[73/94] Compiling DequeModule _DequeBuffer.swift
[74/94] Compiling DequeModule _DequeBufferHeader.swift
[75/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/94] Compiling DequeModule Deque+Extras.swift
[77/94] Compiling DequeModule _DequeSlot.swift
[78/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/94] Compiling NIOConcurrencyHelpers lock.swift
[80/94] Compiling _NIODataStructures Heap.swift
[81/94] Emitting module _NIODataStructures
[82/95] Compiling DequeModule Deque+Testing.swift
[83/95] Compiling DequeModule Deque._Storage.swift
[84/95] Compiling DequeModule Deque._UnsafeHandle.swift
[85/95] Compiling DequeModule Deque.swift
[87/95] Compiling DequeModule Deque+Codable.swift
[88/95] Compiling DequeModule Deque+Collection.swift
[89/95] Compiling DequeModule Deque+CustomReflectable.swift
[90/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/95] Compiling NIOConcurrencyHelpers atomics.swift
[92/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/95] Emitting module NIOConcurrencyHelpers
[95/96] Emitting module DequeModule
[98/154] Compiling NIOCore MarkedCircularBuffer.swift
[99/154] Compiling NIOCore MulticastChannel.swift
[100/154] Compiling NIOCore NIOAny.swift
[101/154] Compiling NIOCore NIOCloseOnErrorHandler.swift
[102/154] Compiling NIOCore NIOLoopBound.swift
[103/154] Compiling NIOCore NIOSendable.swift
[104/154] Compiling NIOCore PointerHelpers.swift
[105/154] Compiling NIOCore RecvByteBufferAllocator.swift
[106/162] Compiling NIOCore GlobalSingletons.swift
[107/162] Compiling NIOCore IO.swift
[108/162] Compiling NIOCore IOData.swift
[109/162] Compiling NIOCore IPProtocol.swift
[110/162] Compiling NIOCore IntegerBitPacking.swift
[111/162] Compiling NIOCore IntegerTypes.swift
[112/162] Compiling NIOCore Interfaces.swift
[113/162] Compiling NIOCore Linux.swift
[114/162] Compiling NIOCore EventLoop+SerialExecutor.swift
[115/162] Compiling NIOCore EventLoop.swift
[116/162] Compiling NIOCore EventLoopFuture+Deprecated.swift
[117/162] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[118/162] Compiling NIOCore EventLoopFuture.swift
[119/162] Compiling NIOCore FileDescriptor.swift
[120/162] Compiling NIOCore FileHandle.swift
[121/162] Compiling NIOCore FileRegion.swift
[122/162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[123/162] Compiling NIOCore SocketAddresses.swift
[124/162] Compiling NIOCore SocketOptionProvider.swift
[125/162] Compiling NIOCore SystemCallHelpers.swift
[126/162] Compiling NIOCore TimeAmount+Duration.swift
[127/162] Compiling NIOCore TypeAssistedChannelHandler.swift
[128/162] Compiling NIOCore UniversalBootstrapSupport.swift
[129/162] Compiling NIOCore Utilities.swift
[130/162] Compiling NIOCore ChannelOption.swift
[131/162] Compiling NIOCore ChannelPipeline.swift
[132/162] Compiling NIOCore CircularBuffer.swift
[133/162] Compiling NIOCore Codec.swift
[134/162] Compiling NIOCore ConvenienceOptionSupport.swift
[135/162] Compiling NIOCore DeadChannel.swift
[136/162] Compiling NIOCore DispatchQueue+WithFuture.swift
[137/162] Compiling NIOCore EventLoop+Deprecated.swift
[138/162] Compiling NIOCore ByteBuffer-int.swift
[139/162] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/162] Compiling NIOCore ByteBuffer-multi-int.swift
[141/162] Compiling NIOCore ByteBuffer-views.swift
[142/162] Compiling NIOCore Channel.swift
[143/162] Compiling NIOCore ChannelHandler.swift
[144/162] Compiling NIOCore ChannelHandlers.swift
[145/162] Compiling NIOCore ChannelInvoker.swift
[146/162] Compiling NIOCore AddressedEnvelope.swift
[147/162] Compiling NIOCore AsyncAwaitSupport.swift
[148/162] Compiling NIOCore AsyncChannel.swift
[149/162] Compiling NIOCore AsyncChannelInboundStream.swift
[150/162] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[151/162] Compiling NIOCore AsyncChannelOutboundWriter.swift
[152/162] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[153/162] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/162] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/162] Compiling NIOCore NIOAsyncWriter.swift
[156/162] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[157/162] Compiling NIOCore BSDSocketAPI.swift
[158/162] Compiling NIOCore ByteBuffer-aux.swift
[159/162] Compiling NIOCore ByteBuffer-conversions.swift
[160/162] Compiling NIOCore ByteBuffer-core.swift
[161/162] Compiling NIOCore ByteBuffer-hexdump.swift
[162/162] Emitting module NIOCore
[164/214] Emitting module NIOEmbedded
[165/214] Compiling NIOEmbedded AsyncTestingChannel.swift
[166/214] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[167/214] Compiling NIOEmbedded Embedded.swift
[169/215] Emitting module NIOPosix
[170/221] Compiling NIOPosix ThreadPosix.swift
[171/221] Compiling NIOPosix ThreadWindows.swift
[172/221] Compiling NIOPosix UnsafeTransfer.swift
[173/221] Compiling NIOPosix Utilities.swift
[174/221] Compiling NIOPosix VsockAddress.swift
[175/221] Compiling NIOPosix VsockChannelEvents.swift
[176/221] Compiling NIOPosix ServerSocket.swift
[177/221] Compiling NIOPosix Socket.swift
[178/221] Compiling NIOPosix SocketChannel.swift
[179/221] Compiling NIOPosix SocketProtocols.swift
[180/221] Compiling NIOPosix System.swift
[181/221] Compiling NIOPosix Thread.swift
[182/221] Compiling NIOPosix SelectableChannel.swift
[183/221] Compiling NIOPosix SelectableEventLoop.swift
[184/221] Compiling NIOPosix SelectorEpoll.swift
[185/221] Compiling NIOPosix SelectorGeneric.swift
[186/221] Compiling NIOPosix SelectorKqueue.swift
[187/221] Compiling NIOPosix SelectorUring.swift
[188/221] Compiling NIOPosix PooledRecvBufferAllocator.swift
[189/221] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[190/221] Compiling NIOPosix PosixSingletons.swift
[191/221] Compiling NIOPosix RawSocketBootstrap.swift
[192/221] Compiling NIOPosix Resolver.swift
[193/221] Compiling NIOPosix Selectable.swift
[194/221] Compiling NIOPosix BSDSocketAPICommon.swift
[195/221] Compiling NIOPosix BSDSocketAPIPosix.swift
[196/221] Compiling NIOPosix BSDSocketAPIWindows.swift
[197/221] Compiling NIOPosix BaseSocket.swift
[198/221] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[199/221] Compiling NIOPosix BaseSocketChannel.swift
[200/221] Compiling NIOPosix BaseStreamSocketChannel.swift
[201/221] Compiling NIOPosix Bootstrap.swift
[202/221] Compiling NIOPosix ControlMessage.swift
[203/221] Compiling NIOPosix DatagramVectorReadManager.swift
[204/221] Compiling NIOPosix FileDescriptor.swift
[205/221] Compiling NIOPosix GetaddrinfoResolver.swift
[206/221] Compiling NIOPosix HappyEyeballs.swift
[207/221] Compiling NIOPosix IO.swift
[208/221] Compiling NIOPosix IntegerBitPacking.swift
[209/221] Compiling NIOPosix IntegerTypes.swift
[210/221] Compiling NIOPosix Linux.swift
[211/221] Compiling NIOPosix LinuxCPUSet.swift
[212/221] Compiling NIOPosix LinuxUring.swift
[213/221] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[214/221] Compiling NIOPosix NIOThreadPool.swift
[215/221] Compiling NIOPosix NonBlockingFileIO.swift
[216/221] Compiling NIOPosix PendingDatagramWritesManager.swift
[217/221] Compiling NIOPosix PendingWritesManager.swift
[218/221] Compiling NIOPosix PipeChannel.swift
[219/221] Compiling NIOPosix PipePair.swift
[220/221] Compiling NIOPosix PointerHelpers.swift
[221/221] Compiling NIOPosix Pool.swift
[223/224] Emitting module NIO
[224/224] Compiling NIO Exports.swift
[226/229] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[227/229] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[228/229] Emitting module NIOFoundationCompat
[229/229] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[231/237] Emitting module NIORedis
[232/237] Compiling NIORedis RESPChannelHandler.swift
[233/237] Compiling NIORedis ByteBufferExtras.swift
[234/237] Compiling NIORedis RESPValue.swift
[235/237] Compiling NIORedis RESPPipelineSetup.swift
[236/237] Compiling NIORedis RESPEncodable.swift
[237/237] Compiling NIORedis RESPParser.swift
Build complete! (52.85s)
Build complete.
Done.

Build Machine: Linux 1