The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-client.git
Reference: 0.8.1
Cloned https://github.com/NozeIO/swift-nio-irc-client.git into spi-builder-workspace
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-client.git at 0.8.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/278] Fetching swift-nio-irc
[279/2187] Fetching swift-nio-irc, swift-nio-transport-services
[287/1909] Fetching swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git (0.22s)
Fetched https://github.com/apple/swift-nio-transport-services (0.29s)
[1/61558] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (5.80s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (0.29s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.19.0 (0.31s)
Fetching https://github.com/apple/swift-atomics.git
[1/1305] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.58.0 (0.43s)
Fetching https://github.com/apple/swift-collections.git
[1/11887] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git (0.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.36s)
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-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-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.19.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.1.0
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-irc.git resolved at 0.8.2
Building for debugging...
[0/8] Compiling CNIOWindows shim.c
[1/8] Compiling _AtomicsShims.c
[2/8] Compiling CNIOWindows WSAStartup.c
[3/8] Compiling CNIOLinux liburing_shims.c
[4/8] Compiling CNIODarwin shim.c
[5/8] Compiling CNIOLinux shim.c
[7/44] Emitting module Atomics
[8/46] Compiling Atomics AtomicOptionalRawRepresentable.swift
[9/46] Compiling Atomics AtomicValue.swift
[10/46] Compiling Atomics DoubleWord.swift
[11/48] Compiling Atomics Primitives.shims.swift
[12/48] Compiling DequeModule _DequeBufferHeader.swift
[13/48] Compiling Atomics AtomicRawRepresentable.swift
[14/48] Compiling Atomics AtomicStrongReference.swift
[15/48] Compiling Atomics Unmanaged extensions.swift
[16/48] Compiling Atomics HighLevelTypes.swift
[17/48] Compiling Atomics Primitives.native.swift
[18/48] Compiling Atomics AtomicInteger.swift
[19/48] Compiling Atomics AtomicMemoryOrderings.swift
[20/48] Compiling Atomics PointerConformances.swift
[21/48] Compiling Atomics AtomicLazyReference.swift
[24/48] Compiling Atomics AtomicOptional.swift
[25/48] Compiling Atomics AtomicBool.swift
[26/48] Compiling Atomics IntegerConformances.swift
[27/48] Emitting module DequeModule
[28/48] Compiling _NIODataStructures PriorityQueue.swift
[41/48] Compiling DequeModule _DequeSlot.swift
[42/48] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/51] Emitting module _NIODataStructures
[48/51] Compiling _NIODataStructures Heap.swift
[52/54] Compiling c-nioatomics.c
[53/54] Compiling c-atomics.c
[55/60] Compiling NIOConcurrencyHelpers lock.swift
[56/60] Emitting module NIOConcurrencyHelpers
[57/60] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[58/60] Compiling NIOConcurrencyHelpers NIOLock.swift
[59/60] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[60/60] Compiling NIOConcurrencyHelpers atomics.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 EventLoop+Deprecated.swift
[72/127] Compiling NIOCore EventLoop.swift
[73/127] Compiling NIOCore EventLoopFuture+Deprecated.swift
[74/127] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[75/127] Compiling NIOCore EventLoopFuture.swift
[76/127] Compiling NIOCore FileDescriptor.swift
[77/127] Compiling NIOCore FileHandle.swift
[78/127] Compiling NIOCore FileRegion.swift
[79/127] Compiling NIOCore CloseRatchet.swift
[80/127] Compiling NIOCore NIOAsyncSequenceProducer.swift
[81/127] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[82/127] Compiling NIOCore NIOAsyncWriter.swift
[83/127] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[84/127] Compiling NIOCore BSDSocketAPI.swift
[85/127] Compiling NIOCore ByteBuffer-aux.swift
[86/127] Compiling NIOCore ByteBuffer-conversions.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 ActorExecutor.swift
[96/127] Compiling NIOCore AddressedEnvelope.swift
[97/127] Compiling NIOCore AsyncAwaitSupport.swift
[98/127] Compiling NIOCore AsyncChannel.swift
[99/127] Compiling NIOCore AsyncChannelInboundStream.swift
[100/127] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[101/127] Compiling NIOCore AsyncChannelOutboundWriter.swift
[102/127] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[103/127] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[104/127] Compiling NIOCore SocketAddresses.swift
[105/127] Compiling NIOCore SocketOptionProvider.swift
[106/127] Compiling NIOCore SystemCallHelpers.swift
[107/127] Compiling NIOCore TimeAmount+Duration.swift
[108/127] Compiling NIOCore TypeAssistedChannelHandler.swift
[109/127] Compiling NIOCore UniversalBootstrapSupport.swift
[110/127] Compiling NIOCore Utilities.swift
[111/127] Emitting module NIOCore
[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 Embedded.swift
[132/178] Emitting module NIOEmbedded
[133/178] Compiling NIOEmbedded AsyncTestingChannel.swift
[136/180] Emitting module NIOPosix
[137/186] Compiling NIOPosix IntegerBitPacking.swift
[138/186] Compiling NIOPosix IntegerTypes.swift
[139/186] Compiling NIOPosix Linux.swift
[140/186] Compiling NIOPosix LinuxCPUSet.swift
[141/186] Compiling NIOPosix LinuxUring.swift
[142/186] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[143/186] Compiling NIOPosix PointerHelpers.swift
[144/186] Compiling NIOPosix Pool.swift
[145/186] Compiling NIOPosix PooledRecvBufferAllocator.swift
[146/186] Compiling NIOPosix PosixSingletons.swift
[147/186] Compiling NIOPosix RawSocketBootstrap.swift
[148/186] Compiling NIOPosix Resolver.swift
[149/186] Compiling NIOPosix Thread.swift
[150/186] Compiling NIOPosix ThreadPosix.swift
[151/186] Compiling NIOPosix ThreadWindows.swift
[152/186] Compiling NIOPosix Utilities.swift
[153/186] Compiling NIOPosix VsockAddress.swift
[154/186] Compiling NIOPosix VsockChannelEvents.swift
[155/186] Compiling NIOPosix Selectable.swift
[156/186] Compiling NIOPosix SelectableChannel.swift
[157/186] Compiling NIOPosix SelectableEventLoop.swift
[158/186] Compiling NIOPosix SelectorEpoll.swift
[159/186] Compiling NIOPosix SelectorGeneric.swift
[160/186] Compiling NIOPosix SelectorKqueue.swift
[161/186] Compiling NIOPosix SelectorUring.swift
[162/186] Compiling NIOPosix ServerSocket.swift
[163/186] Compiling NIOPosix Socket.swift
[164/186] Compiling NIOPosix SocketChannel.swift
[165/186] Compiling NIOPosix SocketProtocols.swift
[166/186] Compiling NIOPosix System.swift
[167/186] Compiling NIOPosix NIOThreadPool.swift
[168/186] Compiling NIOPosix NonBlockingFileIO.swift
[169/186] Compiling NIOPosix PendingDatagramWritesManager.swift
[170/186] Compiling NIOPosix PendingWritesManager.swift
[171/186] Compiling NIOPosix PipeChannel.swift
[172/186] Compiling NIOPosix PipePair.swift
[173/186] Compiling NIOPosix BSDSocketAPICommon.swift
[174/186] Compiling NIOPosix BSDSocketAPIPosix.swift
[175/186] Compiling NIOPosix BSDSocketAPIWindows.swift
[176/186] Compiling NIOPosix BaseSocket.swift
[177/186] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[178/186] Compiling NIOPosix BaseSocketChannel.swift
[179/186] Compiling NIOPosix BaseStreamSocketChannel.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/219] Compiling NIOTLS TLSEvents.swift
[194/219] Emitting module NIOTLS
[195/219] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[196/219] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[197/219] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[198/219] Compiling NIOTLS SNIHandler.swift
[201/221] Emitting module NIOFoundationCompat
[202/221] Compiling NIOIRC IRCServerName.swift
[203/221] Compiling NIOIRC IRCUserID.swift
[204/223] Compiling NIOIRC IRCUserInfo.swift
[205/223] Compiling NIOIRC IRCUserMode.swift
[206/223] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[207/223] Compiling NIOIRC IRCCommandCodes.swift
[208/223] Compiling NIOIRC IRCMessage.swift
[209/223] Compiling NIOIRC IRCMessageRecipient.swift
[210/223] Compiling NIOIRC IRCNickName.swift
[211/223] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[212/223] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[213/224] Emitting module NIOIRC
[216/225] Compiling NIOIRC IRCMessageTarget.swift
[217/225] Compiling NIOIRC IRCChannelMode.swift
[218/225] Compiling NIOIRC ByteBufferExtras.swift
[219/225] Compiling NIOIRC Scandinavian.swift
[220/225] Compiling NIOIRC IRCChannelHandler.swift
[221/225] Compiling NIOIRC IRCCommandParser.swift
[222/225] Compiling NIOIRC IRCDispatcher.swift
[223/225] Compiling NIOIRC IRCMessageParser.swift
[224/225] Compiling NIOIRC IRCChannelName.swift
[225/225] Compiling NIOIRC IRCCommand.swift
[228/249] Compiling NIOTransportServices AcceptHandler.swift
[229/249] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[230/249] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[231/249] Compiling NIOTransportServices NIOTSBootstraps.swift
[232/249] Compiling NIOTransportServices NIOTSChannelOptions.swift
[233/249] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[234/251] Emitting module NIOTransportServices
[235/251] Compiling NIOTransportServices StateManagedChannel.swift
[236/251] Compiling NIOTransportServices StateManagedListenerChannel.swift
[237/251] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[238/251] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[239/251] Compiling NIOTransportServices NIOTSSingletons.swift
[240/251] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[241/251] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[242/251] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[243/251] Compiling NIOTransportServices NIOTSListenerChannel.swift
[244/251] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[245/251] Compiling NIOTransportServices NIOTSErrors.swift
[246/251] Compiling NIOTransportServices NIOTSEventLoop.swift
[247/251] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[248/251] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[249/251] Compiling NIOTransportServices NIOTSDatagramListener.swift
[250/251] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[251/251] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[254/260] Compiling IRC ReExports.swift
[255/260] Compiling IRC IRCClientMessageTarget.swift
[256/260] Compiling IRC IRCClientDelegate.swift
[257/260] Emitting module IRC
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:576:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doNotice(recipients: [ IRCMessageRecipient ], message: String)
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:582:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doMessage(sender     : IRCUserID?,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:593:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doNick(_ newNick: IRCNickName) throws {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:609:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doMode(nick: IRCNickName, add: IRCUserMode, remove: IRCUserMode)
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:625:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doPing(_ server: String, server2: String? = nil) throws {
  ^~~~
  public
[258/260] Compiling IRC IRCRetryStrategyCB.swift
[259/260] Compiling IRC IRCClientOptions.swift
[260/260] Compiling IRC IRCClient.swift
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:576:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doNotice(recipients: [ IRCMessageRecipient ], message: String)
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:582:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doMessage(sender     : IRCUserID?,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:593:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doNick(_ newNick: IRCNickName) throws {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:609:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doMode(nick: IRCNickName, add: IRCUserMode, remove: IRCUserMode)
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:625:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func doPing(_ server: String, server2: String? = nil) throws {
  ^~~~
  public
Build complete! (45.26s)
Build complete.
Done.

Build Machine: Linux 2