The Swift Package Index logo.Swift Package Index

Build Information

Successful build of redi-s with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/redi-s.git
Reference: 0.6.0
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/NozeIO/redi-s
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 4ec4de9 Merge branch 'develop'
Cloned https://github.com/NozeIO/redi-s.git
Revision (git rev-parse @):
4ec4de94f2638596202debf85a5813d5e02d784a
SUCCESS checkout https://github.com/NozeIO/redi-s.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/NozeIO/redi-s.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Unable to find image 'registry.gitlab.com/finestructure/spi-images:basic-5.9-latest' locally
basic-5.9-latest: Pulling from finestructure/spi-images
3dd181f9be59: Already exists
ca41c1983494: Pulling fs layer
e73168ed394c: Pulling fs layer
fe2bb3617183: Pulling fs layer
7971ee9556ad: Pulling fs layer
6d713c847e11: Pulling fs layer
7971ee9556ad: Waiting
6d713c847e11: Waiting
fe2bb3617183: Verifying Checksum
fe2bb3617183: Download complete
7971ee9556ad: Verifying Checksum
7971ee9556ad: Download complete
6d713c847e11: Download complete
ca41c1983494: Verifying Checksum
ca41c1983494: Download complete
e73168ed394c: Verifying Checksum
e73168ed394c: Download complete
ca41c1983494: Pull complete
e73168ed394c: Pull complete
fe2bb3617183: Pull complete
7971ee9556ad: Pull complete
6d713c847e11: Pull complete
Digest: sha256:0325ca00f44915dc41e4bbbaeb7b9137b689829adf730e84a51428b7aab7eba1
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/SwiftNIOExtras/swift-nio-redis.git
[1/359] Fetching swift-nio-redis
[360/1922] Fetching swift-nio-redis, swift-atomics
Fetched https://github.com/SwiftNIOExtras/swift-nio-redis.git (0.45s)
Fetched https://github.com/apple/swift-atomics (0.45s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-redis.git
Computed https://github.com/SwiftNIOExtras/swift-nio-redis.git at 0.11.0 (0.39s)
Fetching https://github.com/apple/swift-nio.git
[1/64258] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (6.15s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.63s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/12765] Fetching swift-collections
[2/15745] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git (1.09s)
Fetched https://github.com/apple/swift-collections.git (1.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.49s)
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-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
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-redis.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-redis.git resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Building for debugging...
[0/22] Compiling CNIOWindows shim.c
[1/22] Compiling CNIOWindows WSAStartup.c
[2/22] Compiling CNIOLinux liburing_shims.c
[3/22] Compiling CNIODarwin shim.c
[4/22] Compiling _AtomicsShims.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.
[5/22] Compiling CNIOLinux shim.c
[6/66] Compiling c-nioatomics.c
[7/66] Compiling c-atomics.c
[9/72] Compiling Atomics AtomicReference.swift
[10/72] Compiling Atomics AtomicStorage.swift
[11/72] Compiling Atomics AtomicValue.swift
[12/74] Compiling Atomics UnsafeAtomic.swift
[13/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/74] Compiling Atomics AtomicMemoryOrderings.swift
[15/74] Compiling Atomics DoubleWord.swift
[16/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[17/74] Compiling Atomics Primitives.shims.swift
[18/74] Compiling Atomics AtomicInteger.swift
[19/74] Compiling Atomics AtomicOptionalWrappable.swift
[20/74] Compiling Atomics ManagedAtomic.swift
[22/74] Compiling Atomics ManagedAtomicLazyReference.swift
[26/74] Compiling Atomics OptionalRawRepresentable.swift
[27/74] Compiling Atomics RawRepresentable.swift
[28/74] Compiling Atomics AtomicBool.swift
[29/74] Emitting module DequeModule
[33/76] Compiling Atomics IntegerConformances.swift
[34/76] Compiling Atomics PointerConformances.swift
[35/76] Compiling Atomics Primitives.native.swift
[44/76] Compiling _NIODataStructures _TinyArray.swift
[45/76] Compiling _NIODataStructures PriorityQueue.swift
[46/76] Emitting module _NIOBase64
[47/76] Compiling _NIOBase64 Base64.swift
[50/78] Emitting module Atomics
[54/78] Compiling Atomics IntegerOperations.swift
[55/78] Compiling Atomics Unmanaged extensions.swift
[62/82] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[63/82] Emitting module NIOConcurrencyHelpers
[64/82] Compiling NIOConcurrencyHelpers NIOLock.swift
[65/82] Compiling NIOConcurrencyHelpers lock.swift
[66/82] Emitting module _NIODataStructures
[67/82] Compiling _NIODataStructures Heap.swift
[70/84] Compiling NIOConcurrencyHelpers atomics.swift
[72/86] Wrapping AST for _NIODataStructures for debugging
[73/86] Wrapping AST for NIOConcurrencyHelpers for debugging
[74/86] Wrapping AST for Atomics for debugging
[75/86] Wrapping AST for DequeModule for debugging
[76/86] Wrapping AST for _NIOBase64 for debugging
[78/143] Compiling NIOCore MarkedCircularBuffer.swift
[79/143] Compiling NIOCore MulticastChannel.swift
[80/143] Compiling NIOCore NIOAny.swift
[81/143] Compiling NIOCore NIOCloseOnErrorHandler.swift
[82/143] Compiling NIOCore NIOLoopBound.swift
[83/143] Compiling NIOCore NIOSendable.swift
[84/143] Compiling NIOCore PointerHelpers.swift
[85/143] Compiling NIOCore RecvByteBufferAllocator.swift
[86/151] Compiling NIOCore GlobalSingletons.swift
[87/151] Compiling NIOCore IO.swift
[88/151] Compiling NIOCore IOData.swift
[89/151] Compiling NIOCore IPProtocol.swift
[90/151] Compiling NIOCore IntegerBitPacking.swift
[91/151] Compiling NIOCore IntegerTypes.swift
[92/151] Compiling NIOCore Interfaces.swift
[93/151] Compiling NIOCore Linux.swift
[94/151] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[95/151] Compiling NIOCore SocketAddresses.swift
[96/151] Compiling NIOCore SocketOptionProvider.swift
[97/151] Compiling NIOCore SystemCallHelpers.swift
[98/151] Compiling NIOCore TimeAmount+Duration.swift
[99/151] Compiling NIOCore TypeAssistedChannelHandler.swift
[100/151] Compiling NIOCore UniversalBootstrapSupport.swift
[101/151] Compiling NIOCore Utilities.swift
[102/151] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[103/151] Compiling NIOCore NIOAsyncWriter.swift
[104/151] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[105/151] Compiling NIOCore BSDSocketAPI.swift
[106/151] Compiling NIOCore ByteBuffer-aux.swift
[107/151] Compiling NIOCore ByteBuffer-conversions.swift
[108/151] Compiling NIOCore ByteBuffer-core.swift
[109/151] Compiling NIOCore ByteBuffer-hexdump.swift
[110/151] Emitting module NIOCore
[111/151] Compiling NIOCore EventLoop+SerialExecutor.swift
[112/151] Compiling NIOCore EventLoop.swift
[113/151] Compiling NIOCore EventLoopFuture+Deprecated.swift
[114/151] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[115/151] Compiling NIOCore EventLoopFuture.swift
[116/151] Compiling NIOCore FileDescriptor.swift
[117/151] Compiling NIOCore FileHandle.swift
[118/151] Compiling NIOCore FileRegion.swift
[119/151] Compiling NIOCore ChannelOption.swift
[120/151] Compiling NIOCore ChannelPipeline.swift
[121/151] Compiling NIOCore CircularBuffer.swift
[122/151] Compiling NIOCore Codec.swift
[123/151] Compiling NIOCore ConvenienceOptionSupport.swift
[124/151] Compiling NIOCore DeadChannel.swift
[125/151] Compiling NIOCore DispatchQueue+WithFuture.swift
[126/151] Compiling NIOCore EventLoop+Deprecated.swift
[127/151] Compiling NIOCore AddressedEnvelope.swift
[128/151] Compiling NIOCore AsyncAwaitSupport.swift
[129/151] Compiling NIOCore AsyncChannel.swift
[130/151] Compiling NIOCore AsyncChannelInboundStream.swift
[131/151] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[132/151] Compiling NIOCore AsyncChannelOutboundWriter.swift
[133/151] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[134/151] Compiling NIOCore NIOAsyncSequenceProducer.swift
[135/151] Compiling NIOCore ByteBuffer-int.swift
[136/151] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/151] Compiling NIOCore ByteBuffer-multi-int.swift
[138/151] Compiling NIOCore ByteBuffer-views.swift
[139/151] Compiling NIOCore Channel.swift
[140/151] Compiling NIOCore ChannelHandler.swift
[141/151] Compiling NIOCore ChannelHandlers.swift
[142/151] Compiling NIOCore ChannelInvoker.swift
[144/153] Wrapping AST for NIOCore for debugging
[146/204] Emitting module NIOEmbedded
[147/204] Compiling NIOEmbedded AsyncTestingChannel.swift
[148/204] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[149/204] Compiling NIOEmbedded Embedded.swift
[151/206] Wrapping AST for NIOEmbedded for debugging
[153/206] Compiling NIOPosix PooledRecvBufferAllocator.swift
[154/206] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[155/206] Compiling NIOPosix PosixSingletons.swift
[156/206] Compiling NIOPosix RawSocketBootstrap.swift
[157/206] Compiling NIOPosix Resolver.swift
[158/206] Compiling NIOPosix Selectable.swift
[159/212] Compiling NIOPosix SelectableChannel.swift
[160/212] Compiling NIOPosix SelectableEventLoop.swift
[161/212] Compiling NIOPosix SelectorEpoll.swift
[162/212] Compiling NIOPosix SelectorGeneric.swift
[163/212] Compiling NIOPosix SelectorKqueue.swift
[164/212] Compiling NIOPosix SelectorUring.swift
[165/212] Compiling NIOPosix ServerSocket.swift
[166/212] Compiling NIOPosix Socket.swift
[167/212] Compiling NIOPosix SocketChannel.swift
[168/212] Compiling NIOPosix SocketProtocols.swift
[169/212] Compiling NIOPosix System.swift
[170/212] Compiling NIOPosix Thread.swift
[171/212] Emitting module NIOPosix
[172/212] Compiling NIOPosix BSDSocketAPICommon.swift
[173/212] Compiling NIOPosix BSDSocketAPIPosix.swift
[174/212] Compiling NIOPosix BSDSocketAPIWindows.swift
[175/212] Compiling NIOPosix BaseSocket.swift
[176/212] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[177/212] Compiling NIOPosix BaseSocketChannel.swift
[178/212] Compiling NIOPosix BaseStreamSocketChannel.swift
[179/212] Compiling NIOPosix ThreadPosix.swift
[180/212] Compiling NIOPosix ThreadWindows.swift
[181/212] Compiling NIOPosix UnsafeTransfer.swift
[182/212] Compiling NIOPosix Utilities.swift
[183/212] Compiling NIOPosix VsockAddress.swift
[184/212] Compiling NIOPosix VsockChannelEvents.swift
[185/212] Compiling NIOPosix IntegerBitPacking.swift
[186/212] Compiling NIOPosix IntegerTypes.swift
[187/212] Compiling NIOPosix Linux.swift
[188/212] Compiling NIOPosix LinuxCPUSet.swift
[189/212] Compiling NIOPosix LinuxUring.swift
[190/212] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[191/212] Compiling NIOPosix NIOThreadPool.swift
[192/212] Compiling NIOPosix Bootstrap.swift
[193/212] Compiling NIOPosix ControlMessage.swift
[194/212] Compiling NIOPosix DatagramVectorReadManager.swift
[195/212] Compiling NIOPosix FileDescriptor.swift
[196/212] Compiling NIOPosix GetaddrinfoResolver.swift
[197/212] Compiling NIOPosix HappyEyeballs.swift
[198/212] Compiling NIOPosix IO.swift
[199/212] Compiling NIOPosix NonBlockingFileIO.swift
[200/212] Compiling NIOPosix PendingDatagramWritesManager.swift
[201/212] Compiling NIOPosix PendingWritesManager.swift
[202/212] Compiling NIOPosix PipeChannel.swift
[203/212] Compiling NIOPosix PipePair.swift
[204/212] Compiling NIOPosix PointerHelpers.swift
[205/212] Compiling NIOPosix Pool.swift
[207/214] Wrapping AST for NIOPosix for debugging
[209/216] Emitting module NIO
[210/216] Compiling NIO Exports.swift
[212/218] Wrapping AST for NIO for debugging
[214/222] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[215/222] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[216/222] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[217/222] Emitting module NIOFoundationCompat
[219/224] Wrapping AST for NIOFoundationCompat for debugging
[221/231] Compiling NIORedis ByteBufferExtras.swift
[222/231] Emitting module NIORedis
[223/231] Compiling NIORedis RESPChannelHandler.swift
[224/231] Compiling NIORedis RESPPipelineSetup.swift
[225/231] Compiling NIORedis RESPValue.swift
[226/231] Compiling NIORedis RESPEncodable.swift
[227/231] Compiling NIORedis RESPParser.swift
[229/233] Wrapping AST for NIORedis for debugging
[231/257] Compiling RedisServer RedisLogger.swift
[232/257] Compiling RedisServer RedisPattern.swift
[233/257] Compiling RedisServer Utilities.swift
[234/260] Emitting module RedisServer
[235/260] Compiling RedisServer IntCommands.swift
[236/260] Compiling RedisServer KeyCommands.swift
[237/260] Compiling RedisServer ListCommands.swift
[238/260] Compiling RedisServer PubSubCommands.swift
[239/260] Compiling RedisServer Monitor.swift
[240/260] Compiling RedisServer PubSub.swift
[241/260] Compiling RedisServer RedisCommandContext.swift
[242/260] Compiling RedisServer RedisCommandHandler.swift
[243/260] Compiling RedisServer RedisServer.swift
[244/260] Compiling RedisServer RedisError.swift
[245/260] Compiling RedisServer RedisCommand.swift
[246/260] Compiling RedisServer ServerCommands.swift
[247/260] Compiling RedisServer SetCommands.swift
[248/260] Compiling RedisServer CommandTable.swift
[249/260] Compiling RedisServer CommandType.swift
[250/260] Compiling RedisServer ExpirationCommands.swift
[251/260] Compiling RedisServer HashCommands.swift
[252/260] Compiling RedisServer StringCommands.swift
[253/260] Compiling RedisServer Database.swift
[254/260] Compiling RedisServer DumpManager.swift
[255/260] Compiling RedisServer RedisList.swift
[256/260] Compiling RedisServer RedisValue.swift
[257/260] Compiling RedisServer RedisValueCoding.swift
[259/262] Wrapping AST for RedisServer for debugging
[261/265] Emitting module redi_s
[262/265] Compiling redi_s main.swift
[263/265] Compiling redi_s ConfigFile.swift
[265/267] Wrapping AST for redi-s for debugging
[266/267] Linking redi-s
Build complete! (96.88s)
Build complete.
Done.

Build Machine: Linux 2