The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-nio-irc-client, reference develop (f4ebc0), with Swift 6.1 for Linux on 31 May 2025 16:13:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-client.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/NozeIO/swift-nio-irc-client
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at f4ebc02 Merge pull request #1 from nathanborror/develop
Cloned https://github.com/NozeIO/swift-nio-irc-client.git
Revision (git rev-parse @):
f4ebc02f12f65d15d69ce3cbf85551805cc50ee8
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-client.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NozeIO/swift-nio-irc-client.git
https://github.com/NozeIO/swift-nio-irc-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.68.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-irc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-client",
  "name" : "swift-nio-irc-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRC",
      "targets" : [
        "IRC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IRC",
      "module_type" : "SwiftTarget",
      "name" : "IRC",
      "path" : "Sources/IRC",
      "product_dependencies" : [
        "NIO",
        "NIOIRC",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "IRC"
      ],
      "sources" : [
        "IRCClient.swift",
        "IRCClientDelegate.swift",
        "IRCClientMessageTarget.swift",
        "IRCClientOptions.swift",
        "IRCRetryStrategyCB.swift",
        "ReExports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/apple/swift-nio.git
[1/2667] Fetching swift-nio-transport-services
[431/2981] Fetching swift-nio-transport-services, swift-nio-irc
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.44s)
[284/76451] Fetching swift-nio-irc, swift-nio
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (6.84s)
Fetched https://github.com/apple/swift-nio.git from cache (6.97s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (8.24s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (1.00s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.19s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[265/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.92s)
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.21s)
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
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.24.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.2.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
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/25] Write sources
[14/25] Compiling CNIOWindows WSAStartup.c
[15/25] Compiling _AtomicsShims.c
[16/25] Compiling CNIOWindows shim.c
[17/25] Write sources
[18/25] Compiling CNIOLinux liburing_shims.c
[19/25] Compiling CNIODarwin shim.c
[20/25] Compiling CNIOWASI CNIOWASI.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/64] Emitting module InternalCollectionsUtilities
[24/65] Compiling c-nioatomics.c
[26/65] Compiling Atomics ManagedAtomic.swift
[27/65] Compiling Atomics ManagedAtomicLazyReference.swift
[28/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/67] Compiling Atomics Primitives.shims.swift
[30/67] Compiling Atomics AtomicInteger.swift
[31/67] Compiling Atomics AtomicOptionalWrappable.swift
[32/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/67] Compiling Atomics AtomicStorage.swift
[34/67] Compiling Atomics AtomicValue.swift
[36/67] Compiling Atomics AtomicReference.swift
[37/67] Compiling Atomics PointerConformances.swift
[38/67] Compiling Atomics Primitives.native.swift
[39/67] Compiling Atomics UnsafeAtomic.swift
[40/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/67] Compiling Atomics AtomicBool.swift
[44/67] Compiling Atomics IntegerConformances.swift
[45/67] Compiling _NIODataStructures PriorityQueue.swift
[46/67] Compiling _NIODataStructures _TinyArray.swift
[50/67] Compiling Atomics OptionalRawRepresentable.swift
[51/67] Compiling Atomics RawRepresentable.swift
[52/68] Compiling _NIOBase64 Base64.swift
[53/68] Emitting module _NIOBase64
[54/68] Compiling Atomics AtomicMemoryOrderings.swift
[55/68] Compiling Atomics DoubleWord.swift
[62/69] Emitting module Atomics
[62/69] Compiling c-atomics.c
[66/75] Compiling Atomics IntegerOperations.swift
[67/75] Compiling Atomics Unmanaged extensions.swift
[69/91] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[70/91] Compiling DequeModule Deque+CustomReflectable.swift
[71/91] Compiling DequeModule Deque+Descriptions.swift
[72/93] Compiling DequeModule _DequeBuffer.swift
[73/93] Compiling DequeModule _DequeBufferHeader.swift
[74/93] Compiling DequeModule Deque+Extras.swift
[75/93] Compiling DequeModule Deque+Hashable.swift
[76/93] Compiling DequeModule Deque+Equatable.swift
[77/93] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/93] Compiling DequeModule Deque+Testing.swift
[79/93] Compiling DequeModule Deque._Storage.swift
[80/93] Emitting module NIOConcurrencyHelpers
[81/93] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/93] Compiling DequeModule _DequeSlot.swift
[83/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/93] Compiling DequeModule Deque._UnsafeHandle.swift
[85/93] Compiling DequeModule Deque.swift
[86/93] Compiling NIOConcurrencyHelpers lock.swift
[87/93] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/93] Compiling _NIODataStructures Heap.swift
[89/93] Emitting module _NIODataStructures
[90/94] Compiling NIOConcurrencyHelpers atomics.swift
[93/95] Compiling DequeModule Deque+Codable.swift
[94/95] Compiling DequeModule Deque+Collection.swift
[95/95] Emitting module DequeModule
[97/156] Compiling NIOCore MulticastChannel.swift
[98/156] Compiling NIOCore NIOAny.swift
[99/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[100/156] Compiling NIOCore NIOLoopBound.swift
[101/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[102/156] Compiling NIOCore NIOScheduledCallback.swift
[103/156] Compiling NIOCore NIOSendable.swift
[104/156] Compiling NIOCore RecvByteBufferAllocator.swift
[105/164] Compiling NIOCore IO.swift
[106/164] Compiling NIOCore IOData.swift
[107/164] Compiling NIOCore IPProtocol.swift
[108/164] Compiling NIOCore IntegerBitPacking.swift
[109/164] Compiling NIOCore IntegerTypes.swift
[110/164] Compiling NIOCore Interfaces.swift
[111/164] Compiling NIOCore Linux.swift
[112/164] Compiling NIOCore MarkedCircularBuffer.swift
[113/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[114/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[115/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[116/164] Compiling NIOCore EventLoopFuture.swift
[117/164] Compiling NIOCore FileDescriptor.swift
[118/164] Compiling NIOCore FileHandle.swift
[119/164] Compiling NIOCore FileRegion.swift
[120/164] Compiling NIOCore GlobalSingletons.swift
[121/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[122/164] Compiling NIOCore SocketAddresses.swift
[123/164] Compiling NIOCore SocketOptionProvider.swift
[124/164] Compiling NIOCore SystemCallHelpers.swift
[125/164] Compiling NIOCore TimeAmount+Duration.swift
[126/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/164] Compiling NIOCore UniversalBootstrapSupport.swift
[128/164] Compiling NIOCore Utilities.swift
[129/164] Compiling NIOCore ByteBuffer-multi-int.swift
[130/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[131/164] Compiling NIOCore ByteBuffer-views.swift
[132/164] Compiling NIOCore Channel.swift
[133/164] Compiling NIOCore ChannelHandler.swift
[134/164] Compiling NIOCore ChannelHandlers.swift
[135/164] Compiling NIOCore ChannelInvoker.swift
[136/164] Compiling NIOCore ChannelOption.swift
[137/164] Compiling NIOCore ChannelPipeline.swift
[138/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[139/164] Compiling NIOCore BSDSocketAPI.swift
[140/164] Compiling NIOCore ByteBuffer-aux.swift
[141/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[142/164] Compiling NIOCore ByteBuffer-conversions.swift
[143/164] Compiling NIOCore ByteBuffer-core.swift
[144/164] Compiling NIOCore ByteBuffer-hex.swift
[145/164] Compiling NIOCore ByteBuffer-int.swift
[146/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[147/164] Compiling NIOCore AddressedEnvelope.swift
[148/164] Compiling NIOCore AsyncAwaitSupport.swift
[149/164] Compiling NIOCore AsyncChannel.swift
[150/164] Compiling NIOCore AsyncChannelHandler.swift
[151/164] Compiling NIOCore AsyncChannelInboundStream.swift
[152/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/164] Compiling NIOCore NIOAsyncWriter.swift
[156/164] Compiling NIOCore CircularBuffer.swift
[157/164] Compiling NIOCore Codec.swift
[158/164] Compiling NIOCore ConvenienceOptionSupport.swift
[159/164] Compiling NIOCore DeadChannel.swift
[160/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[161/164] Compiling NIOCore EventLoop+Deprecated.swift
[162/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[163/164] Compiling NIOCore EventLoop.swift
[164/164] Emitting module NIOCore
[166/215] Emitting module NIOEmbedded
[167/215] Compiling NIOEmbedded Embedded.swift
[168/215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[169/215] Compiling NIOEmbedded AsyncTestingChannel.swift
[171/216] Emitting module NIOPosix
[172/222] Compiling NIOPosix ServerSocket.swift
[173/222] Compiling NIOPosix Socket.swift
[174/222] Compiling NIOPosix SocketChannel.swift
[175/222] Compiling NIOPosix SocketProtocols.swift
[176/222] Compiling NIOPosix System.swift
[177/222] Compiling NIOPosix Thread.swift
[178/222] Compiling NIOPosix SelectableChannel.swift
[179/222] Compiling NIOPosix SelectableEventLoop.swift
[180/222] Compiling NIOPosix SelectorEpoll.swift
[181/222] Compiling NIOPosix SelectorGeneric.swift
[182/222] Compiling NIOPosix SelectorKqueue.swift
[183/222] Compiling NIOPosix SelectorUring.swift
[184/222] Compiling NIOPosix Pool.swift
[185/222] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[186/222] Compiling NIOPosix PosixSingletons.swift
[187/222] Compiling NIOPosix RawSocketBootstrap.swift
[188/222] Compiling NIOPosix Resolver.swift
[189/222] Compiling NIOPosix Selectable.swift
[190/222] Compiling NIOPosix ThreadPosix.swift
[191/222] Compiling NIOPosix ThreadWindows.swift
[192/222] Compiling NIOPosix UnsafeTransfer.swift
[193/222] Compiling NIOPosix Utilities.swift
[194/222] Compiling NIOPosix VsockAddress.swift
[195/222] Compiling NIOPosix VsockChannelEvents.swift
[196/222] Compiling NIOPosix IO.swift
[197/222] Compiling NIOPosix IntegerBitPacking.swift
[198/222] Compiling NIOPosix IntegerTypes.swift
[199/222] Compiling NIOPosix Linux.swift
[200/222] Compiling NIOPosix LinuxCPUSet.swift
[201/222] Compiling NIOPosix LinuxUring.swift
[202/222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[203/222] Compiling NIOPosix NIOThreadPool.swift
[204/222] Compiling NIOPosix NonBlockingFileIO.swift
[205/222] Compiling NIOPosix PendingDatagramWritesManager.swift
[206/222] Compiling NIOPosix PendingWritesManager.swift
[207/222] Compiling NIOPosix PipeChannel.swift
[208/222] Compiling NIOPosix PipePair.swift
[209/222] Compiling NIOPosix Bootstrap.swift
[210/222] Compiling NIOPosix ControlMessage.swift
[211/222] Compiling NIOPosix DatagramVectorReadManager.swift
[212/222] Compiling NIOPosix Errors+Any.swift
[213/222] Compiling NIOPosix FileDescriptor.swift
[214/222] Compiling NIOPosix GetaddrinfoResolver.swift
[215/222] Compiling NIOPosix HappyEyeballs.swift
[216/222] Compiling NIOPosix BSDSocketAPICommon.swift
[217/222] Compiling NIOPosix BSDSocketAPIPosix.swift
[218/222] Compiling NIOPosix BSDSocketAPIWindows.swift
[219/222] Compiling NIOPosix BaseSocket.swift
[220/222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[221/222] Compiling NIOPosix BaseSocketChannel.swift
[222/222] Compiling NIOPosix BaseStreamSocketChannel.swift
[224/225] Compiling NIO Exports.swift
[225/225] Emitting module NIO
[227/254] Compiling NIOTLS TLSEvents.swift
[228/254] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[229/254] Emitting module NIOTLS
[230/254] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[231/254] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[232/254] Compiling NIOTLS SNIHandler.swift
[234/255] Compiling NIOIRC IRCServerName.swift
[235/255] Compiling NIOIRC IRCUserID.swift
[236/257] Emitting module NIOFoundationCompat
[237/257] Compiling NIOIRC IRCUserInfo.swift
[238/257] Compiling NIOIRC IRCUserMode.swift
[239/257] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[240/257] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[241/257] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[242/257] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[243/257] Emitting module NIOIRC
[244/258] Compiling NIOIRC IRCMessageRecipient.swift
[245/258] Compiling NIOIRC IRCNickName.swift
[246/258] Compiling NIOIRC IRCCommandCodes.swift
[247/258] Compiling NIOIRC IRCMessage.swift
[249/258] Compiling NIOIRC IRCMessageTarget.swift
[250/258] Compiling NIOIRC IRCChannelMode.swift
[251/258] Compiling NIOIRC ByteBufferExtras.swift
[252/258] Compiling NIOIRC Scandinavian.swift
[253/258] Compiling NIOIRC IRCChannelHandler.swift
[254/258] Compiling NIOIRC IRCCommandParser.swift
[255/258] Compiling NIOIRC IRCDispatcher.swift
[256/258] Compiling NIOIRC IRCMessageParser.swift
[257/258] Compiling NIOIRC IRCChannelName.swift
[258/258] Compiling NIOIRC IRCCommand.swift
[260/281] Compiling NIOTransportServices NIOTSBootstraps.swift
[261/281] Compiling NIOTransportServices NIOTSChannelOptions.swift
[262/281] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[263/283] Compiling NIOTransportServices StateManagedChannel.swift
[264/283] Compiling NIOTransportServices StateManagedListenerChannel.swift
[265/283] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[266/283] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[267/283] Compiling NIOTransportServices NIOTSSingletons.swift
[268/283] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[269/283] Emitting module NIOTransportServices
[270/283] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[271/283] Compiling NIOTransportServices NIOTSErrors.swift
[272/283] Compiling NIOTransportServices NIOTSEventLoop.swift
[273/283] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[274/283] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[275/283] Compiling NIOTransportServices NIOTSListenerChannel.swift
[276/283] Compiling NIOTransportServices AcceptHandler.swift
[277/283] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[278/283] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[279/283] Compiling NIOTransportServices NIOTSDatagramListener.swift
[280/283] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[281/283] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[282/283] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[283/283] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[285/291] Compiling IRC ReExports.swift
[286/291] Compiling IRC IRCRetryStrategyCB.swift
[287/291] Emitting module IRC
[288/291] Compiling IRC IRCClientDelegate.swift
[289/291] Compiling IRC IRCClientOptions.swift
[290/291] Compiling IRC IRCClientMessageTarget.swift
[291/291] Compiling IRC IRCClient.swift
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:156:21: warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
154 |     _ = bootstrap.channelInitializer { [weak self] channel in
155 |       return channel.pipeline
156 |         .addHandler(IRCChannelHandler(), name: "de.zeezide.nio.irc.protocol")
    |                     `- warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
157 |         .flatMap { [weak self] _ in
158 |           guard let me = self else {
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/IRCChannelHandler.swift:37:12: note: class 'IRCChannelHandler' does not conform to the 'Sendable' protocol
 35 |  *
 36 |  */
 37 | open class IRCChannelHandler : ChannelDuplexHandler {
    |            `- note: class 'IRCChannelHandler' does not conform to the 'Sendable' protocol
 38 |
 39 |   public typealias InboundErr  = IRCParserError
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
 14 |
 15 | import NIO
 16 | import NIOIRC
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
 17 |
 18 | #if canImport(NIOTransportServices)
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:164:25: warning: type 'IRCClient.Handler' does not conform to the 'Sendable' protocol
162 |           }
163 |           return channel.pipeline
164 |             .addHandler(Handler(client: me),
    |                         `- warning: type 'IRCClient.Handler' does not conform to the 'Sendable' protocol
165 |                         name: "de.zeezide.nio.irc.client")
166 |         }
    :
390 |   // MARK: - Handler
391 |
392 |   final class Handler : ChannelInboundHandler {
    |               `- note: class 'Handler' does not conform to the 'Sendable' protocol
393 |
394 |     typealias InboundIn = IRCMessage
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:157:26: warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
 31 |  * - `connect` the client
 32 |  */
 33 | open class IRCClient : IRCClientMessageTarget {
    |            `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
 34 |
 35 |   public let options   : IRCClientOptions
    :
155 |       return channel.pipeline
156 |         .addHandler(IRCChannelHandler(), name: "de.zeezide.nio.irc.protocol")
157 |         .flatMap { [weak self] _ in
    |                          `- warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
158 |           guard let me = self else {
159 |             let error = channel.eventLoop.makePromise(of: Void.self)
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:158:26: warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
 31 |  * - `connect` the client
 32 |  */
 33 | open class IRCClient : IRCClientMessageTarget {
    |            `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
 34 |
 35 |   public let options   : IRCClientOptions
    :
156 |         .addHandler(IRCChannelHandler(), name: "de.zeezide.nio.irc.protocol")
157 |         .flatMap { [weak self] _ in
158 |           guard let me = self else {
    |                          `- warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
159 |             let error = channel.eventLoop.makePromise(of: Void.self)
160 |             error.fail(Error.internalInconsistency)
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:187:70: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
185 |
186 |   open func connect() {
187 |     guard eventLoop.inEventLoop else { return eventLoop.execute(self.connect) }
    |                                                                      `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
188 |
189 |     guard state.canStartConnection else { return }
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:205:9: warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
 31 |  * - `connect` the client
 32 |  */
 33 | open class IRCClient : IRCClientMessageTarget {
    |            `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
 34 |
 35 |   public let options   : IRCClientOptions
    :
203 |     return bootstrap.connect(host: host, port: port)
204 |       .map { channel in
205 |         self.retryInfo.registerSuccessfulConnect()
    |         `- warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
206 |
207 |         guard case .connecting = self.state else {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:245:65: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
243 |
244 |   open func close() {
245 |     guard eventLoop.inEventLoop else { return eventLoop.execute(close) }
    |                                                                 `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
246 |     _ = channel?.close(mode: .all)
247 |     clearListCollectors()
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:446:22: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
444 |     }
445 |     if count == 1 {
446 |       return channel.writeAndFlush(messages.first!, promise: promise)
    |                      `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
447 |     }
448 |
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCMessage.swift:23:15: note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
 21 |  * arguments).
 22 |  */
 23 | public struct IRCMessage : Codable, CustomStringConvertible {
    |               `- note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
 24 |
 25 |   public enum CodingKeys: String, CodingKey {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:451:17: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
449 |     guard let promise = promise else {
450 |       for message in messages {
451 |         channel.write(message, promise: nil)
    |                 `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
452 |       }
453 |       return channel.flush()
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCMessage.swift:23:15: note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
 21 |  * arguments).
 22 |  */
 23 | public struct IRCMessage : Codable, CustomStringConvertible {
    |               `- note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
 24 |
 25 |   public enum CodingKeys: String, CodingKey {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:457:45: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
455 |
456 |     EventLoopFuture<Void>
457 |       .andAllSucceed(messages.map { channel.write($0) },
    |                                             `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
458 |                      on: promise.futureResult.eventLoop)
459 |       .cascade(to: promise)
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCMessage.swift:23:15: note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
 21 |  * arguments).
 22 |  */
 23 | public struct IRCMessage : Codable, CustomStringConvertible {
    |               `- note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
 24 |
 25 |   public enum CodingKeys: String, CodingKey {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:436:9: warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
 31 |  * - `connect` the client
 32 |  */
 33 | open class IRCClient : IRCClientMessageTarget {
    |            `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
 34 |
 35 |   public let options   : IRCClientOptions
    :
434 |     guard channel.eventLoop.inEventLoop else {
435 |       return channel.eventLoop.execute {
436 |         self.sendMessages(messages, promise: promise)
    |         `- warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
437 |       }
438 |     }
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:436:27: warning: capture of 'messages' with non-sendable type 'T' in a '@Sendable' closure
422 |   public var origin : String? { return nil }
423 |
424 |   public func sendMessages<T: Collection>(_ messages: T,
    |                            `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
425 |                                           promise: EventLoopPromise<Void>?)
426 |                 where T.Element == IRCMessage
    :
434 |     guard channel.eventLoop.inEventLoop else {
435 |       return channel.eventLoop.execute {
436 |         self.sendMessages(messages, promise: promise)
    |                           `- warning: capture of 'messages' with non-sendable type 'T' in a '@Sendable' closure
437 |       }
438 |     }
Build complete! (113.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.68.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-irc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-client",
  "name" : "swift-nio-irc-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRC",
      "targets" : [
        "IRC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IRC",
      "module_type" : "SwiftTarget",
      "name" : "IRC",
      "path" : "Sources/IRC",
      "product_dependencies" : [
        "NIO",
        "NIOIRC",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "IRC"
      ],
      "sources" : [
        "IRCClient.swift",
        "IRCClientDelegate.swift",
        "IRCClientMessageTarget.swift",
        "IRCClientOptions.swift",
        "IRCRetryStrategyCB.swift",
        "ReExports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.