The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-nio-irc with Swift 5.7 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftNIOExtras/swift-nio-irc.git
Reference: 0.8.2
Cloned https://github.com/SwiftNIOExtras/swift-nio-irc.git into spi-builder-workspace
SUCCESS checkout https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio.git
[1/61558] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (4.17s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.58.0 (0.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/11949] Fetching swift-collections
[360/13254] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git (2.38s)
Fetched https://github.com/apple/swift-collections.git (2.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.26s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.58.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.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.1.0
Building for debugging...
[0/8] Compiling CNIOWindows WSAStartup.c
[1/8] Compiling CNIODarwin shim.c
[1/8] Compiling CNIOWindows shim.c
[3/8] Compiling _AtomicsShims.c
[4/8] Compiling CNIOLinux liburing_shims.c
[5/8] Compiling CNIOLinux shim.c
[7/44] Emitting module _NIODataStructures
[8/44] Compiling DequeModule _DequeBuffer.swift
[9/44] Compiling DequeModule _DequeBufferHeader.swift
[10/44] Compiling Atomics AtomicInteger.swift
[11/44] Compiling Atomics AtomicMemoryOrderings.swift
[12/44] Compiling Atomics AtomicOptional.swift
[13/46] Compiling Atomics AtomicStrongReference.swift
[14/46] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[15/46] Compiling Atomics DoubleWord.swift
[16/46] Compiling Atomics AtomicRawRepresentable.swift
[17/46] Compiling Atomics AtomicOptionalRawRepresentable.swift
[18/46] Compiling Atomics Unmanaged extensions.swift
[19/46] Compiling Atomics AtomicLazyReference.swift
[20/46] Compiling Atomics HighLevelTypes.swift
[21/46] Compiling Atomics AtomicValue.swift
[24/48] Emitting module DequeModule
[25/48] Compiling Atomics AtomicBool.swift
[26/48] Compiling Atomics IntegerConformances.swift
[27/48] Compiling Atomics PointerConformances.swift
[28/48] Compiling DequeModule _DequeSlot.swift
[29/48] Compiling DequeModule _UnsafeWrappedBuffer.swift
[30/49] Compiling _NIODataStructures PriorityQueue.swift
[34/50] Compiling _NIODataStructures Heap.swift
[48/52] Emitting module Atomics
[49/52] Compiling Atomics Primitives.native.swift
[50/52] Compiling Atomics Primitives.shims.swift
[52/54] Compiling c-nioatomics.c
[53/54] Compiling c-atomics.c
[55/60] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[56/60] Compiling NIOConcurrencyHelpers NIOLock.swift
[57/60] Compiling NIOConcurrencyHelpers lock.swift
[58/60] Compiling NIOConcurrencyHelpers atomics.swift
[59/60] Emitting module NIOConcurrencyHelpers
[60/60] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[63/119] Compiling NIOCore GlobalSingletons.swift
[64/119] Compiling NIOCore IO.swift
[65/119] Compiling NIOCore IOData.swift
[66/119] Compiling NIOCore IPProtocol.swift
[67/119] Compiling NIOCore IntegerBitPacking.swift
[68/119] Compiling NIOCore IntegerTypes.swift
[69/119] Compiling NIOCore Interfaces.swift
[70/119] Compiling NIOCore Linux.swift
[71/127] Compiling NIOCore ActorExecutor.swift
[72/127] Compiling NIOCore AddressedEnvelope.swift
[73/127] Compiling NIOCore AsyncAwaitSupport.swift
[74/127] Compiling NIOCore AsyncChannel.swift
[75/127] Compiling NIOCore AsyncChannelInboundStream.swift
[76/127] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[77/127] Compiling NIOCore AsyncChannelOutboundWriter.swift
[78/127] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[79/127] Compiling NIOCore EventLoop+Deprecated.swift
[80/127] Compiling NIOCore EventLoop.swift
[81/127] Compiling NIOCore EventLoopFuture+Deprecated.swift
[82/127] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[83/127] Compiling NIOCore EventLoopFuture.swift
[84/127] Compiling NIOCore FileDescriptor.swift
[85/127] Compiling NIOCore FileHandle.swift
[86/127] Compiling NIOCore FileRegion.swift
[87/127] Compiling NIOCore ChannelInvoker.swift
[88/127] Compiling NIOCore ChannelOption.swift
[89/127] Compiling NIOCore ChannelPipeline.swift
[90/127] Compiling NIOCore CircularBuffer.swift
[91/127] Compiling NIOCore Codec.swift
[92/127] Compiling NIOCore ConvenienceOptionSupport.swift
[93/127] Compiling NIOCore DeadChannel.swift
[94/127] Compiling NIOCore DispatchQueue+WithFuture.swift
[95/127] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[96/127] Compiling NIOCore SocketAddresses.swift
[97/127] Compiling NIOCore SocketOptionProvider.swift
[98/127] Compiling NIOCore SystemCallHelpers.swift
[99/127] Compiling NIOCore TimeAmount+Duration.swift
[100/127] Compiling NIOCore TypeAssistedChannelHandler.swift
[101/127] Compiling NIOCore UniversalBootstrapSupport.swift
[102/127] Compiling NIOCore Utilities.swift
[103/127] Emitting module NIOCore
[104/127] Compiling NIOCore CloseRatchet.swift
[105/127] Compiling NIOCore NIOAsyncSequenceProducer.swift
[106/127] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[107/127] Compiling NIOCore NIOAsyncWriter.swift
[108/127] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[109/127] Compiling NIOCore BSDSocketAPI.swift
[110/127] Compiling NIOCore ByteBuffer-aux.swift
[111/127] Compiling NIOCore ByteBuffer-conversions.swift
[112/127] Compiling NIOCore MarkedCircularBuffer.swift
[113/127] Compiling NIOCore MulticastChannel.swift
[114/127] Compiling NIOCore NIOAny.swift
[115/127] Compiling NIOCore NIOCloseOnErrorHandler.swift
[116/127] Compiling NIOCore NIOLoopBound.swift
[117/127] Compiling NIOCore NIOSendable.swift
[118/127] Compiling NIOCore PointerHelpers.swift
[119/127] Compiling NIOCore RecvByteBufferAllocator.swift
[120/127] Compiling NIOCore ByteBuffer-core.swift
[121/127] Compiling NIOCore ByteBuffer-int.swift
[122/127] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/127] Compiling NIOCore ByteBuffer-multi-int.swift
[124/127] Compiling NIOCore ByteBuffer-views.swift
[125/127] Compiling NIOCore Channel.swift
[126/127] Compiling NIOCore ChannelHandler.swift
[127/127] Compiling NIOCore ChannelHandlers.swift
[130/178] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[131/178] Compiling NIOEmbedded AsyncTestingChannel.swift
[132/178] Emitting module NIOEmbedded
[133/178] Compiling NIOEmbedded Embedded.swift
[136/180] Emitting module NIOPosix
[137/186] Compiling NIOPosix PointerHelpers.swift
[138/186] Compiling NIOPosix Pool.swift
[139/186] Compiling NIOPosix PooledRecvBufferAllocator.swift
[140/186] Compiling NIOPosix PosixSingletons.swift
[141/186] Compiling NIOPosix RawSocketBootstrap.swift
[142/186] Compiling NIOPosix Resolver.swift
[143/186] Compiling NIOPosix Selectable.swift
[144/186] Compiling NIOPosix SelectableChannel.swift
[145/186] Compiling NIOPosix SelectableEventLoop.swift
[146/186] Compiling NIOPosix SelectorEpoll.swift
[147/186] Compiling NIOPosix SelectorGeneric.swift
[148/186] Compiling NIOPosix SelectorKqueue.swift
[149/186] Compiling NIOPosix SelectorUring.swift
[150/186] Compiling NIOPosix ServerSocket.swift
[151/186] Compiling NIOPosix Socket.swift
[152/186] Compiling NIOPosix SocketChannel.swift
[153/186] Compiling NIOPosix SocketProtocols.swift
[154/186] Compiling NIOPosix System.swift
[155/186] Compiling NIOPosix Thread.swift
[156/186] Compiling NIOPosix ThreadPosix.swift
[157/186] Compiling NIOPosix ThreadWindows.swift
[158/186] Compiling NIOPosix Utilities.swift
[159/186] Compiling NIOPosix VsockAddress.swift
[160/186] Compiling NIOPosix VsockChannelEvents.swift
[161/186] Compiling NIOPosix NIOThreadPool.swift
[162/186] Compiling NIOPosix NonBlockingFileIO.swift
[163/186] Compiling NIOPosix PendingDatagramWritesManager.swift
[164/186] Compiling NIOPosix PendingWritesManager.swift
[165/186] Compiling NIOPosix PipeChannel.swift
[166/186] Compiling NIOPosix PipePair.swift
[167/186] Compiling NIOPosix BSDSocketAPICommon.swift
[168/186] Compiling NIOPosix BSDSocketAPIPosix.swift
[169/186] Compiling NIOPosix BSDSocketAPIWindows.swift
[170/186] Compiling NIOPosix BaseSocket.swift
[171/186] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[172/186] Compiling NIOPosix BaseSocketChannel.swift
[173/186] Compiling NIOPosix BaseStreamSocketChannel.swift
[174/186] Compiling NIOPosix IntegerBitPacking.swift
[175/186] Compiling NIOPosix IntegerTypes.swift
[176/186] Compiling NIOPosix Linux.swift
[177/186] Compiling NIOPosix LinuxCPUSet.swift
[178/186] Compiling NIOPosix LinuxUring.swift
[179/186] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[180/186] Compiling NIOPosix Bootstrap.swift
[181/186] Compiling NIOPosix ControlMessage.swift
[182/186] Compiling NIOPosix DatagramVectorReadManager.swift
[183/186] Compiling NIOPosix FileDescriptor.swift
[184/186] Compiling NIOPosix GetaddrinfoResolver.swift
[185/186] Compiling NIOPosix HappyEyeballs.swift
[186/186] Compiling NIOPosix IO.swift
[189/190] Emitting module NIO
[190/190] Compiling NIO Exports.swift
[193/209] Compiling NIOIRC IRCServerName.swift
[194/209] Compiling NIOIRC IRCUserID.swift
[195/211] Compiling NIOIRC IRCUserInfo.swift
[196/211] Compiling NIOIRC IRCUserMode.swift
[197/211] Compiling NIOIRC IRCMessageTarget.swift
[198/211] Compiling NIOIRC IRCChannelMode.swift
[199/211] Compiling NIOIRC IRCMessageRecipient.swift
[200/211] Compiling NIOIRC IRCNickName.swift
[201/211] Compiling NIOIRC IRCCommandCodes.swift
[202/211] Compiling NIOIRC IRCMessage.swift
[203/211] Compiling NIOIRC IRCChannelName.swift
[204/211] Compiling NIOIRC IRCCommand.swift
[205/211] Compiling NIOIRC IRCCommandParser.swift
[206/211] Compiling NIOIRC IRCDispatcher.swift
[207/211] Compiling NIOIRC IRCMessageParser.swift
[208/211] Compiling NIOIRC ByteBufferExtras.swift
[209/211] Compiling NIOIRC Scandinavian.swift
[210/211] Compiling NIOIRC IRCChannelHandler.swift
[211/211] Emitting module NIOIRC
Build complete! (29.39s)
Build complete.
Done.

Build Machine: Linux 1