The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftNIOExtras/swift-nio-irc.git
Reference: develop
Cloned https://github.com/SwiftNIOExtras/swift-nio-irc.git into spi-builder-workspace
SUCCESS checkout https://github.com/SwiftNIOExtras/swift-nio-irc.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio.git
[1/60073] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (4.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.54.0 (0.52s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/11270] Fetching swift-collections
[903/12315] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git (0.84s)
Fetched https://github.com/apple/swift-collections.git (0.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.32s)
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.54.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
Building for debugging...
[0/8] Compiling CNIODarwin shim.c
[1/8] Compiling CNIOWindows WSAStartup.c
[2/8] Compiling CNIOLinux liburing_shims.c
[3/8] Compiling CNIOWindows shim.c
[4/8] Compiling _AtomicsShims.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 DequeModule Deque.swift
[11/44] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[12/46] Compiling DequeModule Deque+Hashable.swift
[13/46] Compiling DequeModule Deque+Testing.swift
[14/48] Compiling _NIODataStructures PriorityQueue.swift
[15/48] Emitting module Atomics
[16/48] Compiling DequeModule Deque+Equatable.swift
[17/48] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[18/48] Compiling DequeModule Deque+Extras.swift
[19/48] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[20/48] Compiling DequeModule Compatibility.swift
[21/48] Compiling DequeModule Deque+Codable.swift
[22/48] Compiling DequeModule Deque+CustomReflectable.swift
[23/48] Compiling DequeModule Deque+CustomStringConvertible.swift
[24/48] Compiling DequeModule Deque+Collection.swift
[26/48] Compiling DequeModule Deque._Storage.swift
[27/48] Compiling DequeModule Deque._UnsafeHandle.swift
[41/48] Emitting module DequeModule
[42/48] Compiling DequeModule _DequeSlot.swift
[43/48] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/50] Compiling c-nioatomics.c
[47/50] Compiling _NIODataStructures Heap.swift
[50/52] Compiling Atomics Primitives.native.swift
[51/52] Compiling Atomics Primitives.shims.swift
[53/54] Compiling c-atomics.c
[55/60] Compiling NIOConcurrencyHelpers NIOLock.swift
[56/60] Emitting module NIOConcurrencyHelpers
[57/60] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[58/60] Compiling NIOConcurrencyHelpers lock.swift
[59/60] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[60/60] Compiling NIOConcurrencyHelpers atomics.swift
[63/118] Compiling NIOCore AddressedEnvelope.swift
[64/118] Compiling NIOCore AsyncAwaitSupport.swift
[65/118] Compiling NIOCore AsyncChannel.swift
[66/118] Compiling NIOCore AsyncChannelInboundStream.swift
[67/118] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[68/118] Compiling NIOCore AsyncChannelOutboundWriter.swift
[69/118] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[70/118] Compiling NIOCore CloseRatchet.swift
[71/125] Compiling NIOCore SocketAddresses.swift
[72/125] Compiling NIOCore SocketOptionProvider.swift
[73/125] Compiling NIOCore SystemCallHelpers.swift
[74/125] Compiling NIOCore TimeAmount+Duration.swift
[75/125] Compiling NIOCore TypeAssistedChannelHandler.swift
[76/125] Compiling NIOCore UniversalBootstrapSupport.swift
[77/125] Compiling NIOCore Utilities.swift
[78/125] Compiling NIOCore EventLoop.swift
[79/125] Compiling NIOCore EventLoopFuture+Deprecated.swift
[80/125] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[81/125] Compiling NIOCore EventLoopFuture.swift
[82/125] Compiling NIOCore FileDescriptor.swift
[83/125] Compiling NIOCore FileHandle.swift
[84/125] Compiling NIOCore FileRegion.swift
[85/125] Compiling NIOCore IO.swift
[86/125] Compiling NIOCore NIOAsyncSequenceProducer.swift
[87/125] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[88/125] Compiling NIOCore NIOAsyncWriter.swift
[89/125] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[90/125] Compiling NIOCore BSDSocketAPI.swift
[91/125] Compiling NIOCore ByteBuffer-aux.swift
[92/125] Compiling NIOCore ByteBuffer-conversions.swift
[93/125] Compiling NIOCore ByteBuffer-core.swift
[94/125] Compiling NIOCore IOData.swift
[95/125] Compiling NIOCore IPProtocol.swift
[96/125] Compiling NIOCore IntegerBitPacking.swift
[97/125] Compiling NIOCore IntegerTypes.swift
[98/125] Compiling NIOCore Interfaces.swift
[99/125] Compiling NIOCore Linux.swift
[100/125] Compiling NIOCore MarkedCircularBuffer.swift
[101/125] Compiling NIOCore MulticastChannel.swift
[102/125] Compiling NIOCore NIOAny.swift
[103/125] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/125] Compiling NIOCore NIOLoopBound.swift
[105/125] Compiling NIOCore NIOSendable.swift
[106/125] Compiling NIOCore PointerHelpers.swift
[107/125] Compiling NIOCore RecvByteBufferAllocator.swift
[108/125] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[109/125] Compiling NIOCore ChannelOption.swift
[110/125] Compiling NIOCore ChannelPipeline.swift
[111/125] Compiling NIOCore CircularBuffer.swift
[112/125] Compiling NIOCore Codec.swift
[113/125] Compiling NIOCore ConvenienceOptionSupport.swift
[114/125] Compiling NIOCore DeadChannel.swift
[115/125] Compiling NIOCore DispatchQueue+WithFuture.swift
[116/125] Compiling NIOCore EventLoop+Deprecated.swift
[117/125] Compiling NIOCore ByteBuffer-int.swift
[118/125] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[119/125] Compiling NIOCore ByteBuffer-multi-int.swift
[120/125] Compiling NIOCore ByteBuffer-views.swift
[121/125] Compiling NIOCore Channel.swift
[122/125] Compiling NIOCore ChannelHandler.swift
[123/125] Compiling NIOCore ChannelHandlers.swift
[124/125] Compiling NIOCore ChannelInvoker.swift
[125/125] Emitting module NIOCore
[128/174] Emitting module NIOEmbedded
[129/174] Compiling NIOEmbedded AsyncTestingChannel.swift
[130/174] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[131/174] Compiling NIOEmbedded Embedded.swift
[134/176] Compiling NIOPosix SelectorKqueue.swift
[135/176] Compiling NIOPosix SelectorUring.swift
[136/176] Compiling NIOPosix ServerSocket.swift
[137/176] Compiling NIOPosix Socket.swift
[138/176] Compiling NIOPosix SocketChannel.swift
[139/176] Compiling NIOPosix SocketProtocols.swift
[140/181] Emitting module NIOPosix
[141/181] Compiling NIOPosix PipeChannel.swift
[142/181] Compiling NIOPosix PipePair.swift
[143/181] Compiling NIOPosix PointerHelpers.swift
[144/181] Compiling NIOPosix Pool.swift
[145/181] Compiling NIOPosix PooledRecvBufferAllocator.swift
[146/181] Compiling NIOPosix RawSocketBootstrap.swift
[147/181] Compiling NIOPosix Resolver.swift
[148/181] Compiling NIOPosix Selectable.swift
[149/181] Compiling NIOPosix SelectableChannel.swift
[150/181] Compiling NIOPosix SelectableEventLoop.swift
[151/181] Compiling NIOPosix SelectorEpoll.swift
[152/181] Compiling NIOPosix SelectorGeneric.swift
[153/181] Compiling NIOPosix BSDSocketAPICommon.swift
[154/181] Compiling NIOPosix BSDSocketAPIPosix.swift
[155/181] Compiling NIOPosix BSDSocketAPIWindows.swift
[156/181] Compiling NIOPosix BaseSocket.swift
[157/181] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[158/181] Compiling NIOPosix BaseSocketChannel.swift
[159/181] Compiling NIOPosix BaseStreamSocketChannel.swift
[160/181] Compiling NIOPosix Bootstrap.swift
[161/181] Compiling NIOPosix ControlMessage.swift
[162/181] Compiling NIOPosix DatagramVectorReadManager.swift
[163/181] Compiling NIOPosix FileDescriptor.swift
[164/181] Compiling NIOPosix GetaddrinfoResolver.swift
[165/181] Compiling NIOPosix HappyEyeballs.swift
[166/181] Compiling NIOPosix IO.swift
[167/181] Compiling NIOPosix IntegerBitPacking.swift
[168/181] Compiling NIOPosix IntegerTypes.swift
[169/181] Compiling NIOPosix Linux.swift
[170/181] Compiling NIOPosix LinuxCPUSet.swift
[171/181] Compiling NIOPosix LinuxUring.swift
[172/181] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[173/181] Compiling NIOPosix NIOThreadPool.swift
[174/181] Compiling NIOPosix NonBlockingFileIO.swift
[175/181] Compiling NIOPosix PendingDatagramWritesManager.swift
[176/181] Compiling NIOPosix PendingWritesManager.swift
[177/181] Compiling NIOPosix System.swift
[178/181] Compiling NIOPosix Thread.swift
[179/181] Compiling NIOPosix ThreadPosix.swift
[180/181] Compiling NIOPosix ThreadWindows.swift
[181/181] Compiling NIOPosix Utilities.swift
[184/185] Compiling NIO Exports.swift
[185/185] Emitting module NIO
[188/204] Compiling NIOIRC IRCServerName.swift
[189/204] Compiling NIOIRC IRCUserID.swift
[190/206] Compiling NIOIRC IRCMessageTarget.swift
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:51:22: warning: instance method 'components(separatedBy:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:51:22: note: The missing import of module 'Foundation' will be added implicitly
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:52:31: warning: instance method 'replacingOccurrences(of:with:options:range:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:52:31: note: The missing import of module 'Foundation' will be added implicitly
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:64:22: warning: instance method 'components(separatedBy:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:64:22: note: The missing import of module 'Foundation' will be added implicitly
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:65:31: warning: instance method 'replacingOccurrences(of:with:options:range:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:65:31: note: The missing import of module 'Foundation' will be added implicitly
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
[191/206] Compiling NIOIRC IRCChannelMode.swift
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:51:22: warning: instance method 'components(separatedBy:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:51:22: note: The missing import of module 'Foundation' will be added implicitly
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:52:31: warning: instance method 'replacingOccurrences(of:with:options:range:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:52:31: note: The missing import of module 'Foundation' will be added implicitly
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:64:22: warning: instance method 'components(separatedBy:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:64:22: note: The missing import of module 'Foundation' will be added implicitly
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:65:31: warning: instance method 'replacingOccurrences(of:with:options:range:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:65:31: note: The missing import of module 'Foundation' will be added implicitly
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
[192/206] Compiling NIOIRC IRCUserInfo.swift
[193/206] Compiling NIOIRC IRCUserMode.swift
[194/206] Compiling NIOIRC IRCCommandCodes.swift
[195/206] Compiling NIOIRC IRCMessage.swift
[196/206] Compiling NIOIRC IRCMessageRecipient.swift
[197/206] Compiling NIOIRC IRCNickName.swift
[198/206] Compiling NIOIRC IRCCommandParser.swift
[199/206] Compiling NIOIRC IRCDispatcher.swift
[200/206] Compiling NIOIRC IRCMessageParser.swift
[201/206] Compiling NIOIRC ByteBufferExtras.swift
[202/206] Compiling NIOIRC Scandinavian.swift
[203/206] Compiling NIOIRC IRCChannelHandler.swift
[204/206] Compiling NIOIRC IRCChannelName.swift
[205/206] Compiling NIOIRC IRCCommand.swift
[206/206] Emitting module NIOIRC
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:51:22: warning: instance method 'components(separatedBy:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:51:22: note: The missing import of module 'Foundation' will be added implicitly
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:52:31: warning: instance method 'replacingOccurrences(of:with:options:range:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:52:31: note: The missing import of module 'Foundation' will be added implicitly
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:64:22: warning: instance method 'components(separatedBy:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:64:22: note: The missing import of module 'Foundation' will be added implicitly
    let lines = text.components(separatedBy: "\n")
                     ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:65:31: warning: instance method 'replacingOccurrences(of:with:options:range:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in Swift 6
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
/host/spi-builder-workspace/Sources/NIOIRC/IRCMessageTarget.swift:65:31: note: The missing import of module 'Foundation' will be added implicitly
                    .map { $0.replacingOccurrences(of: "\r", with: "") }
                              ^
Build complete! (48.33s)
Build complete.
Done.

Build Machine: Linux 2