The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-webclient.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-webclient
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 39f9aeb Make IRCWebClientEndPoint removable
Cloned https://github.com/NozeIO/swift-nio-irc-webclient.git
Revision (git rev-parse @):
39f9aeb89eb317c764141dde75ffd9172498fcf5
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-webclient.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/NozeIO/swift-nio-irc-webclient.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
Fetching https://github.com/apple/swift-nio.git
[1/197] Fetching swift-nio-irc-client
[198/64694] Fetching swift-nio-irc-client, swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (3.84s)
Fetched https://github.com/apple/swift-nio.git from cache (3.92s)
Computing version for https://github.com/NozeIO/swift-nio-irc-client.git
Computed https://github.com/NozeIO/swift-nio-irc-client.git at 0.8.1 (0.71s)
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/278] Fetching swift-nio-irc
[279/2342] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (1.11s)
Fetched https://github.com/apple/swift-nio-transport-services from cache (1.11s)
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.43s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.20.1 (0.41s)
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.57s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/2983] Fetching swift-system
[2984/16729] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.64s)
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/NozeIO/swift-nio-irc-client.git
Working copy of https://github.com/NozeIO/swift-nio-irc-client.git resolved at 0.8.1
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.20.1
Building for debugging...
[0/53] Write sources
[18/53] Compiling CNIOWindows shim.c
[19/53] Compiling _AtomicsShims.c
[20/53] Compiling CNIOWindows WSAStartup.c
[21/53] Compiling CNIOLinux liburing_shims.c
[22/53] Compiling CNIODarwin shim.c
[23/53] Compiling CNIOSHA1 c_nio_sha1.c
[24/53] Write sources
/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.
[25/53] Compiling CNIOLinux shim.c
[26/53] Compiling CNIOLLHTTP c_nio_http.c
[27/53] Compiling CNIOLLHTTP c_nio_api.c
[28/53] Write swift-version-24593BA9C3E375BF.txt
[29/93] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/95] Compiling c-nioatomics.c
[31/95] Compiling c-atomics.c
[33/101] Emitting module NIOConcurrencyHelpers
[34/101] Emitting module Atomics
[35/103] Compiling Atomics Primitives.shims.swift
[36/103] Compiling Atomics AtomicInteger.swift
[37/103] Compiling Atomics AtomicOptionalWrappable.swift
[38/103] Emitting module _NIOBase64
[39/103] Compiling _NIOBase64 Base64.swift
[40/104] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[41/104] Compiling Atomics AtomicReference.swift
[42/106] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/106] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/106] Compiling Atomics UnsafeAtomic.swift
[45/106] Compiling Atomics UnsafeAtomicLazyReference.swift
[50/106] Compiling _CollectionsUtilities _SortedCollection.swift
[51/106] Compiling _CollectionsUtilities _UniqueCollection.swift
[52/106] Compiling Atomics AtomicMemoryOrderings.swift
[53/106] Compiling Atomics DoubleWord.swift
[61/106] Compiling Atomics IntegerConformances.swift
[62/106] Compiling Atomics PointerConformances.swift
[63/106] Compiling Atomics OptionalRawRepresentable.swift
[64/106] Compiling Atomics RawRepresentable.swift
[65/106] Compiling Atomics AtomicBool.swift
[66/106] Emitting module _CollectionsUtilities
[67/106] Compiling Atomics IntegerOperations.swift
[68/106] Compiling Atomics Unmanaged extensions.swift
[69/106] Compiling _NIODataStructures _TinyArray.swift
[70/106] Compiling _NIODataStructures PriorityQueue.swift
[70/106] Wrapping AST for _NIOBase64 for debugging
[81/108] Wrapping AST for _CollectionsUtilities for debugging
[82/112] Wrapping AST for Atomics for debugging
[84/124] Compiling DequeModule _DequeBuffer.swift
[85/124] Compiling DequeModule _DequeBufferHeader.swift
[86/126] Compiling DequeModule _DequeSlot.swift
[87/126] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/126] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/126] Compiling NIOConcurrencyHelpers NIOLock.swift
[90/126] Compiling NIOConcurrencyHelpers lock.swift
[91/126] Emitting module _NIODataStructures
[92/126] Compiling _NIODataStructures Heap.swift
[93/127] Wrapping AST for _NIODataStructures for debugging
[95/127] Compiling DequeModule Deque+Hashable.swift
[96/127] Compiling DequeModule Deque+Sendable.swift
[97/127] Compiling DequeModule Deque+Testing.swift
[98/127] Compiling DequeModule Deque._Storage.swift
[99/127] Compiling DequeModule Deque+Descriptions.swift
[100/127] Compiling DequeModule Deque+Equatable.swift
[101/127] Compiling DequeModule Deque._UnsafeHandle.swift
[102/127] Compiling DequeModule Deque.swift
[103/127] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/127] Compiling DequeModule Deque+Extras.swift
[105/127] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/127] Compiling NIOConcurrencyHelpers atomics.swift
[107/128] Compiling DequeModule Deque+Codable.swift
[108/128] Compiling DequeModule Deque+Collection.swift
[109/128] Compiling DequeModule Deque+CustomReflectable.swift
[110/128] Wrapping AST for NIOConcurrencyHelpers for debugging
[112/128] Emitting module DequeModule
[113/129] Wrapping AST for DequeModule for debugging
[115/186] Compiling NIOCore AddressedEnvelope.swift
[116/186] Compiling NIOCore AsyncAwaitSupport.swift
[117/186] Compiling NIOCore AsyncChannel.swift
[118/186] Compiling NIOCore AsyncChannelInboundStream.swift
[119/186] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[120/186] Compiling NIOCore AsyncChannelOutboundWriter.swift
[121/186] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[122/186] Compiling NIOCore NIOAsyncSequenceProducer.swift
[123/194] Compiling NIOCore EventLoop+SerialExecutor.swift
[124/194] Compiling NIOCore EventLoop.swift
[125/194] Compiling NIOCore EventLoopFuture+Deprecated.swift
[126/194] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[127/194] Compiling NIOCore EventLoopFuture.swift
[128/194] Compiling NIOCore FileDescriptor.swift
[129/194] Compiling NIOCore FileHandle.swift
[130/194] Compiling NIOCore FileRegion.swift
[131/194] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[132/194] Compiling NIOCore NIOAsyncWriter.swift
[133/194] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[134/194] Compiling NIOCore BSDSocketAPI.swift
[135/194] Compiling NIOCore ByteBuffer-aux.swift
[136/194] Compiling NIOCore ByteBuffer-conversions.swift
[137/194] Compiling NIOCore ByteBuffer-core.swift
[138/194] Compiling NIOCore ByteBuffer-hexdump.swift
[139/194] Compiling NIOCore ChannelOption.swift
[140/194] Compiling NIOCore ChannelPipeline.swift
[141/194] Compiling NIOCore CircularBuffer.swift
[142/194] Compiling NIOCore Codec.swift
[143/194] Compiling NIOCore ConvenienceOptionSupport.swift
[144/194] Compiling NIOCore DeadChannel.swift
[145/194] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/194] Compiling NIOCore EventLoop+Deprecated.swift
[147/194] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[148/194] Compiling NIOCore SocketAddresses.swift
[149/194] Compiling NIOCore SocketOptionProvider.swift
[150/194] Compiling NIOCore SystemCallHelpers.swift
[151/194] Compiling NIOCore TimeAmount+Duration.swift
[152/194] Compiling NIOCore TypeAssistedChannelHandler.swift
[153/194] Compiling NIOCore UniversalBootstrapSupport.swift
[154/194] Compiling NIOCore Utilities.swift
[155/194] Compiling NIOCore MarkedCircularBuffer.swift
[156/194] Compiling NIOCore MulticastChannel.swift
[157/194] Compiling NIOCore NIOAny.swift
[158/194] Compiling NIOCore NIOCloseOnErrorHandler.swift
[159/194] Compiling NIOCore NIOLoopBound.swift
[160/194] Compiling NIOCore NIOSendable.swift
[161/194] Compiling NIOCore PointerHelpers.swift
[162/194] Compiling NIOCore RecvByteBufferAllocator.swift
[163/194] Compiling NIOCore GlobalSingletons.swift
[164/194] Compiling NIOCore IO.swift
[165/194] Compiling NIOCore IOData.swift
[166/194] Compiling NIOCore IPProtocol.swift
[167/194] Compiling NIOCore IntegerBitPacking.swift
[168/194] Compiling NIOCore IntegerTypes.swift
[169/194] Compiling NIOCore Interfaces.swift
[170/194] Compiling NIOCore Linux.swift
[171/194] Compiling NIOCore ByteBuffer-int.swift
[172/194] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[173/194] Compiling NIOCore ByteBuffer-multi-int.swift
[174/194] Compiling NIOCore ByteBuffer-views.swift
[175/194] Compiling NIOCore Channel.swift
[176/194] Compiling NIOCore ChannelHandler.swift
[177/194] Compiling NIOCore ChannelHandlers.swift
[178/194] Compiling NIOCore ChannelInvoker.swift
[179/194] Emitting module NIOCore
[180/195] Wrapping AST for NIOCore for debugging
[182/246] Compiling NIOEmbedded Embedded.swift
[183/246] Compiling NIOEmbedded AsyncTestingChannel.swift
[184/246] Emitting module NIOEmbedded
[185/246] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[186/247] Wrapping AST for NIOEmbedded for debugging
[188/247] Compiling NIOPosix PooledRecvBufferAllocator.swift
[189/247] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[190/247] Compiling NIOPosix PosixSingletons.swift
[191/247] Compiling NIOPosix RawSocketBootstrap.swift
[192/247] Compiling NIOPosix Resolver.swift
[193/247] Compiling NIOPosix Selectable.swift
[194/253] Emitting module NIOPosix
[195/253] Compiling NIOPosix ThreadPosix.swift
[196/253] Compiling NIOPosix ThreadWindows.swift
[197/253] Compiling NIOPosix UnsafeTransfer.swift
[198/253] Compiling NIOPosix Utilities.swift
[199/253] Compiling NIOPosix VsockAddress.swift
[200/253] Compiling NIOPosix VsockChannelEvents.swift
[201/253] Compiling NIOPosix SelectableChannel.swift
[202/253] Compiling NIOPosix SelectableEventLoop.swift
[203/253] Compiling NIOPosix SelectorEpoll.swift
[204/253] Compiling NIOPosix SelectorGeneric.swift
[205/253] Compiling NIOPosix SelectorKqueue.swift
[206/253] Compiling NIOPosix SelectorUring.swift
[207/253] Compiling NIOPosix BSDSocketAPICommon.swift
[208/253] Compiling NIOPosix BSDSocketAPIPosix.swift
[209/253] Compiling NIOPosix BSDSocketAPIWindows.swift
[210/253] Compiling NIOPosix BaseSocket.swift
[211/253] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[212/253] Compiling NIOPosix BaseSocketChannel.swift
[213/253] Compiling NIOPosix BaseStreamSocketChannel.swift
[214/253] Compiling NIOPosix IntegerBitPacking.swift
[215/253] Compiling NIOPosix IntegerTypes.swift
[216/253] Compiling NIOPosix Linux.swift
[217/253] Compiling NIOPosix LinuxCPUSet.swift
[218/253] Compiling NIOPosix LinuxUring.swift
[219/253] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[220/253] Compiling NIOPosix NIOThreadPool.swift
[221/253] Compiling NIOPosix ServerSocket.swift
[222/253] Compiling NIOPosix Socket.swift
[223/253] Compiling NIOPosix SocketChannel.swift
[224/253] Compiling NIOPosix SocketProtocols.swift
[225/253] Compiling NIOPosix System.swift
[226/253] Compiling NIOPosix Thread.swift
[227/253] Compiling NIOPosix Bootstrap.swift
[228/253] Compiling NIOPosix ControlMessage.swift
[229/253] Compiling NIOPosix DatagramVectorReadManager.swift
[230/253] Compiling NIOPosix FileDescriptor.swift
[231/253] Compiling NIOPosix GetaddrinfoResolver.swift
[232/253] Compiling NIOPosix HappyEyeballs.swift
[233/253] Compiling NIOPosix IO.swift
[234/253] Compiling NIOPosix NonBlockingFileIO.swift
[235/253] Compiling NIOPosix PendingDatagramWritesManager.swift
[236/253] Compiling NIOPosix PendingWritesManager.swift
[237/253] Compiling NIOPosix PipeChannel.swift
[238/253] Compiling NIOPosix PipePair.swift
[239/253] Compiling NIOPosix PointerHelpers.swift
[240/253] Compiling NIOPosix Pool.swift
[241/254] Wrapping AST for NIOPosix for debugging
[243/256] Compiling NIO Exports.swift
[244/256] Emitting module NIO
[245/257] Wrapping AST for NIO for debugging
[247/300] Compiling NIOTLS TLSEvents.swift
[248/300] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[249/300] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[250/302] Emitting module NIOHTTP1
[251/302] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[252/302] Compiling NIOIRC Scandinavian.swift
[253/302] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[254/304] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[255/304] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[256/304] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[257/304] Emitting module NIOTLS
[258/304] Compiling NIOTLS SNIHandler.swift
[259/305] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[261/305] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[261/305] Wrapping AST for NIOTLS for debugging
[265/305] Emitting module NIOFoundationCompat
[266/305] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[267/306] Compiling NIOIRC IRCMessageTarget.swift
[268/306] Compiling NIOIRC IRCChannelMode.swift
[269/306] Compiling NIOIRC IRCMessageRecipient.swift
[270/306] Compiling NIOIRC IRCNickName.swift
[271/306] Compiling NIOIRC IRCChannelName.swift
[272/306] Compiling NIOIRC IRCCommand.swift
[273/306] Compiling NIOIRC IRCCommandCodes.swift
[274/306] Compiling NIOIRC IRCMessage.swift
[276/306] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[278/306] Compiling NIOIRC IRCUserInfo.swift
[279/306] Compiling NIOIRC IRCUserMode.swift
[280/306] Emitting module NIOIRC
[281/306] Compiling NIOIRC IRCCommandParser.swift
[282/306] Compiling NIOIRC IRCDispatcher.swift
[286/307] Wrapping AST for NIOFoundationCompat for debugging
[288/329] Emitting module NIOTransportServices
[288/331] Wrapping AST for NIOIRC for debugging
[290/331] Compiling NIOTransportServices AcceptHandler.swift
[291/331] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[292/331] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[293/331] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[294/331] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[295/331] Compiling NIOTransportServices NIOTSListenerChannel.swift
[296/331] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[297/331] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[298/331] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[299/331] Compiling NIOTransportServices NIOTSErrors.swift
[300/331] Compiling NIOTransportServices NIOTSEventLoop.swift
[301/331] Compiling NIOTransportServices NIOTSBootstraps.swift
[302/331] Compiling NIOTransportServices NIOTSChannelOptions.swift
[303/331] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[304/331] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[305/331] Compiling NIOTransportServices NIOTSSingletons.swift
[306/331] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[307/331] Compiling NIOTransportServices StateManagedChannel.swift
[308/331] Compiling NIOTransportServices StateManagedListenerChannel.swift
[309/331] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[310/331] Compiling NIOTransportServices NIOTSDatagramListener.swift
[311/331] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[312/331] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[313/332] Wrapping AST for NIOTransportServices for debugging
[315/339] Compiling IRC ReExports.swift
[328/340] Compiling IRC IRCClientMessageTarget.swift
[329/340] Compiling IRC IRCRetryStrategyCB.swift
[330/340] Compiling IRC IRCClientOptions.swift
[330/340] Wrapping AST for NIOHTTP1 for debugging
[332/350] Compiling NIOWebSocket WebSocketErrorCodes.swift
[333/351] Compiling NIOWebSocket WebSocketOpcode.swift
[334/351] Compiling IRC IRCClientDelegate.swift
[335/351] Emitting module IRC
[336/351] Compiling IRC IRCClient.swift
[337/351] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[339/352] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[340/352] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[340/352] Wrapping AST for IRC for debugging
[342/352] Emitting module NIOWebSocket
[343/352] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[344/352] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[345/352] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[346/352] Compiling NIOWebSocket SHA1.swift
[347/352] Compiling NIOWebSocket WebSocketFrame.swift
[348/353] Wrapping AST for NIOWebSocket for debugging
[350/358] Compiling IRCWebClient ClientResources.swift
[351/358] Compiling IRCWebClient IRCWebSocketBridge.swift
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:209:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, registered nick: IRCNickName,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:215:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, changedNickTo nick: IRCNickName) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:220:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, received message: IRCMessage) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:226:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func clientFailedToRegister(_ client: IRCClient) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:231:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, messageOfTheDay message: String) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:235:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:242:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:250:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, changedUserModeTo mode: IRCUserMode) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:254:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:260:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:268:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
[352/358] Emitting module IRCWebClient
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:122:26: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    var sessionCounter = NIOAtomic.makeAtomic(value: 1)
                         ^
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:209:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, registered nick: IRCNickName,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:215:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, changedNickTo nick: IRCNickName) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:220:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, received message: IRCMessage) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:226:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func clientFailedToRegister(_ client: IRCClient) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:231:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, messageOfTheDay message: String) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:235:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:242:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:250:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient, changedUserModeTo mode: IRCUserMode) {
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:254:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:260:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:268:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func client(_ client: IRCClient,
  ^~~~
  public
[353/358] Compiling IRCWebClient IRCWebClientEndPoint.swift
[354/358] Compiling IRCWebClient IRCWebClientServer.swift
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:122:26: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    var sessionCounter = NIOAtomic.makeAtomic(value: 1)
                         ^
[355/359] Wrapping AST for IRCWebClient for debugging
[357/361] Emitting module ircwebclientd
[358/361] Compiling ircwebclientd main.swift
[359/362] Wrapping AST for ircwebclientd for debugging
[360/362] Write Objects.LinkFileList
[361/362] Linking ircwebclientd
Build complete! (51.61s)
Build complete.
Done.