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, reference develop (39f9ae), with Swift 6.1 for Linux on 26 Apr 2025 07:15:44 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.61.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:             6.1
Building package at path:  $PWD
https://github.com/NozeIO/swift-nio-irc-webclient.git
https://github.com/NozeIO/swift-nio-irc-webclient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.25.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-irc-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-webclient",
  "name" : "swift-nio-irc-webclient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRCWebClient",
      "targets" : [
        "IRCWebClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ircwebclientd",
      "targets" : [
        "ircwebclientd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ircwebclientd",
      "module_type" : "SwiftTarget",
      "name" : "ircwebclientd",
      "path" : "Sources/ircwebclientd",
      "product_memberships" : [
        "ircwebclientd"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IRCWebClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IRCWebClient",
      "module_type" : "SwiftTarget",
      "name" : "IRCWebClient",
      "path" : "Sources/IRCWebClient",
      "product_dependencies" : [
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "IRC"
      ],
      "product_memberships" : [
        "IRCWebClient",
        "ircwebclientd"
      ],
      "sources" : [
        "IRCWebClientEndPoint.swift",
        "IRCWebClientServer.swift",
        "IRCWebSocketBridge.swift",
        "WebApp/ClientResources.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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
[1/212] Fetching swift-nio-irc-client
[114/75643] Fetching swift-nio-irc-client, swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (7.51s)
Fetched https://github.com/apple/swift-nio.git from cache (7.64s)
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 (8.71s)
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
[246/2933] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.41s)
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.51s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (1.43s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (0.94s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.35s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.33s)
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.82.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.4
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/54] Write sources
[18/54] Compiling CNIOLLHTTP c_nio_http.c
[19/54] Compiling CNIOWindows WSAStartup.c
[20/54] Compiling CNIOWindows shim.c
[21/54] Compiling _AtomicsShims.c
[22/54] Compiling CNIOWASI CNIOWASI.c
[23/54] Compiling CNIOLinux liburing_shims.c
[23/54] Compiling CNIODarwin shim.c
[25/54] Write sources
[26/54] Compiling CNIOSHA1 c_nio_sha1.c
[27/54] Compiling CNIOLLHTTP c_nio_api.c
[28/54] Compiling CNIOLinux shim.c
[29/54] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/54] Write swift-version-24593BA9C3E375BF.txt
[32/96] Emitting module _NIOBase64
[33/96] Emitting module InternalCollectionsUtilities
[34/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[35/98] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[36/98] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[37/98] Compiling _NIODataStructures _TinyArray.swift
[37/98] Compiling c-atomics.c
[39/98] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[40/98] Compiling InternalCollectionsUtilities Integer rank.swift
[41/98] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/98] Compiling c-nioatomics.c
[43/98] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[44/98] Compiling InternalCollectionsUtilities Specialize.swift
[45/98] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/100] Compiling _NIODataStructures PriorityQueue.swift
[52/100] Compiling _NIOBase64 Base64.swift
[53/100] Compiling _NIODataStructures Heap.swift
[54/100] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/100] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/100] Compiling InternalCollectionsUtilities Debugging.swift
[57/100] Compiling InternalCollectionsUtilities Descriptions.swift
[58/100] Emitting module _NIODataStructures
[59/102] Emitting module Atomics
[60/102] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/102] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/102] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/102] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/109] Wrapping AST for _NIOBase64 for debugging
[80/109] Wrapping AST for InternalCollectionsUtilities for debugging
[82/109] Wrapping AST for _NIODataStructures for debugging
[84/124] Compiling Atomics IntegerOperations.swift
[85/124] Compiling Atomics Unmanaged extensions.swift
[86/125] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[88/125] Compiling DequeModule Deque+CustomReflectable.swift
[89/125] Compiling DequeModule Deque+Descriptions.swift
[90/127] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/127] Compiling NIOConcurrencyHelpers lock.swift
[92/127] Compiling DequeModule _DequeBuffer.swift
[93/127] Compiling DequeModule _DequeBufferHeader.swift
[94/127] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[95/127] Compiling DequeModule Deque+Equatable.swift
[96/127] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/127] Wrapping AST for Atomics for debugging
[98/127] Compiling DequeModule Deque+Extras.swift
[99/127] Compiling DequeModule Deque+Hashable.swift
[100/127] Compiling NIOConcurrencyHelpers atomics.swift
[101/127] Emitting module NIOConcurrencyHelpers
[102/128] Compiling DequeModule _DequeSlot.swift
[103/128] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/128] Compiling DequeModule Deque._UnsafeHandle.swift
[105/128] Compiling DequeModule Deque.swift
[106/128] Compiling DequeModule Deque+Testing.swift
[107/128] Compiling DequeModule Deque._Storage.swift
[109/128] Emitting module DequeModule
[110/128] Compiling DequeModule Deque+Codable.swift
[111/128] Compiling DequeModule Deque+Collection.swift
[111/129] Wrapping AST for NIOConcurrencyHelpers for debugging
[113/129] Wrapping AST for DequeModule for debugging
[115/188] Compiling NIOCore EventLoop.swift
[116/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[117/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[118/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[119/188] Compiling NIOCore EventLoopFuture.swift
[120/188] Compiling NIOCore FileDescriptor.swift
[121/188] Compiling NIOCore FileHandle.swift
[122/188] Compiling NIOCore FileRegion.swift
[123/196] Compiling NIOCore AddressedEnvelope.swift
[124/196] Compiling NIOCore AsyncAwaitSupport.swift
[125/196] Compiling NIOCore AsyncChannel.swift
[126/196] Compiling NIOCore AsyncChannelHandler.swift
[127/196] Compiling NIOCore AsyncChannelInboundStream.swift
[128/196] Compiling NIOCore AsyncChannelOutboundWriter.swift
[129/196] Compiling NIOCore NIOAsyncSequenceProducer.swift
[130/196] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[131/196] Compiling NIOCore NIOAsyncWriter.swift
[132/196] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[133/196] Compiling NIOCore BSDSocketAPI.swift
[134/196] Compiling NIOCore ByteBuffer-aux.swift
[135/196] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[136/196] Compiling NIOCore ByteBuffer-conversions.swift
[137/196] Compiling NIOCore ByteBuffer-core.swift
[138/196] Compiling NIOCore ByteBuffer-hex.swift
[139/196] Compiling NIOCore ByteBuffer-int.swift
[140/196] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[141/196] Compiling NIOCore ChannelPipeline.swift
[142/196] Compiling NIOCore CircularBuffer.swift
[143/196] Compiling NIOCore Codec.swift
[144/196] Compiling NIOCore ConvenienceOptionSupport.swift
[145/196] Compiling NIOCore DeadChannel.swift
[146/196] Compiling NIOCore DispatchQueue+WithFuture.swift
[147/196] Compiling NIOCore EventLoop+Deprecated.swift
[148/196] Compiling NIOCore EventLoop+SerialExecutor.swift
[149/196] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[150/196] Compiling NIOCore SocketAddresses.swift
[151/196] Compiling NIOCore SocketOptionProvider.swift
[152/196] Compiling NIOCore SystemCallHelpers.swift
[153/196] Compiling NIOCore TimeAmount+Duration.swift
[154/196] Compiling NIOCore TypeAssistedChannelHandler.swift
[155/196] Compiling NIOCore UniversalBootstrapSupport.swift
[156/196] Compiling NIOCore Utilities.swift
[157/196] Compiling NIOCore MarkedCircularBuffer.swift
[158/196] Compiling NIOCore MulticastChannel.swift
[159/196] Compiling NIOCore NIOAny.swift
[160/196] Compiling NIOCore NIOCloseOnErrorHandler.swift
[161/196] Compiling NIOCore NIOLoopBound.swift
[162/196] Compiling NIOCore NIOScheduledCallback.swift
[163/196] Compiling NIOCore NIOSendable.swift
[164/196] Compiling NIOCore RecvByteBufferAllocator.swift
[165/196] Compiling NIOCore GlobalSingletons.swift
[166/196] Compiling NIOCore IO.swift
[167/196] Compiling NIOCore IOData.swift
[168/196] Compiling NIOCore IPProtocol.swift
[169/196] Compiling NIOCore IntegerBitPacking.swift
[170/196] Compiling NIOCore IntegerTypes.swift
[171/196] Compiling NIOCore Interfaces.swift
[172/196] Compiling NIOCore Linux.swift
[173/196] Compiling NIOCore ByteBuffer-multi-int.swift
[174/196] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[175/196] Compiling NIOCore ByteBuffer-views.swift
[176/196] Compiling NIOCore Channel.swift
[177/196] Compiling NIOCore ChannelHandler.swift
[178/196] Compiling NIOCore ChannelHandlers.swift
[179/196] Compiling NIOCore ChannelInvoker.swift
[180/196] Compiling NIOCore ChannelOption.swift
[181/196] Emitting module NIOCore
[182/197] Wrapping AST for NIOCore for debugging
[184/248] Emitting module NIOEmbedded
[185/248] Compiling NIOPosix PooledRecvBufferAllocator.swift
[186/248] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[187/248] Compiling NIOPosix PosixSingletons.swift
[188/248] Compiling NIOPosix RawSocketBootstrap.swift
[189/248] Compiling NIOPosix Resolver.swift
[190/248] Compiling NIOPosix Selectable.swift
[191/254] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/254] Compiling NIOEmbedded Embedded.swift
[193/254] Compiling NIOEmbedded AsyncTestingChannel.swift
[195/255] Compiling NIOPosix ThreadPosix.swift
[196/255] Compiling NIOPosix ThreadWindows.swift
[197/255] Compiling NIOPosix UnsafeTransfer.swift
[198/255] Compiling NIOPosix Utilities.swift
[199/255] Compiling NIOPosix VsockAddress.swift
[200/255] Compiling NIOPosix VsockChannelEvents.swift
[200/255] Wrapping AST for NIOEmbedded for debugging
[202/255] Compiling NIOPosix SelectableChannel.swift
[203/255] Compiling NIOPosix SelectableEventLoop.swift
[204/255] Compiling NIOPosix SelectorEpoll.swift
[205/255] Compiling NIOPosix SelectorGeneric.swift
[206/255] Compiling NIOPosix SelectorKqueue.swift
[207/255] Compiling NIOPosix SelectorUring.swift
[208/255] Compiling NIOPosix ServerSocket.swift
[209/255] Compiling NIOPosix Socket.swift
[210/255] Compiling NIOPosix SocketChannel.swift
[211/255] Compiling NIOPosix SocketProtocols.swift
[212/255] Compiling NIOPosix System.swift
[213/255] Compiling NIOPosix Thread.swift
[214/255] Emitting module NIOPosix
[215/255] Compiling NIOPosix Bootstrap.swift
[216/255] Compiling NIOPosix ControlMessage.swift
[217/255] Compiling NIOPosix DatagramVectorReadManager.swift
[218/255] Compiling NIOPosix Errors+Any.swift
[219/255] Compiling NIOPosix FileDescriptor.swift
[220/255] Compiling NIOPosix GetaddrinfoResolver.swift
[221/255] Compiling NIOPosix HappyEyeballs.swift
[222/255] Compiling NIOPosix BSDSocketAPICommon.swift
[223/255] Compiling NIOPosix BSDSocketAPIPosix.swift
[224/255] Compiling NIOPosix BSDSocketAPIWindows.swift
[225/255] Compiling NIOPosix BaseSocket.swift
[226/255] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[227/255] Compiling NIOPosix BaseSocketChannel.swift
[228/255] Compiling NIOPosix BaseStreamSocketChannel.swift
[229/255] Compiling NIOPosix NIOThreadPool.swift
[230/255] Compiling NIOPosix NonBlockingFileIO.swift
[231/255] Compiling NIOPosix PendingDatagramWritesManager.swift
[232/255] Compiling NIOPosix PendingWritesManager.swift
[233/255] Compiling NIOPosix PipeChannel.swift
[234/255] Compiling NIOPosix PipePair.swift
[235/255] Compiling NIOPosix Pool.swift
[236/255] Compiling NIOPosix IO.swift
[237/255] Compiling NIOPosix IntegerBitPacking.swift
[238/255] Compiling NIOPosix IntegerTypes.swift
[239/255] Compiling NIOPosix Linux.swift
[240/255] Compiling NIOPosix LinuxCPUSet.swift
[241/255] Compiling NIOPosix LinuxUring.swift
[242/255] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[243/256] Wrapping AST for NIOPosix for debugging
[245/258] Compiling NIO Exports.swift
[246/258] Emitting module NIO
[247/259] Wrapping AST for NIO for debugging
[249/303] Compiling NIOTLS TLSEvents.swift
[250/303] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[251/303] Emitting module NIOTLS
[252/303] Emitting module NIOHTTP1
[253/305] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[254/305] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[255/305] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[256/305] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[257/305] Compiling NIOTLS SNIHandler.swift
[258/306] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[259/306] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[261/306] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[262/306] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[262/306] Wrapping AST for NIOTLS for debugging
[264/306] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[265/306] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[266/306] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[267/306] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[268/306] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[269/306] Compiling NIOHTTP1 HTTPTypes.swift
[270/306] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[271/306] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[274/308] Emitting module NIOFoundationCompat
[275/308] Compiling NIOHTTP1 ByteCollectionUtils.swift
[276/308] Compiling NIOHTTP1 HTTPDecoder.swift
[277/308] Compiling NIOHTTP1 HTTPEncoder.swift
[279/309] Compiling NIOIRC IRCUserInfo.swift
[280/309] Compiling NIOIRC IRCUserMode.swift
[282/309] Wrapping AST for NIOHTTP1 for debugging
[284/309] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[285/309] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[292/319] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[293/319] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[298/320] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[299/320] Compiling NIOWebSocket SHA1.swift
[300/320] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[300/320] Wrapping AST for NIOFoundationCompat for debugging
[302/337] Compiling NIOWebSocket WebSocketErrorCodes.swift
[303/343] Compiling NIOWebSocket WebSocketOpcode.swift
[304/343] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[305/343] Compiling NIOTransportServices NIOTSErrors.swift
[306/343] Compiling NIOTransportServices NIOTSEventLoop.swift
[307/343] Emitting module NIOIRC
[308/346] Compiling NIOTransportServices StateManagedChannel.swift
[309/346] Compiling NIOTransportServices StateManagedListenerChannel.swift
[310/346] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[311/346] Compiling NIOTransportServices NIOTSBootstraps.swift
[312/346] Compiling NIOTransportServices NIOTSChannelOptions.swift
[313/346] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[314/346] Emitting module NIOTransportServices
[315/346] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[316/346] Compiling NIOTransportServices NIOTSSingletons.swift
[317/346] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[318/346] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[319/346] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[320/346] Compiling NIOTransportServices NIOTSListenerChannel.swift
[322/346] Compiling NIOTransportServices AcceptHandler.swift
[323/346] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[324/346] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[325/346] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[326/346] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[327/346] Emitting module NIOWebSocket
[328/346] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[329/346] Compiling NIOTransportServices NIOTSDatagramListener.swift
[330/346] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[331/346] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[336/346] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[337/346] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[338/347] Wrapping AST for NIOIRC for debugging
[340/347] Compiling NIOWebSocket WebSocketFrame.swift
[341/348] Wrapping AST for NIOTransportServices for debugging
[342/349] Wrapping AST for NIOWebSocket for debugging
[344/355] Compiling IRC ReExports.swift
[345/355] Compiling IRC IRCRetryStrategyCB.swift
[346/355] Compiling IRC IRCClientDelegate.swift
[347/355] Compiling IRC IRCClientMessageTarget.swift
[348/355] Compiling IRC IRCClientOptions.swift
[349/355] Emitting module IRC
[350/355] Compiling IRC IRCClient.swift
[351/356] Wrapping AST for IRC for debugging
[353/361] Compiling IRCWebClient ClientResources.swift
[354/361] 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
207 | extension IRCWebSocketBridge : IRCClientDelegate {
208 |
209 |   open func client(_ client: IRCClient, registered nick: IRCNickName,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
210 |                    with userInfo: IRCUserInfo)
211 |   {
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:215:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
213 |     send(IRCMessage(command: .NICK(nick)))
214 |   }
215 |   open func client(_ client: IRCClient, changedNickTo nick: IRCNickName) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
216 |     self.nick = nick
217 |     send(IRCMessage(command: .NICK(nick)))
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:220:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
218 |   }
219 |
220 |   open func client(_ client: IRCClient, received message: IRCMessage) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
221 |     #if false // send along any other message
222 |       send(message)
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:226:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
224 |   }
225 |
226 |   open func clientFailedToRegister(_ client: IRCClient) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
227 |     print("BRIDGE could not register:", client)
228 |     send("failed to register")
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:231:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
229 |   }
230 |
231 |   open func client(_ client: IRCClient, messageOfTheDay message: String) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
232 |     send(message)
233 |   }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:235:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
233 |   }
234 |
235 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
236 |                    notice message: String,
237 |                    for recipients: [IRCMessageRecipient])
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:242:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
240 |   }
241 |
242 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
243 |                    message: String, from sender: IRCUserID,
244 |                    for recipients: [IRCMessageRecipient])
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:250:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
248 |   }
249 |
250 |   open func client(_ client: IRCClient, changedUserModeTo mode: IRCUserMode) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
251 |     // TODO
252 |   }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:254:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
252 |   }
253 |
254 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
255 |                    user: IRCUserID, joined channels: [ IRCChannelName ])
256 |   {
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:260:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
258 |                     command: .JOIN(channels: channels, keys: nil)))
259 |   }
260 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
261 |                    user: IRCUserID, left channels: [ IRCChannelName ],
262 |                    with message: String?)
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:268:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
266 |   }
267 |
268 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
269 |                    changeTopic welcome: String, of channel: IRCChannelName)
270 |   {
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:178:7: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
176 |                                        data: closeDataCode)
177 |     _ = context.write(wrapOutboundOut(closeFrame)).map { () in
178 |       context.close(promise: nil)
    |       `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
179 |     }
180 |   }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:201:7: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
199 |     let frame = WebSocketFrame(fin: true, opcode: .connectionClose, data: data)
200 |     _ = context.write(self.wrapOutboundOut(frame)).flatMap {
201 |       context.close(mode: .output)
    |       `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
202 |     }
203 |     awaitingClose = true
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
[355/361] Compiling IRCWebClient IRCWebClientEndPoint.swift
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientEndPoint.swift:85:26: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
83 |
84 |     context.write(wrapOutboundOut(.end(nil))).whenComplete { _ in
85 |       if closeWhenDone { context.close(promise: nil) }
   |                          `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
86 |     }
87 |     context.flush()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
[356/361] Emitting module IRCWebClient
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:153:54: warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<HTTPHeaders?>' may introduce data races
151 |     }
152 |
153 |     return NIOWebSocketServerUpgrader(shouldUpgrade: shouldUpgrade,
    |                                                      `- warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<HTTPHeaders?>' may introduce data races
154 |                                       upgradePipelineHandler: upgradeHandler)
155 |   }()
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:154:63: warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<Void>' may introduce data races
152 |
153 |     return NIOWebSocketServerUpgrader(shouldUpgrade: shouldUpgrade,
154 |                                       upgradePipelineHandler: upgradeHandler)
    |                                                               `- warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<Void>' may introduce data races
155 |   }()
156 |
/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
120 |
121 |   lazy var upgrader : HTTPServerProtocolUpgrader = {
122 |     var sessionCounter = NIOAtomic.makeAtomic(value: 1)
    |                          `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
123 |     let config         = configuration
124 |
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:209:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
207 | extension IRCWebSocketBridge : IRCClientDelegate {
208 |
209 |   open func client(_ client: IRCClient, registered nick: IRCNickName,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
210 |                    with userInfo: IRCUserInfo)
211 |   {
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:215:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
213 |     send(IRCMessage(command: .NICK(nick)))
214 |   }
215 |   open func client(_ client: IRCClient, changedNickTo nick: IRCNickName) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
216 |     self.nick = nick
217 |     send(IRCMessage(command: .NICK(nick)))
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:220:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
218 |   }
219 |
220 |   open func client(_ client: IRCClient, received message: IRCMessage) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
221 |     #if false // send along any other message
222 |       send(message)
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:226:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
224 |   }
225 |
226 |   open func clientFailedToRegister(_ client: IRCClient) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
227 |     print("BRIDGE could not register:", client)
228 |     send("failed to register")
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:231:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
229 |   }
230 |
231 |   open func client(_ client: IRCClient, messageOfTheDay message: String) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
232 |     send(message)
233 |   }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:235:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
233 |   }
234 |
235 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
236 |                    notice message: String,
237 |                    for recipients: [IRCMessageRecipient])
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:242:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
240 |   }
241 |
242 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
243 |                    message: String, from sender: IRCUserID,
244 |                    for recipients: [IRCMessageRecipient])
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:250:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
248 |   }
249 |
250 |   open func client(_ client: IRCClient, changedUserModeTo mode: IRCUserMode) {
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
251 |     // TODO
252 |   }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:254:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
252 |   }
253 |
254 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
255 |                    user: IRCUserID, joined channels: [ IRCChannelName ])
256 |   {
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:260:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
258 |                     command: .JOIN(channels: channels, keys: nil)))
259 |   }
260 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
261 |                    user: IRCUserID, left channels: [ IRCChannelName ],
262 |                    with message: String?)
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:268:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
266 |   }
267 |
268 |   open func client(_ client: IRCClient,
    |   `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
269 |                    changeTopic welcome: String, of channel: IRCChannelName)
270 |   {
[357/361] Compiling IRCWebClient IRCWebClientServer.swift
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:153:54: warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<HTTPHeaders?>' may introduce data races
151 |     }
152 |
153 |     return NIOWebSocketServerUpgrader(shouldUpgrade: shouldUpgrade,
    |                                                      `- warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<HTTPHeaders?>' may introduce data races
154 |                                       upgradePipelineHandler: upgradeHandler)
155 |   }()
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:154:63: warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<Void>' may introduce data races
152 |
153 |     return NIOWebSocketServerUpgrader(shouldUpgrade: shouldUpgrade,
154 |                                       upgradePipelineHandler: upgradeHandler)
    |                                                               `- warning: converting non-sendable function value to '@Sendable (any Channel, HTTPRequestHead) -> EventLoopFuture<Void>' may introduce data races
155 |   }()
156 |
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:148:25: warning: type 'IRCWebSocketBridge' does not conform to the 'Sendable' protocol
146 |
147 |           return channel.pipeline
148 |             .addHandler(IRCWebSocketBridge(options: options),
    |                         `- warning: type 'IRCWebSocketBridge' does not conform to the 'Sendable' protocol
149 |                         name: "de.zeezide.irc.miniirc.web.socket")
150 |         }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebSocketBridge.swift:29:12: note: class 'IRCWebSocketBridge' does not conform to the 'Sendable' protocol
 27 |  * `Codable`).
 28 |  */
 29 | open class IRCWebSocketBridge: ChannelInboundHandler {
    |            `- note: class 'IRCWebSocketBridge' does not conform to the 'Sendable' protocol
 30 |
 31 |   public typealias InboundIn   = WebSocketFrame
/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
120 |
121 |   lazy var upgrader : HTTPServerProtocolUpgrader = {
122 |     var sessionCounter = NIOAtomic.makeAtomic(value: 1)
    |                          `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
123 |     let config         = configuration
124 |
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:141:30: warning: capture of 'config' with non-sendable type 'IRCWebClientServer.Configuration' in a '@Sendable' closure
 35 | open class IRCWebClientServer {
 36 |
 37 |   open class Configuration {
    |              `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 38 |
 39 |     open var host           : String?         = "localhost"
    :
139 |           let nick = IRCNickName("Guest\(sessionCounter.add(1))")!
140 |           let options = IRCClientOptions(
141 |             port           : config.ircPort ?? DefaultIRCPort,
    |                              `- warning: capture of 'config' with non-sendable type 'IRCWebClientServer.Configuration' in a '@Sendable' closure
142 |             host           : config.ircHost ?? config.host ?? "localhost",
143 |             nickname       : nick,
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:139:42: warning: reference to captured var 'sessionCounter' in concurrently-executing code
137 |         .removeHandler(name: "de.zeezide.irc.miniirc.web.http")
138 |         .flatMap { ( _ ) -> EventLoopFuture<Void> in
139 |           let nick = IRCNickName("Guest\(sessionCounter.add(1))")!
    |                                          `- warning: reference to captured var 'sessionCounter' in concurrently-executing code
140 |           let options = IRCClientOptions(
141 |             port           : config.ircPort ?? DefaultIRCPort,
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:142:48: warning: implicit capture of 'config' requires that 'IRCWebClientServer.Configuration' conforms to 'Sendable'; this is an error in the Swift 6 language mode
 35 | open class IRCWebClientServer {
 36 |
 37 |   open class Configuration {
    |              `- note: class 'Configuration' does not conform to the 'Sendable' protocol
 38 |
 39 |     open var host           : String?         = "localhost"
    :
140 |           let options = IRCClientOptions(
141 |             port           : config.ircPort ?? DefaultIRCPort,
142 |             host           : config.ircHost ?? config.host ?? "localhost",
    |                                                `- warning: implicit capture of 'config' requires that 'IRCWebClientServer.Configuration' conforms to 'Sendable'; this is an error in the Swift 6 language mode
143 |             nickname       : nick,
144 |             eventLoopGroup : channel.eventLoop
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:175:59: warning: type 'any HTTPServerProtocolUpgrader' does not conform to the 'Sendable' protocol
173 |         )
174 |         return channel.pipeline
175 |           .configureHTTPServerPipeline(withServerUpgrade: config)
    |                                                           `- warning: type 'any HTTPServerProtocolUpgrader' does not conform to the 'Sendable' protocol
176 |           .flatMap {
177 |             channel.pipeline
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:178:27: warning: type 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
176 |           .flatMap {
177 |             channel.pipeline
178 |               .addHandler(endPoint, name: "de.zeezide.irc.miniirc.web.http")
    |                           `- warning: type 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
179 |           }
180 |       }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientEndPoint.swift:22:12: note: class 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
20 |  * the module.
21 |  */
22 | open class IRCWebClientEndPoint: ChannelInboundHandler, RemovableChannelHandler
   |            `- note: class 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
23 | {
24 |
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:172:24: warning: capture of 'upgrader' with non-sendable type 'any HTTPServerProtocolUpgrader' in a '@Sendable' closure
170 |       .childChannelInitializer { channel in
171 |         let config: NIOHTTPServerUpgradeConfiguration = (
172 |           upgraders: [ upgrader ], completionHandler: { _ in }
    |                        `- warning: capture of 'upgrader' with non-sendable type 'any HTTPServerProtocolUpgrader' in a '@Sendable' closure
173 |         )
174 |         return channel.pipeline
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift:31:17: note: protocol 'HTTPServerProtocolUpgrader' does not conform to the 'Sendable' protocol
 29 | /// An object that implements `HTTPServerProtocolUpgrader` knows how to handle HTTP upgrade to
 30 | /// a protocol on a server-side channel.
 31 | public protocol HTTPServerProtocolUpgrader {
    |                 `- note: protocol 'HTTPServerProtocolUpgrader' does not conform to the 'Sendable' protocol
 32 |     /// The protocol this upgrader knows how to support.
 33 |     var supportedProtocol: String { get }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
 15 | import class NIOConcurrencyHelpers.NIOAtomic
 16 | import NIO
 17 | import NIOHTTP1
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
 18 | import NIOWebSocket
 19 | import class NIOConcurrencyHelpers.Atomic
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:178:27: warning: capture of 'endPoint' with non-sendable type 'IRCWebClientEndPoint' in a '@Sendable' closure
176 |           .flatMap {
177 |             channel.pipeline
178 |               .addHandler(endPoint, name: "de.zeezide.irc.miniirc.web.http")
    |                           `- warning: capture of 'endPoint' with non-sendable type 'IRCWebClientEndPoint' in a '@Sendable' closure
179 |           }
180 |       }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientEndPoint.swift:22:12: note: class 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
20 |  * the module.
21 |  */
22 | open class IRCWebClientEndPoint: ChannelInboundHandler, RemovableChannelHandler
   |            `- note: class 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
23 | {
24 |
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientServer.swift:178:27: warning: capture of 'endPoint' with non-sendable type 'IRCWebClientEndPoint' in a '@Sendable' closure
176 |           .flatMap {
177 |             channel.pipeline
178 |               .addHandler(endPoint, name: "de.zeezide.irc.miniirc.web.http")
    |                           `- warning: capture of 'endPoint' with non-sendable type 'IRCWebClientEndPoint' in a '@Sendable' closure
179 |           }
180 |       }
/host/spi-builder-workspace/Sources/IRCWebClient/IRCWebClientEndPoint.swift:22:12: note: class 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
20 |  * the module.
21 |  */
22 | open class IRCWebClientEndPoint: ChannelInboundHandler, RemovableChannelHandler
   |            `- note: class 'IRCWebClientEndPoint' does not conform to the 'Sendable' protocol
23 | {
24 |
[358/362] Wrapping AST for IRCWebClient for debugging
[360/364] Emitting module ircwebclientd
[361/364] Compiling ircwebclientd main.swift
[362/365] Wrapping AST for ircwebclientd for debugging
[363/365] Write Objects.LinkFileList
[364/365] Linking ircwebclientd
Build complete! (96.15s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.25.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-irc-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-webclient",
  "name" : "swift-nio-irc-webclient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRCWebClient",
      "targets" : [
        "IRCWebClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ircwebclientd",
      "targets" : [
        "ircwebclientd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ircwebclientd",
      "module_type" : "SwiftTarget",
      "name" : "ircwebclientd",
      "path" : "Sources/ircwebclientd",
      "product_memberships" : [
        "ircwebclientd"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IRCWebClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IRCWebClient",
      "module_type" : "SwiftTarget",
      "name" : "IRCWebClient",
      "path" : "Sources/IRCWebClient",
      "product_dependencies" : [
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "IRC"
      ],
      "product_memberships" : [
        "IRCWebClient",
        "ircwebclientd"
      ],
      "sources" : [
        "IRCWebClientEndPoint.swift",
        "IRCWebClientServer.swift",
        "IRCWebSocketBridge.swift",
        "WebApp/ClientResources.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.